++ 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 Nov 3 01:59:36 AM UTC 2025 ===================' INFO: =================== Mon Nov 3 01:59:36 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ 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.249,10.0.0.61,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.61,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 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.249,10.0.0.61,10.0.0.23 +++ local servers=10.0.0.249,10.0.0.61,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ cat /proc/net/fib_trie ++++ sort +++ local local_ips=,10.0.0.23,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041 + cassandra_server_list='10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/03/2025 01:59:46.101 7f5f0c307f80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/03/2025 01:59:46.248 7f5f0c307f80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/03/2025 01:59:46.261 7f5f0c307f80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/03/2025 01:59:46.261 7f5f0c307f80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-03 02:00:10] "GET / HTTP/1.1" 503 181 0.000251 10.0.0.23 - - [2025-11-03 02:00:10] "GET / HTTP/1.1" 503 181 0.000231 10.0.0.23 - - [2025-11-03 02:00:11] "GET / HTTP/1.1" 200 45871 0.001348 10.0.0.23 - - [2025-11-03 02:00:11] "GET / HTTP/1.1" 200 45871 0.000973 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-03 02:00:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000619 10.0.0.23 - - [2025-11-03 02:00:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000266 10.0.0.249 - - [2025-11-03 02:00:11] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.23 - - [2025-11-03 02:00:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.623955 10.0.0.23 - - [2025-11-03 02:00:12] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005280 10.0.0.23 - - [2025-11-03 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.347981 10.0.0.23 - - [2025-11-03 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.249 - - [2025-11-03 02:00:13] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.249 - - [2025-11-03 02:00:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 /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.249 - - [2025-11-03 02:00:13] "GET / HTTP/1.1" 200 35931 0.001290 10.0.0.249 - - [2025-11-03 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.055134 10.0.0.249 - - [2025-11-03 02:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.249 - - [2025-11-03 02:00:13] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007402 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-appliance-sets HTTP/1.1" 200 553 0.065454 10.0.0.249 - - [2025-11-03 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.003960 10.0.0.249 - - [2025-11-03 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006291 10.0.0.249 - - [2025-11-03 02:00:14] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008371 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-appliance-sets HTTP/1.1" 200 541 0.038385 10.0.0.249 - - [2025-11-03 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.249 - - [2025-11-03 02:00:14] "GET /network-ipam/54ee3fb7-be20-451f-a0f5-83dc49eb45f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006549 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-templates HTTP/1.1" 200 511 0.069844 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-templates HTTP/1.1" 200 501 0.047693 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-templates HTTP/1.1" 200 515 0.038106 10.0.0.249 - - [2025-11-03 02:00:14] "POST /service-templates HTTP/1.1" 200 535 0.040251 10.0.0.249 - - [2025-11-03 02:00:15] "POST /service-templates HTTP/1.1" 200 507 0.037604 10.0.0.249 - - [2025-11-03 02:00:15] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.249 - - [2025-11-03 02:00:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032582 10.0.0.249 - - [2025-11-03 02:00:16] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007747 10.0.0.23 - - [2025-11-03 02:00:16] "GET / HTTP/1.1" 200 35931 0.001373 10.0.0.249 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.008361 10.0.0.23 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000331 10.0.0.249 - - [2025-11-03 02:00:16] "POST /config-nodes HTTP/1.1" 200 599 0.045184 10.0.0.61 - - [2025-11-03 02:00:16] "GET / HTTP/1.1" 200 35931 0.001577 10.0.0.61 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000343 10.0.0.23 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.045607 10.0.0.23 - - [2025-11-03 02:00:16] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010633 10.0.0.23 - - [2025-11-03 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.004603 10.0.0.23 - - [2025-11-03 02:00:16] "POST /config-nodes HTTP/1.1" 200 599 0.052183 10.0.0.61 - - [2025-11-03 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.043670 10.0.0.249 - - [2025-11-03 02:00:17] "GET / HTTP/1.1" 200 35931 0.001395 10.0.0.249 - - [2025-11-03 02:00:17] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000314 10.0.0.61 - - [2025-11-03 02:00:17] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014796 10.0.0.61 - - [2025-11-03 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.007534 10.0.0.61 - - [2025-11-03 02:00:17] "POST /config-nodes HTTP/1.1" 200 599 0.075911 10.0.0.23 - - [2025-11-03 02:00:17] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.23 - - [2025-11-03 02:00:17] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000905 10.0.0.249 - - [2025-11-03 02:00:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.385545 10.0.0.23 - - [2025-11-03 02:00:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.059736 10.0.0.61 - - [2025-11-03 02:00:18] "GET / HTTP/1.1" 200 35931 0.001399 10.0.0.61 - - [2025-11-03 02:00:18] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000341 10.0.0.61 - - [2025-11-03 02:00:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023496 10.0.0.23 - - [2025-11-03 02:00:19] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.23 - - [2025-11-03 02:00:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.23 - - [2025-11-03 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033364 10.0.0.23 - - [2025-11-03 02:00:19] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008472 10.0.0.23 - - [2025-11-03 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.009445 10.0.0.23 - - [2025-11-03 02:00:20] "POST /config-database-nodes HTTP/1.1" 200 617 0.095939 10.0.0.249 - - [2025-11-03 02:00:20] "GET / HTTP/1.1" 200 35931 0.001363 10.0.0.249 - - [2025-11-03 02:00:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000474 10.0.0.61 - - [2025-11-03 02:00:20] "GET / HTTP/1.1" 200 35931 0.001382 10.0.0.61 - - [2025-11-03 02:00:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000349 10.0.0.23 - - [2025-11-03 02:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2025-11-03 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.669489 10.0.0.249 - - [2025-11-03 02:00:21] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007399 10.0.0.61 - - [2025-11-03 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.134394 10.0.0.23 - - [2025-11-03 02:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000311 10.0.0.61 - - [2025-11-03 02:00:21] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009041 10.0.0.249 - - [2025-11-03 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003825 10.0.0.61 - - [2025-11-03 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.005344 10.0.0.23 - - [2025-11-03 02:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.23 - - [2025-11-03 02:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2025-11-03 02:00:21] "POST /config-database-nodes HTTP/1.1" 200 617 0.082798 10.0.0.61 - - [2025-11-03 02:00:21] "POST /config-database-nodes HTTP/1.1" 200 617 0.066423 10.0.0.61 - - [2025-11-03 02:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.61 - - [2025-11-03 02:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.249 - - [2025-11-03 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.23 - - [2025-11-03 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2025-11-03 02:00:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.005044 10.0.0.249 - - [2025-11-03 02:00:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.007884 10.0.0.23 - - [2025-11-03 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.249 - - [2025-11-03 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.23 - - [2025-11-03 02:00:23] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.017843 10.0.0.249 - - [2025-11-03 02:00:23] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.015830 10.0.0.61 - - [2025-11-03 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.61 - - [2025-11-03 02:00:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006804 10.0.0.249 - - [2025-11-03 02:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000570 10.0.0.61 - - [2025-11-03 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006917 10.0.0.61 - - [2025-11-03 02:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.61 - - [2025-11-03 02:00:23] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.031954 10.0.0.61 - - [2025-11-03 02:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-11-03 02:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-11-03 02:00:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 02:00:25] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 02:00:34] "GET /network-ipam/54ee3fb7-be20-451f-a0f5-83dc49eb45f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.023499 10.0.0.249 - - [2025-11-03 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003614 10.0.0.249 - - [2025-11-03 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.021869 10.0.0.249 - - [2025-11-03 02:00:35] "POST /route-targets HTTP/1.1" 200 327 0.016330 10.0.0.249 - - [2025-11-03 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.020372 10.0.0.249 - - [2025-11-03 02:00:35] "PUT /access-control-list/c911cc8c-7055-49c1-9639-06ca5b6f4938 HTTP/1.1" 200 272 0.015451 10.0.0.249 - - [2025-11-03 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.056718 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-03 02:03:17] "GET /obj-perms HTTP/1.1" 200 5075 0.359200 10.0.0.249 - - [2025-11-03 02:04:18] "GET /obj-perms HTTP/1.1" 200 5075 0.041034 10.0.0.61 - - [2025-11-03 02:04:18] "GET /obj-perms HTTP/1.1" 200 5075 0.041431 [Introspect:8084]10.0.0.23 - - [2025-11-03 02:04:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000935 [Introspect:8084]10.0.0.23 - - [2025-11-03 02:04:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001294 [Introspect:8084]10.0.0.23 - - [2025-11-03 02:05:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000820 [Introspect:8084]10.0.0.23 - - [2025-11-03 02:05:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001049 10.0.0.23 - - [2025-11-03 02:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000727 10.0.0.23 - - [2025-11-03 02:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.23 - - [2025-11-03 02:05:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.23 - - [2025-11-03 02:05:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.61 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.61 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.61 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000779 10.0.0.61 - - [2025-11-03 02:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.249 - - [2025-11-03 02:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2025-11-03 02:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2025-11-03 02:06:11] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.249 - - [2025-11-03 02:06:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.249 - - [2025-11-03 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.039827 10.0.0.23 - - [2025-11-03 02:06:12] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055050 10.0.0.23 - - [2025-11-03 02:06:13] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.23 - - [2025-11-03 02:06:13] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.028316 10.0.0.23 - - [2025-11-03 02:06:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.001092 10.0.0.23 - - [2025-11-03 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.007842 10.0.0.23 - - [2025-11-03 02:06:13] "POST /security-groups HTTP/1.1" 200 589 0.092913 10.0.0.23 - - [2025-11-03 02:06:13] "POST /projects HTTP/1.1" 200 581 0.333241 10.0.0.249 - - [2025-11-03 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.029992 10.0.0.23 - - [2025-11-03 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.401447 10.0.0.249 - - [2025-11-03 02:06:13] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.607232 10.0.0.249 - - [2025-11-03 02:06:13] "POST /access-control-lists HTTP/1.1" 200 592 0.071500 10.0.0.249 - - [2025-11-03 02:06:14] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.23 - - [2025-11-03 02:06:14] "DELETE /project/f7e350f6b5c44e29b97d32aac670d991 HTTP/1.1" 404 173 0.003711 10.0.0.23 - - [2025-11-03 02:06:17] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.249 - - [2025-11-03 02:06:17] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055156 10.0.0.23 - - [2025-11-03 02:06:17] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002188 10.0.0.249 - - [2025-11-03 02:06:17] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?fields=virtual_networks HTTP/1.1" 200 1039 0.060639 10.0.0.23 - - [2025-11-03 02:06:17] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2025-11-03 02:06:17] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.060127 10.0.0.23 - - [2025-11-03 02:06:18] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.249 - - [2025-11-03 02:06:18] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?fields=security_groups HTTP/1.1" 200 1263 0.064096 10.0.0.23 - - [2025-11-03 02:06:18] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003450 10.0.0.23 - - [2025-11-03 02:06:18] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.23 - - [2025-11-03 02:06:18] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009683 10.0.0.23 - - [2025-11-03 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 167 0.002784 10.0.0.23 - - [2025-11-03 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 176 0.016423 10.0.0.23 - - [2025-11-03 02:06:19] "POST /security-groups HTTP/1.1" 200 568 0.036314 10.0.0.23 - - [2025-11-03 02:06:19] "POST /projects HTTP/1.1" 200 539 0.298835 10.0.0.23 - - [2025-11-03 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.370031 10.0.0.249 - - [2025-11-03 02:06:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.013896 10.0.0.249 - - [2025-11-03 02:06:19] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.534750 [Introspect:8084]10.0.0.249 - - [2025-11-03 02:06:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001048 10.0.0.23 - - [2025-11-03 02:06:21] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000865 10.0.0.249 - - [2025-11-03 02:06:21] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.058347 10.0.0.23 - - [2025-11-03 02:06:22] "GET /obj-perms HTTP/1.1" 200 5075 0.059842 [Introspect:8084]10.0.0.249 - - [2025-11-03 02:06:23] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000858 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.043826 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004805 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.003971 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004479 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004272 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.011054 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.005179 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004045 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.003887 10.0.0.249 - - [2025-11-03 02:06:24] "GET /obj-perms HTTP/1.1" 200 5075 0.004701 10.0.0.249 - - [2025-11-03 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004340 10.0.0.249 - - [2025-11-03 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004534 10.0.0.61 - - [2025-11-03 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.044176 10.0.0.23 - - [2025-11-03 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004163 10.0.0.23 - - [2025-11-03 02:06:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004106 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.005400 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004343 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004086 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004026 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004701 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004297 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004205 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004408 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.003751 10.0.0.249 - - [2025-11-03 02:06:27] "GET /obj-perms HTTP/1.1" 200 5075 0.004448 10.0.0.249 - - [2025-11-03 02:06:29] "GET /obj-perms HTTP/1.1" 200 5075 0.004656 10.0.0.249 - - [2025-11-03 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004061 10.0.0.249 - - [2025-11-03 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004286 10.0.0.249 - - [2025-11-03 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004491 10.0.0.249 - - [2025-11-03 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004389 10.0.0.249 - - [2025-11-03 02:06:32] "GET /obj-perms HTTP/1.1" 200 5075 0.004757 10.0.0.249 - - [2025-11-03 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.022663 10.0.0.23 - - [2025-11-03 02:06:33] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003513 10.0.0.23 - - [2025-11-03 02:06:33] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2025-11-03 02:06:33] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009652 10.0.0.23 - - [2025-11-03 02:06:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.004966 10.0.0.23 - - [2025-11-03 02:06:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.004044 10.0.0.23 - - [2025-11-03 02:06:33] "POST /security-groups HTTP/1.1" 200 602 0.044490 10.0.0.23 - - [2025-11-03 02:06:33] "POST /projects HTTP/1.1" 200 607 0.321808 10.0.0.23 - - [2025-11-03 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.358647 10.0.0.249 - - [2025-11-03 02:06:33] "POST /access-control-lists HTTP/1.1" 200 607 0.055547 10.0.0.249 - - [2025-11-03 02:06:33] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.540522 10.0.0.249 - - [2025-11-03 02:06:34] "GET / HTTP/1.1" 200 35931 0.002491 10.0.0.249 - - [2025-11-03 02:06:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000544 10.0.0.249 - - [2025-11-03 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.058532 10.0.0.23 - - [2025-11-03 02:06:36] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000932 10.0.0.249 - - [2025-11-03 02:06:36] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.071802 10.0.0.249 - - [2025-11-03 02:06:36] "POST /route-targets HTTP/1.1" 200 327 0.075712 10.0.0.23 - - [2025-11-03 02:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012155 10.0.0.249 - - [2025-11-03 02:06:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.385945 10.0.0.249 - - [2025-11-03 02:06:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001299 10.0.0.249 - - [2025-11-03 02:06:37] "GET /virtual-network/ab00dbcf-343f-43b7-b9f9-d49e011ca1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006389 10.0.0.249 - - [2025-11-03 02:06:37] "GET /virtual-network/ab00dbcf-343f-43b7-b9f9-d49e011ca1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006403 10.0.0.249 - - [2025-11-03 02:06:37] "POST /neutron/network HTTP/1.1" 200 839 0.007438 10.0.0.249 - - [2025-11-03 02:06:38] "GET /virtual-network/ab00dbcf-343f-43b7-b9f9-d49e011ca1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006108 10.0.0.23 - - [2025-11-03 02:06:39] "GET /obj-perms HTTP/1.1" 200 5071 0.044526 10.0.0.249 - - [2025-11-03 02:06:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001323 10.0.0.23 - - [2025-11-03 02:06:41] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.249 - - [2025-11-03 02:06:41] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.072266 10.0.0.249 - - [2025-11-03 02:06:42] "POST /neutron/network HTTP/1.1" 200 839 0.027868 10.0.0.249 - - [2025-11-03 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.007487 10.0.0.249 - - [2025-11-03 02:06:44] "POST /neutron/port HTTP/1.1" 200 1071 0.041631 10.0.0.249 - - [2025-11-03 02:06:44] "POST /neutron/port HTTP/1.1" 200 1099 0.023339 10.0.0.249 - - [2025-11-03 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.249 - - [2025-11-03 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008128 10.0.0.249 - - [2025-11-03 02:06:48] "GET /obj-perms HTTP/1.1" 200 5071 0.042087 10.0.0.249 - - [2025-11-03 02:06:51] "GET /obj-perms HTTP/1.1" 200 5071 0.004474 10.0.0.249 - - [2025-11-03 02:06:53] "POST /neutron/port HTTP/1.1" 200 1099 0.019064 10.0.0.249 - - [2025-11-03 02:06:55] "POST /neutron/network HTTP/1.1" 200 839 0.009090 10.0.0.249 - - [2025-11-03 02:06:55] "DELETE /route-target/824911f5-0fad-4a40-abf0-7fbddf1782e4 HTTP/1.1" 200 115 0.036973 10.0.0.23 - - [2025-11-03 02:06:56] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001041 10.0.0.249 - - [2025-11-03 02:06:56] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.092889 10.0.0.23 - - [2025-11-03 02:06:56] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.249 - - [2025-11-03 02:06:56] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?fields=virtual_networks HTTP/1.1" 200 1064 0.085582 10.0.0.23 - - [2025-11-03 02:06:56] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.249 - - [2025-11-03 02:06:56] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.051087 10.0.0.23 - - [2025-11-03 02:06:56] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000911 10.0.0.249 - - [2025-11-03 02:06:56] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?fields=security_groups HTTP/1.1" 200 1301 0.091642 10.0.0.23 - - [2025-11-03 02:06:57] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000942 10.0.0.249 - - [2025-11-03 02:06:57] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.069247 10.0.0.23 - - [2025-11-03 02:07:03] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000982 10.0.0.249 - - [2025-11-03 02:07:03] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.058548 10.0.0.249 - - [2025-11-03 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.041430 10.0.0.23 - - [2025-11-03 02:07:06] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003745 10.0.0.23 - - [2025-11-03 02:07:06] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.23 - - [2025-11-03 02:07:06] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006742 10.0.0.23 - - [2025-11-03 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.004409 10.0.0.23 - - [2025-11-03 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.017377 10.0.0.23 - - [2025-11-03 02:07:06] "POST /security-groups HTTP/1.1" 200 603 0.045130 10.0.0.23 - - [2025-11-03 02:07:06] "POST /projects HTTP/1.1" 200 609 0.312469 10.0.0.23 - - [2025-11-03 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.394798 10.0.0.249 - - [2025-11-03 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.018682 10.0.0.249 - - [2025-11-03 02:07:06] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.585981 10.0.0.249 - - [2025-11-03 02:07:07] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.249 - - [2025-11-03 02:07:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000560 10.0.0.249 - - [2025-11-03 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.048110 10.0.0.23 - - [2025-11-03 02:07:08] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.249 - - [2025-11-03 02:07:08] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.056691 10.0.0.23 - - [2025-11-03 02:07:08] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.249 - - [2025-11-03 02:07:09] "POST /neutron/network HTTP/1.1" 200 703 0.151286 10.0.0.249 - - [2025-11-03 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.035440 10.0.0.249 - - [2025-11-03 02:07:09] "POST /id-to-fqname HTTP/1.1" 200 275 0.004091 10.0.0.249 - - [2025-11-03 02:07:09] "GET /virtual-network/6ccae260-c480-4ca8-bd26-c6571f8e8f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005258 10.0.0.249 - - [2025-11-03 02:07:09] "POST /neutron/network HTTP/1.1" 200 922 0.007294 10.0.0.249 - - [2025-11-03 02:07:09] "GET /virtual-network/6ccae260-c480-4ca8-bd26-c6571f8e8f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007684 10.0.0.249 - - [2025-11-03 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2025-11-03 02:07:09] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.249 - - [2025-11-03 02:07:09] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.069075 10.0.0.249 - - [2025-11-03 02:07:09] "POST /neutron/network HTTP/1.1" 200 117 0.017791 10.0.0.249 - - [2025-11-03 02:07:10] "POST /neutron/network HTTP/1.1" 200 922 0.009244 10.0.0.249 - - [2025-11-03 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 275 0.001126 10.0.0.249 - - [2025-11-03 02:07:10] "GET /virtual-network/1c0cbd44-506a-44c6-8a70-d66a66a1107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005370 10.0.0.249 - - [2025-11-03 02:07:10] "GET /virtual-network/1c0cbd44-506a-44c6-8a70-d66a66a1107e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006446 10.0.0.249 - - [2025-11-03 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.010453 10.0.0.249 - - [2025-11-03 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2025-11-03 02:07:10] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.249 - - [2025-11-03 02:07:10] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.077782 10.0.0.249 - - [2025-11-03 02:07:10] "POST /route-targets HTTP/1.1" 200 327 0.021845 10.0.0.23 - - [2025-11-03 02:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.012681 10.0.0.249 - - [2025-11-03 02:07:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.282757 10.0.0.249 - - [2025-11-03 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 276 0.001143 10.0.0.249 - - [2025-11-03 02:07:10] "GET /virtual-network/2440c61c-20a8-43f0-b75f-d655f001a86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005570 10.0.0.249 - - [2025-11-03 02:07:10] "GET /virtual-network/2440c61c-20a8-43f0-b75f-d655f001a86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006182 10.0.0.249 - - [2025-11-03 02:07:11] "POST /neutron/network HTTP/1.1" 200 924 0.007707 10.0.0.249 - - [2025-11-03 02:07:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.001273 10.0.0.23 - - [2025-11-03 02:07:12] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.249 - - [2025-11-03 02:07:12] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.064323 10.0.0.249 - - [2025-11-03 02:07:12] "POST /neutron/network HTTP/1.1" 200 922 0.006499 10.0.0.249 - - [2025-11-03 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 276 0.001273 10.0.0.249 - - [2025-11-03 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.008386 10.0.0.23 - - [2025-11-03 02:07:13] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001470 10.0.0.249 - - [2025-11-03 02:07:13] "POST /neutron/port HTTP/1.1" 200 1072 0.381001 10.0.0.23 - - [2025-11-03 02:07:13] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.249 - - [2025-11-03 02:07:13] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.087528 10.0.0.249 - - [2025-11-03 02:07:13] "POST /neutron/port HTTP/1.1" 200 1126 0.187555 10.0.0.249 - - [2025-11-03 02:07:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.249 - - [2025-11-03 02:07:13] "POST /neutron/network HTTP/1.1" 200 922 0.007471 10.0.0.249 - - [2025-11-03 02:07:13] "POST /neutron/port HTTP/1.1" 200 117 0.006604 10.0.0.23 - - [2025-11-03 02:07:14] "DELETE /project/c288aefb3b49444084473f117e65e803 HTTP/1.1" 404 173 0.010065 10.0.0.23 - - [2025-11-03 02:07:14] "DELETE /project/86915b9882644ee1967555305ce491b3 HTTP/1.1" 404 173 0.008589 10.0.0.23 - - [2025-11-03 02:07:14] "DELETE /project/59ea079e211a4847b9a3f93d8cc56cc9 HTTP/1.1" 404 173 0.009888 10.0.0.23 - - [2025-11-03 02:07:14] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.23 - - [2025-11-03 02:07:14] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001043 10.0.0.23 - - [2025-11-03 02:07:14] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.099034 10.0.0.23 - - [2025-11-03 02:07:14] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004911 10.0.0.23 - - [2025-11-03 02:07:14] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.135022 10.0.0.23 - - [2025-11-03 02:07:14] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000957 10.0.0.23 - - [2025-11-03 02:07:15] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?fields=security_groups HTTP/1.1" 200 1368 0.151304 10.0.0.23 - - [2025-11-03 02:07:15] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?fields=security_groups HTTP/1.1" 200 1406 0.187649 10.0.0.23 - - [2025-11-03 02:07:15] "DELETE /security-group/91a2e1c4-89e4-414a-a7b2-220f0c5b44ce HTTP/1.1" 200 115 0.109864 10.0.0.23 - - [2025-11-03 02:07:15] "GET /projects?obj_uuids=f7e350f6-b5c4-4e29-b97d-32aac670d991&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.23 - - [2025-11-03 02:07:15] "GET /project/f7e350f6-b5c4-4e29-b97d-32aac670d991?fields=application_policy_sets HTTP/1.1" 200 1407 0.098384 10.0.0.23 - - [2025-11-03 02:07:15] "DELETE /security-group/5bd68aa3-8495-4f90-9a63-1766cb25273c HTTP/1.1" 200 115 0.170170 10.0.0.23 - - [2025-11-03 02:07:15] "GET /projects?obj_uuids=c288aefb-3b49-4440-8447-3f117e65e803&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000881 10.0.0.249 - - [2025-11-03 02:07:15] "DELETE /access-control-list/f63449b2-e048-4217-8d90-0bd346b2bcc8 HTTP/1.1" 200 115 0.117227 10.0.0.23 - - [2025-11-03 02:07:15] "GET /project/c288aefb-3b49-4440-8447-3f117e65e803?fields=application_policy_sets HTTP/1.1" 200 1445 0.213233 10.0.0.23 - - [2025-11-03 02:07:15] "DELETE /project/f7e350f6-b5c4-4e29-b97d-32aac670d991 HTTP/1.1" 200 115 0.887583 10.0.0.249 - - [2025-11-03 02:07:15] "POST /neutron/network HTTP/1.1" 200 922 0.019309 10.0.0.23 - - [2025-11-03 02:07:15] "DELETE /project/c288aefb-3b49-4440-8447-3f117e65e803 HTTP/1.1" 200 115 1.059439 10.0.0.249 - - [2025-11-03 02:07:15] "POST /neutron/port HTTP/1.1" 200 1072 0.043800 10.0.0.249 - - [2025-11-03 02:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004707 10.0.0.249 - - [2025-11-03 02:07:16] "POST /neutron/port HTTP/1.1" 200 1126 0.013738 10.0.0.249 - - [2025-11-03 02:07:16] "POST /neutron/network HTTP/1.1" 200 924 0.017037 10.0.0.249 - - [2025-11-03 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.249 - - [2025-11-03 02:07:18] "POST /neutron/network HTTP/1.1" 200 924 0.006773 10.0.0.249 - - [2025-11-03 02:07:20] "POST /neutron/network HTTP/1.1" 400 204 0.014915 10.0.0.249 - - [2025-11-03 02:07:24] "POST /neutron/network HTTP/1.1" 200 924 0.008033 10.0.0.249 - - [2025-11-03 02:07:26] "POST /neutron/network HTTP/1.1" 400 204 0.015073 10.0.0.249 - - [2025-11-03 02:07:28] "POST /neutron/port HTTP/1.1" 200 1100 0.022184 10.0.0.249 - - [2025-11-03 02:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.249 - - [2025-11-03 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.008242 10.0.0.249 - - [2025-11-03 02:07:30] "DELETE /route-target/e27e7b38-54b1-4088-b4c4-02167c7b3c43 HTTP/1.1" 200 115 0.023943 10.0.0.249 - - [2025-11-03 02:07:30] "POST /neutron/network HTTP/1.1" 200 922 0.006271 10.0.0.23 - - [2025-11-03 02:07:30] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.249 - - [2025-11-03 02:07:30] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.084170 10.0.0.23 - - [2025-11-03 02:07:30] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.249 - - [2025-11-03 02:07:30] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?fields=virtual_networks HTTP/1.1" 200 1066 0.072317 10.0.0.23 - - [2025-11-03 02:07:30] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.249 - - [2025-11-03 02:07:31] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.094791 10.0.0.23 - - [2025-11-03 02:07:31] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.249 - - [2025-11-03 02:07:31] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?fields=security_groups HTTP/1.1" 200 1304 0.087564 10.0.0.249 - - [2025-11-03 02:07:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.028063 10.0.0.23 - - [2025-11-03 02:07:31] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003508 10.0.0.23 - - [2025-11-03 02:07:32] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.23 - - [2025-11-03 02:07:32] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008425 10.0.0.23 - - [2025-11-03 02:07:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.002805 10.0.0.23 - - [2025-11-03 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.013363 10.0.0.23 - - [2025-11-03 02:07:32] "POST /security-groups HTTP/1.1" 200 593 0.099529 10.0.0.249 - - [2025-11-03 02:07:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.005466 10.0.0.23 - - [2025-11-03 02:07:32] "POST /projects HTTP/1.1" 200 589 0.335084 10.0.0.23 - - [2025-11-03 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.406006 10.0.0.249 - - [2025-11-03 02:07:32] "POST /access-control-lists HTTP/1.1" 200 596 0.041681 10.0.0.249 - - [2025-11-03 02:07:32] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.588407 10.0.0.249 - - [2025-11-03 02:07:33] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.249 - - [2025-11-03 02:07:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2025-11-03 02:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.048427 10.0.0.23 - - [2025-11-03 02:07:34] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.249 - - [2025-11-03 02:07:34] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.053393 10.0.0.23 - - [2025-11-03 02:07:34] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001816 10.0.0.249 - - [2025-11-03 02:07:34] "POST /neutron/network HTTP/1.1" 200 673 0.190514 10.0.0.249 - - [2025-11-03 02:07:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.003794 10.0.0.249 - - [2025-11-03 02:07:35] "GET /virtual-network/c9d4eae9-1098-465e-ae5b-2e1bd50ffc6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006125 10.0.0.249 - - [2025-11-03 02:07:35] "POST /neutron/network HTTP/1.1" 200 894 0.007820 10.0.0.249 - - [2025-11-03 02:07:35] "GET /virtual-network/c9d4eae9-1098-465e-ae5b-2e1bd50ffc6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.007550 10.0.0.249 - - [2025-11-03 02:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009633 10.0.0.23 - - [2025-11-03 02:07:35] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000831 10.0.0.249 - - [2025-11-03 02:07:35] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059846 10.0.0.249 - - [2025-11-03 02:07:35] "POST /neutron/network HTTP/1.1" 200 117 0.016014 10.0.0.249 - - [2025-11-03 02:07:35] "POST /route-targets HTTP/1.1" 200 327 0.012923 10.0.0.249 - - [2025-11-03 02:07:35] "POST /neutron/network HTTP/1.1" 200 892 0.012352 10.0.0.249 - - [2025-11-03 02:07:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.001064 10.0.0.249 - - [2025-11-03 02:07:35] "GET /virtual-network/acac60dc-2449-4f7a-b13a-ed280b50ab7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005867 10.0.0.249 - - [2025-11-03 02:07:35] "GET /virtual-network/acac60dc-2449-4f7a-b13a-ed280b50ab7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005365 10.0.0.249 - - [2025-11-03 02:07:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.012421 10.0.0.249 - - [2025-11-03 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007052 10.0.0.23 - - [2025-11-03 02:07:36] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.249 - - [2025-11-03 02:07:36] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048419 10.0.0.249 - - [2025-11-03 02:07:36] "POST /ref-update HTTP/1.1" 200 156 0.040938 10.0.0.23 - - [2025-11-03 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010357 10.0.0.249 - - [2025-11-03 02:07:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.297930 10.0.0.249 - - [2025-11-03 02:07:36] "POST /id-to-fqname HTTP/1.1" 200 256 0.001263 10.0.0.249 - - [2025-11-03 02:07:36] "GET /virtual-network/ffb5e181-ca25-4d0a-af28-ef8f43c4f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005830 10.0.0.249 - - [2025-11-03 02:07:36] "GET /virtual-network/ffb5e181-ca25-4d0a-af28-ef8f43c4f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006310 10.0.0.249 - - [2025-11-03 02:07:36] "POST /neutron/network HTTP/1.1" 200 893 0.008598 10.0.0.249 - - [2025-11-03 02:07:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.001281 10.0.0.23 - - [2025-11-03 02:07:37] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.249 - - [2025-11-03 02:07:37] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.094802 10.0.0.249 - - [2025-11-03 02:07:37] "POST /neutron/network HTTP/1.1" 200 892 0.008982 10.0.0.249 - - [2025-11-03 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 256 0.003639 10.0.0.249 - - [2025-11-03 02:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.008139 10.0.0.23 - - [2025-11-03 02:07:38] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001484 10.0.0.249 - - [2025-11-03 02:07:38] "POST /neutron/port HTTP/1.1" 200 1062 0.369611 10.0.0.249 - - [2025-11-03 02:07:39] "POST /neutron/port HTTP/1.1" 200 1116 0.117838 10.0.0.249 - - [2025-11-03 02:07:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.009602 10.0.0.23 - - [2025-11-03 02:07:39] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.249 - - [2025-11-03 02:07:39] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073602 10.0.0.249 - - [2025-11-03 02:07:39] "POST /neutron/network HTTP/1.1" 200 893 0.008099 10.0.0.249 - - [2025-11-03 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.008286 10.0.0.249 - - [2025-11-03 02:07:40] "POST /neutron/port HTTP/1.1" 200 1061 0.020048 10.0.0.249 - - [2025-11-03 02:07:40] "POST /neutron/port HTTP/1.1" 200 1089 0.020424 10.0.0.249 - - [2025-11-03 02:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.249 - - [2025-11-03 02:07:41] "POST /neutron/network HTTP/1.1" 400 204 0.019059 10.0.0.249 - - [2025-11-03 02:07:41] "POST /neutron/port HTTP/1.1" 200 151 0.217776 10.0.0.249 - - [2025-11-03 02:07:43] "POST /neutron/network HTTP/1.1" 200 893 0.006697 10.0.0.249 - - [2025-11-03 02:07:45] "POST /neutron/network HTTP/1.1" 400 204 0.014219 10.0.0.249 - - [2025-11-03 02:07:49] "POST /neutron/network HTTP/1.1" 200 893 0.009333 10.0.0.249 - - [2025-11-03 02:07:50] "POST /neutron/port HTTP/1.1" 200 1115 0.016101 10.0.0.249 - - [2025-11-03 02:07:51] "POST /neutron/network HTTP/1.1" 200 893 0.007440 10.0.0.249 - - [2025-11-03 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2025-11-03 02:07:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004600 10.0.0.23 - - [2025-11-03 02:07:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003830 10.0.0.249 - - [2025-11-03 02:07:51] "POST /neutron/network HTTP/1.1" 200 151 0.138105 10.0.0.23 - - [2025-11-03 02:07:51] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000908 10.0.0.249 - - [2025-11-03 02:07:51] "DELETE /route-target/ff7c6a69-7964-4888-a3c5-40b789a01739 HTTP/1.1" 200 115 0.031142 10.0.0.249 - - [2025-11-03 02:07:51] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.110014 10.0.0.23 - - [2025-11-03 02:07:51] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.249 - - [2025-11-03 02:07:51] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?fields=virtual_networks HTTP/1.1" 200 1047 0.063421 10.0.0.23 - - [2025-11-03 02:07:52] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.249 - - [2025-11-03 02:07:52] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.063631 10.0.0.23 - - [2025-11-03 02:07:52] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.249 - - [2025-11-03 02:07:52] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?fields=security_groups HTTP/1.1" 200 1275 0.057342 10.0.0.249 - - [2025-11-03 02:07:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.025807 10.0.0.23 - - [2025-11-03 02:07:53] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002963 10.0.0.23 - - [2025-11-03 02:07:53] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.23 - - [2025-11-03 02:07:53] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007526 10.0.0.23 - - [2025-11-03 02:07:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.004261 10.0.0.23 - - [2025-11-03 02:07:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.015260 10.0.0.23 - - [2025-11-03 02:07:53] "POST /security-groups HTTP/1.1" 200 599 0.035596 10.0.0.23 - - [2025-11-03 02:07:53] "POST /projects HTTP/1.1" 200 601 0.292279 10.0.0.249 - - [2025-11-03 02:07:53] "POST /fqname-to-id HTTP/1.1" 404 241 0.012271 10.0.0.23 - - [2025-11-03 02:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.362666 10.0.0.249 - - [2025-11-03 02:07:53] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.504100 10.0.0.249 - - [2025-11-03 02:07:54] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.249 - - [2025-11-03 02:07:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2025-11-03 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.060369 10.0.0.23 - - [2025-11-03 02:07:55] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.249 - - [2025-11-03 02:07:55] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060365 10.0.0.249 - - [2025-11-03 02:07:56] "POST /ref-update HTTP/1.1" 200 156 0.033953 10.0.0.23 - - [2025-11-03 02:07:56] "POST /useragent-kv HTTP/1.1" 200 115 0.017929 10.0.0.249 - - [2025-11-03 02:07:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.281321 10.0.0.249 - - [2025-11-03 02:07:56] "POST /id-to-fqname HTTP/1.1" 200 267 0.001360 10.0.0.249 - - [2025-11-03 02:07:56] "GET /virtual-network/41ea1c8d-28f5-4dc2-9d40-ef0f52a90771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005663 10.0.0.249 - - [2025-11-03 02:07:56] "GET /virtual-network/41ea1c8d-28f5-4dc2-9d40-ef0f52a90771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005870 10.0.0.249 - - [2025-11-03 02:07:56] "POST /neutron/network HTTP/1.1" 200 908 0.008267 10.0.0.249 - - [2025-11-03 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.23 - - [2025-11-03 02:07:56] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.249 - - [2025-11-03 02:07:56] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.083867 10.0.0.23 - - [2025-11-03 02:07:56] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.249 - - [2025-11-03 02:07:56] "POST /neutron/network HTTP/1.1" 200 691 0.201966 10.0.0.249 - - [2025-11-03 02:07:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.003843 10.0.0.249 - - [2025-11-03 02:07:57] "GET /virtual-network/c623aea0-f4a7-40f6-9283-6f6faa70ef26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.012506 10.0.0.249 - - [2025-11-03 02:07:57] "POST /neutron/network HTTP/1.1" 200 910 0.010925 10.0.0.249 - - [2025-11-03 02:07:57] "GET /virtual-network/c623aea0-f4a7-40f6-9283-6f6faa70ef26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007531 10.0.0.249 - - [2025-11-03 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2025-11-03 02:07:57] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.249 - - [2025-11-03 02:07:57] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.075713 10.0.0.249 - - [2025-11-03 02:07:57] "POST /neutron/network HTTP/1.1" 200 117 0.039279 10.0.0.249 - - [2025-11-03 02:07:57] "POST /route-targets HTTP/1.1" 200 327 0.012617 10.0.0.249 - - [2025-11-03 02:07:57] "POST /neutron/network HTTP/1.1" 200 912 0.009863 10.0.0.249 - - [2025-11-03 02:07:57] "POST /id-to-fqname HTTP/1.1" 200 268 0.001283 10.0.0.249 - - [2025-11-03 02:07:57] "GET /virtual-network/7a43ad27-c934-4113-8e2a-b1eba7504293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.008481 10.0.0.249 - - [2025-11-03 02:07:57] "GET /virtual-network/7a43ad27-c934-4113-8e2a-b1eba7504293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005517 10.0.0.249 - - [2025-11-03 02:07:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.009664 10.0.0.249 - - [2025-11-03 02:07:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.001057 10.0.0.23 - - [2025-11-03 02:08:15] "DELETE /project/6a2dd104ec1249f2b99d9cef90a5e8df HTTP/1.1" 404 173 0.006430 10.0.0.23 - - [2025-11-03 02:08:15] "DELETE /project/d076c51881dc4964a492fd1b869fdab1 HTTP/1.1" 404 173 0.011379 10.0.0.23 - - [2025-11-03 02:08:15] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.23 - - [2025-11-03 02:08:15] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.23 - - [2025-11-03 02:08:15] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.070780 10.0.0.23 - - [2025-11-03 02:08:15] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.085542 10.0.0.23 - - [2025-11-03 02:08:16] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.23 - - [2025-11-03 02:08:16] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.23 - - [2025-11-03 02:08:16] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?fields=security_groups HTTP/1.1" 200 1409 0.082685 10.0.0.23 - - [2025-11-03 02:08:16] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?fields=security_groups HTTP/1.1" 200 1380 0.098465 10.0.0.23 - - [2025-11-03 02:08:16] "DELETE /security-group/4afa70e6-499a-426c-a2f2-472f48294ad2 HTTP/1.1" 200 115 0.082261 10.0.0.23 - - [2025-11-03 02:08:16] "GET /projects?obj_uuids=59ea079e-211a-4847-b9a3-f93d8cc56cc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.23 - - [2025-11-03 02:08:16] "DELETE /security-group/267e1b83-9af1-467b-8bea-289b55007eb7 HTTP/1.1" 200 115 0.102587 10.0.0.23 - - [2025-11-03 02:08:16] "GET /projects?obj_uuids=d076c518-81dc-4964-a492-fd1b869fdab1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001451 10.0.0.23 - - [2025-11-03 02:08:16] "GET /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9?fields=application_policy_sets HTTP/1.1" 200 1448 0.073017 10.0.0.249 - - [2025-11-03 02:08:16] "DELETE /access-control-list/d11d4609-bd35-4fe0-a9a8-d04ca50ed596 HTTP/1.1" 200 115 0.105464 10.0.0.23 - - [2025-11-03 02:08:16] "GET /project/d076c518-81dc-4964-a492-fd1b869fdab1?fields=application_policy_sets HTTP/1.1" 200 1419 0.157744 10.0.0.23 - - [2025-11-03 02:08:16] "DELETE /project/59ea079e-211a-4847-b9a3-f93d8cc56cc9 HTTP/1.1" 200 115 0.684561 10.0.0.23 - - [2025-11-03 02:08:16] "DELETE /project/d076c518-81dc-4964-a492-fd1b869fdab1 HTTP/1.1" 200 115 0.776025 10.0.0.23 - - [2025-11-03 02:08:32] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.249 - - [2025-11-03 02:08:32] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.080843 10.0.0.249 - - [2025-11-03 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.007211 10.0.0.249 - - [2025-11-03 02:08:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.001282 10.0.0.249 - - [2025-11-03 02:08:32] "POST /neutron/network HTTP/1.1" 200 922 0.007380 10.0.0.23 - - [2025-11-03 02:08:33] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.249 - - [2025-11-03 02:08:33] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.127979 10.0.0.249 - - [2025-11-03 02:08:33] "POST /neutron/network HTTP/1.1" 200 912 0.007072 10.0.0.249 - - [2025-11-03 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.027359 10.0.0.249 - - [2025-11-03 02:08:33] "POST /neutron/port HTTP/1.1" 200 1122 0.206212 10.0.0.23 - - [2025-11-03 02:08:33] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001168 10.0.0.249 - - [2025-11-03 02:08:33] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.087663 10.0.0.249 - - [2025-11-03 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.018411 10.0.0.249 - - [2025-11-03 02:08:34] "POST /neutron/network HTTP/1.1" 200 922 0.007030 10.0.0.249 - - [2025-11-03 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008971 10.0.0.249 - - [2025-11-03 02:08:34] "GET /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.029685 10.0.0.249 - - [2025-11-03 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009208 10.0.0.23 - - [2025-11-03 02:08:34] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.249 - - [2025-11-03 02:08:35] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.098965 10.0.0.249 - - [2025-11-03 02:08:35] "POST /neutron/port HTTP/1.1" 200 1068 0.038316 10.0.0.249 - - [2025-11-03 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006340 10.0.0.249 - - [2025-11-03 02:08:35] "GET /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.011884 10.0.0.249 - - [2025-11-03 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013583 10.0.0.249 - - [2025-11-03 02:08:35] "PUT /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db HTTP/1.1" 200 262 0.066636 10.0.0.249 - - [2025-11-03 02:08:35] "PUT /access-control-list/09ae4503-91bd-455e-9a04-ffb67c0c9079 HTTP/1.1" 200 272 0.037309 10.0.0.249 - - [2025-11-03 02:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012250 10.0.0.249 - - [2025-11-03 02:08:35] "POST /neutron/network HTTP/1.1" 200 912 0.008873 10.0.0.249 - - [2025-11-03 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.012322 10.0.0.249 - - [2025-11-03 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.012465 10.0.0.23 - - [2025-11-03 02:08:36] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.249 - - [2025-11-03 02:08:36] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007808 10.0.0.249 - - [2025-11-03 02:08:36] "POST /service-templates HTTP/1.1" 200 543 0.054212 10.0.0.249 - - [2025-11-03 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.249 - - [2025-11-03 02:08:36] "GET /service-template/c8eb29de-07f2-40fd-ab2d-cb23da3ab092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.014168 10.0.0.249 - - [2025-11-03 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006562 10.0.0.249 - - [2025-11-03 02:08:36] "GET /service-template/c8eb29de-07f2-40fd-ab2d-cb23da3ab092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.014505 10.0.0.249 - - [2025-11-03 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.001341 10.0.0.249 - - [2025-11-03 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.004150 10.0.0.249 - - [2025-11-03 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 268 0.004129 10.0.0.249 - - [2025-11-03 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006331 10.0.0.249 - - [2025-11-03 02:08:37] "DELETE /service-template/c8eb29de-07f2-40fd-ab2d-cb23da3ab092 HTTP/1.1" 200 115 0.068278 10.0.0.249 - - [2025-11-03 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.006690 10.0.0.249 - - [2025-11-03 02:08:40] "POST /neutron/network HTTP/1.1" 200 910 0.019407 10.0.0.249 - - [2025-11-03 02:08:42] "POST /neutron/network HTTP/1.1" 400 204 0.036293 10.0.0.249 - - [2025-11-03 02:08:46] "POST /neutron/network HTTP/1.1" 200 910 0.009413 10.0.0.249 - - [2025-11-03 02:08:48] "POST /neutron/network HTTP/1.1" 400 204 0.037068 10.0.0.249 - - [2025-11-03 02:08:52] "POST /neutron/network HTTP/1.1" 200 910 0.021254 10.0.0.249 - - [2025-11-03 02:08:54] "POST /neutron/network HTTP/1.1" 400 204 0.036246 10.0.0.249 - - [2025-11-03 02:08:58] "POST /neutron/network HTTP/1.1" 200 910 0.018593 10.0.0.249 - - [2025-11-03 02:09:01] "POST /neutron/network HTTP/1.1" 400 204 0.037542 10.0.0.249 - - [2025-11-03 02:09:05] "POST /neutron/network HTTP/1.1" 200 910 0.009561 10.0.0.249 - - [2025-11-03 02:09:07] "POST /neutron/network HTTP/1.1" 400 204 0.015745 10.0.0.249 - - [2025-11-03 02:09:11] "POST /neutron/network HTTP/1.1" 200 910 0.015048 10.0.0.249 - - [2025-11-03 02:09:13] "POST /neutron/network HTTP/1.1" 400 204 0.014740 10.0.0.249 - - [2025-11-03 02:09:17] "POST /neutron/network HTTP/1.1" 200 910 0.007512 10.0.0.249 - - [2025-11-03 02:09:19] "POST /neutron/network HTTP/1.1" 400 204 0.016471 10.0.0.61 - - [2025-11-03 02:09:22] "GET /obj-perms HTTP/1.1" 200 5075 0.045308 10.0.0.249 - - [2025-11-03 02:09:23] "POST /neutron/network HTTP/1.1" 200 910 0.009928 10.0.0.249 - - [2025-11-03 02:09:25] "POST /neutron/network HTTP/1.1" 400 204 0.014520 10.0.0.249 - - [2025-11-03 02:09:29] "POST /neutron/network HTTP/1.1" 200 910 0.006731 10.0.0.249 - - [2025-11-03 02:09:31] "POST /neutron/network HTTP/1.1" 400 204 0.015613 10.0.0.249 - - [2025-11-03 02:09:33] "POST /neutron/network HTTP/1.1" 200 912 0.007317 10.0.0.249 - - [2025-11-03 02:09:36] "POST /neutron/network HTTP/1.1" 400 204 0.015372 10.0.0.249 - - [2025-11-03 02:09:38] "POST /neutron/port HTTP/1.1" 200 151 0.183167 10.0.0.249 - - [2025-11-03 02:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.007319 10.0.0.249 - - [2025-11-03 02:09:42] "POST /neutron/network HTTP/1.1" 200 912 0.008798 10.0.0.249 - - [2025-11-03 02:09:44] "POST /neutron/network HTTP/1.1" 400 204 0.027323 10.0.0.249 - - [2025-11-03 02:09:48] "POST /neutron/network HTTP/1.1" 200 912 0.007267 10.0.0.249 - - [2025-11-03 02:09:50] "POST /neutron/network HTTP/1.1" 400 204 0.020084 10.0.0.249 - - [2025-11-03 02:09:54] "POST /neutron/network HTTP/1.1" 200 912 0.006989 10.0.0.249 - - [2025-11-03 02:09:55] "POST /neutron/port HTTP/1.1" 200 1122 0.014807 10.0.0.249 - - [2025-11-03 02:09:56] "POST /neutron/network HTTP/1.1" 200 912 0.010849 10.0.0.249 - - [2025-11-03 02:09:56] "DELETE /route-target/7c40bb37-33d9-4e8f-b35f-b5a779461b64 HTTP/1.1" 200 115 0.037223 10.0.0.23 - - [2025-11-03 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004869 10.0.0.23 - - [2025-11-03 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004541 10.0.0.249 - - [2025-11-03 02:09:56] "POST /neutron/network HTTP/1.1" 200 151 0.182897 10.0.0.23 - - [2025-11-03 02:09:56] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.249 - - [2025-11-03 02:09:57] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.109752 10.0.0.23 - - [2025-11-03 02:09:57] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.249 - - [2025-11-03 02:09:57] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.066653 10.0.0.23 - - [2025-11-03 02:09:59] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.249 - - [2025-11-03 02:09:59] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045152 10.0.0.23 - - [2025-11-03 02:09:59] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.249 - - [2025-11-03 02:09:59] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.054053 10.0.0.23 - - [2025-11-03 02:10:01] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.249 - - [2025-11-03 02:10:01] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.057573 10.0.0.23 - - [2025-11-03 02:10:01] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.249 - - [2025-11-03 02:10:01] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.059561 10.0.0.23 - - [2025-11-03 02:10:03] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.249 - - [2025-11-03 02:10:03] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054179 10.0.0.23 - - [2025-11-03 02:10:03] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001431 10.0.0.249 - - [2025-11-03 02:10:03] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.048398 10.0.0.23 - - [2025-11-03 02:10:05] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002303 10.0.0.249 - - [2025-11-03 02:10:05] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047510 10.0.0.23 - - [2025-11-03 02:10:05] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.249 - - [2025-11-03 02:10:05] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.049065 10.0.0.23 - - [2025-11-03 02:10:07] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.249 - - [2025-11-03 02:10:07] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049825 10.0.0.23 - - [2025-11-03 02:10:07] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.249 - - [2025-11-03 02:10:07] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.052295 10.0.0.23 - - [2025-11-03 02:10:09] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.249 - - [2025-11-03 02:10:10] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053857 10.0.0.23 - - [2025-11-03 02:10:10] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.249 - - [2025-11-03 02:10:10] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.050503 10.0.0.23 - - [2025-11-03 02:10:12] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.249 - - [2025-11-03 02:10:12] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042342 10.0.0.23 - - [2025-11-03 02:10:12] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.249 - - [2025-11-03 02:10:12] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.044152 10.0.0.23 - - [2025-11-03 02:10:14] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.249 - - [2025-11-03 02:10:14] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052187 10.0.0.23 - - [2025-11-03 02:10:14] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.249 - - [2025-11-03 02:10:14] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.050459 10.0.0.23 - - [2025-11-03 02:10:16] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001272 10.0.0.249 - - [2025-11-03 02:10:16] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047904 10.0.0.23 - - [2025-11-03 02:10:16] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.249 - - [2025-11-03 02:10:16] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.054806 10.0.0.23 - - [2025-11-03 02:10:18] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.249 - - [2025-11-03 02:10:18] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050194 10.0.0.23 - - [2025-11-03 02:10:18] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.249 - - [2025-11-03 02:10:18] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.041821 10.0.0.23 - - [2025-11-03 02:10:20] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.249 - - [2025-11-03 02:10:20] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054801 10.0.0.23 - - [2025-11-03 02:10:20] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001544 10.0.0.249 - - [2025-11-03 02:10:20] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.063587 10.0.0.23 - - [2025-11-03 02:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.23 - - [2025-11-03 02:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.23 - - [2025-11-03 02:10:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.23 - - [2025-11-03 02:10:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.61 - - [2025-11-03 02:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.61 - - [2025-11-03 02:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.249 - - [2025-11-03 02:10:22] "GET /obj-perms HTTP/1.1" 200 5075 0.050539 10.0.0.23 - - [2025-11-03 02:10:22] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002377 10.0.0.249 - - [2025-11-03 02:10:22] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047091 10.0.0.23 - - [2025-11-03 02:10:22] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.249 - - [2025-11-03 02:10:22] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.069487 10.0.0.249 - - [2025-11-03 02:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.61 - - [2025-11-03 02:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2025-11-03 02:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.61 - - [2025-11-03 02:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-11-03 02:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-11-03 02:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.23 - - [2025-11-03 02:10:25] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.249 - - [2025-11-03 02:10:25] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.048277 10.0.0.23 - - [2025-11-03 02:10:25] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.249 - - [2025-11-03 02:10:25] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.070531 10.0.0.23 - - [2025-11-03 02:10:27] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.249 - - [2025-11-03 02:10:27] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055541 10.0.0.23 - - [2025-11-03 02:10:27] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.249 - - [2025-11-03 02:10:27] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.056377 10.0.0.23 - - [2025-11-03 02:10:29] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.249 - - [2025-11-03 02:10:29] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053808 10.0.0.23 - - [2025-11-03 02:10:29] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001510 10.0.0.249 - - [2025-11-03 02:10:29] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.066285 10.0.0.23 - - [2025-11-03 02:10:31] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.249 - - [2025-11-03 02:10:31] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060986 10.0.0.23 - - [2025-11-03 02:10:31] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.249 - - [2025-11-03 02:10:31] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.050961 10.0.0.23 - - [2025-11-03 02:10:33] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.249 - - [2025-11-03 02:10:33] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.056129 10.0.0.23 - - [2025-11-03 02:10:33] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001745 10.0.0.249 - - [2025-11-03 02:10:33] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.057907 10.0.0.23 - - [2025-11-03 02:10:35] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.249 - - [2025-11-03 02:10:35] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.061992 10.0.0.23 - - [2025-11-03 02:10:35] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.249 - - [2025-11-03 02:10:35] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.062967 10.0.0.23 - - [2025-11-03 02:10:38] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.249 - - [2025-11-03 02:10:38] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040699 10.0.0.23 - - [2025-11-03 02:10:38] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.249 - - [2025-11-03 02:10:38] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.051503 10.0.0.23 - - [2025-11-03 02:10:40] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.249 - - [2025-11-03 02:10:40] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040076 10.0.0.23 - - [2025-11-03 02:10:40] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.249 - - [2025-11-03 02:10:40] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.042838 10.0.0.23 - - [2025-11-03 02:10:42] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.249 - - [2025-11-03 02:10:42] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041931 10.0.0.23 - - [2025-11-03 02:10:42] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.249 - - [2025-11-03 02:10:42] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.053418 10.0.0.23 - - [2025-11-03 02:10:44] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.249 - - [2025-11-03 02:10:44] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053378 10.0.0.23 - - [2025-11-03 02:10:44] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.249 - - [2025-11-03 02:10:44] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.041669 10.0.0.23 - - [2025-11-03 02:10:46] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.249 - - [2025-11-03 02:10:46] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044808 10.0.0.23 - - [2025-11-03 02:10:46] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001720 10.0.0.249 - - [2025-11-03 02:10:46] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.057897 10.0.0.23 - - [2025-11-03 02:10:48] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.249 - - [2025-11-03 02:10:48] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042874 10.0.0.23 - - [2025-11-03 02:10:48] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-11-03 02:10:48] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.048690 10.0.0.23 - - [2025-11-03 02:10:50] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.249 - - [2025-11-03 02:10:50] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049946 10.0.0.23 - - [2025-11-03 02:10:50] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.249 - - [2025-11-03 02:10:50] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.053515 10.0.0.23 - - [2025-11-03 02:10:53] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.249 - - [2025-11-03 02:10:53] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055501 10.0.0.23 - - [2025-11-03 02:10:53] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.249 - - [2025-11-03 02:10:53] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.056653 10.0.0.23 - - [2025-11-03 02:10:55] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.249 - - [2025-11-03 02:10:55] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.062414 10.0.0.23 - - [2025-11-03 02:10:55] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001668 10.0.0.249 - - [2025-11-03 02:10:55] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.078130 10.0.0.23 - - [2025-11-03 02:10:57] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.249 - - [2025-11-03 02:10:57] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045052 10.0.0.23 - - [2025-11-03 02:10:57] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.249 - - [2025-11-03 02:10:57] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.056146 10.0.0.23 - - [2025-11-03 02:10:59] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.249 - - [2025-11-03 02:10:59] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039216 10.0.0.23 - - [2025-11-03 02:10:59] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.249 - - [2025-11-03 02:10:59] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.039756 10.0.0.23 - - [2025-11-03 02:11:01] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001546 10.0.0.249 - - [2025-11-03 02:11:01] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058010 10.0.0.23 - - [2025-11-03 02:11:01] "GET /projects?obj_uuids=6a2dd104-ec12-49f2-b99d-9cef90a5e8df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001605 10.0.0.249 - - [2025-11-03 02:11:01] "GET /project/6a2dd104-ec12-49f2-b99d-9cef90a5e8df?fields=virtual_networks HTTP/1.1" 200 1343 0.067698 10.0.0.249 - - [2025-11-03 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.025367 10.0.0.23 - - [2025-11-03 02:11:02] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004067 10.0.0.23 - - [2025-11-03 02:11:02] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.23 - - [2025-11-03 02:11:02] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007555 10.0.0.23 - - [2025-11-03 02:11:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.005277 10.0.0.23 - - [2025-11-03 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.012367 10.0.0.23 - - [2025-11-03 02:11:02] "POST /security-groups HTTP/1.1" 200 592 0.082003 10.0.0.249 - - [2025-11-03 02:11:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.003377 10.0.0.23 - - [2025-11-03 02:11:02] "POST /projects HTTP/1.1" 200 587 0.371344 10.0.0.23 - - [2025-11-03 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.440746 10.0.0.249 - - [2025-11-03 02:11:02] "POST /access-control-lists HTTP/1.1" 200 595 0.038983 10.0.0.249 - - [2025-11-03 02:11:02] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.593589 10.0.0.249 - - [2025-11-03 02:11:03] "GET / HTTP/1.1" 200 35931 0.001330 10.0.0.249 - - [2025-11-03 02:11:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-11-03 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.056592 10.0.0.23 - - [2025-11-03 02:11:04] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.249 - - [2025-11-03 02:11:04] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061829 10.0.0.23 - - [2025-11-03 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009884 10.0.0.249 - - [2025-11-03 02:11:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.286207 10.0.0.249 - - [2025-11-03 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001267 10.0.0.249 - - [2025-11-03 02:11:05] "GET /virtual-network/36c99a25-8a05-44d1-a4fb-5ce5ac0ed0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006437 10.0.0.249 - - [2025-11-03 02:11:05] "GET /virtual-network/36c99a25-8a05-44d1-a4fb-5ce5ac0ed0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006355 10.0.0.249 - - [2025-11-03 02:11:05] "POST /neutron/network HTTP/1.1" 200 888 0.007078 10.0.0.249 - - [2025-11-03 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2025-11-03 02:11:05] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.249 - - [2025-11-03 02:11:05] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047184 10.0.0.23 - - [2025-11-03 02:11:05] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.249 - - [2025-11-03 02:11:05] "POST /neutron/network HTTP/1.1" 200 670 0.128931 10.0.0.249 - - [2025-11-03 02:11:05] "POST /route-targets HTTP/1.1" 200 327 0.012716 10.0.0.249 - - [2025-11-03 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.004184 10.0.0.249 - - [2025-11-03 02:11:05] "GET /virtual-network/99abc8cf-791a-4c61-95b8-d4a23e21b5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006728 10.0.0.249 - - [2025-11-03 02:11:05] "POST /neutron/network HTTP/1.1" 200 888 0.007054 10.0.0.249 - - [2025-11-03 02:11:05] "GET /virtual-network/99abc8cf-791a-4c61-95b8-d4a23e21b5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006454 10.0.0.249 - - [2025-11-03 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.23 - - [2025-11-03 02:11:06] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.249 - - [2025-11-03 02:11:06] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.054477 10.0.0.249 - - [2025-11-03 02:11:06] "POST /neutron/network HTTP/1.1" 200 117 0.019830 10.0.0.249 - - [2025-11-03 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.040213 10.0.0.249 - - [2025-11-03 02:11:06] "POST /neutron/network HTTP/1.1" 200 892 0.009625 10.0.0.249 - - [2025-11-03 02:11:06] "POST /id-to-fqname HTTP/1.1" 200 254 0.001098 10.0.0.249 - - [2025-11-03 02:11:06] "GET /virtual-network/b1ab07c7-215f-4e21-9552-edf4cb07f8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006962 10.0.0.249 - - [2025-11-03 02:11:06] "GET /virtual-network/b1ab07c7-215f-4e21-9552-edf4cb07f8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005837 10.0.0.249 - - [2025-11-03 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.010036 10.0.0.249 - - [2025-11-03 02:11:06] "POST /id-to-fqname HTTP/1.1" 200 253 0.001095 10.0.0.23 - - [2025-11-03 02:11:07] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.249 - - [2025-11-03 02:11:07] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065083 10.0.0.249 - - [2025-11-03 02:11:07] "POST /neutron/port HTTP/1.1" 200 117 0.008730 10.0.0.249 - - [2025-11-03 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 254 0.001400 10.0.0.249 - - [2025-11-03 02:11:08] "POST /neutron/network HTTP/1.1" 200 902 0.006487 10.0.0.249 - - [2025-11-03 02:11:08] "POST /neutron/port HTTP/1.1" 200 1060 0.016056 10.0.0.23 - - [2025-11-03 02:11:08] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005043 10.0.0.249 - - [2025-11-03 02:11:08] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.115048 10.0.0.249 - - [2025-11-03 02:11:08] "POST /neutron/port HTTP/1.1" 200 1088 0.021731 10.0.0.249 - - [2025-11-03 02:11:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009005 10.0.0.249 - - [2025-11-03 02:11:09] "POST /neutron/port HTTP/1.1" 200 1088 0.019610 10.0.0.249 - - [2025-11-03 02:11:09] "POST /neutron/network HTTP/1.1" 200 902 0.007203 10.0.0.249 - - [2025-11-03 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003217 10.0.0.249 - - [2025-11-03 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2025-11-03 02:11:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.249 - - [2025-11-03 02:11:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007309 10.0.0.249 - - [2025-11-03 02:11:09] "POST /neutron/port HTTP/1.1" 200 1062 0.016468 10.0.0.249 - - [2025-11-03 02:11:09] "POST /service-templates HTTP/1.1" 200 543 0.024162 10.0.0.249 - - [2025-11-03 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.249 - - [2025-11-03 02:11:10] "GET /service-template/9ab3e979-23fa-4750-a88a-630dadff980f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006419 10.0.0.249 - - [2025-11-03 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.249 - - [2025-11-03 02:11:10] "GET /service-template/9ab3e979-23fa-4750-a88a-630dadff980f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003738 10.0.0.249 - - [2025-11-03 02:11:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.249 - - [2025-11-03 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 253 0.001293 10.0.0.249 - - [2025-11-03 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 253 0.001256 10.0.0.249 - - [2025-11-03 02:11:10] "POST /neutron/network HTTP/1.1" 200 892 0.006345 10.0.0.249 - - [2025-11-03 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 254 0.001186 10.0.0.249 - - [2025-11-03 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 02:11:10] "DELETE /service-template/9ab3e979-23fa-4750-a88a-630dadff980f HTTP/1.1" 200 115 0.033843 10.0.0.249 - - [2025-11-03 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.005830 10.0.0.249 - - [2025-11-03 02:11:12] "POST /neutron/network HTTP/1.1" 200 888 0.007330 10.0.0.249 - - [2025-11-03 02:11:13] "POST /neutron/port HTTP/1.1" 200 1114 0.015960 10.0.0.23 - - [2025-11-03 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.047321 10.0.0.23 - - [2025-11-03 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.249 - - [2025-11-03 02:11:14] "POST /neutron/network HTTP/1.1" 200 151 0.174043 10.0.0.23 - - [2025-11-03 02:11:16] "DELETE /project/82477538d2444a849e1e55beaf40b6e3 HTTP/1.1" 404 173 0.025529 10.0.0.249 - - [2025-11-03 02:11:17] "POST /neutron/network HTTP/1.1" 200 892 0.007187 10.0.0.249 - - [2025-11-03 02:11:19] "POST /neutron/network HTTP/1.1" 400 204 0.013146 10.0.0.249 - - [2025-11-03 02:11:20] "POST /neutron/port HTTP/1.1" 200 151 0.211219 10.0.0.23 - - [2025-11-03 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.23 - - [2025-11-03 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007255 10.0.0.249 - - [2025-11-03 02:11:21] "POST /neutron/network HTTP/1.1" 200 151 0.176769 10.0.0.249 - - [2025-11-03 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.028888 10.0.0.249 - - [2025-11-03 02:11:21] "DELETE /route-target/a4640606-71d7-4bcc-8f7a-6ae7f1072d62 HTTP/1.1" 200 115 0.035102 10.0.0.23 - - [2025-11-03 02:11:21] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.249 - - [2025-11-03 02:11:21] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.084927 10.0.0.23 - - [2025-11-03 02:11:21] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.011420 10.0.0.249 - - [2025-11-03 02:11:21] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?fields=virtual_networks HTTP/1.1" 200 1044 0.066864 10.0.0.23 - - [2025-11-03 02:11:21] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.249 - - [2025-11-03 02:11:21] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.058457 10.0.0.23 - - [2025-11-03 02:11:21] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.249 - - [2025-11-03 02:11:21] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?fields=security_groups HTTP/1.1" 200 1271 0.044226 10.0.0.249 - - [2025-11-03 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.024320 10.0.0.23 - - [2025-11-03 02:11:22] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.23 - - [2025-11-03 02:11:22] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.23 - - [2025-11-03 02:11:22] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006622 10.0.0.23 - - [2025-11-03 02:11:22] "POST /id-to-fqname HTTP/1.1" 200 195 0.006672 10.0.0.23 - - [2025-11-03 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 204 0.004438 10.0.0.23 - - [2025-11-03 02:11:22] "POST /security-groups HTTP/1.1" 200 596 0.045164 10.0.0.23 - - [2025-11-03 02:11:22] "POST /projects HTTP/1.1" 200 595 0.254206 10.0.0.249 - - [2025-11-03 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 238 0.012914 10.0.0.23 - - [2025-11-03 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.327281 10.0.0.249 - - [2025-11-03 02:11:23] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.481541 10.0.0.23 - - [2025-11-03 02:11:23] "GET /obj-perms HTTP/1.1" 200 5075 0.056638 10.0.0.249 - - [2025-11-03 02:11:24] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.249 - - [2025-11-03 02:11:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2025-11-03 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.058131 10.0.0.23 - - [2025-11-03 02:11:25] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001292 10.0.0.249 - - [2025-11-03 02:11:25] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.048409 10.0.0.249 - - [2025-11-03 02:11:25] "POST /neutron/network HTTP/1.1" 200 117 0.037387 10.0.0.249 - - [2025-11-03 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.037964 10.0.0.23 - - [2025-11-03 02:11:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007834 10.0.0.249 - - [2025-11-03 02:11:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.200661 10.0.0.249 - - [2025-11-03 02:11:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001407 10.0.0.249 - - [2025-11-03 02:11:26] "GET /virtual-network/bc0137bd-05ec-45a2-8844-27b85cd596e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006332 10.0.0.249 - - [2025-11-03 02:11:26] "GET /virtual-network/bc0137bd-05ec-45a2-8844-27b85cd596e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.007303 10.0.0.249 - - [2025-11-03 02:11:26] "POST /neutron/network HTTP/1.1" 200 1073 0.019050 10.0.0.249 - - [2025-11-03 02:11:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.026891 10.0.0.249 - - [2025-11-03 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.23 - - [2025-11-03 02:11:26] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001132 10.0.0.249 - - [2025-11-03 02:11:26] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.057518 10.0.0.249 - - [2025-11-03 02:11:26] "POST /neutron/network HTTP/1.1" 200 117 0.016743 10.0.0.23 - - [2025-11-03 02:11:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009752 10.0.0.249 - - [2025-11-03 02:11:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.229556 10.0.0.249 - - [2025-11-03 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001152 10.0.0.249 - - [2025-11-03 02:11:27] "GET /virtual-network/bc826212-f912-4c5b-8528-b55484faea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005652 10.0.0.249 - - [2025-11-03 02:11:27] "GET /virtual-network/bc826212-f912-4c5b-8528-b55484faea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006962 10.0.0.249 - - [2025-11-03 02:11:27] "POST /neutron/network HTTP/1.1" 200 1073 0.009042 10.0.0.249 - - [2025-11-03 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.23 - - [2025-11-03 02:11:27] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000848 10.0.0.249 - - [2025-11-03 02:11:27] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.049227 10.0.0.249 - - [2025-11-03 02:11:27] "POST /neutron/network HTTP/1.1" 200 117 0.016679 10.0.0.249 - - [2025-11-03 02:11:27] "POST /route-targets HTTP/1.1" 200 327 0.015221 10.0.0.249 - - [2025-11-03 02:11:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003056 10.0.0.23 - - [2025-11-03 02:11:28] "POST /useragent-kv HTTP/1.1" 200 115 0.015284 10.0.0.249 - - [2025-11-03 02:11:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.246900 10.0.0.249 - - [2025-11-03 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001286 10.0.0.249 - - [2025-11-03 02:11:28] "GET /virtual-network/b4647b77-699d-4a13-8b79-9109853f0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005099 10.0.0.249 - - [2025-11-03 02:11:28] "GET /virtual-network/b4647b77-699d-4a13-8b79-9109853f0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.007250 10.0.0.249 - - [2025-11-03 02:11:28] "POST /neutron/network HTTP/1.1" 200 1076 0.010278 10.0.0.249 - - [2025-11-03 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001228 10.0.0.249 - - [2025-11-03 02:11:28] "POST /neutron/network HTTP/1.1" 200 1083 0.007009 10.0.0.23 - - [2025-11-03 02:11:29] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001062 10.0.0.249 - - [2025-11-03 02:11:29] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.080005 10.0.0.249 - - [2025-11-03 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.008752 10.0.0.249 - - [2025-11-03 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001143 10.0.0.249 - - [2025-11-03 02:11:29] "POST /neutron/network HTTP/1.1" 200 1083 0.007030 10.0.0.249 - - [2025-11-03 02:11:30] "POST /neutron/port HTTP/1.1" 200 1170 0.020391 10.0.0.23 - - [2025-11-03 02:11:30] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001026 10.0.0.249 - - [2025-11-03 02:11:30] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.059134 10.0.0.249 - - [2025-11-03 02:11:30] "POST /neutron/port HTTP/1.1" 200 1198 0.020428 10.0.0.249 - - [2025-11-03 02:11:30] "POST /neutron/port HTTP/1.1" 200 1198 0.019424 10.0.0.249 - - [2025-11-03 02:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.249 - - [2025-11-03 02:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.005874 10.0.0.249 - - [2025-11-03 02:11:31] "POST /neutron/port HTTP/1.1" 200 1171 0.025060 10.0.0.249 - - [2025-11-03 02:11:31] "POST /neutron/port HTTP/1.1" 200 1199 0.020721 10.0.0.249 - - [2025-11-03 02:11:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013501 10.0.0.249 - - [2025-11-03 02:11:31] "POST /neutron/network HTTP/1.1" 200 1076 0.010205 10.0.0.249 - - [2025-11-03 02:11:32] "POST /neutron/port HTTP/1.1" 200 1198 0.017045 10.0.0.249 - - [2025-11-03 02:11:34] "POST /neutron/network HTTP/1.1" 200 1073 0.009239 10.0.0.249 - - [2025-11-03 02:11:34] "DELETE /route-target/386fc666-f2d1-4c9e-b051-9e47072dc426 HTTP/1.1" 200 115 0.044640 10.0.0.249 - - [2025-11-03 02:11:34] "POST /neutron/network HTTP/1.1" 400 204 0.019058 10.0.0.249 - - [2025-11-03 02:11:38] "POST /neutron/network HTTP/1.1" 200 1076 0.009034 10.0.0.249 - - [2025-11-03 02:11:40] "POST /neutron/network HTTP/1.1" 400 204 0.013452 10.0.0.249 - - [2025-11-03 02:11:41] "POST /neutron/port HTTP/1.1" 200 151 0.239819 10.0.0.23 - - [2025-11-03 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.23 - - [2025-11-03 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.23 - - [2025-11-03 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002556 10.0.0.23 - - [2025-11-03 02:11:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002546 10.0.0.249 - - [2025-11-03 02:11:42] "POST /neutron/network HTTP/1.1" 200 151 0.151034 10.0.0.249 - - [2025-11-03 02:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011706 10.0.0.23 - - [2025-11-03 02:11:43] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001298 10.0.0.249 - - [2025-11-03 02:11:43] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.040251 10.0.0.23 - - [2025-11-03 02:11:43] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001305 10.0.0.249 - - [2025-11-03 02:11:43] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?fields=virtual_networks HTTP/1.1" 200 1052 0.040792 10.0.0.23 - - [2025-11-03 02:11:43] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000900 10.0.0.249 - - [2025-11-03 02:11:43] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.049078 10.0.0.23 - - [2025-11-03 02:11:43] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000939 10.0.0.249 - - [2025-11-03 02:11:43] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?fields=security_groups HTTP/1.1" 200 1283 0.043779 10.0.0.249 - - [2025-11-03 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.026907 10.0.0.23 - - [2025-11-03 02:11:44] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003933 10.0.0.23 - - [2025-11-03 02:11:44] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.23 - - [2025-11-03 02:11:44] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006763 10.0.0.23 - - [2025-11-03 02:11:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.001195 10.0.0.23 - - [2025-11-03 02:11:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.015944 10.0.0.23 - - [2025-11-03 02:11:44] "POST /security-groups HTTP/1.1" 200 599 0.034464 10.0.0.23 - - [2025-11-03 02:11:44] "POST /projects HTTP/1.1" 200 601 0.259823 10.0.0.249 - - [2025-11-03 02:11:44] "POST /access-control-lists HTTP/1.1" 200 604 0.039229 10.0.0.23 - - [2025-11-03 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.331060 10.0.0.249 - - [2025-11-03 02:11:44] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.488482 10.0.0.249 - - [2025-11-03 02:11:45] "GET / HTTP/1.1" 200 35931 0.001347 10.0.0.249 - - [2025-11-03 02:11:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-11-03 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.055258 10.0.0.23 - - [2025-11-03 02:11:46] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.249 - - [2025-11-03 02:11:46] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042327 10.0.0.249 - - [2025-11-03 02:11:46] "POST /neutron/network HTTP/1.1" 200 117 0.039638 10.0.0.249 - - [2025-11-03 02:11:46] "POST /route-targets HTTP/1.1" 200 327 0.015798 10.0.0.249 - - [2025-11-03 02:11:47] "POST /neutron/network HTTP/1.1" 200 909 0.008501 10.0.0.249 - - [2025-11-03 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001037 10.0.0.249 - - [2025-11-03 02:11:47] "GET /virtual-network/c1f2c9d7-81e2-4f79-b70f-af4c65c6f427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004853 10.0.0.249 - - [2025-11-03 02:11:47] "GET /virtual-network/c1f2c9d7-81e2-4f79-b70f-af4c65c6f427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007403 10.0.0.249 - - [2025-11-03 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.011599 10.0.0.249 - - [2025-11-03 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2025-11-03 02:11:47] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.249 - - [2025-11-03 02:11:47] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046287 10.0.0.249 - - [2025-11-03 02:11:47] "POST /ref-update HTTP/1.1" 200 156 0.039935 10.0.0.23 - - [2025-11-03 02:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011274 10.0.0.249 - - [2025-11-03 02:11:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.231171 10.0.0.249 - - [2025-11-03 02:11:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001218 10.0.0.249 - - [2025-11-03 02:11:47] "GET /virtual-network/902885af-576f-4b83-8cc8-36e7b6ad5514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006454 10.0.0.249 - - [2025-11-03 02:11:47] "GET /virtual-network/902885af-576f-4b83-8cc8-36e7b6ad5514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006445 10.0.0.249 - - [2025-11-03 02:11:47] "POST /neutron/network HTTP/1.1" 200 911 0.006583 10.0.0.249 - - [2025-11-03 02:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2025-11-03 02:11:47] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.249 - - [2025-11-03 02:11:47] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039103 10.0.0.23 - - [2025-11-03 02:11:48] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001569 10.0.0.249 - - [2025-11-03 02:11:48] "POST /neutron/network HTTP/1.1" 200 693 0.143063 10.0.0.249 - - [2025-11-03 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.003873 10.0.0.249 - - [2025-11-03 02:11:48] "GET /virtual-network/cc67caea-5d64-4c80-a753-cf48371f1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.008101 10.0.0.249 - - [2025-11-03 02:11:48] "POST /neutron/network HTTP/1.1" 200 911 0.006680 10.0.0.249 - - [2025-11-03 02:11:48] "GET /virtual-network/cc67caea-5d64-4c80-a753-cf48371f1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005233 10.0.0.249 - - [2025-11-03 02:11:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001345 10.0.0.249 - - [2025-11-03 02:11:48] "POST /neutron/network HTTP/1.1" 200 921 0.006490 10.0.0.23 - - [2025-11-03 02:11:49] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.249 - - [2025-11-03 02:11:49] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.065194 10.0.0.249 - - [2025-11-03 02:11:49] "POST /neutron/port HTTP/1.1" 200 117 0.006551 10.0.0.249 - - [2025-11-03 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.001452 10.0.0.249 - - [2025-11-03 02:11:50] "POST /neutron/network HTTP/1.1" 200 921 0.007061 10.0.0.23 - - [2025-11-03 02:11:50] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.249 - - [2025-11-03 02:11:50] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.094049 10.0.0.249 - - [2025-11-03 02:11:50] "POST /neutron/port HTTP/1.1" 200 1069 0.038485 10.0.0.249 - - [2025-11-03 02:11:51] "POST /neutron/port HTTP/1.1" 200 1055 0.039115 10.0.0.249 - - [2025-11-03 02:11:51] "POST /neutron/port HTTP/1.1" 200 1097 0.021711 10.0.0.249 - - [2025-11-03 02:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.23 - - [2025-11-03 02:11:51] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.249 - - [2025-11-03 02:11:51] "POST /neutron/port HTTP/1.1" 200 1067 0.318611 10.0.0.249 - - [2025-11-03 02:11:52] "POST /neutron/port HTTP/1.1" 200 1121 0.116535 10.0.0.249 - - [2025-11-03 02:11:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.009915 10.0.0.249 - - [2025-11-03 02:11:52] "POST /neutron/network HTTP/1.1" 200 911 0.006920 10.0.0.249 - - [2025-11-03 02:11:53] "POST /neutron/port HTTP/1.1" 200 1123 0.012612 10.0.0.23 - - [2025-11-03 02:11:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003317 10.0.0.23 - - [2025-11-03 02:11:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.249 - - [2025-11-03 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.249 - - [2025-11-03 02:11:54] "POST /neutron/network HTTP/1.1" 200 151 0.114616 10.0.0.249 - - [2025-11-03 02:11:56] "POST /neutron/network HTTP/1.1" 200 911 0.008987 10.0.0.249 - - [2025-11-03 02:11:58] "POST /neutron/network HTTP/1.1" 400 204 0.014460 10.0.0.249 - - [2025-11-03 02:12:01] "POST /neutron/port HTTP/1.1" 200 1095 0.017147 10.0.0.249 - - [2025-11-03 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.007064 10.0.0.249 - - [2025-11-03 02:12:03] "POST /neutron/network HTTP/1.1" 200 909 0.006680 10.0.0.249 - - [2025-11-03 02:12:03] "DELETE /route-target/0bb09c43-f9e6-4593-96af-f415d6e9c492 HTTP/1.1" 200 115 0.044099 10.0.0.23 - - [2025-11-03 02:12:03] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.249 - - [2025-11-03 02:12:03] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.070822 10.0.0.23 - - [2025-11-03 02:12:03] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.249 - - [2025-11-03 02:12:03] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?fields=virtual_networks HTTP/1.1" 200 1058 0.052327 10.0.0.23 - - [2025-11-03 02:12:03] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.249 - - [2025-11-03 02:12:03] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.063206 10.0.0.23 - - [2025-11-03 02:12:03] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.249 - - [2025-11-03 02:12:03] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?fields=security_groups HTTP/1.1" 200 1292 0.064323 10.0.0.249 - - [2025-11-03 02:12:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.029500 10.0.0.23 - - [2025-11-03 02:12:04] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003343 10.0.0.23 - - [2025-11-03 02:12:04] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2025-11-03 02:12:04] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007651 10.0.0.23 - - [2025-11-03 02:12:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.002767 10.0.0.23 - - [2025-11-03 02:12:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.013488 10.0.0.23 - - [2025-11-03 02:12:04] "POST /security-groups HTTP/1.1" 200 596 0.078550 10.0.0.249 - - [2025-11-03 02:12:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.002815 10.0.0.23 - - [2025-11-03 02:12:04] "POST /projects HTTP/1.1" 200 595 0.304938 10.0.0.23 - - [2025-11-03 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.375662 10.0.0.249 - - [2025-11-03 02:12:05] "POST /access-control-lists HTTP/1.1" 200 599 0.042792 10.0.0.249 - - [2025-11-03 02:12:05] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.522094 10.0.0.249 - - [2025-11-03 02:12:06] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.249 - - [2025-11-03 02:12:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.249 - - [2025-11-03 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061331 10.0.0.23 - - [2025-11-03 02:12:06] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001056 10.0.0.249 - - [2025-11-03 02:12:06] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056750 10.0.0.23 - - [2025-11-03 02:12:07] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001109 10.0.0.249 - - [2025-11-03 02:12:07] "POST /neutron/network HTTP/1.1" 200 682 0.141915 10.0.0.249 - - [2025-11-03 02:12:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.003042 10.0.0.249 - - [2025-11-03 02:12:07] "GET /virtual-network/0bd99e35-cfe5-463a-b253-97723d997089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005888 10.0.0.249 - - [2025-11-03 02:12:07] "POST /neutron/network HTTP/1.1" 200 901 0.007784 10.0.0.249 - - [2025-11-03 02:12:07] "GET /virtual-network/0bd99e35-cfe5-463a-b253-97723d997089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005258 10.0.0.249 - - [2025-11-03 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2025-11-03 02:12:07] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000944 10.0.0.249 - - [2025-11-03 02:12:07] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052018 10.0.0.249 - - [2025-11-03 02:12:07] "POST /neutron/network HTTP/1.1" 200 117 0.015553 10.0.0.249 - - [2025-11-03 02:12:08] "POST /route-targets HTTP/1.1" 200 327 0.015325 10.0.0.249 - - [2025-11-03 02:12:08] "POST /neutron/network HTTP/1.1" 200 900 0.009364 10.0.0.249 - - [2025-11-03 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001206 10.0.0.249 - - [2025-11-03 02:12:08] "GET /virtual-network/38ddacfb-45c3-4545-904d-f087b1d87f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005996 10.0.0.249 - - [2025-11-03 02:12:08] "GET /virtual-network/38ddacfb-45c3-4545-904d-f087b1d87f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.020329 10.0.0.249 - - [2025-11-03 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009454 10.0.0.249 - - [2025-11-03 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.23 - - [2025-11-03 02:12:08] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001147 10.0.0.249 - - [2025-11-03 02:12:08] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045113 10.0.0.249 - - [2025-11-03 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.029809 10.0.0.23 - - [2025-11-03 02:12:08] "POST /useragent-kv HTTP/1.1" 200 115 0.017605 10.0.0.249 - - [2025-11-03 02:12:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.275413 10.0.0.249 - - [2025-11-03 02:12:08] "POST /id-to-fqname HTTP/1.1" 200 262 0.001488 10.0.0.249 - - [2025-11-03 02:12:08] "GET /virtual-network/cdef5740-927e-450f-9965-8f3c28f69b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005466 10.0.0.249 - - [2025-11-03 02:12:08] "GET /virtual-network/cdef5740-927e-450f-9965-8f3c28f69b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006111 10.0.0.249 - - [2025-11-03 02:12:09] "POST /neutron/network HTTP/1.1" 200 905 0.006814 10.0.0.249 - - [2025-11-03 02:12:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.001342 10.0.0.23 - - [2025-11-03 02:12:09] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001179 10.0.0.249 - - [2025-11-03 02:12:09] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070469 10.0.0.249 - - [2025-11-03 02:12:09] "POST /neutron/network HTTP/1.1" 200 900 0.029927 10.0.0.249 - - [2025-11-03 02:12:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001208 10.0.0.249 - - [2025-11-03 02:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.006426 10.0.0.23 - - [2025-11-03 02:12:10] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001090 10.0.0.249 - - [2025-11-03 02:12:10] "POST /neutron/port HTTP/1.1" 200 1064 0.371514 10.0.0.23 - - [2025-11-03 02:12:11] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001477 10.0.0.249 - - [2025-11-03 02:12:11] "POST /neutron/port HTTP/1.1" 200 1118 0.129922 10.0.0.249 - - [2025-11-03 02:12:11] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.111124 10.0.0.249 - - [2025-11-03 02:12:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003608 10.0.0.249 - - [2025-11-03 02:12:11] "POST /neutron/network HTTP/1.1" 200 900 0.007360 10.0.0.249 - - [2025-11-03 02:12:11] "POST /neutron/port HTTP/1.1" 200 117 0.006260 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003604 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-11-03 02:12:12] "POST /neutron/port HTTP/1.1" 200 1067 0.016284 10.0.0.23 - - [2025-11-03 02:12:12] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.249 - - [2025-11-03 02:12:12] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006856 10.0.0.249 - - [2025-11-03 02:12:12] "POST /service-templates HTTP/1.1" 200 543 0.056019 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002531 10.0.0.249 - - [2025-11-03 02:12:12] "POST /neutron/port HTTP/1.1" 200 1095 0.017670 10.0.0.249 - - [2025-11-03 02:12:12] "GET /service-template/f59b7573-45dd-4d9d-9d93-4df87bbe94b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.006383 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.249 - - [2025-11-03 02:12:12] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.249 - - [2025-11-03 02:12:12] "GET /service-template/f59b7573-45dd-4d9d-9d93-4df87bbe94b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.004344 10.0.0.249 - - [2025-11-03 02:12:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001191 10.0.0.249 - - [2025-11-03 02:12:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001426 10.0.0.249 - - [2025-11-03 02:12:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001306 10.0.0.249 - - [2025-11-03 02:12:12] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008698 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.249 - - [2025-11-03 02:12:12] "DELETE /service-template/f59b7573-45dd-4d9d-9d93-4df87bbe94b1 HTTP/1.1" 200 115 0.028827 10.0.0.249 - - [2025-11-03 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004170 10.0.0.249 - - [2025-11-03 02:12:15] "POST /neutron/port HTTP/1.1" 200 1092 0.016200 10.0.0.23 - - [2025-11-03 02:12:16] "DELETE /project/c182836e16f84532a4d64647844e7a94 HTTP/1.1" 404 173 0.013576 10.0.0.23 - - [2025-11-03 02:12:16] "DELETE /project/f3f54dc43d0e4898850162f99d88f53e HTTP/1.1" 404 173 0.018476 10.0.0.23 - - [2025-11-03 02:12:16] "DELETE /project/8f5a6daa3fd14a268aab023cbb97d5df HTTP/1.1" 404 173 0.013558 10.0.0.23 - - [2025-11-03 02:12:16] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.23 - - [2025-11-03 02:12:16] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001496 10.0.0.23 - - [2025-11-03 02:12:16] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000781 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.079531 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.103700 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.118061 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001504 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.249 - - [2025-11-03 02:12:17] "POST /neutron/network HTTP/1.1" 200 900 0.026227 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?fields=security_groups HTTP/1.1" 200 1376 0.078577 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?fields=security_groups HTTP/1.1" 200 1388 0.114341 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?fields=security_groups HTTP/1.1" 200 1397 0.117739 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /security-group/0a7b5682-641c-4d86-8b00-084c7a0ad4fc HTTP/1.1" 200 115 0.143919 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=f3f54dc4-3d0e-4898-8501-62f99d88f53e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004150 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /security-group/734922bd-5988-4a4f-abc2-e73ef3d03769 HTTP/1.1" 200 115 0.182546 10.0.0.249 - - [2025-11-03 02:12:17] "POST /neutron/network HTTP/1.1" 400 204 0.033165 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=82477538-d244-4a84-9e1e-55beaf40b6e3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004386 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /security-group/c39ad649-eebc-409d-a595-c4f40859ad85 HTTP/1.1" 200 115 0.175690 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e?fields=application_policy_sets HTTP/1.1" 200 1427 0.121419 10.0.0.23 - - [2025-11-03 02:12:17] "GET /projects?obj_uuids=8f5a6daa-3fd1-4a26-8aab-023cbb97d5df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.249 - - [2025-11-03 02:12:17] "DELETE /access-control-list/b7c5205e-a440-4af0-9480-30495f4d91a7 HTTP/1.1" 200 115 0.108469 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/82477538-d244-4a84-9e1e-55beaf40b6e3?fields=application_policy_sets HTTP/1.1" 200 1415 0.115380 10.0.0.23 - - [2025-11-03 02:12:17] "GET /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df?fields=application_policy_sets HTTP/1.1" 200 1436 0.155954 10.0.0.249 - - [2025-11-03 02:12:17] "DELETE /access-control-list/b43614af-42a1-4f56-b7d4-e23a87f249cb HTTP/1.1" 200 115 0.080534 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /project/f3f54dc4-3d0e-4898-8501-62f99d88f53e HTTP/1.1" 200 115 0.889082 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /project/82477538-d244-4a84-9e1e-55beaf40b6e3 HTTP/1.1" 200 115 0.919554 10.0.0.23 - - [2025-11-03 02:12:17] "DELETE /project/8f5a6daa-3fd1-4a26-8aab-023cbb97d5df HTTP/1.1" 200 115 0.942997 10.0.0.249 - - [2025-11-03 02:12:21] "POST /neutron/network HTTP/1.1" 200 905 0.007526 10.0.0.249 - - [2025-11-03 02:12:22] "POST /neutron/port HTTP/1.1" 200 1121 0.011978 10.0.0.23 - - [2025-11-03 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003458 10.0.0.249 - - [2025-11-03 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2025-11-03 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.249 - - [2025-11-03 02:12:23] "POST /neutron/network HTTP/1.1" 200 151 0.123166 10.0.0.23 - - [2025-11-03 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004747 10.0.0.23 - - [2025-11-03 02:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.249 - - [2025-11-03 02:12:23] "POST /neutron/network HTTP/1.1" 200 151 0.132455 10.0.0.23 - - [2025-11-03 02:12:23] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000966 10.0.0.249 - - [2025-11-03 02:12:23] "DELETE /route-target/75352481-01e6-4c6a-8720-d37cc11fe2c7 HTTP/1.1" 200 115 0.034734 10.0.0.249 - - [2025-11-03 02:12:23] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.098043 10.0.0.23 - - [2025-11-03 02:12:23] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000917 10.0.0.249 - - [2025-11-03 02:12:23] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?fields=virtual_networks HTTP/1.1" 200 1053 0.047158 10.0.0.23 - - [2025-11-03 02:12:23] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001312 10.0.0.249 - - [2025-11-03 02:12:24] "POST /neutron/network HTTP/1.1" 200 117 0.034347 10.0.0.249 - - [2025-11-03 02:12:24] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.046083 10.0.0.23 - - [2025-11-03 02:12:24] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001045 10.0.0.249 - - [2025-11-03 02:12:24] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?fields=security_groups HTTP/1.1" 200 1284 0.048629 10.0.0.249 - - [2025-11-03 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.023393 10.0.0.23 - - [2025-11-03 02:12:25] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003321 10.0.0.23 - - [2025-11-03 02:12:25] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.23 - - [2025-11-03 02:12:25] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006801 10.0.0.23 - - [2025-11-03 02:12:25] "POST /id-to-fqname HTTP/1.1" 200 199 0.006154 10.0.0.23 - - [2025-11-03 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 208 0.004837 10.0.0.23 - - [2025-11-03 02:12:25] "POST /security-groups HTTP/1.1" 200 600 0.079991 10.0.0.23 - - [2025-11-03 02:12:25] "POST /projects HTTP/1.1" 200 603 0.277977 10.0.0.249 - - [2025-11-03 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.006853 10.0.0.23 - - [2025-11-03 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.360712 10.0.0.249 - - [2025-11-03 02:12:26] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.504144 10.0.0.249 - - [2025-11-03 02:12:27] "GET / HTTP/1.1" 200 35931 0.001491 10.0.0.249 - - [2025-11-03 02:12:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2025-11-03 02:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.038484 10.0.0.23 - - [2025-11-03 02:12:27] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000890 10.0.0.249 - - [2025-11-03 02:12:27] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042031 10.0.0.23 - - [2025-11-03 02:12:28] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001264 10.0.0.249 - - [2025-11-03 02:12:28] "POST /neutron/network HTTP/1.1" 200 694 0.158261 10.0.0.249 - - [2025-11-03 02:12:28] "POST /ref-update HTTP/1.1" 200 156 0.033396 10.0.0.249 - - [2025-11-03 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.005446 10.0.0.249 - - [2025-11-03 02:12:28] "POST /neutron/network HTTP/1.1" 200 1086 0.010800 10.0.0.249 - - [2025-11-03 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 269 0.001366 10.0.0.249 - - [2025-11-03 02:12:28] "GET /virtual-network/75fc2de5-1f6d-4491-899e-b37007edaf5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005863 10.0.0.249 - - [2025-11-03 02:12:28] "GET /virtual-network/75fc2de5-1f6d-4491-899e-b37007edaf5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.011305 10.0.0.249 - - [2025-11-03 02:12:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.008993 10.0.0.249 - - [2025-11-03 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2025-11-03 02:12:28] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000961 10.0.0.249 - - [2025-11-03 02:12:28] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045071 10.0.0.23 - - [2025-11-03 02:12:29] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001321 10.0.0.249 - - [2025-11-03 02:12:29] "POST /neutron/network HTTP/1.1" 200 694 0.130434 10.0.0.249 - - [2025-11-03 02:12:29] "POST /neutron/network HTTP/1.1" 200 1086 0.012344 10.0.0.249 - - [2025-11-03 02:12:29] "POST /id-to-fqname HTTP/1.1" 200 269 0.001056 10.0.0.249 - - [2025-11-03 02:12:29] "GET /virtual-network/91e9fa80-8413-4f06-ba66-1c23f33d50e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.004805 10.0.0.249 - - [2025-11-03 02:12:29] "GET /virtual-network/91e9fa80-8413-4f06-ba66-1c23f33d50e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.009745 10.0.0.249 - - [2025-11-03 02:12:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.008806 10.0.0.249 - - [2025-11-03 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.23 - - [2025-11-03 02:12:29] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000821 10.0.0.249 - - [2025-11-03 02:12:29] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046814 10.0.0.23 - - [2025-11-03 02:12:29] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000951 10.0.0.249 - - [2025-11-03 02:12:30] "POST /neutron/network HTTP/1.1" 200 696 0.130603 10.0.0.249 - - [2025-11-03 02:12:30] "POST /route-targets HTTP/1.1" 200 327 0.018139 10.0.0.249 - - [2025-11-03 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004530 10.0.0.249 - - [2025-11-03 02:12:30] "POST /neutron/network HTTP/1.1" 200 1089 0.013441 10.0.0.249 - - [2025-11-03 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 270 0.001266 10.0.0.249 - - [2025-11-03 02:12:30] "GET /virtual-network/d86a8ec7-c0f1-4580-816d-c47f479b97f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005677 10.0.0.249 - - [2025-11-03 02:12:30] "GET /virtual-network/d86a8ec7-c0f1-4580-816d-c47f479b97f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006952 10.0.0.249 - - [2025-11-03 02:12:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.010130 10.0.0.249 - - [2025-11-03 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001329 10.0.0.23 - - [2025-11-03 02:12:31] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001219 10.0.0.249 - - [2025-11-03 02:12:31] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.063406 10.0.0.249 - - [2025-11-03 02:12:31] "POST /neutron/network HTTP/1.1" 200 1086 0.008343 10.0.0.249 - - [2025-11-03 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 270 0.001431 10.0.0.249 - - [2025-11-03 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.008227 10.0.0.23 - - [2025-11-03 02:12:32] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001110 10.0.0.249 - - [2025-11-03 02:12:32] "POST /neutron/port HTTP/1.1" 200 1175 0.397045 10.0.0.23 - - [2025-11-03 02:12:32] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001228 10.0.0.249 - - [2025-11-03 02:12:32] "POST /neutron/port HTTP/1.1" 200 1229 0.157641 10.0.0.249 - - [2025-11-03 02:12:32] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.132123 10.0.0.249 - - [2025-11-03 02:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.249 - - [2025-11-03 02:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.249 - - [2025-11-03 02:12:33] "POST /neutron/network HTTP/1.1" 200 1086 0.008998 10.0.0.249 - - [2025-11-03 02:12:33] "POST /neutron/network HTTP/1.1" 200 1099 0.007786 10.0.0.249 - - [2025-11-03 02:12:33] "POST /neutron/port HTTP/1.1" 200 1176 0.019777 10.0.0.249 - - [2025-11-03 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003527 10.0.0.249 - - [2025-11-03 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.249 - - [2025-11-03 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003341 10.0.0.249 - - [2025-11-03 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.23 - - [2025-11-03 02:12:34] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.249 - - [2025-11-03 02:12:34] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009904 10.0.0.249 - - [2025-11-03 02:12:34] "POST /service-templates HTTP/1.1" 200 543 0.032874 10.0.0.249 - - [2025-11-03 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2025-11-03 02:12:34] "GET /service-template/21af9dc1-b118-482a-a66f-7b3b69ca9be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005831 10.0.0.249 - - [2025-11-03 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007837 10.0.0.249 - - [2025-11-03 02:12:34] "GET /service-template/21af9dc1-b118-482a-a66f-7b3b69ca9be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005614 10.0.0.249 - - [2025-11-03 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 269 0.001402 10.0.0.249 - - [2025-11-03 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 269 0.002409 10.0.0.249 - - [2025-11-03 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 270 0.001767 10.0.0.249 - - [2025-11-03 02:12:34] "POST /neutron/port HTTP/1.1" 200 2289 0.021052 10.0.0.249 - - [2025-11-03 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.249 - - [2025-11-03 02:12:35] "DELETE /service-template/21af9dc1-b118-482a-a66f-7b3b69ca9be7 HTTP/1.1" 200 115 0.033113 10.0.0.249 - - [2025-11-03 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004983 10.0.0.249 - - [2025-11-03 02:12:36] "POST /neutron/network HTTP/1.1" 400 204 0.018440 10.0.0.249 - - [2025-11-03 02:12:37] "POST /neutron/port HTTP/1.1" 200 151 0.302274 10.0.0.249 - - [2025-11-03 02:12:38] "DELETE /route-target/f81d5733-b26b-4564-bd40-64794ffba55a HTTP/1.1" 200 115 0.040856 10.0.0.249 - - [2025-11-03 02:12:38] "POST /neutron/network HTTP/1.1" 200 1089 0.010196 10.0.0.249 - - [2025-11-03 02:12:41] "POST /neutron/network HTTP/1.1" 400 204 0.018039 10.0.0.249 - - [2025-11-03 02:12:43] "POST /neutron/port HTTP/1.1" 200 1204 0.020064 10.0.0.249 - - [2025-11-03 02:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.006815 10.0.0.249 - - [2025-11-03 02:12:45] "POST /neutron/network HTTP/1.1" 200 1086 0.010408 10.0.0.249 - - [2025-11-03 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.23 - - [2025-11-03 02:12:45] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001327 10.0.0.249 - - [2025-11-03 02:12:45] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.059722 10.0.0.23 - - [2025-11-03 02:12:45] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000928 10.0.0.249 - - [2025-11-03 02:12:45] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?fields=virtual_networks HTTP/1.1" 200 1061 0.057717 10.0.0.23 - - [2025-11-03 02:12:45] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000949 10.0.0.249 - - [2025-11-03 02:12:45] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.055024 10.0.0.23 - - [2025-11-03 02:12:45] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000988 10.0.0.249 - - [2025-11-03 02:12:45] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?fields=security_groups HTTP/1.1" 200 1296 0.041525 10.0.0.249 - - [2025-11-03 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.024087 10.0.0.23 - - [2025-11-03 02:12:46] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003053 10.0.0.23 - - [2025-11-03 02:12:46] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.23 - - [2025-11-03 02:12:46] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006790 10.0.0.23 - - [2025-11-03 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.007818 10.0.0.23 - - [2025-11-03 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.007750 10.0.0.23 - - [2025-11-03 02:12:46] "POST /security-groups HTTP/1.1" 200 603 0.029103 10.0.0.23 - - [2025-11-03 02:12:46] "POST /projects HTTP/1.1" 200 609 0.266250 10.0.0.249 - - [2025-11-03 02:12:46] "POST /access-control-lists HTTP/1.1" 200 608 0.044746 10.0.0.23 - - [2025-11-03 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.347914 10.0.0.249 - - [2025-11-03 02:12:47] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.490386 10.0.0.249 - - [2025-11-03 02:12:48] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.249 - - [2025-11-03 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-11-03 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.064326 10.0.0.23 - - [2025-11-03 02:12:49] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.249 - - [2025-11-03 02:12:49] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044667 10.0.0.23 - - [2025-11-03 02:12:49] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.249 - - [2025-11-03 02:12:49] "POST /neutron/network HTTP/1.1" 200 619 0.163760 10.0.0.249 - - [2025-11-03 02:12:49] "POST /route-targets HTTP/1.1" 200 327 0.014542 10.0.0.249 - - [2025-11-03 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.003220 10.0.0.249 - - [2025-11-03 02:12:50] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005299 10.0.0.249 - - [2025-11-03 02:12:50] "POST /neutron/network HTTP/1.1" 200 839 0.006626 10.0.0.249 - - [2025-11-03 02:12:50] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005176 10.0.0.249 - - [2025-11-03 02:12:50] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005885 10.0.0.61 - - [2025-11-03 02:12:51] "GET /obj-perms HTTP/1.1" 200 5073 0.050063 10.0.0.249 - - [2025-11-03 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.23 - - [2025-11-03 02:12:52] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.249 - - [2025-11-03 02:12:52] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046201 10.0.0.249 - - [2025-11-03 02:12:52] "POST /neutron/network HTTP/1.1" 200 117 0.013856 10.0.0.249 - - [2025-11-03 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.023044 10.0.0.249 - - [2025-11-03 02:12:52] "POST /neutron/network HTTP/1.1" 200 838 0.008927 10.0.0.249 - - [2025-11-03 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.000994 10.0.0.249 - - [2025-11-03 02:12:52] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004644 10.0.0.249 - - [2025-11-03 02:12:52] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005528 10.0.0.249 - - [2025-11-03 02:12:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.008364 10.0.0.249 - - [2025-11-03 02:12:52] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005759 10.0.0.249 - - [2025-11-03 02:12:53] "GET /obj-perms HTTP/1.1" 200 5073 0.044642 10.0.0.23 - - [2025-11-03 02:12:53] "GET /obj-perms HTTP/1.1" 200 5073 0.044805 10.0.0.249 - - [2025-11-03 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001326 10.0.0.23 - - [2025-11-03 02:13:17] "DELETE /project/72efa272c7f8435abb014c63da972ad5 HTTP/1.1" 404 173 0.010866 10.0.0.23 - - [2025-11-03 02:13:17] "DELETE /project/abffecf866074acab2b2c0c34fa7d7e4 HTTP/1.1" 404 173 0.015712 10.0.0.23 - - [2025-11-03 02:13:17] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001047 10.0.0.23 - - [2025-11-03 02:13:17] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000977 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.074927 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.088212 10.0.0.23 - - [2025-11-03 02:13:18] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001220 10.0.0.23 - - [2025-11-03 02:13:18] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001061 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?fields=security_groups HTTP/1.1" 200 1389 0.077857 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?fields=security_groups HTTP/1.1" 200 1401 0.089983 10.0.0.23 - - [2025-11-03 02:13:18] "DELETE /security-group/1cfb0f42-291d-454d-a5f1-099cfdb017a4 HTTP/1.1" 200 115 0.059808 10.0.0.23 - - [2025-11-03 02:13:18] "GET /projects?obj_uuids=c182836e-16f8-4532-a4d6-4647844e7a94&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001011 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/c182836e-16f8-4532-a4d6-4647844e7a94?fields=application_policy_sets HTTP/1.1" 200 1428 0.052353 10.0.0.23 - - [2025-11-03 02:13:18] "DELETE /security-group/299d1efd-3f49-4cf7-a717-5de3b4323edc HTTP/1.1" 200 115 0.101722 10.0.0.23 - - [2025-11-03 02:13:18] "GET /projects?obj_uuids=abffecf8-6607-4aca-b2b2-c0c34fa7d7e4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001669 10.0.0.249 - - [2025-11-03 02:13:18] "DELETE /access-control-list/a3162da9-4e8f-493f-9d70-eca51a484758 HTTP/1.1" 200 115 0.059485 10.0.0.23 - - [2025-11-03 02:13:18] "GET /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4?fields=application_policy_sets HTTP/1.1" 200 1440 0.076236 10.0.0.23 - - [2025-11-03 02:13:18] "DELETE /project/c182836e-16f8-4532-a4d6-4647844e7a94 HTTP/1.1" 200 115 0.569794 10.0.0.23 - - [2025-11-03 02:13:18] "DELETE /project/abffecf8-6607-4aca-b2b2-c0c34fa7d7e4 HTTP/1.1" 200 115 0.657958 10.0.0.23 - - [2025-11-03 02:13:24] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.249 - - [2025-11-03 02:13:24] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.060210 10.0.0.249 - - [2025-11-03 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.007365 10.0.0.249 - - [2025-11-03 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001240 10.0.0.249 - - [2025-11-03 02:13:24] "POST /neutron/network HTTP/1.1" 200 849 0.007207 10.0.0.249 - - [2025-11-03 02:13:25] "POST /neutron/port HTTP/1.1" 200 1072 0.039640 10.0.0.23 - - [2025-11-03 02:13:25] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.249 - - [2025-11-03 02:13:25] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.352978 10.0.0.249 - - [2025-11-03 02:13:25] "POST /neutron/port HTTP/1.1" 200 1100 0.061443 10.0.0.249 - - [2025-11-03 02:13:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.022794 10.0.0.249 - - [2025-11-03 02:13:26] "POST /neutron/port HTTP/1.1" 200 1100 0.055478 10.0.0.249 - - [2025-11-03 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008388 10.0.0.23 - - [2025-11-03 02:13:26] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001411 10.0.0.249 - - [2025-11-03 02:13:26] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.092129 10.0.0.249 - - [2025-11-03 02:13:26] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007255 10.0.0.249 - - [2025-11-03 02:13:26] "GET /floating-ip-pools?parent_id=9eacc4c0-6444-43f5-9304-167ebc3210c2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.014674 10.0.0.249 - - [2025-11-03 02:13:26] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006402 10.0.0.249 - - [2025-11-03 02:13:26] "POST /floating-ip-pools HTTP/1.1" 200 609 0.088090 10.0.0.249 - - [2025-11-03 02:13:26] "POST /neutron/network HTTP/1.1" 200 849 0.009958 10.0.0.249 - - [2025-11-03 02:13:26] "POST /ref-update HTTP/1.1" 200 156 0.052034 10.0.0.249 - - [2025-11-03 02:13:26] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005547 10.0.0.249 - - [2025-11-03 02:13:27] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.015370 10.0.0.249 - - [2025-11-03 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011794 10.0.0.249 - - [2025-11-03 02:13:27] "POST /neutron/port HTTP/1.1" 200 1127 0.199979 10.0.0.249 - - [2025-11-03 02:13:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.020385 10.0.0.249 - - [2025-11-03 02:13:32] "POST /neutron/port HTTP/1.1" 200 1100 0.040497 10.0.0.249 - - [2025-11-03 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018537 10.0.0.249 - - [2025-11-03 02:13:48] "POST /neutron/port HTTP/1.1" 200 1100 0.042960 10.0.0.249 - - [2025-11-03 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.025554 10.0.0.249 - - [2025-11-03 02:14:03] "POST /neutron/port HTTP/1.1" 200 1100 0.016809 10.0.0.249 - - [2025-11-03 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007254 10.0.0.249 - - [2025-11-03 02:14:18] "POST /neutron/port HTTP/1.1" 200 1100 0.015567 10.0.0.249 - - [2025-11-03 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006882 10.0.0.249 - - [2025-11-03 02:14:33] "POST /neutron/port HTTP/1.1" 200 1100 0.017211 10.0.0.249 - - [2025-11-03 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007312 10.0.0.249 - - [2025-11-03 02:14:39] "POST /neutron/port HTTP/1.1" 200 1100 0.014743 10.0.0.249 - - [2025-11-03 02:14:39] "GET /virtual-machine/8ae2da16-01ef-45dc-a571-9bfaf68c3dae HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2025-11-03 02:14:39] "GET /virtual-machine/8ae2da16-01ef-45dc-a571-9bfaf68c3dae HTTP/1.1" 200 1305 0.028078 10.0.0.249 - - [2025-11-03 02:14:39] "GET /virtual-machine-interface/aefd7101-cdc9-47dd-bd87-cc2b4afb77e5 HTTP/1.1" 200 3005 0.006171 10.0.0.249 - - [2025-11-03 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.249 - - [2025-11-03 02:14:39] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003636 10.0.0.249 - - [2025-11-03 02:14:39] "GET /virtual-networks?parent_id=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003433 10.0.0.249 - - [2025-11-03 02:14:39] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005814 10.0.0.249 - - [2025-11-03 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.249 - - [2025-11-03 02:14:42] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005351 10.0.0.249 - - [2025-11-03 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2025-11-03 02:14:46] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005690 10.0.0.249 - - [2025-11-03 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.249 - - [2025-11-03 02:14:50] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005093 10.0.0.249 - - [2025-11-03 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-11-03 02:14:54] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004798 10.0.0.249 - - [2025-11-03 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.249 - - [2025-11-03 02:14:58] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005883 10.0.0.249 - - [2025-11-03 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-11-03 02:15:02] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005241 10.0.0.249 - - [2025-11-03 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-11-03 02:15:07] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006050 10.0.0.249 - - [2025-11-03 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.249 - - [2025-11-03 02:15:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003713 10.0.0.249 - - [2025-11-03 02:15:11] "GET /virtual-networks?parent_id=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003391 10.0.0.249 - - [2025-11-03 02:15:11] "GET /virtual-network/f832e3bf-c61c-4631-9a76-0117a4b319d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005865 10.0.0.249 - - [2025-11-03 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007830 10.0.0.23 - - [2025-11-03 02:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.23 - - [2025-11-03 02:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.249 - - [2025-11-03 02:15:21] "POST /neutron/port HTTP/1.1" 200 1100 0.015706 10.0.0.23 - - [2025-11-03 02:15:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000639 10.0.0.23 - - [2025-11-03 02:15:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.61 - - [2025-11-03 02:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.61 - - [2025-11-03 02:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.249 - - [2025-11-03 02:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.61 - - [2025-11-03 02:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 02:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.61 - - [2025-11-03 02:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.249 - - [2025-11-03 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.029491 10.0.0.249 - - [2025-11-03 02:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-11-03 02:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.61 - - [2025-11-03 02:15:27] "GET /obj-perms HTTP/1.1" 200 5075 0.043602 10.0.0.249 - - [2025-11-03 02:15:27] "POST /neutron/port HTTP/1.1" 200 1101 0.015552 10.0.0.249 - - [2025-11-03 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004736 10.0.0.249 - - [2025-11-03 02:15:27] "POST /neutron/network HTTP/1.1" 200 839 0.007267 10.0.0.249 - - [2025-11-03 02:15:27] "POST /neutron/network HTTP/1.1" 200 848 0.006344 10.0.0.249 - - [2025-11-03 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.249 - - [2025-11-03 02:15:31] "POST /neutron/port HTTP/1.1" 200 1100 0.017829 10.0.0.249 - - [2025-11-03 02:15:31] "POST /neutron/port HTTP/1.1" 200 1101 0.016055 10.0.0.249 - - [2025-11-03 02:15:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007333 10.0.0.249 - - [2025-11-03 02:15:32] "GET /virtual-machine/69a72116-f094-4e3b-b089-d00e20effa45 HTTP/1.1" 200 1304 0.006180 10.0.0.249 - - [2025-11-03 02:15:32] "GET /virtual-machine-interface/ef513962-a7b7-4a17-b70f-9e77ed2fcfdd HTTP/1.1" 200 3005 0.007676 10.0.0.249 - - [2025-11-03 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.249 - - [2025-11-03 02:15:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.249 - - [2025-11-03 02:15:32] "GET /virtual-networks?parent_id=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003287 10.0.0.249 - - [2025-11-03 02:15:32] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009540 10.0.0.249 - - [2025-11-03 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.249 - - [2025-11-03 02:15:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004393 10.0.0.249 - - [2025-11-03 02:15:33] "GET /virtual-networks?parent_id=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003371 10.0.0.249 - - [2025-11-03 02:15:33] "GET /virtual-network/9eacc4c0-6444-43f5-9304-167ebc3210c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007270 10.0.0.249 - - [2025-11-03 02:15:33] "POST /neutron/port HTTP/1.1" 200 1101 0.022081 10.0.0.249 - - [2025-11-03 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008785 10.0.0.249 - - [2025-11-03 02:15:43] "POST /neutron/port HTTP/1.1" 200 1101 0.015051 10.0.0.249 - - [2025-11-03 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009341 10.0.0.249 - - [2025-11-03 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2025-11-03 02:15:53] "GET /routing-instance/f90c6bea-91d6-44e1-95cc-dd83c929662b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005939 10.0.0.249 - - [2025-11-03 02:15:53] "GET /route-target/462b26c9-3240-436f-8c5f-b1a597e43da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004650 10.0.0.249 - - [2025-11-03 02:16:28] "GET /obj-perms HTTP/1.1" 200 5075 0.055766 10.0.0.249 - - [2025-11-03 02:16:28] "POST /neutron/port HTTP/1.1" 200 1100 0.018036 10.0.0.249 - - [2025-11-03 02:16:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.009969 10.0.0.249 - - [2025-11-03 02:16:29] "POST /neutron/port HTTP/1.1" 200 1101 0.014356 10.0.0.249 - - [2025-11-03 02:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.249 - - [2025-11-03 02:16:29] "POST /neutron/network HTTP/1.1" 200 839 0.007064 10.0.0.249 - - [2025-11-03 02:16:33] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006414 10.0.0.249 - - [2025-11-03 02:16:33] "GET /floating-ip-pool/aa0ad32f-5552-4e39-9719-7717c84a153f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003517 10.0.0.249 - - [2025-11-03 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.014299 10.0.0.249 - - [2025-11-03 02:16:33] "DELETE /floating-ip-pool/aa0ad32f-5552-4e39-9719-7717c84a153f HTTP/1.1" 200 115 0.033327 10.0.0.249 - - [2025-11-03 02:16:33] "POST /neutron/network HTTP/1.1" 400 204 0.013302 10.0.0.249 - - [2025-11-03 02:16:33] "POST /neutron/port HTTP/1.1" 200 1100 0.016950 10.0.0.249 - - [2025-11-03 02:16:34] "POST /neutron/port HTTP/1.1" 200 151 0.247203 10.0.0.249 - - [2025-11-03 02:16:35] "DELETE /route-target/12d3f208-6d0b-4001-93dd-89b1269e2d92 HTTP/1.1" 200 115 0.046700 10.0.0.249 - - [2025-11-03 02:16:35] "POST /neutron/network HTTP/1.1" 200 839 0.008693 10.0.0.23 - - [2025-11-03 02:16:37] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023894 10.0.0.249 - - [2025-11-03 02:16:37] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.084406 10.0.0.23 - - [2025-11-03 02:16:37] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.249 - - [2025-11-03 02:16:37] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?fields=virtual_networks HTTP/1.1" 200 1066 0.051179 10.0.0.23 - - [2025-11-03 02:16:37] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.249 - - [2025-11-03 02:16:37] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.047220 10.0.0.23 - - [2025-11-03 02:16:37] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.249 - - [2025-11-03 02:16:37] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?fields=security_groups HTTP/1.1" 200 1304 0.040161 10.0.0.249 - - [2025-11-03 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.023197 10.0.0.23 - - [2025-11-03 02:16:38] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003495 10.0.0.23 - - [2025-11-03 02:16:38] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.23 - - [2025-11-03 02:16:38] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.030231 10.0.0.23 - - [2025-11-03 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.003165 10.0.0.23 - - [2025-11-03 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.005231 10.0.0.23 - - [2025-11-03 02:16:38] "POST /security-groups HTTP/1.1" 200 591 0.028433 10.0.0.249 - - [2025-11-03 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.004800 10.0.0.23 - - [2025-11-03 02:16:38] "POST /projects HTTP/1.1" 200 585 0.226946 10.0.0.23 - - [2025-11-03 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.305128 10.0.0.249 - - [2025-11-03 02:16:38] "POST /access-control-lists HTTP/1.1" 200 594 0.038686 10.0.0.249 - - [2025-11-03 02:16:39] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.452980 10.0.0.249 - - [2025-11-03 02:16:40] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.23 - - [2025-11-03 02:16:43] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.249 - - [2025-11-03 02:16:43] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042148 10.0.0.23 - - [2025-11-03 02:16:43] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.249 - - [2025-11-03 02:16:43] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?fields=virtual_networks HTTP/1.1" 200 1043 0.045224 10.0.0.23 - - [2025-11-03 02:16:43] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.249 - - [2025-11-03 02:16:43] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.068456 10.0.0.23 - - [2025-11-03 02:16:43] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.249 - - [2025-11-03 02:16:43] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?fields=security_groups HTTP/1.1" 200 1269 0.055273 10.0.0.249 - - [2025-11-03 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.022624 10.0.0.23 - - [2025-11-03 02:16:44] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004331 10.0.0.23 - - [2025-11-03 02:16:44] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.23 - - [2025-11-03 02:16:44] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007539 10.0.0.23 - - [2025-11-03 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001700 10.0.0.23 - - [2025-11-03 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.009896 10.0.0.23 - - [2025-11-03 02:16:44] "POST /security-groups HTTP/1.1" 200 586 0.077658 10.0.0.23 - - [2025-11-03 02:16:44] "POST /projects HTTP/1.1" 200 575 0.307653 10.0.0.249 - - [2025-11-03 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.010664 10.0.0.23 - - [2025-11-03 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.383273 10.0.0.249 - - [2025-11-03 02:16:44] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.528939 10.0.0.249 - - [2025-11-03 02:16:45] "GET / HTTP/1.1" 200 35931 0.001345 10.0.0.23 - - [2025-11-03 02:16:51] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000904 10.0.0.249 - - [2025-11-03 02:16:51] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036656 10.0.0.23 - - [2025-11-03 02:16:51] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000891 10.0.0.249 - - [2025-11-03 02:16:51] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?fields=virtual_networks HTTP/1.1" 200 1033 0.048477 10.0.0.23 - - [2025-11-03 02:16:51] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.249 - - [2025-11-03 02:16:51] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.047253 10.0.0.23 - - [2025-11-03 02:16:51] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.249 - - [2025-11-03 02:16:51] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?fields=security_groups HTTP/1.1" 200 1254 0.044873 10.0.0.249 - - [2025-11-03 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 187 0.022193 10.0.0.23 - - [2025-11-03 02:16:52] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002693 10.0.0.23 - - [2025-11-03 02:16:52] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.23 - - [2025-11-03 02:16:52] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006663 10.0.0.23 - - [2025-11-03 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 189 0.001226 10.0.0.23 - - [2025-11-03 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.071381 10.0.0.23 - - [2025-11-03 02:16:52] "POST /security-groups HTTP/1.1" 200 590 0.029293 10.0.0.23 - - [2025-11-03 02:16:52] "POST /projects HTTP/1.1" 200 583 0.303213 10.0.0.249 - - [2025-11-03 02:16:52] "POST /access-control-lists HTTP/1.1" 200 595 0.028484 10.0.0.23 - - [2025-11-03 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.371735 10.0.0.249 - - [2025-11-03 02:16:52] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.495239 10.0.0.249 - - [2025-11-03 02:16:54] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.23 - - [2025-11-03 02:16:57] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000892 10.0.0.249 - - [2025-11-03 02:16:57] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059999 10.0.0.23 - - [2025-11-03 02:16:57] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000950 10.0.0.249 - - [2025-11-03 02:16:57] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?fields=virtual_networks HTTP/1.1" 200 1040 0.069731 10.0.0.23 - - [2025-11-03 02:16:57] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001046 10.0.0.249 - - [2025-11-03 02:16:57] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.043056 10.0.0.23 - - [2025-11-03 02:16:57] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.249 - - [2025-11-03 02:16:57] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?fields=security_groups HTTP/1.1" 200 1265 0.043167 10.0.0.249 - - [2025-11-03 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.023620 10.0.0.23 - - [2025-11-03 02:16:58] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004514 10.0.0.23 - - [2025-11-03 02:16:58] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.23 - - [2025-11-03 02:16:58] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.016902 10.0.0.23 - - [2025-11-03 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.002456 10.0.0.23 - - [2025-11-03 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.003322 10.0.0.23 - - [2025-11-03 02:16:58] "POST /security-groups HTTP/1.1" 200 591 0.073247 10.0.0.249 - - [2025-11-03 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.012118 10.0.0.23 - - [2025-11-03 02:16:58] "POST /projects HTTP/1.1" 200 585 0.301753 10.0.0.23 - - [2025-11-03 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.381520 10.0.0.249 - - [2025-11-03 02:16:58] "POST /access-control-lists HTTP/1.1" 200 594 0.033227 10.0.0.249 - - [2025-11-03 02:16:58] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.546061 10.0.0.249 - - [2025-11-03 02:16:59] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.23 - - [2025-11-03 02:17:03] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.249 - - [2025-11-03 02:17:03] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042900 10.0.0.23 - - [2025-11-03 02:17:03] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002119 10.0.0.249 - - [2025-11-03 02:17:03] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?fields=virtual_networks HTTP/1.1" 200 1042 0.057676 10.0.0.23 - - [2025-11-03 02:17:03] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.249 - - [2025-11-03 02:17:03] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.037823 10.0.0.23 - - [2025-11-03 02:17:03] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.249 - - [2025-11-03 02:17:03] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?fields=security_groups HTTP/1.1" 200 1268 0.044783 10.0.0.249 - - [2025-11-03 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.023501 10.0.0.23 - - [2025-11-03 02:17:04] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002727 10.0.0.23 - - [2025-11-03 02:17:04] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.23 - - [2025-11-03 02:17:04] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007904 10.0.0.23 - - [2025-11-03 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 194 0.001611 10.0.0.23 - - [2025-11-03 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 203 0.005275 10.0.0.23 - - [2025-11-03 02:17:04] "POST /security-groups HTTP/1.1" 200 595 0.033790 10.0.0.23 - - [2025-11-03 02:17:04] "POST /projects HTTP/1.1" 200 593 0.249376 10.0.0.249 - - [2025-11-03 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.006555 10.0.0.23 - - [2025-11-03 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.316868 10.0.0.249 - - [2025-11-03 02:17:04] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.447869 10.0.0.249 - - [2025-11-03 02:17:05] "GET / HTTP/1.1" 200 35931 0.002651 10.0.0.23 - - [2025-11-03 02:17:08] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001032 10.0.0.249 - - [2025-11-03 02:17:08] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038777 10.0.0.23 - - [2025-11-03 02:17:08] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000868 10.0.0.249 - - [2025-11-03 02:17:08] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?fields=virtual_networks HTTP/1.1" 200 1049 0.054803 10.0.0.23 - - [2025-11-03 02:17:08] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.249 - - [2025-11-03 02:17:08] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044387 10.0.0.23 - - [2025-11-03 02:17:08] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940 10.0.0.249 - - [2025-11-03 02:17:08] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?fields=security_groups HTTP/1.1" 200 1279 0.050336 10.0.0.249 - - [2025-11-03 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.024136 10.0.0.23 - - [2025-11-03 02:17:09] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003113 10.0.0.23 - - [2025-11-03 02:17:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.23 - - [2025-11-03 02:17:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007011 10.0.0.23 - - [2025-11-03 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.004678 10.0.0.23 - - [2025-11-03 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.006196 10.0.0.23 - - [2025-11-03 02:17:10] "POST /security-groups HTTP/1.1" 200 586 0.074915 10.0.0.23 - - [2025-11-03 02:17:10] "POST /projects HTTP/1.1" 200 575 0.283895 10.0.0.249 - - [2025-11-03 02:17:10] "POST /access-control-lists HTTP/1.1" 200 591 0.026434 10.0.0.23 - - [2025-11-03 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.350200 10.0.0.249 - - [2025-11-03 02:17:10] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.477122 10.0.0.249 - - [2025-11-03 02:17:11] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.249 - - [2025-11-03 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003846 10.0.0.249 - - [2025-11-03 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.004421 10.0.0.249 - - [2025-11-03 02:17:12] "POST /access-control-lists HTTP/1.1" 200 588 0.033101 10.0.0.249 - - [2025-11-03 02:17:12] "PUT /access-control-list/a92c0adf-2d9f-4f89-92cc-d7e54af0136c HTTP/1.1" 200 272 0.030075 10.0.0.23 - - [2025-11-03 02:17:12] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.249 - - [2025-11-03 02:17:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.097194 10.0.0.249 - - [2025-11-03 02:17:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028987 10.0.0.249 - - [2025-11-03 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003863 10.0.0.249 - - [2025-11-03 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.005551 10.0.0.249 - - [2025-11-03 02:17:13] "POST /access-control-lists HTTP/1.1" 200 588 0.040131 10.0.0.23 - - [2025-11-03 02:17:13] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000940 10.0.0.249 - - [2025-11-03 02:17:13] "PUT /access-control-list/f17bbf6e-bbed-430c-88b9-250165f330ee HTTP/1.1" 200 272 0.023443 10.0.0.249 - - [2025-11-03 02:17:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.061177 10.0.0.249 - - [2025-11-03 02:17:13] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.024571 10.0.0.249 - - [2025-11-03 02:17:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2025-11-03 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.022849 10.0.0.249 - - [2025-11-03 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.012533 10.0.0.249 - - [2025-11-03 02:17:14] "POST /access-control-lists HTTP/1.1" 200 605 0.030174 10.0.0.249 - - [2025-11-03 02:17:14] "PUT /access-control-list/9d35b515-1e55-4fda-b9c1-5654b6fb239f HTTP/1.1" 200 272 0.024558 10.0.0.23 - - [2025-11-03 02:17:14] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.249 - - [2025-11-03 02:17:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.094720 10.0.0.249 - - [2025-11-03 02:17:14] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.024745 10.0.0.249 - - [2025-11-03 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.002854 10.0.0.249 - - [2025-11-03 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.003132 10.0.0.249 - - [2025-11-03 02:17:15] "POST /access-control-lists HTTP/1.1" 200 605 0.030554 10.0.0.23 - - [2025-11-03 02:17:15] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001711 10.0.0.249 - - [2025-11-03 02:17:15] "PUT /access-control-list/32106fa7-7345-45a1-a028-e07d0e9f67f1 HTTP/1.1" 200 272 0.029126 10.0.0.249 - - [2025-11-03 02:17:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.064827 10.0.0.249 - - [2025-11-03 02:17:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018446 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.007726 10.0.0.249 - - [2025-11-03 02:17:17] "POST /route-targets HTTP/1.1" 200 327 0.016214 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.014504 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.003699 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004514 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004199 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.003946 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004706 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004107 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004395 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004366 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.004107 10.0.0.249 - - [2025-11-03 02:17:17] "POST /neutron/router HTTP/1.1" 200 541 0.006876 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 151 0.076086 10.0.0.249 - - [2025-11-03 02:17:18] "DELETE /route-target/cc1bee6a-e569-4cf9-ad0f-8652afc83a76 HTTP/1.1" 200 115 0.024632 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.015963 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.007405 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.006030 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.003870 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.004241 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.004307 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.004125 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.004464 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.004400 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/d19f370db3f14e27ad4dcc5f4360eabe HTTP/1.1" 404 173 0.018139 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/90a281235deb4e458609f1f1b4a50261 HTTP/1.1" 404 173 0.019894 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/6c8bfbaa78044f4484ef7bc337217107 HTTP/1.1" 404 173 0.018023 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/ae8af52112a543029a15fb44d6050f96 HTTP/1.1" 404 173 0.013159 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/5bfd36ca6b164834a57a3584abd602f5 HTTP/1.1" 404 173 0.016032 10.0.0.23 - - [2025-11-03 02:17:18] "DELETE /project/3d5eebba1d354d22b7a018a4bddd1e87 HTTP/1.1" 404 173 0.012645 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000747 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001211 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.014266 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000985 10.0.0.249 - - [2025-11-03 02:17:18] "POST /neutron/router HTTP/1.1" 200 559 0.006212 10.0.0.23 - - [2025-11-03 02:17:18] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.126458 10.0.0.23 - - [2025-11-03 02:17:18] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.150207 10.0.0.23 - - [2025-11-03 02:17:18] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.156709 10.0.0.23 - - [2025-11-03 02:17:18] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.158241 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000840 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000811 10.0.0.23 - - [2025-11-03 02:17:18] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.218760 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.233241 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?fields=security_groups HTTP/1.1" 200 1374 0.119246 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002744 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 559 0.123928 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?fields=security_groups HTTP/1.1" 200 1359 0.150149 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?fields=security_groups HTTP/1.1" 200 1384 0.162609 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?fields=security_groups HTTP/1.1" 200 1373 0.184034 10.0.0.249 - - [2025-11-03 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008156 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?fields=security_groups HTTP/1.1" 200 1409 0.197169 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?fields=security_groups HTTP/1.1" 200 1370 0.207277 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001853 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/8237a2e0-e714-4d44-95c8-a783d7ce8fcc HTTP/1.1" 200 115 0.242135 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=d19f370d-b3f1-4e27-ad4d-cc5f4360eabe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003157 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/2aa71996-b346-4acc-a292-e7f1a475508b HTTP/1.1" 200 115 0.225380 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=ae8af521-12a5-4302-9a15-fb44d6050f96&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/bfaeb4cc-6e0c-41ee-9aaa-9631dcb20245 HTTP/1.1" 200 115 0.237692 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/3469dfca-608b-4718-9cd3-c29b66ba2975 HTTP/1.1" 200 115 0.232557 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe?fields=application_policy_sets HTTP/1.1" 200 1413 0.108978 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=6c8bfbaa-7804-4f44-84ef-7bc337217107&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001204 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=5bfd36ca-6b16-4834-a57a-3584abd602f5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.249 - - [2025-11-03 02:17:19] "DELETE /access-control-list/c5b1884a-2ffe-4b23-a7ed-6ea6a682bced HTTP/1.1" 200 115 0.126022 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/40d8daa3-0589-4cbc-80ab-5d59da316dce HTTP/1.1" 200 115 0.196723 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=72efa272-c7f8-435a-bb01-4c63da972ad5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.23 - - [2025-11-03 02:17:19] "DELETE /security-group/1195519d-8392-4cc8-874e-fc9f2aac458e HTTP/1.1" 200 115 0.208508 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/ae8af521-12a5-4302-9a15-fb44d6050f96?fields=application_policy_sets HTTP/1.1" 200 1398 0.136432 10.0.0.23 - - [2025-11-03 02:17:19] "GET /projects?obj_uuids=3d5eebba-1d35-4d22-b7a0-18a4bddd1e87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001287 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/5bfd36ca-6b16-4834-a57a-3584abd602f5?fields=application_policy_sets HTTP/1.1" 200 1412 0.138640 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 542 0.343370 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/6c8bfbaa-7804-4f44-84ef-7bc337217107?fields=application_policy_sets HTTP/1.1" 200 1423 0.231977 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/72efa272-c7f8-435a-bb01-4c63da972ad5?fields=application_policy_sets HTTP/1.1" 200 1448 0.242329 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 542 0.047301 10.0.0.23 - - [2025-11-03 02:17:19] "GET /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87?fields=application_policy_sets HTTP/1.1" 200 1409 0.213796 10.0.0.249 - - [2025-11-03 02:17:19] "DELETE /access-control-list/19d5cb6c-bd21-4463-b64a-b29689b97506 HTTP/1.1" 200 115 0.137834 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 542 0.012747 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 542 0.007978 10.0.0.249 - - [2025-11-03 02:17:19] "POST /neutron/router HTTP/1.1" 200 542 0.018011 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/d19f370d-b3f1-4e27-ad4d-cc5f4360eabe HTTP/1.1" 200 115 1.270360 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/ae8af521-12a5-4302-9a15-fb44d6050f96 HTTP/1.1" 200 115 1.297999 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.031839 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.019622 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/5bfd36ca-6b16-4834-a57a-3584abd602f5 HTTP/1.1" 200 115 1.420429 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/6c8bfbaa-7804-4f44-84ef-7bc337217107 HTTP/1.1" 200 115 1.433121 10.0.0.249 - - [2025-11-03 02:17:20] "DELETE /access-control-list/ba1b0e36-7b62-44af-b0c3-3d7351f3a6a5 HTTP/1.1" 200 115 0.102315 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/3d5eebba-1d35-4d22-b7a0-18a4bddd1e87 HTTP/1.1" 200 115 1.447974 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.018122 10.0.0.23 - - [2025-11-03 02:17:20] "DELETE /project/72efa272-c7f8-435a-bb01-4c63da972ad5 HTTP/1.1" 200 115 1.469079 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.011456 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.005234 10.0.0.249 - - [2025-11-03 02:17:20] "DELETE /access-control-list/758d33ac-7fe1-4e6e-9b48-ada808e324ec HTTP/1.1" 200 115 0.037981 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.010003 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 542 0.048120 10.0.0.249 - - [2025-11-03 02:17:20] "PUT /logical-router/9a6201dd-56f6-42b9-9f99-5b1420726114 HTTP/1.1" 200 262 0.037868 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/router HTTP/1.1" 200 541 0.008940 10.0.0.249 - - [2025-11-03 02:17:20] "GET /logical-router/9a6201dd-56f6-42b9-9f99-5b1420726114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.037393 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 151 0.097735 10.0.0.249 - - [2025-11-03 02:17:20] "DELETE /access-control-list/9ea6f8cd-06f7-4bb7-b6f3-b6a45455972a HTTP/1.1" 200 115 0.037930 10.0.0.249 - - [2025-11-03 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 506 0.004592 10.0.0.249 - - [2025-11-03 02:17:20] "DELETE /access-control-list/9d35b515-1e55-4fda-b9c1-5654b6fb239f HTTP/1.1" 200 115 0.028159 10.0.0.249 - - [2025-11-03 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.081388 10.0.0.249 - - [2025-11-03 02:17:21] "DELETE /access-control-list/3b50150a-c26e-4bad-bd05-d4b9e496aff9 HTTP/1.1" 200 115 0.046019 10.0.0.23 - - [2025-11-03 02:17:22] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001058 10.0.0.249 - - [2025-11-03 02:17:22] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045470 10.0.0.23 - - [2025-11-03 02:17:22] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000877 10.0.0.249 - - [2025-11-03 02:17:22] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?fields=virtual_networks HTTP/1.1" 200 1032 0.037622 10.0.0.23 - - [2025-11-03 02:17:22] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.249 - - [2025-11-03 02:17:22] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043266 10.0.0.23 - - [2025-11-03 02:17:22] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.249 - - [2025-11-03 02:17:22] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?fields=security_groups HTTP/1.1" 200 1253 0.054367 10.0.0.249 - - [2025-11-03 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.034909 10.0.0.23 - - [2025-11-03 02:17:23] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002790 10.0.0.23 - - [2025-11-03 02:17:23] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.23 - - [2025-11-03 02:17:23] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007365 10.0.0.23 - - [2025-11-03 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 186 0.006125 10.0.0.23 - - [2025-11-03 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.006552 10.0.0.23 - - [2025-11-03 02:17:23] "POST /security-groups HTTP/1.1" 200 587 0.034520 10.0.0.23 - - [2025-11-03 02:17:23] "POST /projects HTTP/1.1" 200 577 0.265190 10.0.0.23 - - [2025-11-03 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.337046 10.0.0.249 - - [2025-11-03 02:17:23] "POST /access-control-lists HTTP/1.1" 200 592 0.050509 10.0.0.249 - - [2025-11-03 02:17:24] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.488457 10.0.0.249 - - [2025-11-03 02:17:24] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.249 - - [2025-11-03 02:17:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2025-11-03 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.056918 10.0.0.23 - - [2025-11-03 02:17:27] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.249 - - [2025-11-03 02:17:27] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044144 10.0.0.249 - - [2025-11-03 02:17:27] "POST /route-targets HTTP/1.1" 200 327 0.024349 10.0.0.23 - - [2025-11-03 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008039 10.0.0.249 - - [2025-11-03 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.270117 10.0.0.249 - - [2025-11-03 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.001341 10.0.0.249 - - [2025-11-03 02:17:27] "GET /virtual-network/aca048b7-6118-4563-ac74-7cae5fa949fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004907 10.0.0.249 - - [2025-11-03 02:17:27] "GET /virtual-network/aca048b7-6118-4563-ac74-7cae5fa949fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005554 10.0.0.249 - - [2025-11-03 02:17:27] "POST /neutron/network HTTP/1.1" 200 820 0.007152 10.0.0.249 - - [2025-11-03 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003163 10.0.0.249 - - [2025-11-03 02:17:27] "GET /virtual-network/aca048b7-6118-4563-ac74-7cae5fa949fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004935 10.0.0.249 - - [2025-11-03 02:17:28] "GET /virtual-machine-interface/3e08c5b0-bdaf-4a7e-b163-07b5a3104ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007910 10.0.0.249 - - [2025-11-03 02:17:28] "GET /virtual-machine-interface/3e08c5b0-bdaf-4a7e-b163-07b5a3104ba4?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008860 10.0.0.249 - - [2025-11-03 02:17:28] "GET /instance-ip/cbefdba7-1e64-40b3-a874-a7be3f34dcd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005456 10.0.0.249 - - [2025-11-03 02:17:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009329 10.0.0.23 - - [2025-11-03 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005360 10.0.0.23 - - [2025-11-03 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.249 - - [2025-11-03 02:17:28] "POST /neutron/network HTTP/1.1" 200 151 0.134091 10.0.0.249 - - [2025-11-03 02:17:28] "DELETE /route-target/ef26e229-1958-43ac-a4dc-8adcb3c1b038 HTTP/1.1" 200 115 0.026348 10.0.0.23 - - [2025-11-03 02:17:28] "GET /obj-perms HTTP/1.1" 200 5075 0.047126 10.0.0.249 - - [2025-11-03 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2025-11-03 02:17:31] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000893 10.0.0.249 - - [2025-11-03 02:17:31] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.039341 10.0.0.23 - - [2025-11-03 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.012332 10.0.0.249 - - [2025-11-03 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.184731 10.0.0.249 - - [2025-11-03 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001273 10.0.0.249 - - [2025-11-03 02:17:32] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007126 10.0.0.249 - - [2025-11-03 02:17:32] "POST /neutron/network HTTP/1.1" 200 979 0.008807 10.0.0.249 - - [2025-11-03 02:17:32] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005030 10.0.0.249 - - [2025-11-03 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.008946 10.0.0.249 - - [2025-11-03 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.001452 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/port HTTP/1.1" 200 1018 0.018007 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/port HTTP/1.1" 200 1018 0.009353 10.0.0.249 - - [2025-11-03 02:17:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.001259 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.006270 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/network HTTP/1.1" 200 979 0.084868 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/port HTTP/1.1" 200 1019 0.013227 10.0.0.249 - - [2025-11-03 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.249 - - [2025-11-03 02:17:34] "POST /neutron/port HTTP/1.1" 200 1019 0.046063 10.0.0.249 - - [2025-11-03 02:17:34] "POST /neutron/network HTTP/1.1" 200 989 0.012069 10.0.0.249 - - [2025-11-03 02:17:34] "POST /neutron/port HTTP/1.1" 200 1019 0.017197 10.0.0.249 - - [2025-11-03 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.024378 10.0.0.249 - - [2025-11-03 02:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.001457 10.0.0.249 - - [2025-11-03 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.017129 10.0.0.249 - - [2025-11-03 02:17:39] "POST /neutron/port HTTP/1.1" 200 1084 0.017736 10.0.0.249 - - [2025-11-03 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007275 10.0.0.249 - - [2025-11-03 02:17:39] "GET /virtual-machine/6a1c11d4-8715-4ab6-a3c4-fbb52206d25b HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-11-03 02:17:39] "GET /virtual-machine/6a1c11d4-8715-4ab6-a3c4-fbb52206d25b HTTP/1.1" 200 1284 0.025780 10.0.0.249 - - [2025-11-03 02:17:39] "GET /virtual-machine-interface/5c0e834a-f492-4ef3-9a22-4f19f10e223f HTTP/1.1" 200 2924 0.007224 10.0.0.249 - - [2025-11-03 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-11-03 02:17:39] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004282 10.0.0.249 - - [2025-11-03 02:17:39] "GET /virtual-networks?parent_id=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003519 10.0.0.249 - - [2025-11-03 02:17:39] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006006 10.0.0.249 - - [2025-11-03 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.249 - - [2025-11-03 02:17:42] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005606 10.0.0.249 - - [2025-11-03 02:17:43] "POST /neutron/port HTTP/1.1" 200 1084 0.015019 10.0.0.249 - - [2025-11-03 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.249 - - [2025-11-03 02:17:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997 10.0.0.249 - - [2025-11-03 02:17:44] "GET /virtual-networks?parent_id=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003458 10.0.0.249 - - [2025-11-03 02:17:44] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005156 10.0.0.249 - - [2025-11-03 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007015 10.0.0.249 - - [2025-11-03 02:17:45] "POST /neutron/port HTTP/1.1" 200 1085 0.015983 10.0.0.249 - - [2025-11-03 02:17:45] "GET /virtual-machine/6ce596a3-6672-4fb9-a923-6774e953c31f HTTP/1.1" 200 1284 0.006256 10.0.0.249 - - [2025-11-03 02:17:45] "GET /virtual-machine-interface/13e7c330-6f9e-44d2-8e6e-d160c56a47e1 HTTP/1.1" 200 2924 0.004857 10.0.0.249 - - [2025-11-03 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.249 - - [2025-11-03 02:17:45] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003566 10.0.0.249 - - [2025-11-03 02:17:45] "GET /virtual-networks?parent_id=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002913 10.0.0.249 - - [2025-11-03 02:17:45] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005678 10.0.0.249 - - [2025-11-03 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.249 - - [2025-11-03 02:17:48] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004744 10.0.0.249 - - [2025-11-03 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2025-11-03 02:17:52] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005657 10.0.0.249 - - [2025-11-03 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006735 10.0.0.249 - - [2025-11-03 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006798 10.0.0.249 - - [2025-11-03 02:17:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006668 10.0.0.249 - - [2025-11-03 02:17:56] "GET /virtual-networks?parent_id=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.008709 10.0.0.249 - - [2025-11-03 02:17:56] "GET /virtual-network/c0613adb-4ca1-47b6-94c0-ad15004967fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007192 10.0.0.249 - - [2025-11-03 02:18:00] "POST /neutron/port HTTP/1.1" 200 151 0.187930 10.0.0.249 - - [2025-11-03 02:18:00] "POST /neutron/port HTTP/1.1" 200 151 0.199036 10.0.0.249 - - [2025-11-03 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.23 - - [2025-11-03 02:18:02] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001746 10.0.0.249 - - [2025-11-03 02:18:02] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043525 10.0.0.23 - - [2025-11-03 02:18:02] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001115 10.0.0.249 - - [2025-11-03 02:18:02] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?fields=virtual_networks HTTP/1.1" 200 1034 0.045480 10.0.0.23 - - [2025-11-03 02:18:02] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.249 - - [2025-11-03 02:18:02] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.060637 10.0.0.23 - - [2025-11-03 02:18:02] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.249 - - [2025-11-03 02:18:02] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?fields=security_groups HTTP/1.1" 200 1256 0.049238 10.0.0.249 - - [2025-11-03 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.021639 10.0.0.23 - - [2025-11-03 02:18:03] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003677 10.0.0.23 - - [2025-11-03 02:18:03] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.23 - - [2025-11-03 02:18:03] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006668 10.0.0.23 - - [2025-11-03 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.001442 10.0.0.23 - - [2025-11-03 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003735 10.0.0.23 - - [2025-11-03 02:18:03] "POST /security-groups HTTP/1.1" 200 589 0.078239 10.0.0.23 - - [2025-11-03 02:18:03] "POST /projects HTTP/1.1" 200 581 0.284842 10.0.0.249 - - [2025-11-03 02:18:03] "POST /access-control-lists HTTP/1.1" 200 594 0.026260 10.0.0.23 - - [2025-11-03 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.355090 10.0.0.249 - - [2025-11-03 02:18:03] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.506771 10.0.0.249 - - [2025-11-03 02:18:04] "GET / HTTP/1.1" 200 35931 0.001602 10.0.0.249 - - [2025-11-03 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.006456 10.0.0.249 - - [2025-11-03 02:18:05] "POST /neutron/port HTTP/1.1" 400 205 0.004155 10.0.0.249 - - [2025-11-03 02:18:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2025-11-03 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.048222 10.0.0.23 - - [2025-11-03 02:18:06] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.249 - - [2025-11-03 02:18:06] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042958 10.0.0.249 - - [2025-11-03 02:18:07] "POST /route-targets HTTP/1.1" 200 327 0.013826 10.0.0.23 - - [2025-11-03 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005665 10.0.0.249 - - [2025-11-03 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.295823 10.0.0.249 - - [2025-11-03 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001274 10.0.0.249 - - [2025-11-03 02:18:07] "GET /virtual-network/d4d4d7bb-9d42-424a-a9f5-090937a68558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005644 10.0.0.249 - - [2025-11-03 02:18:07] "GET /virtual-network/d4d4d7bb-9d42-424a-a9f5-090937a68558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005965 10.0.0.249 - - [2025-11-03 02:18:07] "POST /neutron/network HTTP/1.1" 200 825 0.006773 10.0.0.249 - - [2025-11-03 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2025-11-03 02:18:07] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.249 - - [2025-11-03 02:18:07] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046944 10.0.0.23 - - [2025-11-03 02:18:07] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.249 - - [2025-11-03 02:18:07] "POST /neutron/network HTTP/1.1" 200 605 0.122937 10.0.0.249 - - [2025-11-03 02:18:07] "POST /ref-update HTTP/1.1" 200 156 0.022747 10.0.0.249 - - [2025-11-03 02:18:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.002974 10.0.0.249 - - [2025-11-03 02:18:08] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005838 10.0.0.249 - - [2025-11-03 02:18:08] "POST /neutron/network HTTP/1.1" 200 824 0.006603 10.0.0.249 - - [2025-11-03 02:18:08] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005026 10.0.0.249 - - [2025-11-03 02:18:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001133 10.0.0.249 - - [2025-11-03 02:18:08] "POST /neutron/network HTTP/1.1" 200 835 0.006905 10.0.0.23 - - [2025-11-03 02:18:09] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.249 - - [2025-11-03 02:18:09] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071757 10.0.0.249 - - [2025-11-03 02:18:09] "POST /neutron/port HTTP/1.1" 200 117 0.006317 10.0.0.249 - - [2025-11-03 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001187 10.0.0.249 - - [2025-11-03 02:18:09] "POST /neutron/network HTTP/1.1" 200 835 0.006780 10.0.0.249 - - [2025-11-03 02:18:10] "POST /neutron/port HTTP/1.1" 200 1059 0.014239 10.0.0.249 - - [2025-11-03 02:18:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005673 10.0.0.23 - - [2025-11-03 02:18:10] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.249 - - [2025-11-03 02:18:10] "POST /neutron/network HTTP/1.1" 200 825 0.006538 10.0.0.249 - - [2025-11-03 02:18:10] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071672 10.0.0.249 - - [2025-11-03 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008884 10.0.0.249 - - [2025-11-03 02:18:10] "POST /neutron/router HTTP/1.1" 200 580 0.006863 10.0.0.23 - - [2025-11-03 02:18:11] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174 10.0.0.249 - - [2025-11-03 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.040331 10.0.0.249 - - [2025-11-03 02:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.320792 10.0.0.249 - - [2025-11-03 02:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.013777 10.0.0.249 - - [2025-11-03 02:18:11] "POST /neutron/port HTTP/1.1" 200 1086 0.016172 10.0.0.249 - - [2025-11-03 02:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2025-11-03 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010304 10.0.0.249 - - [2025-11-03 02:18:16] "POST /neutron/port HTTP/1.1" 200 1087 0.017307 10.0.0.249 - - [2025-11-03 02:18:16] "GET /virtual-machine/ba117880-7782-4896-adde-4864beed1ed4 HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-11-03 02:18:16] "GET /virtual-machine/ba117880-7782-4896-adde-4864beed1ed4 HTTP/1.1" 200 1291 0.026048 10.0.0.249 - - [2025-11-03 02:18:16] "GET /virtual-machine-interface/87f11e65-b990-450a-a0ce-f97e13d9f38d HTTP/1.1" 200 2934 0.005919 10.0.0.249 - - [2025-11-03 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.249 - - [2025-11-03 02:18:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003381 10.0.0.249 - - [2025-11-03 02:18:16] "GET /virtual-networks?parent_id=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003575 10.0.0.249 - - [2025-11-03 02:18:16] "GET /virtual-network/d4d4d7bb-9d42-424a-a9f5-090937a68558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006587 10.0.0.249 - - [2025-11-03 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.249 - - [2025-11-03 02:18:20] "GET /virtual-network/d4d4d7bb-9d42-424a-a9f5-090937a68558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006061 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /project/e6abd81c589444b188c9425a975155be HTTP/1.1" 404 173 0.008757 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /project/346717e7a17b4647a4d3278e4d903131 HTTP/1.1" 404 173 0.008007 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000774 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.053501 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062101 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001893 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000798 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?fields=security_groups HTTP/1.1" 200 1358 0.080444 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?fields=security_groups HTTP/1.1" 200 1361 0.091246 10.0.0.249 - - [2025-11-03 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006287 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /security-group/256f8808-4b84-4878-9db9-a4a03c66b2f7 HTTP/1.1" 200 115 0.059835 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=90a28123-5deb-4e45-8609-f1f1b4a50261&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /security-group/e419aced-c4ed-428a-a554-9194c6b4d519 HTTP/1.1" 200 115 0.079297 10.0.0.23 - - [2025-11-03 02:18:20] "GET /projects?obj_uuids=e6abd81c-5894-44b1-88c9-425a975155be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/90a28123-5deb-4e45-8609-f1f1b4a50261?fields=application_policy_sets HTTP/1.1" 200 1397 0.079125 10.0.0.23 - - [2025-11-03 02:18:20] "GET /project/e6abd81c-5894-44b1-88c9-425a975155be?fields=application_policy_sets HTTP/1.1" 200 1400 0.109219 10.0.0.249 - - [2025-11-03 02:18:20] "DELETE /access-control-list/9b06ec71-b5a5-4a56-9397-ba2dfdf35031 HTTP/1.1" 200 115 0.072953 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /project/90a28123-5deb-4e45-8609-f1f1b4a50261 HTTP/1.1" 200 115 0.554737 10.0.0.23 - - [2025-11-03 02:18:20] "DELETE /project/e6abd81c-5894-44b1-88c9-425a975155be HTTP/1.1" 200 115 0.606815 10.0.0.249 - - [2025-11-03 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2025-11-03 02:18:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003506 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-networks?parent_id=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003553 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-network/d4d4d7bb-9d42-424a-a9f5-090937a68558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005659 10.0.0.249 - - [2025-11-03 02:18:22] "POST /neutron/port HTTP/1.1" 200 1086 0.017969 10.0.0.249 - - [2025-11-03 02:18:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007802 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-machine/e2878f29-9c4a-44fb-afed-64415ea52618 HTTP/1.1" 200 1291 0.006278 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-machine-interface/ec6a7df3-d6a4-4c0a-af3f-09cf7472556a HTTP/1.1" 200 2935 0.005149 10.0.0.249 - - [2025-11-03 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2025-11-03 02:18:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-networks?parent_id=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002983 10.0.0.249 - - [2025-11-03 02:18:22] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006570 10.0.0.249 - - [2025-11-03 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.249 - - [2025-11-03 02:18:25] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006371 10.0.0.249 - - [2025-11-03 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.249 - - [2025-11-03 02:18:29] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006017 10.0.0.249 - - [2025-11-03 02:18:30] "POST /neutron/port HTTP/1.1" 200 1086 0.016004 10.0.0.249 - - [2025-11-03 02:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.249 - - [2025-11-03 02:18:30] "POST /neutron/network HTTP/1.1" 200 824 0.008309 10.0.0.249 - - [2025-11-03 02:18:30] "POST /neutron/network HTTP/1.1" 200 835 0.007200 10.0.0.249 - - [2025-11-03 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.249 - - [2025-11-03 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.249 - - [2025-11-03 02:18:31] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003233 10.0.0.249 - - [2025-11-03 02:18:31] "GET /virtual-networks?parent_id=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003042 10.0.0.249 - - [2025-11-03 02:18:31] "GET /virtual-network/708b0b4f-bfdc-4923-9e48-d0f78bc25d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005712 10.0.0.23 - - [2025-11-03 02:18:36] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.249 - - [2025-11-03 02:18:36] "POST /neutron/router HTTP/1.1" 200 344 0.434200 10.0.0.249 - - [2025-11-03 02:18:43] "POST /ref-update HTTP/1.1" 200 156 0.024770 10.0.0.249 - - [2025-11-03 02:18:43] "POST /neutron/router HTTP/1.1" 200 344 0.179238 10.0.0.249 - - [2025-11-03 02:18:48] "POST /neutron/router HTTP/1.1" 200 580 0.008092 10.0.0.249 - - [2025-11-03 02:18:49] "POST /ref-update HTTP/1.1" 200 156 0.018948 10.0.0.249 - - [2025-11-03 02:18:49] "POST /neutron/router HTTP/1.1" 200 344 0.200593 10.0.0.249 - - [2025-11-03 02:18:49] "POST /neutron/network HTTP/1.1" 200 824 0.007173 10.0.0.249 - - [2025-11-03 02:18:50] "POST /neutron/port HTTP/1.1" 200 1112 0.014191 10.0.0.249 - - [2025-11-03 02:18:50] "POST /neutron/port HTTP/1.1" 200 1113 0.009932 10.0.0.23 - - [2025-11-03 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.23 - - [2025-11-03 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004471 10.0.0.249 - - [2025-11-03 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2025-11-03 02:18:51] "POST /neutron/network HTTP/1.1" 200 151 0.126698 10.0.0.249 - - [2025-11-03 02:18:52] "DELETE /route-target/e410b83b-c96f-43d0-848b-e7a9a4cf194d HTTP/1.1" 200 115 0.022749 10.0.0.23 - - [2025-11-03 02:18:53] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.249 - - [2025-11-03 02:18:53] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040468 10.0.0.23 - - [2025-11-03 02:18:53] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.249 - - [2025-11-03 02:18:53] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?fields=virtual_networks HTTP/1.1" 200 1038 0.039814 10.0.0.23 - - [2025-11-03 02:18:53] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.249 - - [2025-11-03 02:18:53] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.041118 10.0.0.23 - - [2025-11-03 02:18:53] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.249 - - [2025-11-03 02:18:53] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?fields=security_groups HTTP/1.1" 200 1262 0.052211 10.0.0.249 - - [2025-11-03 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.024582 10.0.0.23 - - [2025-11-03 02:18:54] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003260 10.0.0.23 - - [2025-11-03 02:18:54] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.23 - - [2025-11-03 02:18:54] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006635 10.0.0.23 - - [2025-11-03 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 193 0.003209 10.0.0.23 - - [2025-11-03 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.002751 10.0.0.23 - - [2025-11-03 02:18:54] "POST /security-groups HTTP/1.1" 200 594 0.040909 10.0.0.23 - - [2025-11-03 02:18:54] "POST /projects HTTP/1.1" 200 591 0.262868 10.0.0.23 - - [2025-11-03 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.323326 10.0.0.249 - - [2025-11-03 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.005049 10.0.0.249 - - [2025-11-03 02:18:54] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.447343 10.0.0.249 - - [2025-11-03 02:18:55] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.249 - - [2025-11-03 02:18:57] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.23 - - [2025-11-03 02:18:58] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.249 - - [2025-11-03 02:18:58] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.066020 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007565 10.0.0.249 - - [2025-11-03 02:18:58] "GET /security-group/c8b93685-a99c-4562-bdf2-72b128a1caa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.006326 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.23 - - [2025-11-03 02:18:58] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.249 - - [2025-11-03 02:18:58] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047458 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.249 - - [2025-11-03 02:18:58] "GET /security-group/c8b93685-a99c-4562-bdf2-72b128a1caa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004215 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.249 - - [2025-11-03 02:18:58] "PUT /security-group/c8b93685-a99c-4562-bdf2-72b128a1caa7 HTTP/1.1" 200 262 0.020687 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.003393 10.0.0.249 - - [2025-11-03 02:18:58] "PUT /access-control-list/c56b5d91-63f0-47c4-96aa-a943bf889689 HTTP/1.1" 200 272 0.020135 10.0.0.249 - - [2025-11-03 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005802 10.0.0.23 - - [2025-11-03 02:18:58] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001527 10.0.0.249 - - [2025-11-03 02:18:58] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045040 10.0.0.249 - - [2025-11-03 02:18:58] "POST /neutron/network HTTP/1.1" 200 117 0.039390 10.0.0.249 - - [2025-11-03 02:18:59] "POST /neutron/network HTTP/1.1" 200 828 0.009598 10.0.0.249 - - [2025-11-03 02:18:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001107 10.0.0.249 - - [2025-11-03 02:18:59] "GET /virtual-network/0234c410-5d25-4ad2-a797-66ffb982e106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005493 10.0.0.249 - - [2025-11-03 02:18:59] "GET /virtual-network/0234c410-5d25-4ad2-a797-66ffb982e106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004942 10.0.0.249 - - [2025-11-03 02:18:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.009656 10.0.0.249 - - [2025-11-03 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-11-03 02:18:59] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.249 - - [2025-11-03 02:18:59] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039879 10.0.0.249 - - [2025-11-03 02:18:59] "POST /route-targets HTTP/1.1" 200 327 0.014211 10.0.0.23 - - [2025-11-03 02:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008378 10.0.0.249 - - [2025-11-03 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.194350 10.0.0.249 - - [2025-11-03 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.249 - - [2025-11-03 02:19:00] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005344 10.0.0.249 - - [2025-11-03 02:19:00] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006259 10.0.0.249 - - [2025-11-03 02:19:00] "POST /neutron/network HTTP/1.1" 200 832 0.007471 10.0.0.249 - - [2025-11-03 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.002537 10.0.0.23 - - [2025-11-03 02:19:01] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001435 10.0.0.249 - - [2025-11-03 02:19:01] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.093430 10.0.0.249 - - [2025-11-03 02:19:01] "POST /neutron/network HTTP/1.1" 200 828 0.007353 10.0.0.249 - - [2025-11-03 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001404 10.0.0.249 - - [2025-11-03 02:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.006176 10.0.0.23 - - [2025-11-03 02:19:01] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001090 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/port HTTP/1.1" 200 1064 0.329777 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/port HTTP/1.1" 200 1118 0.125469 10.0.0.23 - - [2025-11-03 02:19:02] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001019 10.0.0.249 - - [2025-11-03 02:19:02] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.094798 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/subnet HTTP/1.1" 200 704 0.014451 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/network HTTP/1.1" 200 828 0.019250 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.007099 10.0.0.249 - - [2025-11-03 02:19:02] "PUT /logical-router/dc9bf1aa-2597-4b04-b1f8-5b354ca56f61 HTTP/1.1" 200 262 0.046829 10.0.0.249 - - [2025-11-03 02:19:02] "POST /neutron/router HTTP/1.1" 200 656 0.046564 10.0.0.249 - - [2025-11-03 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.024314 10.0.0.249 - - [2025-11-03 02:19:03] "POST /neutron/network HTTP/1.1" 200 842 0.005701 10.0.0.23 - - [2025-11-03 02:19:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007620 10.0.0.249 - - [2025-11-03 02:19:03] "POST /virtual-networks HTTP/1.1" 200 694 0.180044 10.0.0.249 - - [2025-11-03 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.033513 10.0.0.249 - - [2025-11-03 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008755 10.0.0.249 - - [2025-11-03 02:19:03] "PUT /logical-router/dc9bf1aa-2597-4b04-b1f8-5b354ca56f61 HTTP/1.1" 200 262 0.051211 10.0.0.249 - - [2025-11-03 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.249 - - [2025-11-03 02:19:03] "POST /neutron/port HTTP/1.1" 200 1115 0.129976 10.0.0.249 - - [2025-11-03 02:19:03] "POST /chown HTTP/1.1" 200 109 0.025743 10.0.0.249 - - [2025-11-03 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.021745 10.0.0.249 - - [2025-11-03 02:19:04] "POST /chown HTTP/1.1" 200 109 0.017455 10.0.0.249 - - [2025-11-03 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.026337 10.0.0.249 - - [2025-11-03 02:19:04] "POST /instance-ips HTTP/1.1" 200 549 0.054394 10.0.0.249 - - [2025-11-03 02:19:04] "PUT /virtual-machine-interface/fc776926-eb17-4ded-bfac-b4584d64e5b8 HTTP/1.1" 200 284 0.029315 10.0.0.249 - - [2025-11-03 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.020903 10.0.0.249 - - [2025-11-03 02:19:04] "POST /chown HTTP/1.1" 200 109 0.025299 10.0.0.249 - - [2025-11-03 02:19:04] "PUT /virtual-machine-interface/a71c2c6c-47d6-4e84-a109-693664802e2d HTTP/1.1" 200 284 0.026879 10.0.0.249 - - [2025-11-03 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.046229 10.0.0.249 - - [2025-11-03 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.019730 10.0.0.249 - - [2025-11-03 02:19:05] "POST /instance-ips HTTP/1.1" 400 316 0.037874 10.0.0.249 - - [2025-11-03 02:19:05] "PUT /instance-ip/691cd474-7e3d-4894-99ad-bf8ce988d02d HTTP/1.1" 200 256 0.038895 10.0.0.249 - - [2025-11-03 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.031183 10.0.0.249 - - [2025-11-03 02:19:05] "PUT /routing-instance/f340014d-4075-40c6-89d2-1151d8c45878 HTTP/1.1" 200 266 0.037286 10.0.0.249 - - [2025-11-03 02:19:08] "POST /neutron/port HTTP/1.1" 200 1092 0.020152 10.0.0.249 - - [2025-11-03 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007481 10.0.0.249 - - [2025-11-03 02:19:08] "GET /virtual-machine/0f5cfbd3-f659-4129-8a83-a83fd76210c1 HTTP/1.1" 401 293 0.000537 10.0.0.249 - - [2025-11-03 02:19:09] "GET /virtual-machine/0f5cfbd3-f659-4129-8a83-a83fd76210c1 HTTP/1.1" 200 1294 0.026399 10.0.0.249 - - [2025-11-03 02:19:09] "GET /virtual-machine-interface/272daa4b-17fa-423b-956e-19a7295457ba HTTP/1.1" 200 2956 0.011964 10.0.0.249 - - [2025-11-03 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006723 10.0.0.249 - - [2025-11-03 02:19:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004346 10.0.0.249 - - [2025-11-03 02:19:09] "GET /virtual-networks?parent_id=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002919 10.0.0.249 - - [2025-11-03 02:19:09] "GET /virtual-network/0234c410-5d25-4ad2-a797-66ffb982e106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006617 10.0.0.249 - - [2025-11-03 02:19:11] "POST /neutron/port HTTP/1.1" 200 1092 0.015290 10.0.0.249 - - [2025-11-03 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.249 - - [2025-11-03 02:19:12] "GET /virtual-network/0234c410-5d25-4ad2-a797-66ffb982e106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005166 10.0.0.249 - - [2025-11-03 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.249 - - [2025-11-03 02:19:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004238 10.0.0.249 - - [2025-11-03 02:19:14] "GET /virtual-networks?parent_id=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002805 10.0.0.249 - - [2025-11-03 02:19:14] "GET /virtual-network/0234c410-5d25-4ad2-a797-66ffb982e106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006075 10.0.0.249 - - [2025-11-03 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007011 10.0.0.249 - - [2025-11-03 02:19:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015949 10.0.0.249 - - [2025-11-03 02:19:14] "GET /virtual-machine/94766bc3-674a-46e7-ab7b-92a91cd098e0 HTTP/1.1" 200 1296 0.006481 10.0.0.249 - - [2025-11-03 02:19:14] "GET /virtual-machine-interface/d1d351e4-939c-46cc-95bc-d26e95271cc7 HTTP/1.1" 200 2969 0.005641 10.0.0.249 - - [2025-11-03 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.249 - - [2025-11-03 02:19:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.249 - - [2025-11-03 02:19:14] "GET /virtual-networks?parent_id=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002953 10.0.0.249 - - [2025-11-03 02:19:15] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006200 10.0.0.249 - - [2025-11-03 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.249 - - [2025-11-03 02:19:18] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005188 10.0.0.23 - - [2025-11-03 02:19:20] "DELETE /project/c8fadca0a47e42079b4cd41e86f79bfb HTTP/1.1" 404 173 0.003950 10.0.0.23 - - [2025-11-03 02:19:20] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.23 - - [2025-11-03 02:19:21] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.055072 10.0.0.23 - - [2025-11-03 02:19:21] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000791 10.0.0.23 - - [2025-11-03 02:19:21] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?fields=security_groups HTTP/1.1" 200 1367 0.064300 10.0.0.23 - - [2025-11-03 02:19:21] "DELETE /security-group/983c11d5-bbbd-49bb-8f05-9925cba0a017 HTTP/1.1" 200 115 0.052381 10.0.0.23 - - [2025-11-03 02:19:21] "GET /projects?obj_uuids=346717e7-a17b-4647-a4d3-278e4d903131&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.23 - - [2025-11-03 02:19:21] "GET /project/346717e7-a17b-4647-a4d3-278e4d903131?fields=application_policy_sets HTTP/1.1" 200 1406 0.049992 10.0.0.23 - - [2025-11-03 02:19:21] "DELETE /project/346717e7-a17b-4647-a4d3-278e4d903131 HTTP/1.1" 200 115 0.443699 10.0.0.249 - - [2025-11-03 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-11-03 02:19:22] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006126 10.0.0.249 - - [2025-11-03 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007233 10.0.0.249 - - [2025-11-03 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-11-03 02:19:24] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003621 10.0.0.249 - - [2025-11-03 02:19:24] "GET /virtual-networks?parent_id=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003082 10.0.0.249 - - [2025-11-03 02:19:24] "GET /virtual-network/f867f1c2-a948-4b03-a614-b53efe8f7793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007368 10.0.0.249 - - [2025-11-03 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.022115 10.0.0.249 - - [2025-11-03 02:19:28] "POST /neutron/router HTTP/1.1" 200 656 0.008008 10.0.0.249 - - [2025-11-03 02:19:28] "PUT /logical-router/dc9bf1aa-2597-4b04-b1f8-5b354ca56f61 HTTP/1.1" 200 262 0.033462 10.0.0.249 - - [2025-11-03 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.249 - - [2025-11-03 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-11-03 02:19:28] "POST /ref-update HTTP/1.1" 200 156 0.021032 10.0.0.249 - - [2025-11-03 02:19:29] "POST /neutron/network HTTP/1.1" 400 204 0.086198 10.0.0.249 - - [2025-11-03 02:19:29] "DELETE /route-target/a977923a-d3be-4057-be46-4a633f2b1a71 HTTP/1.1" 200 115 0.035975 10.0.0.249 - - [2025-11-03 02:19:29] "DELETE /service-instance/a1e11f4b-3611-4ed9-8587-59bb6b80865d HTTP/1.1" 200 115 0.069552 10.0.0.249 - - [2025-11-03 02:19:29] "GET /virtual-machine-interface/40ed81ce-4a69-4838-ae82-00f92cfbeaee?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.008384 10.0.0.249 - - [2025-11-03 02:19:29] "DELETE /virtual-machine-interface/40ed81ce-4a69-4838-ae82-00f92cfbeaee HTTP/1.1" 200 115 0.073131 10.0.0.249 - - [2025-11-03 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.026304 10.0.0.249 - - [2025-11-03 02:19:29] "POST /neutron/port HTTP/1.1" 200 151 0.286359 10.0.0.249 - - [2025-11-03 02:19:29] "DELETE /virtual-machine-interface/e35ce3f6-6958-4acc-a18d-8d910bf1c88d HTTP/1.1" 200 115 0.132208 10.0.0.249 - - [2025-11-03 02:19:29] "GET /instance-ip/524326fa-f7ee-4664-8d4b-e907ffc61d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.014536 10.0.0.249 - - [2025-11-03 02:19:29] "POST /neutron/port HTTP/1.1" 200 151 0.331944 10.0.0.249 - - [2025-11-03 02:19:29] "POST /ref-update HTTP/1.1" 200 156 0.018936 10.0.0.61 - - [2025-11-03 02:19:30] "GET /obj-perms HTTP/1.1" 200 5075 0.051508 10.0.0.249 - - [2025-11-03 02:19:31] "POST /neutron/network HTTP/1.1" 200 828 0.016177 10.0.0.249 - - [2025-11-03 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.23 - - [2025-11-03 02:19:32] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000961 10.0.0.249 - - [2025-11-03 02:19:32] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.077762 10.0.0.23 - - [2025-11-03 02:19:32] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001383 10.0.0.249 - - [2025-11-03 02:19:32] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?fields=virtual_networks HTTP/1.1" 200 1049 0.080588 10.0.0.23 - - [2025-11-03 02:19:32] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000949 10.0.0.249 - - [2025-11-03 02:19:32] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.049800 10.0.0.23 - - [2025-11-03 02:19:33] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001508 10.0.0.249 - - [2025-11-03 02:19:33] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?fields=security_groups HTTP/1.1" 200 1278 0.045580 10.0.0.249 - - [2025-11-03 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.029093 10.0.0.23 - - [2025-11-03 02:19:33] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.23 - - [2025-11-03 02:19:33] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.23 - - [2025-11-03 02:19:33] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007984 10.0.0.23 - - [2025-11-03 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.001076 10.0.0.23 - - [2025-11-03 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005316 10.0.0.23 - - [2025-11-03 02:19:34] "POST /security-groups HTTP/1.1" 200 599 0.069255 10.0.0.23 - - [2025-11-03 02:19:34] "POST /projects HTTP/1.1" 200 601 0.280105 10.0.0.249 - - [2025-11-03 02:19:34] "POST /access-control-lists HTTP/1.1" 200 604 0.047143 10.0.0.23 - - [2025-11-03 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.351982 10.0.0.249 - - [2025-11-03 02:19:34] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.510931 10.0.0.249 - - [2025-11-03 02:19:35] "GET / HTTP/1.1" 200 35931 0.002278 10.0.0.249 - - [2025-11-03 02:19:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-11-03 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.053262 10.0.0.23 - - [2025-11-03 02:19:37] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.249 - - [2025-11-03 02:19:37] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044180 10.0.0.23 - - [2025-11-03 02:19:37] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.249 - - [2025-11-03 02:19:37] "POST /neutron/network HTTP/1.1" 200 613 0.143844 10.0.0.249 - - [2025-11-03 02:19:38] "POST /route-targets HTTP/1.1" 200 327 0.020484 10.0.0.249 - - [2025-11-03 02:19:38] "POST /neutron/network HTTP/1.1" 200 1006 0.025262 10.0.0.249 - - [2025-11-03 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.003813 10.0.0.249 - - [2025-11-03 02:19:38] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.011498 10.0.0.249 - - [2025-11-03 02:19:38] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005677 10.0.0.249 - - [2025-11-03 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.009264 10.0.0.249 - - [2025-11-03 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2025-11-03 02:19:38] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.249 - - [2025-11-03 02:19:38] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047046 10.0.0.23 - - [2025-11-03 02:19:38] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.249 - - [2025-11-03 02:19:38] "POST /neutron/network HTTP/1.1" 200 613 0.115900 10.0.0.249 - - [2025-11-03 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.028161 10.0.0.249 - - [2025-11-03 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.053890 10.0.0.249 - - [2025-11-03 02:19:39] "POST /neutron/network HTTP/1.1" 200 1006 0.012355 10.0.0.249 - - [2025-11-03 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001237 10.0.0.249 - - [2025-11-03 02:19:39] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008813 10.0.0.249 - - [2025-11-03 02:19:39] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006881 10.0.0.249 - - [2025-11-03 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.009706 10.0.0.249 - - [2025-11-03 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003156 10.0.0.249 - - [2025-11-03 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.23 - - [2025-11-03 02:19:39] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.249 - - [2025-11-03 02:19:39] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045573 10.0.0.249 - - [2025-11-03 02:19:39] "POST /network-policys HTTP/1.1" 200 577 0.026822 10.0.0.249 - - [2025-11-03 02:19:39] "GET /network-policy/6b9030bf-3002-4a75-b262-85b05d5a09bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006359 10.0.0.249 - - [2025-11-03 02:19:39] "POST /neutron/network HTTP/1.1" 200 1114 0.078065 10.0.0.249 - - [2025-11-03 02:19:39] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006624 10.0.0.249 - - [2025-11-03 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014357 10.0.0.249 - - [2025-11-03 02:19:39] "GET /network-policy/6b9030bf-3002-4a75-b262-85b05d5a09bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003822 10.0.0.249 - - [2025-11-03 02:19:39] "PUT /access-control-list/c1489fee-6c43-47c9-992d-b4f9a47b43d3 HTTP/1.1" 200 272 0.018132 10.0.0.249 - - [2025-11-03 02:19:39] "POST /neutron/network HTTP/1.1" 200 1114 0.068627 10.0.0.249 - - [2025-11-03 02:19:39] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009154 10.0.0.249 - - [2025-11-03 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.013625 10.0.0.249 - - [2025-11-03 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.038068 10.0.0.249 - - [2025-11-03 02:19:39] "GET /network-policy/6b9030bf-3002-4a75-b262-85b05d5a09bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005132 10.0.0.249 - - [2025-11-03 02:19:40] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006130 10.0.0.249 - - [2025-11-03 02:19:41] "GET /obj-perms HTTP/1.1" 200 5065 0.051088 10.0.0.249 - - [2025-11-03 02:19:42] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005328 10.0.0.23 - - [2025-11-03 02:19:42] "GET /obj-perms HTTP/1.1" 200 5065 0.047511 10.0.0.249 - - [2025-11-03 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001318 10.0.0.23 - - [2025-11-03 02:19:43] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.249 - - [2025-11-03 02:19:43] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069251 10.0.0.249 - - [2025-11-03 02:19:43] "POST /neutron/network HTTP/1.1" 200 1114 0.008862 10.0.0.249 - - [2025-11-03 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001368 10.0.0.249 - - [2025-11-03 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.007831 10.0.0.23 - - [2025-11-03 02:19:44] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.249 - - [2025-11-03 02:19:44] "POST /neutron/port HTTP/1.1" 200 1175 0.356458 10.0.0.23 - - [2025-11-03 02:19:44] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002191 10.0.0.249 - - [2025-11-03 02:19:44] "POST /neutron/port HTTP/1.1" 200 1229 0.127027 10.0.0.249 - - [2025-11-03 02:19:44] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.102835 10.0.0.249 - - [2025-11-03 02:19:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016662 10.0.0.249 - - [2025-11-03 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.249 - - [2025-11-03 02:19:44] "POST /neutron/port HTTP/1.1" 200 1203 0.018498 10.0.0.249 - - [2025-11-03 02:19:45] "POST /neutron/port HTTP/1.1" 200 1203 0.016203 10.0.0.23 - - [2025-11-03 02:19:45] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.249 - - [2025-11-03 02:19:45] "POST /neutron/port HTTP/1.1" 200 1175 0.329147 10.0.0.249 - - [2025-11-03 02:19:45] "POST /neutron/port HTTP/1.1" 200 1229 0.125820 10.0.0.249 - - [2025-11-03 02:19:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.249 - - [2025-11-03 02:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.249 - - [2025-11-03 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007803 10.0.0.249 - - [2025-11-03 02:19:50] "POST /neutron/port HTTP/1.1" 200 1203 0.016258 10.0.0.249 - - [2025-11-03 02:19:50] "GET /virtual-machine/becc0ec4-9b96-41c6-8f65-6a1a178bbc73 HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2025-11-03 02:19:50] "GET /virtual-machine/becc0ec4-9b96-41c6-8f65-6a1a178bbc73 HTTP/1.1" 200 1301 0.025362 10.0.0.249 - - [2025-11-03 02:19:50] "GET /virtual-machine-interface/38ec3e6b-7b74-46ab-ba55-93d6c221b02e HTTP/1.1" 200 3175 0.006484 10.0.0.249 - - [2025-11-03 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.249 - - [2025-11-03 02:19:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003311 10.0.0.249 - - [2025-11-03 02:19:50] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002941 10.0.0.249 - - [2025-11-03 02:19:50] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006331 10.0.0.249 - - [2025-11-03 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.249 - - [2025-11-03 02:19:53] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006892 10.0.0.249 - - [2025-11-03 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.249 - - [2025-11-03 02:19:57] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004997 10.0.0.249 - - [2025-11-03 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.249 - - [2025-11-03 02:20:02] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006166 10.0.0.249 - - [2025-11-03 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.249 - - [2025-11-03 02:20:06] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005842 10.0.0.249 - - [2025-11-03 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.249 - - [2025-11-03 02:20:10] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005366 10.0.0.249 - - [2025-11-03 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.249 - - [2025-11-03 02:20:14] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006342 10.0.0.249 - - [2025-11-03 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.249 - - [2025-11-03 02:20:18] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005085 10.0.0.23 - - [2025-11-03 02:20:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.23 - - [2025-11-03 02:20:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.23 - - [2025-11-03 02:20:21] "DELETE /project/76cabe6618b6472997f7bda0e1ed516b HTTP/1.1" 404 173 0.005837 10.0.0.23 - - [2025-11-03 02:20:21] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000846 10.0.0.23 - - [2025-11-03 02:20:21] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.054542 10.0.0.23 - - [2025-11-03 02:20:21] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.23 - - [2025-11-03 02:20:21] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?fields=security_groups HTTP/1.1" 200 1383 0.050956 10.0.0.23 - - [2025-11-03 02:20:21] "DELETE /security-group/c8b93685-a99c-4562-bdf2-72b128a1caa7 HTTP/1.1" 200 115 0.045968 10.0.0.23 - - [2025-11-03 02:20:21] "GET /projects?obj_uuids=c8fadca0-a47e-4207-9b4c-d41e86f79bfb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001356 10.0.0.23 - - [2025-11-03 02:20:21] "GET /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb?fields=application_policy_sets HTTP/1.1" 200 1422 0.063493 10.0.0.249 - - [2025-11-03 02:20:21] "DELETE /access-control-list/c56b5d91-63f0-47c4-96aa-a943bf889689 HTTP/1.1" 200 115 0.066361 10.0.0.23 - - [2025-11-03 02:20:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.23 - - [2025-11-03 02:20:21] "DELETE /project/c8fadca0-a47e-4207-9b4c-d41e86f79bfb HTTP/1.1" 200 115 0.442816 10.0.0.23 - - [2025-11-03 02:20:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.61 - - [2025-11-03 02:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.61 - - [2025-11-03 02:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2025-11-03 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.249 - - [2025-11-03 02:20:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003907 10.0.0.249 - - [2025-11-03 02:20:22] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003004 10.0.0.249 - - [2025-11-03 02:20:22] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006133 10.0.0.249 - - [2025-11-03 02:20:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008195 10.0.0.249 - - [2025-11-03 02:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.61 - - [2025-11-03 02:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-11-03 02:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.61 - - [2025-11-03 02:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-11-03 02:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-11-03 02:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2025-11-03 02:20:31] "POST /neutron/port HTTP/1.1" 200 1203 0.042755 10.0.0.249 - - [2025-11-03 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008388 10.0.0.249 - - [2025-11-03 02:20:33] "POST /neutron/network HTTP/1.1" 200 1124 0.007453 10.0.0.249 - - [2025-11-03 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012888 10.0.0.249 - - [2025-11-03 02:20:33] "POST /neutron/network HTTP/1.1" 200 1114 0.010009 10.0.0.249 - - [2025-11-03 02:20:34] "POST /neutron/network HTTP/1.1" 200 1124 0.006775 10.0.0.249 - - [2025-11-03 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015178 10.0.0.249 - - [2025-11-03 02:20:35] "POST /neutron/network HTTP/1.1" 200 1114 0.009501 10.0.0.249 - - [2025-11-03 02:20:43] "POST /neutron/port HTTP/1.1" 200 1203 0.016004 10.0.0.249 - - [2025-11-03 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007618 10.0.0.249 - - [2025-11-03 02:20:43] "GET /virtual-machine/5aee81c5-3f88-40bf-aec6-fa70ef4ed324 HTTP/1.1" 200 1300 0.005385 10.0.0.249 - - [2025-11-03 02:20:43] "GET /virtual-machine-interface/e365f237-87c7-48c0-be5b-e8681001e430 HTTP/1.1" 200 3176 0.005553 10.0.0.249 - - [2025-11-03 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-11-03 02:20:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003521 10.0.0.249 - - [2025-11-03 02:20:43] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003053 10.0.0.249 - - [2025-11-03 02:20:43] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006160 10.0.0.249 - - [2025-11-03 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.249 - - [2025-11-03 02:20:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004434 10.0.0.249 - - [2025-11-03 02:20:44] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002908 10.0.0.249 - - [2025-11-03 02:20:44] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005897 10.0.0.249 - - [2025-11-03 02:20:44] "POST /neutron/port HTTP/1.1" 200 1203 0.024886 10.0.0.249 - - [2025-11-03 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006766 10.0.0.249 - - [2025-11-03 02:20:55] "POST /neutron/port HTTP/1.1" 200 1203 0.022258 10.0.0.249 - - [2025-11-03 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2025-11-03 02:21:10] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.249 - - [2025-11-03 02:21:10] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047432 10.0.0.249 - - [2025-11-03 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2025-11-03 02:21:10] "PUT /network-policy/6b9030bf-3002-4a75-b262-85b05d5a09bc HTTP/1.1" 200 262 0.017487 10.0.0.249 - - [2025-11-03 02:21:14] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006115 10.0.0.249 - - [2025-11-03 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.005766 10.0.0.249 - - [2025-11-03 02:21:14] "POST /neutron/network HTTP/1.1" 200 1006 0.085327 10.0.0.249 - - [2025-11-03 02:21:14] "DELETE /access-control-list/246200e1-7308-4ad9-97a5-b2304ef7cdff HTTP/1.1" 200 115 0.049674 10.0.0.249 - - [2025-11-03 02:21:14] "GET /virtual-network/d842520c-bb5b-415e-9dd7-fae488d28452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010024 10.0.0.249 - - [2025-11-03 02:21:14] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010158 10.0.0.249 - - [2025-11-03 02:21:14] "POST /neutron/network HTTP/1.1" 200 1006 0.071130 10.0.0.249 - - [2025-11-03 02:21:14] "GET /virtual-network/a37d65f5-b1c3-4b84-b246-c4de16a50575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005353 10.0.0.249 - - [2025-11-03 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.027557 10.0.0.249 - - [2025-11-03 02:21:14] "DELETE /network-policy/6b9030bf-3002-4a75-b262-85b05d5a09bc HTTP/1.1" 200 115 0.068671 10.0.0.249 - - [2025-11-03 02:21:14] "POST /neutron/network HTTP/1.1" 200 1006 0.015673 10.0.0.249 - - [2025-11-03 02:21:14] "POST /neutron/port HTTP/1.1" 200 1203 0.015905 10.0.0.249 - - [2025-11-03 02:21:15] "POST /neutron/port HTTP/1.1" 200 151 0.369973 10.0.0.249 - - [2025-11-03 02:21:17] "POST /neutron/network HTTP/1.1" 200 1006 0.010590 10.0.0.249 - - [2025-11-03 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.23 - - [2025-11-03 02:21:21] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.249 - - [2025-11-03 02:21:21] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041368 10.0.0.249 - - [2025-11-03 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2025-11-03 02:21:21] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2025-11-03 02:21:21] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008183 10.0.0.249 - - [2025-11-03 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2025-11-03 02:21:21] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.249 - - [2025-11-03 02:21:21] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058724 10.0.0.249 - - [2025-11-03 02:21:22] "GET /domains HTTP/1.1" 200 280 0.002646 10.0.0.23 - - [2025-11-03 02:21:22] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.249 - - [2025-11-03 02:21:22] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1 HTTP/1.1" 200 2774 0.016214 10.0.0.23 - - [2025-11-03 02:21:22] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.249 - - [2025-11-03 02:21:22] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b HTTP/1.1" 200 1910 0.099088 10.0.0.249 - - [2025-11-03 02:21:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003669 10.0.0.249 - - [2025-11-03 02:21:22] "POST /network-ipams HTTP/1.1" 200 609 0.026613 10.0.0.249 - - [2025-11-03 02:21:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003406 10.0.0.249 - - [2025-11-03 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2025-11-03 02:21:22] "GET /network-ipam/499c63ac-5c15-41d0-8c49-1d39f32104cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.007627 10.0.0.249 - - [2025-11-03 02:21:22] "PUT /network-ipam/499c63ac-5c15-41d0-8c49-1d39f32104cf HTTP/1.1" 200 258 0.015424 10.0.0.249 - - [2025-11-03 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.23 - - [2025-11-03 02:21:23] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.249 - - [2025-11-03 02:21:23] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058197 10.0.0.23 - - [2025-11-03 02:21:23] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.249 - - [2025-11-03 02:21:23] "POST /neutron/network HTTP/1.1" 200 619 0.128377 10.0.0.249 - - [2025-11-03 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.034067 10.0.0.23 - - [2025-11-03 02:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005851 10.0.0.249 - - [2025-11-03 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.185339 10.0.0.249 - - [2025-11-03 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001238 10.0.0.249 - - [2025-11-03 02:21:24] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005206 10.0.0.249 - - [2025-11-03 02:21:24] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005425 10.0.0.249 - - [2025-11-03 02:21:24] "POST /neutron/network HTTP/1.1" 200 1309 0.012212 10.0.0.249 - - [2025-11-03 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.008909 10.0.0.249 - - [2025-11-03 02:21:24] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005908 10.0.0.249 - - [2025-11-03 02:21:24] "GET /obj-perms HTTP/1.1" 200 5065 0.003890 10.0.0.61 - - [2025-11-03 02:21:24] "GET /obj-perms HTTP/1.1" 200 5065 0.047487 10.0.0.249 - - [2025-11-03 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2025-11-03 02:21:24] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003473 10.0.0.249 - - [2025-11-03 02:21:24] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.078715 10.0.0.23 - - [2025-11-03 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010955 10.0.0.249 - - [2025-11-03 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.207369 10.0.0.249 - - [2025-11-03 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.015098 10.0.0.249 - - [2025-11-03 02:21:25] "POST /neutron/network HTTP/1.1" 200 1309 0.015953 10.0.0.249 - - [2025-11-03 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001040 10.0.0.249 - - [2025-11-03 02:21:25] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005327 10.0.0.249 - - [2025-11-03 02:21:25] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006740 10.0.0.249 - - [2025-11-03 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.011978 10.0.0.249 - - [2025-11-03 02:21:26] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007172 10.0.0.23 - - [2025-11-03 02:21:26] "GET /obj-perms HTTP/1.1" 200 5065 0.004487 10.0.0.249 - - [2025-11-03 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.23 - - [2025-11-03 02:21:26] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.249 - - [2025-11-03 02:21:26] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040908 10.0.0.249 - - [2025-11-03 02:21:26] "POST /neutron/network HTTP/1.1" 200 117 0.015071 10.0.0.249 - - [2025-11-03 02:21:26] "POST /route-targets HTTP/1.1" 200 327 0.012551 10.0.0.23 - - [2025-11-03 02:21:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005400 10.0.0.249 - - [2025-11-03 02:21:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.216527 10.0.0.249 - - [2025-11-03 02:21:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001374 10.0.0.249 - - [2025-11-03 02:21:27] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008168 10.0.0.249 - - [2025-11-03 02:21:27] "POST /neutron/network HTTP/1.1" 200 1309 0.011358 10.0.0.249 - - [2025-11-03 02:21:27] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006466 10.0.0.249 - - [2025-11-03 02:21:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.008479 10.0.0.249 - - [2025-11-03 02:21:27] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005189 10.0.0.249 - - [2025-11-03 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.23 - - [2025-11-03 02:21:27] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.249 - - [2025-11-03 02:21:27] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041877 10.0.0.23 - - [2025-11-03 02:21:28] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.249 - - [2025-11-03 02:21:28] "POST /neutron/network HTTP/1.1" 200 619 0.116318 10.0.0.249 - - [2025-11-03 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.030359 10.0.0.23 - - [2025-11-03 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.014882 10.0.0.249 - - [2025-11-03 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.273714 10.0.0.249 - - [2025-11-03 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001208 10.0.0.249 - - [2025-11-03 02:21:28] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006289 10.0.0.249 - - [2025-11-03 02:21:28] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.008289 10.0.0.249 - - [2025-11-03 02:21:28] "POST /neutron/network HTTP/1.1" 200 1308 0.011088 10.0.0.249 - - [2025-11-03 02:21:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.008550 10.0.0.249 - - [2025-11-03 02:21:29] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006275 10.0.0.249 - - [2025-11-03 02:21:29] "GET /obj-perms HTTP/1.1" 200 5065 0.003754 10.0.0.61 - - [2025-11-03 02:21:29] "GET /obj-perms HTTP/1.1" 200 5065 0.003567 10.0.0.249 - - [2025-11-03 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003353 10.0.0.249 - - [2025-11-03 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2025-11-03 02:21:29] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001337 10.0.0.249 - - [2025-11-03 02:21:29] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044779 10.0.0.249 - - [2025-11-03 02:21:29] "POST /network-policys HTTP/1.1" 200 559 0.041709 10.0.0.249 - - [2025-11-03 02:21:29] "GET /network-policy/a49428fc-e23e-414a-9bd1-5d00345b80fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006076 10.0.0.249 - - [2025-11-03 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003233 10.0.0.249 - - [2025-11-03 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2025-11-03 02:21:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.249 - - [2025-11-03 02:21:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.058089 10.0.0.249 - - [2025-11-03 02:21:30] "POST /network-policys HTTP/1.1" 200 559 0.030287 10.0.0.249 - - [2025-11-03 02:21:30] "GET /network-policy/2956a381-50a8-411a-aa76-9a5d0ac50890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007406 10.0.0.249 - - [2025-11-03 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003078 10.0.0.249 - - [2025-11-03 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2025-11-03 02:21:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.249 - - [2025-11-03 02:21:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047222 10.0.0.249 - - [2025-11-03 02:21:30] "POST /network-policys HTTP/1.1" 200 559 0.029497 10.0.0.249 - - [2025-11-03 02:21:30] "GET /network-policy/117d00ec-2ed3-46ef-9788-9af0ada30902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006119 10.0.0.249 - - [2025-11-03 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003330 10.0.0.249 - - [2025-11-03 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2025-11-03 02:21:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.249 - - [2025-11-03 02:21:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.040556 10.0.0.249 - - [2025-11-03 02:21:30] "POST /network-policys HTTP/1.1" 200 559 0.032595 10.0.0.249 - - [2025-11-03 02:21:30] "GET /network-policy/b79d5375-e56a-479f-b7e7-10e6ae037e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006832 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003187 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2025-11-03 02:21:31] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.249 - - [2025-11-03 02:21:31] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051785 10.0.0.249 - - [2025-11-03 02:21:31] "POST /network-policys HTTP/1.1" 200 559 0.033493 10.0.0.249 - - [2025-11-03 02:21:31] "GET /network-policy/c6ba1a20-ee7d-46cc-baec-211aa921ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006701 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003532 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2025-11-03 02:21:31] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.249 - - [2025-11-03 02:21:31] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044803 10.0.0.249 - - [2025-11-03 02:21:31] "POST /network-policys HTTP/1.1" 200 559 0.034916 10.0.0.249 - - [2025-11-03 02:21:31] "GET /network-policy/a943fceb-e89a-4c17-98c7-219b005e49aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008568 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003446 10.0.0.249 - - [2025-11-03 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2025-11-03 02:21:32] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.249 - - [2025-11-03 02:21:32] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051666 10.0.0.249 - - [2025-11-03 02:21:32] "POST /network-policys HTTP/1.1" 200 559 0.033179 10.0.0.249 - - [2025-11-03 02:21:32] "GET /network-policy/63a81768-3534-4bf3-9d4a-22b66e10372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008976 10.0.0.249 - - [2025-11-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.005954 10.0.0.23 - - [2025-11-03 02:21:32] "GET /obj-perms HTTP/1.1" 200 5075 0.064511 10.0.0.249 - - [2025-11-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.23 - - [2025-11-03 02:21:32] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.249 - - [2025-11-03 02:21:32] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041344 10.0.0.249 - - [2025-11-03 02:21:32] "POST /network-policys HTTP/1.1" 200 559 0.041211 10.0.0.249 - - [2025-11-03 02:21:32] "GET /network-policy/da144c0f-7913-4b1b-9fd8-7fce77196c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006522 10.0.0.249 - - [2025-11-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003981 10.0.0.249 - - [2025-11-03 02:21:32] "POST /neutron/network HTTP/1.1" 200 1494 0.014109 10.0.0.249 - - [2025-11-03 02:21:32] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005053 10.0.0.249 - - [2025-11-03 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/2956a381-50a8-411a-aa76-9a5d0ac50890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004997 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/a49428fc-e23e-414a-9bd1-5d00345b80fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004735 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 248 0.014392 10.0.0.249 - - [2025-11-03 02:21:33] "POST /neutron/network HTTP/1.1" 200 1494 0.012466 10.0.0.249 - - [2025-11-03 02:21:33] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005287 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/117d00ec-2ed3-46ef-9788-9af0ada30902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.008408 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/b79d5375-e56a-479f-b7e7-10e6ae037e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004838 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 248 0.005176 10.0.0.249 - - [2025-11-03 02:21:33] "POST /neutron/network HTTP/1.1" 200 1494 0.014527 10.0.0.249 - - [2025-11-03 02:21:33] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006278 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/a943fceb-e89a-4c17-98c7-219b005e49aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006216 10.0.0.249 - - [2025-11-03 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.249 - - [2025-11-03 02:21:33] "GET /network-policy/c6ba1a20-ee7d-46cc-baec-211aa921ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005015 10.0.0.249 - - [2025-11-03 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003031 10.0.0.249 - - [2025-11-03 02:21:34] "POST /neutron/network HTTP/1.1" 200 1493 0.013988 10.0.0.249 - - [2025-11-03 02:21:34] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.019013 10.0.0.249 - - [2025-11-03 02:21:34] "POST /access-control-lists HTTP/1.1" 200 605 0.094945 10.0.0.249 - - [2025-11-03 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-11-03 02:21:34] "GET /network-policy/63a81768-3534-4bf3-9d4a-22b66e10372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006204 10.0.0.249 - - [2025-11-03 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.249 - - [2025-11-03 02:21:34] "GET /network-policy/da144c0f-7913-4b1b-9fd8-7fce77196c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004455 10.0.0.249 - - [2025-11-03 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001092 10.0.0.23 - - [2025-11-03 02:22:09] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.021095 10.0.0.249 - - [2025-11-03 02:22:09] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.083195 10.0.0.249 - - [2025-11-03 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.005805 10.0.0.249 - - [2025-11-03 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001381 10.0.0.249 - - [2025-11-03 02:22:10] "POST /neutron/network HTTP/1.1" 200 1504 0.007695 10.0.0.23 - - [2025-11-03 02:22:10] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.249 - - [2025-11-03 02:22:11] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.112536 10.0.0.249 - - [2025-11-03 02:22:11] "POST /neutron/network HTTP/1.1" 200 1494 0.032816 10.0.0.249 - - [2025-11-03 02:22:11] "POST /neutron/port HTTP/1.1" 200 1144 0.079061 10.0.0.249 - - [2025-11-03 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.024024 10.0.0.249 - - [2025-11-03 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009262 10.0.0.249 - - [2025-11-03 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.039283 10.0.0.23 - - [2025-11-03 02:22:11] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.249 - - [2025-11-03 02:22:12] "POST /neutron/port HTTP/1.1" 200 1170 0.653883 10.0.0.249 - - [2025-11-03 02:22:12] "POST /neutron/port HTTP/1.1" 200 1170 0.022737 10.0.0.249 - - [2025-11-03 02:22:13] "POST /neutron/port HTTP/1.1" 200 1198 0.049640 10.0.0.249 - - [2025-11-03 02:22:13] "POST /neutron/subnet HTTP/1.1" 200 1361 0.037921 10.0.0.249 - - [2025-11-03 02:22:13] "POST /neutron/network HTTP/1.1" 200 1494 0.021194 10.0.0.249 - - [2025-11-03 02:22:21] "POST /neutron/port HTTP/1.1" 200 1198 0.056728 10.0.0.249 - - [2025-11-03 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011019 10.0.0.249 - - [2025-11-03 02:22:37] "POST /neutron/port HTTP/1.1" 200 1198 0.051429 10.0.0.249 - - [2025-11-03 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009837 10.0.0.249 - - [2025-11-03 02:22:52] "POST /neutron/port HTTP/1.1" 200 1198 0.016197 10.0.0.249 - - [2025-11-03 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007571 10.0.0.249 - - [2025-11-03 02:23:07] "POST /neutron/port HTTP/1.1" 200 1198 0.018255 10.0.0.249 - - [2025-11-03 02:23:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008239 10.0.0.249 - - [2025-11-03 02:23:23] "POST /neutron/port HTTP/1.1" 200 1198 0.018531 10.0.0.249 - - [2025-11-03 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007400 10.0.0.249 - - [2025-11-03 02:23:23] "GET /virtual-machine/71757e65-9a91-4d2e-8f97-31beb0607c00 HTTP/1.1" 200 1300 0.005898 10.0.0.249 - - [2025-11-03 02:23:23] "GET /virtual-machine-interface/1a2e0ea7-aad1-4de7-8d2c-9a608ef521d8 HTTP/1.1" 200 3184 0.004976 10.0.0.249 - - [2025-11-03 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.249 - - [2025-11-03 02:23:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003670 10.0.0.249 - - [2025-11-03 02:23:23] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003533 10.0.0.249 - - [2025-11-03 02:23:23] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005636 10.0.0.249 - - [2025-11-03 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.249 - - [2025-11-03 02:23:26] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008303 10.0.0.249 - - [2025-11-03 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-11-03 02:23:30] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005342 10.0.0.249 - - [2025-11-03 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.249 - - [2025-11-03 02:23:34] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006138 10.0.0.249 - - [2025-11-03 02:23:35] "POST /neutron/port HTTP/1.1" 200 1198 0.050954 10.0.0.249 - - [2025-11-03 02:23:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005558 10.0.0.249 - - [2025-11-03 02:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.249 - - [2025-11-03 02:23:37] "POST /neutron/port HTTP/1.1" 200 1198 0.039228 10.0.0.249 - - [2025-11-03 02:23:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031 10.0.0.249 - - [2025-11-03 02:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.249 - - [2025-11-03 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2025-11-03 02:23:38] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005503 10.0.0.249 - - [2025-11-03 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.249 - - [2025-11-03 02:23:43] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005501 10.0.0.249 - - [2025-11-03 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2025-11-03 02:23:47] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006399 10.0.0.249 - - [2025-11-03 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2025-11-03 02:23:51] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005514 10.0.0.249 - - [2025-11-03 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.249 - - [2025-11-03 02:23:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.249 - - [2025-11-03 02:23:55] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003449 10.0.0.249 - - [2025-11-03 02:23:55] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006412 10.0.0.249 - - [2025-11-03 02:23:55] "POST /neutron/port HTTP/1.1" 200 1198 0.019816 10.0.0.249 - - [2025-11-03 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010023 10.0.0.249 - - [2025-11-03 02:24:05] "POST /neutron/port HTTP/1.1" 200 1198 0.015058 10.0.0.249 - - [2025-11-03 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006904 10.0.0.249 - - [2025-11-03 02:24:16] "POST /neutron/port HTTP/1.1" 200 1198 0.015512 10.0.0.249 - - [2025-11-03 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007025 10.0.0.249 - - [2025-11-03 02:24:16] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 200 1301 0.006506 10.0.0.249 - - [2025-11-03 02:24:16] "GET /virtual-machine-interface/622ae89c-cc53-430a-8ac7-e1d2aca40f31 HTTP/1.1" 200 3184 0.005706 10.0.0.249 - - [2025-11-03 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2025-11-03 02:24:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536 10.0.0.249 - - [2025-11-03 02:24:16] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003036 10.0.0.249 - - [2025-11-03 02:24:16] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005439 10.0.0.249 - - [2025-11-03 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-11-03 02:24:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.249 - - [2025-11-03 02:24:17] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003605 10.0.0.249 - - [2025-11-03 02:24:17] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006066 10.0.0.249 - - [2025-11-03 02:24:22] "POST /neutron/port HTTP/1.1" 200 1198 0.015341 10.0.0.249 - - [2025-11-03 02:24:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008602 10.0.0.249 - - [2025-11-03 02:24:33] "POST /neutron/port HTTP/1.1" 200 2278 0.017893 10.0.0.249 - - [2025-11-03 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007475 10.0.0.249 - - [2025-11-03 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007931 10.0.0.249 - - [2025-11-03 02:24:33] "GET /network-policy/117d00ec-2ed3-46ef-9788-9af0ada30902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005738 10.0.0.249 - - [2025-11-03 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-11-03 02:24:33] "GET /network-policy/b79d5375-e56a-479f-b7e7-10e6ae037e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006008 10.0.0.249 - - [2025-11-03 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.249 - - [2025-11-03 02:24:33] "GET /network-policy/a49428fc-e23e-414a-9bd1-5d00345b80fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004106 10.0.0.249 - - [2025-11-03 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006805 10.0.0.249 - - [2025-11-03 02:24:33] "GET /network-policy/2956a381-50a8-411a-aa76-9a5d0ac50890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004870 10.0.0.61 - - [2025-11-03 02:24:34] "GET /obj-perms HTTP/1.1" 200 5075 0.046764 10.0.0.249 - - [2025-11-03 02:24:36] "POST /neutron/port HTTP/1.1" 200 1198 0.013925 10.0.0.249 - - [2025-11-03 02:24:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003565 10.0.0.249 - - [2025-11-03 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.249 - - [2025-11-03 02:24:38] "POST /neutron/port HTTP/1.1" 200 1198 0.016015 10.0.0.249 - - [2025-11-03 02:24:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003747 10.0.0.249 - - [2025-11-03 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.249 - - [2025-11-03 02:25:18] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 200 1301 0.025223 10.0.0.249 - - [2025-11-03 02:25:18] "POST /neutron/port HTTP/1.1" 200 1198 0.037285 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.002810 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.003242 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.003052 10.0.0.249 - - [2025-11-03 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.022810 10.0.0.249 - - [2025-11-03 02:25:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005020 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003286 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005470 10.0.0.249 - - [2025-11-03 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-11-03 02:25:20] "GET /routing-instance/ddb63a3c-3e0e-43aa-bc0f-2c1b2c7ac3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004730 10.0.0.249 - - [2025-11-03 02:25:20] "GET /route-target/db1f6b21-a444-436c-9f20-11e8d8c9dc70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003581 10.0.0.249 - - [2025-11-03 02:25:20] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.003548 10.0.0.23 - - [2025-11-03 02:25:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.23 - - [2025-11-03 02:25:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2025-11-03 02:25:21] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.002948 10.0.0.23 - - [2025-11-03 02:25:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.23 - - [2025-11-03 02:25:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000328 10.0.0.61 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.61 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2025-11-03 02:25:22] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.003306 10.0.0.249 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.61 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000882 10.0.0.61 - - [2025-11-03 02:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2025-11-03 02:25:23] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.003678 10.0.0.249 - - [2025-11-03 02:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2025-11-03 02:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-11-03 02:25:24] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.002763 10.0.0.249 - - [2025-11-03 02:25:25] "GET /virtual-machine/fc276436-0bb3-45b9-a254-079fa16a8f2f HTTP/1.1" 404 171 0.009041 10.0.0.249 - - [2025-11-03 02:25:25] "GET /obj-perms HTTP/1.1" 200 5065 0.049486 10.0.0.61 - - [2025-11-03 02:25:32] "GET /obj-perms HTTP/1.1" 200 5065 0.004058 10.0.0.249 - - [2025-11-03 02:25:32] "GET /obj-perms HTTP/1.1" 200 5065 0.004220 10.0.0.23 - - [2025-11-03 02:25:32] "GET /obj-perms HTTP/1.1" 200 5065 0.045058 10.0.0.249 - - [2025-11-03 02:25:32] "GET /virtual-machine/71757e65-9a91-4d2e-8f97-31beb0607c00 HTTP/1.1" 200 1300 0.004556 10.0.0.249 - - [2025-11-03 02:25:32] "POST /neutron/port HTTP/1.1" 200 1198 0.016830 10.0.0.249 - - [2025-11-03 02:25:34] "GET /virtual-machine/71757e65-9a91-4d2e-8f97-31beb0607c00 HTTP/1.1" 404 171 0.003582 10.0.0.249 - - [2025-11-03 02:25:34] "GET /virtual-machine/71757e65-9a91-4d2e-8f97-31beb0607c00 HTTP/1.1" 404 171 0.002598 10.0.0.249 - - [2025-11-03 02:25:34] "GET /virtual-machine/71757e65-9a91-4d2e-8f97-31beb0607c00 HTTP/1.1" 404 171 0.002972 10.0.0.249 - - [2025-11-03 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-11-03 02:25:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003696 10.0.0.249 - - [2025-11-03 02:25:34] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004994 10.0.0.249 - - [2025-11-03 02:25:34] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006129 10.0.0.249 - - [2025-11-03 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-11-03 02:25:34] "GET /routing-instance/7f0bc627-10f6-4652-825c-1ba336467e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004486 10.0.0.249 - - [2025-11-03 02:25:34] "GET /route-target/2d464350-6106-4cfa-9f08-c4ac38885078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003687 10.0.0.249 - - [2025-11-03 02:25:34] "GET /obj-perms HTTP/1.1" 200 5065 0.009258 10.0.0.249 - - [2025-11-03 02:25:37] "GET /obj-perms HTTP/1.1" 200 5065 0.004105 10.0.0.249 - - [2025-11-03 02:25:43] "GET /obj-perms HTTP/1.1" 200 5065 0.004472 10.0.0.249 - - [2025-11-03 02:25:47] "GET /obj-perms HTTP/1.1" 200 5065 0.004939 10.0.0.249 - - [2025-11-03 02:25:53] "GET /obj-perms HTTP/1.1" 200 5065 0.004053 10.0.0.249 - - [2025-11-03 02:25:56] "GET /obj-perms HTTP/1.1" 200 5065 0.010900 10.0.0.249 - - [2025-11-03 02:26:02] "GET /obj-perms HTTP/1.1" 200 5065 0.003609 10.0.0.249 - - [2025-11-03 02:26:02] "GET /obj-perms HTTP/1.1" 200 5065 0.004084 10.0.0.61 - - [2025-11-03 02:26:02] "GET /obj-perms HTTP/1.1" 200 5065 0.004241 10.0.0.249 - - [2025-11-03 02:26:02] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.009110 10.0.0.249 - - [2025-11-03 02:26:02] "POST /neutron/network HTTP/1.1" 200 1493 0.012291 10.0.0.249 - - [2025-11-03 02:26:02] "GET /virtual-network/8ccbb6d4-3edb-40c9-8fc0-684170761d9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006828 10.0.0.249 - - [2025-11-03 02:26:02] "DELETE /access-control-list/3b2a7c7f-3438-4941-9c6c-5a1762c1c5be HTTP/1.1" 200 115 0.115763 10.0.0.249 - - [2025-11-03 02:26:02] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007616 10.0.0.249 - - [2025-11-03 02:26:03] "POST /neutron/network HTTP/1.1" 200 1494 0.011426 10.0.0.249 - - [2025-11-03 02:26:03] "GET /virtual-network/b752163a-67a0-4c65-8d81-d1d1f6cd6219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007607 10.0.0.249 - - [2025-11-03 02:26:03] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006260 10.0.0.249 - - [2025-11-03 02:26:03] "POST /neutron/network HTTP/1.1" 200 1494 0.013908 10.0.0.249 - - [2025-11-03 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.027452 10.0.0.249 - - [2025-11-03 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.019039 10.0.0.249 - - [2025-11-03 02:26:03] "GET /virtual-network/f2f37632-672f-4ca9-a058-d5fb91936c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.017935 10.0.0.249 - - [2025-11-03 02:26:03] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005897 10.0.0.249 - - [2025-11-03 02:26:03] "POST /neutron/network HTTP/1.1" 200 1494 0.012841 10.0.0.249 - - [2025-11-03 02:26:03] "GET /virtual-network/b3d45796-d7e0-4999-bc43-e2dc6dc94905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008600 10.0.0.249 - - [2025-11-03 02:26:03] "DELETE /network-policy/da144c0f-7913-4b1b-9fd8-7fce77196c89 HTTP/1.1" 200 115 0.083022 10.0.0.249 - - [2025-11-03 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.23 - - [2025-11-03 02:26:04] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.249 - - [2025-11-03 02:26:04] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.056447 10.0.0.249 - - [2025-11-03 02:26:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006294 10.0.0.249 - - [2025-11-03 02:26:04] "DELETE /network-policy/63a81768-3534-4bf3-9d4a-22b66e10372b HTTP/1.1" 200 115 0.048362 10.0.0.249 - - [2025-11-03 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.23 - - [2025-11-03 02:26:04] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.249 - - [2025-11-03 02:26:04] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049798 10.0.0.249 - - [2025-11-03 02:26:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005580 10.0.0.249 - - [2025-11-03 02:26:04] "DELETE /network-policy/a943fceb-e89a-4c17-98c7-219b005e49aa HTTP/1.1" 200 115 0.051724 10.0.0.249 - - [2025-11-03 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007761 10.0.0.23 - - [2025-11-03 02:26:04] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.249 - - [2025-11-03 02:26:04] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053800 10.0.0.249 - - [2025-11-03 02:26:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005718 10.0.0.249 - - [2025-11-03 02:26:04] "DELETE /network-policy/c6ba1a20-ee7d-46cc-baec-211aa921ff61 HTTP/1.1" 200 115 0.040449 10.0.0.249 - - [2025-11-03 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445 10.0.0.23 - - [2025-11-03 02:26:04] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.249 - - [2025-11-03 02:26:04] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049545 10.0.0.249 - - [2025-11-03 02:26:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005718 10.0.0.249 - - [2025-11-03 02:26:04] "DELETE /network-policy/b79d5375-e56a-479f-b7e7-10e6ae037e39 HTTP/1.1" 200 115 0.044512 10.0.0.249 - - [2025-11-03 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007015 10.0.0.23 - - [2025-11-03 02:26:04] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002245 10.0.0.249 - - [2025-11-03 02:26:05] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053222 10.0.0.249 - - [2025-11-03 02:26:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.007239 10.0.0.249 - - [2025-11-03 02:26:05] "DELETE /network-policy/117d00ec-2ed3-46ef-9788-9af0ada30902 HTTP/1.1" 200 115 0.058918 10.0.0.249 - - [2025-11-03 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2025-11-03 02:26:05] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.249 - - [2025-11-03 02:26:05] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051790 10.0.0.249 - - [2025-11-03 02:26:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005468 10.0.0.249 - - [2025-11-03 02:26:05] "DELETE /network-policy/2956a381-50a8-411a-aa76-9a5d0ac50890 HTTP/1.1" 200 115 0.035712 10.0.0.249 - - [2025-11-03 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2025-11-03 02:26:05] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.249 - - [2025-11-03 02:26:05] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042652 10.0.0.249 - - [2025-11-03 02:26:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005133 10.0.0.249 - - [2025-11-03 02:26:05] "DELETE /network-policy/a49428fc-e23e-414a-9bd1-5d00345b80fd HTTP/1.1" 200 115 0.044155 10.0.0.249 - - [2025-11-03 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.23 - - [2025-11-03 02:26:05] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.249 - - [2025-11-03 02:26:05] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036195 10.0.0.249 - - [2025-11-03 02:26:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64144349&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005353 10.0.0.249 - - [2025-11-03 02:26:05] "POST /neutron/network HTTP/1.1" 200 1308 0.012972 10.0.0.249 - - [2025-11-03 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003349 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003770 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003055 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.23 - - [2025-11-03 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003668 10.0.0.249 - - [2025-11-03 02:26:06] "POST /neutron/network HTTP/1.1" 200 151 0.172391 10.0.0.249 - - [2025-11-03 02:26:06] "DELETE /route-target/e5cc2117-03ae-4926-8349-148835050f86 HTTP/1.1" 200 115 0.033292 10.0.0.249 - - [2025-11-03 02:26:07] "POST /neutron/network HTTP/1.1" 200 1309 0.012384 10.0.0.249 - - [2025-11-03 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-11-03 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.249 - - [2025-11-03 02:26:07] "DELETE /network-ipam/499c63ac-5c15-41d0-8c49-1d39f32104cf HTTP/1.1" 200 115 0.036690 10.0.0.249 - - [2025-11-03 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 252 0.005259 10.0.0.23 - - [2025-11-03 02:26:07] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.23 - - [2025-11-03 02:26:07] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.035989 10.0.0.23 - - [2025-11-03 02:26:07] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.23 - - [2025-11-03 02:26:07] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=security_groups HTTP/1.1" 200 1397 0.043489 10.0.0.23 - - [2025-11-03 02:26:07] "DELETE /security-group/453a3f82-cfd7-486c-8e69-8875f4533c6f HTTP/1.1" 200 115 0.047958 10.0.0.23 - - [2025-11-03 02:26:07] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.23 - - [2025-11-03 02:26:07] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=application_policy_sets HTTP/1.1" 200 1436 0.049799 10.0.0.249 - - [2025-11-03 02:26:07] "DELETE /access-control-list/9a7e0dce-6a69-455b-9ede-51cc2322414b HTTP/1.1" 200 115 0.050395 10.0.0.249 - - [2025-11-03 02:26:08] "DELETE /project/76cabe66-18b6-4729-97f7-bda0e1ed516b HTTP/1.1" 200 115 0.393647 10.0.0.23 - - [2025-11-03 02:26:08] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.249 - - [2025-11-03 02:26:08] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?fields=projects HTTP/1.1" 200 1437 0.022985 10.0.0.249 - - [2025-11-03 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.003734 10.0.0.23 - - [2025-11-03 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.002711 10.0.0.23 - - [2025-11-03 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004850 10.0.0.23 - - [2025-11-03 02:26:13] "POST /security-groups HTTP/1.1" 200 599 0.073555 10.0.0.23 - - [2025-11-03 02:26:13] "POST /projects HTTP/1.1" 200 601 0.278964 10.0.0.249 - - [2025-11-03 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.306911 10.0.0.249 - - [2025-11-03 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 241 0.009802 10.0.0.23 - - [2025-11-03 02:26:13] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.249 - - [2025-11-03 02:26:13] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055706 10.0.0.249 - - [2025-11-03 02:26:13] "POST /network-policys HTTP/1.1" 200 559 0.030256 10.0.0.249 - - [2025-11-03 02:26:13] "GET /network-policy/ced64129-2180-4273-8f41-a9eb69dd0d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.007473 10.0.0.249 - - [2025-11-03 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2025-11-03 02:26:13] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.249 - - [2025-11-03 02:26:13] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052348 10.0.0.23 - - [2025-11-03 02:26:13] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.249 - - [2025-11-03 02:26:14] "POST /neutron/network HTTP/1.1" 200 615 0.118151 10.0.0.249 - - [2025-11-03 02:26:14] "POST /ref-update HTTP/1.1" 200 156 0.029220 10.0.0.249 - - [2025-11-03 02:26:14] "POST /neutron/network HTTP/1.1" 200 1007 0.010906 10.0.0.249 - - [2025-11-03 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 229 0.001048 10.0.0.249 - - [2025-11-03 02:26:14] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005032 10.0.0.249 - - [2025-11-03 02:26:14] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005331 10.0.0.249 - - [2025-11-03 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 721 0.008820 10.0.0.249 - - [2025-11-03 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003250 10.0.0.249 - - [2025-11-03 02:26:14] "POST /neutron/network HTTP/1.1" 200 1106 0.076116 10.0.0.249 - - [2025-11-03 02:26:14] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005917 10.0.0.249 - - [2025-11-03 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.249 - - [2025-11-03 02:26:14] "GET /network-policy/ced64129-2180-4273-8f41-a9eb69dd0d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.003645 10.0.0.249 - - [2025-11-03 02:26:15] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005249 10.0.0.249 - - [2025-11-03 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001224 10.0.0.23 - - [2025-11-03 02:26:16] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.249 - - [2025-11-03 02:26:16] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.081446 10.0.0.249 - - [2025-11-03 02:26:16] "POST /neutron/network HTTP/1.1" 200 1106 0.033441 10.0.0.249 - - [2025-11-03 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 229 0.001327 10.0.0.249 - - [2025-11-03 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.006501 10.0.0.23 - - [2025-11-03 02:26:16] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.249 - - [2025-11-03 02:26:17] "PUT /access-control-list/51d4369e-8d8b-4c47-9d35-8b280560925a HTTP/1.1" 200 272 0.065585 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/port HTTP/1.1" 200 1174 0.358437 10.0.0.23 - - [2025-11-03 02:26:17] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001466 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/port HTTP/1.1" 200 1228 0.134979 10.0.0.249 - - [2025-11-03 02:26:17] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.122343 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004962 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/port HTTP/1.1" 200 1202 0.017575 10.0.0.249 - - [2025-11-03 02:26:17] "POST /neutron/port HTTP/1.1" 200 1202 0.016880 10.0.0.23 - - [2025-11-03 02:26:18] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.249 - - [2025-11-03 02:26:18] "POST /neutron/port HTTP/1.1" 200 1174 0.299891 10.0.0.249 - - [2025-11-03 02:26:18] "POST /neutron/port HTTP/1.1" 200 1228 0.161226 10.0.0.249 - - [2025-11-03 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.249 - - [2025-11-03 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.23 - - [2025-11-03 02:26:22] "DELETE /project/76cabe6618b6472997f7bda0e1ed516b HTTP/1.1" 404 173 0.025183 10.0.0.249 - - [2025-11-03 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006929 10.0.0.249 - - [2025-11-03 02:26:23] "POST /neutron/port HTTP/1.1" 200 1202 0.014248 10.0.0.249 - - [2025-11-03 02:26:23] "GET /virtual-machine/2801f5a8-2747-4596-acfb-4dd674bb2e13 HTTP/1.1" 200 1300 0.005334 10.0.0.249 - - [2025-11-03 02:26:23] "GET /virtual-machine-interface/e9a8c0b1-4ab3-48db-a4b0-12cb01e4407b HTTP/1.1" 200 3179 0.005356 10.0.0.249 - - [2025-11-03 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-11-03 02:26:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003117 10.0.0.249 - - [2025-11-03 02:26:23] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003419 10.0.0.249 - - [2025-11-03 02:26:23] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005426 10.0.0.249 - - [2025-11-03 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.249 - - [2025-11-03 02:26:26] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006409 10.0.0.249 - - [2025-11-03 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.249 - - [2025-11-03 02:26:30] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007832 10.0.0.249 - - [2025-11-03 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-11-03 02:26:34] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006567 10.0.0.23 - - [2025-11-03 02:26:35] "GET /obj-perms HTTP/1.1" 200 5075 0.050980 10.0.0.249 - - [2025-11-03 02:26:36] "POST /neutron/port HTTP/1.1" 200 1202 0.014690 10.0.0.249 - - [2025-11-03 02:26:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.249 - - [2025-11-03 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.249 - - [2025-11-03 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.249 - - [2025-11-03 02:26:38] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005721 10.0.0.249 - - [2025-11-03 02:26:40] "POST /neutron/port HTTP/1.1" 200 1202 0.015225 10.0.0.249 - - [2025-11-03 02:26:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004219 10.0.0.249 - - [2025-11-03 02:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.249 - - [2025-11-03 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-11-03 02:26:42] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005331 10.0.0.249 - - [2025-11-03 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2025-11-03 02:26:46] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005937 10.0.0.249 - - [2025-11-03 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.249 - - [2025-11-03 02:26:50] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008291 10.0.0.249 - - [2025-11-03 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-11-03 02:26:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003873 10.0.0.249 - - [2025-11-03 02:26:52] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002479 10.0.0.249 - - [2025-11-03 02:26:53] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005760 10.0.0.249 - - [2025-11-03 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008693 10.0.0.249 - - [2025-11-03 02:27:02] "POST /neutron/port HTTP/1.1" 200 1202 0.049229 10.0.0.249 - - [2025-11-03 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008075 10.0.0.249 - - [2025-11-03 02:27:13] "POST /neutron/port HTTP/1.1" 200 1202 0.014961 10.0.0.249 - - [2025-11-03 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008568 10.0.0.249 - - [2025-11-03 02:27:14] "GET /virtual-machine/93009d6a-5c96-4257-917e-8e9f1aa61747 HTTP/1.1" 200 1301 0.006218 10.0.0.249 - - [2025-11-03 02:27:14] "GET /virtual-machine-interface/f11753a4-71a0-4cca-82f4-7a96c037e680 HTTP/1.1" 200 3178 0.006086 10.0.0.249 - - [2025-11-03 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 02:27:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004245 10.0.0.249 - - [2025-11-03 02:27:14] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002824 10.0.0.249 - - [2025-11-03 02:27:14] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005922 10.0.0.249 - - [2025-11-03 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.249 - - [2025-11-03 02:27:17] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005672 10.0.0.249 - - [2025-11-03 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-11-03 02:27:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003770 10.0.0.249 - - [2025-11-03 02:27:21] "GET /virtual-networks?parent_id=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002903 10.0.0.249 - - [2025-11-03 02:27:21] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005823 10.0.0.249 - - [2025-11-03 02:27:21] "POST /neutron/port HTTP/1.1" 200 1202 0.015470 10.0.0.249 - - [2025-11-03 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007210 10.0.0.249 - - [2025-11-03 02:27:31] "POST /neutron/port HTTP/1.1" 200 1202 0.016136 10.0.0.249 - - [2025-11-03 02:27:36] "POST /neutron/port HTTP/1.1" 200 1202 0.015181 10.0.0.249 - - [2025-11-03 02:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009574 10.0.0.249 - - [2025-11-03 02:27:37] "POST /neutron/subnet HTTP/1.1" 200 1381 0.018470 10.0.0.249 - - [2025-11-03 02:27:37] "POST /neutron/network HTTP/1.1" 200 1106 0.008493 10.0.0.249 - - [2025-11-03 02:27:40] "POST /neutron/network HTTP/1.1" 200 1116 0.009058 10.0.0.249 - - [2025-11-03 02:27:40] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013928 10.0.0.249 - - [2025-11-03 02:27:40] "POST /neutron/network HTTP/1.1" 200 1106 0.008840 10.0.0.249 - - [2025-11-03 02:28:24] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008019 10.0.0.249 - - [2025-11-03 02:28:24] "POST /neutron/network HTTP/1.1" 200 1007 0.010351 10.0.0.249 - - [2025-11-03 02:28:24] "GET /virtual-network/ada7ba24-5ec4-4bbb-912d-732cb318d2ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014525 10.0.0.249 - - [2025-11-03 02:28:25] "POST /neutron/port HTTP/1.1" 200 1202 0.015125 10.0.0.249 - - [2025-11-03 02:28:25] "POST /neutron/port HTTP/1.1" 200 151 0.244126 10.0.0.249 - - [2025-11-03 02:28:26] "POST /neutron/network HTTP/1.1" 200 1007 0.009716 10.0.0.249 - - [2025-11-03 02:28:27] "DELETE /route-target/83ca9885-e44b-47b0-a0e8-a6ea9e3e456d HTTP/1.1" 200 115 0.021315 10.0.0.249 - - [2025-11-03 02:28:27] "DELETE /network-policy/ced64129-2180-4273-8f41-a9eb69dd0d35 HTTP/1.1" 200 115 0.037585 10.0.0.23 - - [2025-11-03 02:28:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.023830 10.0.0.249 - - [2025-11-03 02:28:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.171724 10.0.0.23 - - [2025-11-03 02:28:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-11-03 02:28:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=virtual_networks HTTP/1.1" 200 1058 0.047796 10.0.0.23 - - [2025-11-03 02:28:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.249 - - [2025-11-03 02:28:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.043431 10.0.0.23 - - [2025-11-03 02:28:30] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.249 - - [2025-11-03 02:28:30] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=security_groups HTTP/1.1" 200 1292 0.042051 10.0.0.249 - - [2025-11-03 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.025654 10.0.0.23 - - [2025-11-03 02:28:31] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.23 - - [2025-11-03 02:28:31] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.23 - - [2025-11-03 02:28:31] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007313 10.0.0.23 - - [2025-11-03 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 204 0.003087 10.0.0.23 - - [2025-11-03 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 213 0.009892 10.0.0.23 - - [2025-11-03 02:28:31] "POST /security-groups HTTP/1.1" 200 605 0.032056 10.0.0.23 - - [2025-11-03 02:28:31] "POST /projects HTTP/1.1" 200 613 0.257555 10.0.0.249 - - [2025-11-03 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 247 0.013077 10.0.0.23 - - [2025-11-03 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.329734 10.0.0.249 - - [2025-11-03 02:28:31] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.481276 10.0.0.249 - - [2025-11-03 02:28:32] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.249 - - [2025-11-03 02:28:36] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000458 10.0.0.23 - - [2025-11-03 02:28:36] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000938 10.0.0.249 - - [2025-11-03 02:28:36] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.064630 10.0.0.249 - - [2025-11-03 02:28:37] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.249 - - [2025-11-03 02:28:37] "GET /obj-perms HTTP/1.1" 200 5075 0.339186 10.0.0.249 - - [2025-11-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2025-11-03 02:28:38] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.249 - - [2025-11-03 02:28:38] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006734 10.0.0.61 - - [2025-11-03 02:28:38] "GET /obj-perms HTTP/1.1" 200 5075 0.124520 10.0.0.249 - - [2025-11-03 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2025-11-03 02:28:38] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000982 10.0.0.249 - - [2025-11-03 02:28:38] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.046269 10.0.0.249 - - [2025-11-03 02:28:39] "GET /domains HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-11-03 02:28:39] "GET /domains HTTP/1.1" 200 280 0.026589 10.0.0.23 - - [2025-11-03 02:28:39] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.249 - - [2025-11-03 02:28:39] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1 HTTP/1.1" 200 2974 0.010205 10.0.0.23 - - [2025-11-03 02:28:39] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000865 10.0.0.249 - - [2025-11-03 02:28:39] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b HTTP/1.1" 200 1946 0.087986 10.0.0.249 - - [2025-11-03 02:28:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.011883 10.0.0.249 - - [2025-11-03 02:28:39] "POST /network-ipams HTTP/1.1" 200 627 0.026267 10.0.0.249 - - [2025-11-03 02:28:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003210 10.0.0.249 - - [2025-11-03 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.249 - - [2025-11-03 02:28:39] "GET /network-ipam/4b3da0cf-8e68-46ce-bba5-14baf49206ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.006194 10.0.0.249 - - [2025-11-03 02:28:39] "PUT /network-ipam/4b3da0cf-8e68-46ce-bba5-14baf49206ff HTTP/1.1" 200 258 0.016070 10.0.0.249 - - [2025-11-03 02:28:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-11-03 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.023398 10.0.0.23 - - [2025-11-03 02:28:40] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001030 10.0.0.249 - - [2025-11-03 02:28:40] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.054980 10.0.0.23 - - [2025-11-03 02:28:40] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001292 10.0.0.249 - - [2025-11-03 02:28:40] "POST /neutron/network HTTP/1.1" 200 625 0.146123 10.0.0.249 - - [2025-11-03 02:28:40] "POST /ref-update HTTP/1.1" 200 156 0.028558 10.0.0.249 - - [2025-11-03 02:28:41] "POST /neutron/network HTTP/1.1" 200 1142 0.012620 10.0.0.249 - - [2025-11-03 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 237 0.001030 10.0.0.249 - - [2025-11-03 02:28:41] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004959 10.0.0.249 - - [2025-11-03 02:28:41] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005102 10.0.0.249 - - [2025-11-03 02:28:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.012038 10.0.0.249 - - [2025-11-03 02:28:41] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005076 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003672 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.23 - - [2025-11-03 02:28:43] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001003 10.0.0.249 - - [2025-11-03 02:28:43] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.044657 10.0.0.249 - - [2025-11-03 02:28:43] "POST /network-policys HTTP/1.1" 200 565 0.074707 10.0.0.249 - - [2025-11-03 02:28:43] "GET /network-policy/869d525d-9ea1-458d-a06a-be1b617fa679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005861 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003055 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.23 - - [2025-11-03 02:28:43] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000938 10.0.0.249 - - [2025-11-03 02:28:43] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.041138 10.0.0.249 - - [2025-11-03 02:28:43] "POST /network-policys HTTP/1.1" 200 565 0.068825 10.0.0.249 - - [2025-11-03 02:28:43] "GET /network-policy/cfb7338f-441e-4c53-a073-283291be6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006468 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003109 10.0.0.249 - - [2025-11-03 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2025-11-03 02:28:43] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000943 10.0.0.249 - - [2025-11-03 02:28:43] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.044536 10.0.0.249 - - [2025-11-03 02:28:44] "POST /network-policys HTTP/1.1" 200 565 0.029309 10.0.0.249 - - [2025-11-03 02:28:44] "GET /network-policy/fd46dbe6-eb8b-40f8-8b72-9512d93e9ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006446 10.0.0.249 - - [2025-11-03 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.012711 10.0.0.249 - - [2025-11-03 02:28:44] "POST /neutron/network HTTP/1.1" 200 1340 0.092146 10.0.0.249 - - [2025-11-03 02:28:44] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006024 10.0.0.249 - - [2025-11-03 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.249 - - [2025-11-03 02:28:44] "GET /network-policy/869d525d-9ea1-458d-a06a-be1b617fa679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006044 10.0.0.249 - - [2025-11-03 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-11-03 02:28:44] "GET /network-policy/cfb7338f-441e-4c53-a073-283291be6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004075 10.0.0.249 - - [2025-11-03 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 237 0.001629 10.0.0.23 - - [2025-11-03 02:28:45] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000917 10.0.0.249 - - [2025-11-03 02:28:45] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.055790 10.0.0.249 - - [2025-11-03 02:28:45] "POST /neutron/network HTTP/1.1" 200 1340 0.008321 10.0.0.249 - - [2025-11-03 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.007469 10.0.0.249 - - [2025-11-03 02:28:46] "PUT /access-control-list/32aae598-e141-4a10-bc6e-dbcaa525611c HTTP/1.1" 200 272 0.018567 10.0.0.249 - - [2025-11-03 02:28:46] "POST /neutron/port HTTP/1.1" 200 1181 0.041241 10.0.0.249 - - [2025-11-03 02:28:46] "POST /neutron/port HTTP/1.1" 200 1209 0.017093 10.0.0.249 - - [2025-11-03 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014391 10.0.0.249 - - [2025-11-03 02:28:47] "POST /neutron/network HTTP/1.1" 200 1340 0.009722 10.0.0.249 - - [2025-11-03 02:28:50] "POST /neutron/port HTTP/1.1" 200 1209 0.017784 10.0.0.249 - - [2025-11-03 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008053 10.0.0.249 - - [2025-11-03 02:28:51] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-11-03 02:28:51] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 200 1306 0.029864 10.0.0.249 - - [2025-11-03 02:28:51] "GET /virtual-machine-interface/f6998439-1164-4f16-b2d6-6234ff3e7658 HTTP/1.1" 200 3178 0.006421 10.0.0.249 - - [2025-11-03 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-11-03 02:28:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004990 10.0.0.249 - - [2025-11-03 02:28:51] "GET /virtual-networks?parent_id=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002730 10.0.0.249 - - [2025-11-03 02:28:51] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005666 10.0.0.249 - - [2025-11-03 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.249 - - [2025-11-03 02:28:54] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007107 10.0.0.249 - - [2025-11-03 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.249 - - [2025-11-03 02:28:58] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006492 10.0.0.249 - - [2025-11-03 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.249 - - [2025-11-03 02:29:02] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.008170 10.0.0.249 - - [2025-11-03 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-11-03 02:29:07] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005915 10.0.0.249 - - [2025-11-03 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.249 - - [2025-11-03 02:29:11] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005918 10.0.0.249 - - [2025-11-03 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.249 - - [2025-11-03 02:29:15] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005085 10.0.0.249 - - [2025-11-03 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-11-03 02:29:19] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005334 10.0.0.23 - - [2025-11-03 02:29:22] "DELETE /project/88e584db6bfa4070ad58c8956c6e218b HTTP/1.1" 404 173 0.011402 10.0.0.23 - - [2025-11-03 02:29:22] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001787 10.0.0.23 - - [2025-11-03 02:29:22] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.066143 10.0.0.23 - - [2025-11-03 02:29:22] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002079 10.0.0.23 - - [2025-11-03 02:29:22] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=security_groups HTTP/1.1" 200 1397 0.066103 10.0.0.23 - - [2025-11-03 02:29:22] "DELETE /security-group/87267ef8-5a92-4275-8da9-c18974ff27e1 HTTP/1.1" 200 115 0.059948 10.0.0.23 - - [2025-11-03 02:29:22] "GET /projects?obj_uuids=76cabe66-18b6-4729-97f7-bda0e1ed516b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.23 - - [2025-11-03 02:29:22] "GET /project/76cabe66-18b6-4729-97f7-bda0e1ed516b?fields=application_policy_sets HTTP/1.1" 200 1436 0.056120 10.0.0.23 - - [2025-11-03 02:29:22] "DELETE /project/76cabe66-18b6-4729-97f7-bda0e1ed516b HTTP/1.1" 200 115 0.467555 10.0.0.249 - - [2025-11-03 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-11-03 02:29:23] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005256 10.0.0.249 - - [2025-11-03 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.249 - - [2025-11-03 02:29:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003455 10.0.0.249 - - [2025-11-03 02:29:25] "GET /virtual-networks?parent_id=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003084 10.0.0.249 - - [2025-11-03 02:29:25] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006092 10.0.0.249 - - [2025-11-03 02:29:30] "POST /neutron/port HTTP/1.1" 200 1209 0.015227 10.0.0.249 - - [2025-11-03 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006603 10.0.0.23 - - [2025-11-03 02:29:38] "GET /obj-perms HTTP/1.1" 200 5075 0.051341 10.0.0.249 - - [2025-11-03 02:29:38] "POST /neutron/port HTTP/1.1" 200 1209 0.015886 10.0.0.249 - - [2025-11-03 02:29:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.249 - - [2025-11-03 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.249 - - [2025-11-03 02:29:41] "POST /neutron/port HTTP/1.1" 200 1209 0.015070 10.0.0.249 - - [2025-11-03 02:29:41] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006934 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/869d525d-9ea1-458d-a06a-be1b617fa679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003421 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/cfb7338f-441e-4c53-a073-283291be6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005022 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/fd46dbe6-eb8b-40f8-8b72-9512d93e9ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.003903 10.0.0.249 - - [2025-11-03 02:29:41] "PUT /access-control-list/32aae598-e141-4a10-bc6e-dbcaa525611c HTTP/1.1" 200 272 0.063835 10.0.0.249 - - [2025-11-03 02:29:41] "POST /neutron/network HTTP/1.1" 200 1432 0.018362 10.0.0.249 - - [2025-11-03 02:29:41] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.007045 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007191 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/869d525d-9ea1-458d-a06a-be1b617fa679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004170 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/cfb7338f-441e-4c53-a073-283291be6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004521 10.0.0.249 - - [2025-11-03 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-11-03 02:29:41] "GET /network-policy/fd46dbe6-eb8b-40f8-8b72-9512d93e9ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005286 10.0.0.249 - - [2025-11-03 02:29:46] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.006487 10.0.0.249 - - [2025-11-03 02:29:47] "POST /neutron/network HTTP/1.1" 200 1142 0.021254 10.0.0.249 - - [2025-11-03 02:29:47] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005491 10.0.0.249 - - [2025-11-03 02:29:52] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 200 1306 0.004823 10.0.0.249 - - [2025-11-03 02:29:52] "POST /neutron/port HTTP/1.1" 200 151 0.219387 10.0.0.249 - - [2025-11-03 02:29:54] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 404 171 0.003396 10.0.0.249 - - [2025-11-03 02:29:54] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 404 171 0.002400 10.0.0.249 - - [2025-11-03 02:29:54] "GET /virtual-machine/af50fc03-b6f1-4245-8157-50d1638fdcd8 HTTP/1.1" 404 171 0.002395 10.0.0.249 - - [2025-11-03 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.249 - - [2025-11-03 02:29:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003446 10.0.0.249 - - [2025-11-03 02:29:54] "GET /virtual-networks?parent_id=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002704 10.0.0.249 - - [2025-11-03 02:29:54] "GET /virtual-network/12e66631-5e19-43cf-9703-478f6e7a044c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007071 10.0.0.249 - - [2025-11-03 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2025-11-03 02:29:54] "GET /routing-instance/8b4ffe63-d037-4823-9269-f5672efd9d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.007629 10.0.0.249 - - [2025-11-03 02:29:54] "GET /route-target/bdd70471-3bef-48c6-aec6-d98325a845f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004564 10.0.0.249 - - [2025-11-03 02:29:54] "GET /obj-perms HTTP/1.1" 200 5040 0.046472 10.0.0.249 - - [2025-11-03 02:29:57] "GET /obj-perms HTTP/1.1" 200 5040 0.003644 10.0.0.249 - - [2025-11-03 02:30:01] "GET /obj-perms HTTP/1.1" 200 5040 0.004671 10.0.0.249 - - [2025-11-03 02:30:01] "DELETE /network-policy/fd46dbe6-eb8b-40f8-8b72-9512d93e9ee2 HTTP/1.1" 200 115 0.057100 10.0.0.249 - - [2025-11-03 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2025-11-03 02:30:01] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001325 10.0.0.249 - - [2025-11-03 02:30:01] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.045843 10.0.0.249 - - [2025-11-03 02:30:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58928530&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005596 10.0.0.249 - - [2025-11-03 02:30:01] "DELETE /network-policy/cfb7338f-441e-4c53-a073-283291be6efb HTTP/1.1" 200 115 0.047859 10.0.0.249 - - [2025-11-03 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012964 10.0.0.23 - - [2025-11-03 02:30:01] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000927 10.0.0.249 - - [2025-11-03 02:30:01] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.043762 10.0.0.249 - - [2025-11-03 02:30:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58928530&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.010628 10.0.0.249 - - [2025-11-03 02:30:01] "DELETE /network-policy/869d525d-9ea1-458d-a06a-be1b617fa679 HTTP/1.1" 200 115 0.046649 10.0.0.249 - - [2025-11-03 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2025-11-03 02:30:01] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001140 10.0.0.249 - - [2025-11-03 02:30:01] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.054983 10.0.0.249 - - [2025-11-03 02:30:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58928530&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005650 10.0.0.249 - - [2025-11-03 02:30:02] "DELETE /route-target/bdd70471-3bef-48c6-aec6-d98325a845f3 HTTP/1.1" 200 115 0.026955 10.0.0.249 - - [2025-11-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.249 - - [2025-11-03 02:30:02] "DELETE /network-ipam/4b3da0cf-8e68-46ce-bba5-14baf49206ff HTTP/1.1" 200 115 0.042485 10.0.0.249 - - [2025-11-03 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 264 0.004104 10.0.0.23 - - [2025-11-03 02:30:02] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.23 - - [2025-11-03 02:30:02] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.048093 10.0.0.23 - - [2025-11-03 02:30:02] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000870 10.0.0.23 - - [2025-11-03 02:30:02] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=security_groups HTTP/1.1" 200 1415 0.046980 10.0.0.23 - - [2025-11-03 02:30:02] "DELETE /security-group/e71b41c0-33b3-4323-bfb4-80dc17b33175 HTTP/1.1" 200 115 0.041924 10.0.0.23 - - [2025-11-03 02:30:02] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001436 10.0.0.23 - - [2025-11-03 02:30:02] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=application_policy_sets HTTP/1.1" 200 1454 0.076177 10.0.0.249 - - [2025-11-03 02:30:03] "DELETE /project/88e584db-6bfa-4070-ad58-c8956c6e218b HTTP/1.1" 200 115 0.445407 10.0.0.23 - - [2025-11-03 02:30:03] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.249 - - [2025-11-03 02:30:03] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?fields=projects HTTP/1.1" 200 1437 0.012191 10.0.0.23 - - [2025-11-03 02:30:05] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002872 10.0.0.23 - - [2025-11-03 02:30:05] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.23 - - [2025-11-03 02:30:05] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047239 10.0.0.23 - - [2025-11-03 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 204 0.001404 10.0.0.23 - - [2025-11-03 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.011021 10.0.0.23 - - [2025-11-03 02:30:06] "POST /security-groups HTTP/1.1" 200 605 0.073716 10.0.0.249 - - [2025-11-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 248 0.003685 10.0.0.23 - - [2025-11-03 02:30:06] "POST /projects HTTP/1.1" 200 613 0.295243 10.0.0.23 - - [2025-11-03 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.366294 10.0.0.249 - - [2025-11-03 02:30:06] "POST /access-control-lists HTTP/1.1" 200 608 0.029975 10.0.0.249 - - [2025-11-03 02:30:06] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.524090 10.0.0.23 - - [2025-11-03 02:30:06] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001271 10.0.0.249 - - [2025-11-03 02:30:06] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=virtual_networks HTTP/1.1" 200 1070 0.054584 10.0.0.23 - - [2025-11-03 02:30:06] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001510 10.0.0.249 - - [2025-11-03 02:30:06] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.042378 10.0.0.23 - - [2025-11-03 02:30:06] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001053 10.0.0.249 - - [2025-11-03 02:30:06] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=security_groups HTTP/1.1" 200 1310 0.053447 10.0.0.249 - - [2025-11-03 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.022179 10.0.0.23 - - [2025-11-03 02:30:07] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003598 10.0.0.23 - - [2025-11-03 02:30:07] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.23 - - [2025-11-03 02:30:07] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006794 10.0.0.23 - - [2025-11-03 02:30:07] "POST /id-to-fqname HTTP/1.1" 200 206 0.004014 10.0.0.23 - - [2025-11-03 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.005953 10.0.0.23 - - [2025-11-03 02:30:07] "POST /security-groups HTTP/1.1" 200 607 0.081218 10.0.0.23 - - [2025-11-03 02:30:07] "POST /projects HTTP/1.1" 200 617 0.303872 10.0.0.249 - - [2025-11-03 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.014183 10.0.0.23 - - [2025-11-03 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.381709 10.0.0.249 - - [2025-11-03 02:30:07] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.515717 10.0.0.249 - - [2025-11-03 02:30:08] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.249 - - [2025-11-03 02:30:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-11-03 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.049235 10.0.0.249 - - [2025-11-03 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.23 - - [2025-11-03 02:30:12] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001347 10.0.0.249 - - [2025-11-03 02:30:12] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.040339 10.0.0.249 - - [2025-11-03 02:30:12] "POST /network-policys HTTP/1.1" 200 567 0.030072 10.0.0.249 - - [2025-11-03 02:30:12] "GET /network-policy/9799e088-b95a-45bf-b08c-ba921cf2964a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006556 10.0.0.249 - - [2025-11-03 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2025-11-03 02:30:12] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001207 10.0.0.249 - - [2025-11-03 02:30:12] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.044325 10.0.0.249 - - [2025-11-03 02:30:12] "POST /neutron/network HTTP/1.1" 200 117 0.033258 10.0.0.249 - - [2025-11-03 02:30:12] "POST /ref-update HTTP/1.1" 200 156 0.031377 10.0.0.249 - - [2025-11-03 02:30:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.010262 10.0.0.23 - - [2025-11-03 02:30:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005318 10.0.0.249 - - [2025-11-03 02:30:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.201648 10.0.0.249 - - [2025-11-03 02:30:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001268 10.0.0.249 - - [2025-11-03 02:30:13] "GET /virtual-network/357b8022-9a41-47e6-80d9-7fb8150356cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.004972 10.0.0.249 - - [2025-11-03 02:30:13] "GET /virtual-network/357b8022-9a41-47e6-80d9-7fb8150356cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005889 10.0.0.249 - - [2025-11-03 02:30:13] "POST /neutron/network HTTP/1.1" 200 1014 0.009216 10.0.0.249 - - [2025-11-03 02:30:13] "POST /neutron/network HTTP/1.1" 200 1014 0.012823 10.0.0.249 - - [2025-11-03 02:30:13] "GET /virtual-network/357b8022-9a41-47e6-80d9-7fb8150356cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.015878 10.0.0.249 - - [2025-11-03 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.249 - - [2025-11-03 02:30:13] "GET /network-policy/9799e088-b95a-45bf-b08c-ba921cf2964a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004954 10.0.0.249 - - [2025-11-03 02:30:14] "GET /virtual-network/357b8022-9a41-47e6-80d9-7fb8150356cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005576 10.0.0.61 - - [2025-11-03 02:30:14] "GET /obj-perms HTTP/1.1" 200 5081 0.043153 10.0.0.249 - - [2025-11-03 02:30:15] "DELETE /network-policy/9799e088-b95a-45bf-b08c-ba921cf2964a HTTP/1.1" 409 238 0.007673 10.0.0.249 - - [2025-11-03 02:30:15] "POST /neutron/network HTTP/1.1" 200 1121 0.008649 10.0.0.249 - - [2025-11-03 02:30:15] "DELETE /access-control-list/38585215-65c8-4b3d-a273-bda991e5b269 HTTP/1.1" 200 115 0.049133 10.0.0.249 - - [2025-11-03 02:30:15] "DELETE /network-policy/9799e088-b95a-45bf-b08c-ba921cf2964a HTTP/1.1" 200 115 0.040110 10.0.0.249 - - [2025-11-03 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.23 - - [2025-11-03 02:30:15] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.249 - - [2025-11-03 02:30:15] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.046638 10.0.0.249 - - [2025-11-03 02:30:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-80734482&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005422 10.0.0.23 - - [2025-11-03 02:30:18] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001299 10.0.0.249 - - [2025-11-03 02:30:18] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.043035 10.0.0.23 - - [2025-11-03 02:30:18] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001008 10.0.0.249 - - [2025-11-03 02:30:18] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?fields=virtual_networks HTTP/1.1" 200 1074 0.042994 10.0.0.23 - - [2025-11-03 02:30:18] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000922 10.0.0.249 - - [2025-11-03 02:30:18] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.049234 10.0.0.23 - - [2025-11-03 02:30:18] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.249 - - [2025-11-03 02:30:18] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?fields=security_groups HTTP/1.1" 200 1316 0.051457 10.0.0.249 - - [2025-11-03 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.023892 10.0.0.23 - - [2025-11-03 02:30:19] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.23 - - [2025-11-03 02:30:19] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.23 - - [2025-11-03 02:30:19] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007816 10.0.0.23 - - [2025-11-03 02:30:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.006983 10.0.0.23 - - [2025-11-03 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.004824 10.0.0.23 - - [2025-11-03 02:30:19] "POST /security-groups HTTP/1.1" 200 591 0.032360 10.0.0.249 - - [2025-11-03 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.005181 10.0.0.23 - - [2025-11-03 02:30:19] "POST /projects HTTP/1.1" 200 585 0.265651 10.0.0.23 - - [2025-11-03 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.337625 10.0.0.249 - - [2025-11-03 02:30:20] "POST /access-control-lists HTTP/1.1" 200 594 0.032233 10.0.0.249 - - [2025-11-03 02:30:20] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.477739 10.0.0.23 - - [2025-11-03 02:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.23 - - [2025-11-03 02:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2025-11-03 02:30:21] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.23 - - [2025-11-03 02:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.23 - - [2025-11-03 02:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.61 - - [2025-11-03 02:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.61 - - [2025-11-03 02:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.249 - - [2025-11-03 02:30:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000383 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /project/28dec511a58a4916a96e429122c621d4 HTTP/1.1" 404 173 0.010131 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /project/88e584db6bfa4070ad58c8956c6e218b HTTP/1.1" 404 173 0.007911 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /project/46ce3ae0e69a442ebd4c33904a6250b7 HTTP/1.1" 404 173 0.012001 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000788 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000736 10.0.0.249 - - [2025-11-03 02:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.61 - - [2025-11-03 02:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.067955 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001702 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.087045 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000863 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.132672 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=security_groups HTTP/1.1" 200 1415 0.071506 10.0.0.249 - - [2025-11-03 02:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2025-11-03 02:30:23] "POST /network-ipams HTTP/1.1" 200 513 0.058791 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?fields=security_groups HTTP/1.1" 200 1421 0.121969 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003200 10.0.0.61 - - [2025-11-03 02:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-11-03 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007113 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /security-group/0cc37c7e-bac6-419f-9211-3be605b608ad HTTP/1.1" 200 115 0.085535 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=88e584db-6bfa-4070-ad58-c8956c6e218b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002715 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipam/2739eb6d-dbba-45df-af85-ae58b2570e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.015822 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/88e584db-6bfa-4070-ad58-c8956c6e218b?fields=application_policy_sets HTTP/1.1" 200 1454 0.067071 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /security-group/b723ce68-96ae-4f55-9bce-cf08497df1d4 HTTP/1.1" 200 115 0.127310 10.0.0.23 - - [2025-11-03 02:30:23] "GET /projects?obj_uuids=28dec511-a58a-4916-a96e-429122c621d4&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001446 10.0.0.249 - - [2025-11-03 02:30:23] "PUT /network-ipam/2739eb6d-dbba-45df-af85-ae58b2570e15 HTTP/1.1" 200 258 0.037888 10.0.0.249 - - [2025-11-03 02:30:23] "DELETE /access-control-list/5afdb32f-0635-4b57-9850-8e703973064b HTTP/1.1" 200 115 0.073408 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.009295 10.0.0.23 - - [2025-11-03 02:30:23] "GET /project/28dec511-a58a-4916-a96e-429122c621d4?fields=application_policy_sets HTTP/1.1" 200 1460 0.119222 10.0.0.249 - - [2025-11-03 02:30:23] "POST /network-ipams HTTP/1.1" 200 513 0.067475 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /project/88e584db-6bfa-4070-ad58-c8956c6e218b HTTP/1.1" 200 115 0.626902 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004459 10.0.0.249 - - [2025-11-03 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2025-11-03 02:30:23] "DELETE /project/28dec511-a58a-4916-a96e-429122c621d4 HTTP/1.1" 200 115 0.722757 10.0.0.249 - - [2025-11-03 02:30:23] "GET /network-ipam/848adb8a-3f55-409d-9e05-0a9aba4813ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005533 10.0.0.249 - - [2025-11-03 02:30:23] "PUT /network-ipam/848adb8a-3f55-409d-9e05-0a9aba4813ef HTTP/1.1" 200 258 0.012820 10.0.0.249 - - [2025-11-03 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003414 10.0.0.249 - - [2025-11-03 02:30:24] "POST /network-ipams HTTP/1.1" 200 513 0.037611 10.0.0.249 - - [2025-11-03 02:30:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003248 10.0.0.249 - - [2025-11-03 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.249 - - [2025-11-03 02:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-11-03 02:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.249 - - [2025-11-03 02:30:24] "GET /network-ipam/eba43f52-5921-41c2-a0b5-5e50a553c5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006837 10.0.0.249 - - [2025-11-03 02:30:24] "PUT /network-ipam/eba43f52-5921-41c2-a0b5-5e50a553c5aa HTTP/1.1" 200 258 0.014403 10.0.0.249 - - [2025-11-03 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2025-11-03 02:30:25] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.249 - - [2025-11-03 02:30:25] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.061008 10.0.0.23 - - [2025-11-03 02:30:25] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.249 - - [2025-11-03 02:30:25] "POST /neutron/network HTTP/1.1" 200 607 0.146375 10.0.0.249 - - [2025-11-03 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.026415 10.0.0.249 - - [2025-11-03 02:30:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.002918 10.0.0.249 - - [2025-11-03 02:30:25] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008641 10.0.0.249 - - [2025-11-03 02:30:25] "POST /neutron/network HTTP/1.1" 200 824 0.007229 10.0.0.249 - - [2025-11-03 02:30:25] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004942 10.0.0.249 - - [2025-11-03 02:30:25] "POST /neutron/network HTTP/1.1" 200 824 0.007393 10.0.0.249 - - [2025-11-03 02:30:25] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004916 10.0.0.249 - - [2025-11-03 02:30:25] "GET /network-ipam/2739eb6d-dbba-45df-af85-ae58b2570e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.003911 10.0.0.249 - - [2025-11-03 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.23 - - [2025-11-03 02:30:26] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.249 - - [2025-11-03 02:30:26] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049704 10.0.0.23 - - [2025-11-03 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008371 10.0.0.249 - - [2025-11-03 02:30:26] "POST /neutron/subnet HTTP/1.1" 200 719 0.199329 10.0.0.249 - - [2025-11-03 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001239 10.0.0.249 - - [2025-11-03 02:30:26] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005150 10.0.0.249 - - [2025-11-03 02:30:26] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006723 10.0.0.249 - - [2025-11-03 02:30:26] "POST /neutron/network HTTP/1.1" 200 823 0.006228 10.0.0.249 - - [2025-11-03 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.23 - - [2025-11-03 02:30:26] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.249 - - [2025-11-03 02:30:26] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.038942 10.0.0.23 - - [2025-11-03 02:30:26] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.249 - - [2025-11-03 02:30:26] "POST /neutron/network HTTP/1.1" 200 607 0.122669 10.0.0.249 - - [2025-11-03 02:30:27] "POST /route-targets HTTP/1.1" 200 327 0.012448 10.0.0.249 - - [2025-11-03 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.003901 10.0.0.249 - - [2025-11-03 02:30:27] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005313 10.0.0.249 - - [2025-11-03 02:30:27] "POST /neutron/network HTTP/1.1" 200 822 0.006692 10.0.0.249 - - [2025-11-03 02:30:27] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006772 10.0.0.249 - - [2025-11-03 02:30:27] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005505 10.0.0.249 - - [2025-11-03 02:30:27] "GET /obj-perms HTTP/1.1" 200 5049 0.047218 10.0.0.23 - - [2025-11-03 02:30:28] "GET /obj-perms HTTP/1.1" 200 5049 0.051332 10.0.0.249 - - [2025-11-03 02:30:28] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006222 10.0.0.249 - - [2025-11-03 02:30:29] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006743 10.0.0.61 - - [2025-11-03 02:30:29] "GET /obj-perms HTTP/1.1" 200 5049 0.041089 10.0.0.249 - - [2025-11-03 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.003563 10.0.0.249 - - [2025-11-03 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.23 - - [2025-11-03 02:30:29] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.249 - - [2025-11-03 02:30:29] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045219 10.0.0.249 - - [2025-11-03 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.037122 10.0.0.249 - - [2025-11-03 02:30:30] "GET /network-policy/60a12b4e-01c5-4737-ba81-744ec246ad59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005743 10.0.0.249 - - [2025-11-03 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002836 10.0.0.249 - - [2025-11-03 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-11-03 02:30:30] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.249 - - [2025-11-03 02:30:30] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044607 10.0.0.249 - - [2025-11-03 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.029242 10.0.0.249 - - [2025-11-03 02:30:30] "GET /network-policy/40f1c2a5-671b-469f-887e-89d85381c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007272 10.0.0.249 - - [2025-11-03 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002647 10.0.0.249 - - [2025-11-03 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2025-11-03 02:30:30] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.249 - - [2025-11-03 02:30:30] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057829 10.0.0.249 - - [2025-11-03 02:30:30] "POST /network-policys HTTP/1.1" 200 553 0.033408 10.0.0.249 - - [2025-11-03 02:30:30] "GET /network-policy/54387ba8-74c2-4c48-b21c-3d6e941bbf8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005517 10.0.0.249 - - [2025-11-03 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.051024 10.0.0.249 - - [2025-11-03 02:30:30] "POST /access-control-lists HTTP/1.1" 200 591 0.052228 10.0.0.249 - - [2025-11-03 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.075406 10.0.0.249 - - [2025-11-03 02:30:31] "POST /neutron/network HTTP/1.1" 200 823 0.006258 10.0.0.249 - - [2025-11-03 02:30:31] "POST /access-control-lists HTTP/1.1" 200 591 0.051196 10.0.0.249 - - [2025-11-03 02:30:31] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.012243 10.0.0.249 - - [2025-11-03 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.249 - - [2025-11-03 02:30:31] "GET /network-policy/40f1c2a5-671b-469f-887e-89d85381c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004952 10.0.0.249 - - [2025-11-03 02:30:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001160 10.0.0.249 - - [2025-11-03 02:30:31] "POST /neutron/network HTTP/1.1" 200 1005 0.009000 10.0.0.23 - - [2025-11-03 02:30:32] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.249 - - [2025-11-03 02:30:32] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064741 10.0.0.249 - - [2025-11-03 02:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.010795 10.0.0.249 - - [2025-11-03 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001462 10.0.0.249 - - [2025-11-03 02:30:32] "POST /neutron/network HTTP/1.1" 200 1005 0.006343 10.0.0.249 - - [2025-11-03 02:30:33] "POST /neutron/port HTTP/1.1" 200 1060 0.014755 10.0.0.249 - - [2025-11-03 02:30:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004668 10.0.0.23 - - [2025-11-03 02:30:33] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.249 - - [2025-11-03 02:30:33] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.072009 10.0.0.249 - - [2025-11-03 02:30:33] "POST /neutron/network HTTP/1.1" 200 995 0.014839 10.0.0.249 - - [2025-11-03 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007482 10.0.0.249 - - [2025-11-03 02:30:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001348 10.0.0.249 - - [2025-11-03 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007862 10.0.0.23 - - [2025-11-03 02:30:34] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.249 - - [2025-11-03 02:30:34] "POST /neutron/port HTTP/1.1" 200 1059 0.283347 10.0.0.249 - - [2025-11-03 02:30:34] "POST /neutron/port HTTP/1.1" 200 1113 0.152481 10.0.0.249 - - [2025-11-03 02:30:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.009199 10.0.0.23 - - [2025-11-03 02:30:34] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.249 - - [2025-11-03 02:30:34] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.089178 10.0.0.249 - - [2025-11-03 02:30:34] "POST /neutron/network HTTP/1.1" 200 822 0.006425 10.0.0.249 - - [2025-11-03 02:30:35] "POST /neutron/port HTTP/1.1" 200 117 0.006448 10.0.0.249 - - [2025-11-03 02:30:35] "POST /neutron/port HTTP/1.1" 200 1088 0.016648 10.0.0.249 - - [2025-11-03 02:30:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015161 10.0.0.249 - - [2025-11-03 02:30:35] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-11-03 02:30:35] "POST /neutron/network HTTP/1.1" 200 832 0.006748 10.0.0.249 - - [2025-11-03 02:30:35] "POST /neutron/port HTTP/1.1" 200 1058 0.014718 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.057705 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.006612 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine-interface/ec9cd863-3623-4cee-8b37-fd2f12411758 HTTP/1.1" 200 2945 0.006183 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.004288 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine-interface/ec9cd863-3623-4cee-8b37-fd2f12411758 HTTP/1.1" 200 2945 0.011556 10.0.0.249 - - [2025-11-03 02:30:36] "GET /instance-ip/095fa243-3026-4543-91a4-8a3e35e5a980 HTTP/1.1" 200 1620 0.012255 10.0.0.249 - - [2025-11-03 02:30:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005437 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.003373 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-machine-interface/ec9cd863-3623-4cee-8b37-fd2f12411758 HTTP/1.1" 200 2945 0.005769 10.0.0.249 - - [2025-11-03 02:30:36] "GET /instance-ip/095fa243-3026-4543-91a4-8a3e35e5a980 HTTP/1.1" 200 1620 0.003816 10.0.0.249 - - [2025-11-03 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.249 - - [2025-11-03 02:30:36] "POST /neutron/network HTTP/1.1" 200 822 0.008408 10.0.0.249 - - [2025-11-03 02:30:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004802 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003786 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005929 10.0.0.249 - - [2025-11-03 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-11-03 02:30:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004234 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003201 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007997 10.0.0.249 - - [2025-11-03 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2025-11-03 02:30:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003874 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002763 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005343 10.0.0.249 - - [2025-11-03 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.249 - - [2025-11-03 02:30:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005217 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003889 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005621 10.0.0.249 - - [2025-11-03 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841 10.0.0.249 - - [2025-11-03 02:30:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004358 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003361 10.0.0.249 - - [2025-11-03 02:30:36] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006105 10.0.0.23 - - [2025-11-03 02:30:39] "GET /obj-perms HTTP/1.1" 200 5075 0.040545 10.0.0.249 - - [2025-11-03 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-11-03 02:30:39] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006370 10.0.0.249 - - [2025-11-03 02:30:39] "POST /neutron/network HTTP/1.1" 200 1005 0.007193 10.0.0.249 - - [2025-11-03 02:30:39] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.249 - - [2025-11-03 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.249 - - [2025-11-03 02:30:44] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005322 10.0.0.249 - - [2025-11-03 02:30:44] "POST /neutron/port HTTP/1.1" 200 1087 0.016367 10.0.0.249 - - [2025-11-03 02:30:44] "POST /neutron/subnet HTTP/1.1" 200 693 0.010663 10.0.0.249 - - [2025-11-03 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-11-03 02:30:48] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004988 10.0.0.249 - - [2025-11-03 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.249 - - [2025-11-03 02:30:52] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005258 10.0.0.249 - - [2025-11-03 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-11-03 02:30:56] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006276 10.0.0.249 - - [2025-11-03 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.249 - - [2025-11-03 02:31:00] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006800 10.0.0.249 - - [2025-11-03 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-11-03 02:31:04] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005356 10.0.0.249 - - [2025-11-03 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-11-03 02:31:08] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007136 10.0.0.249 - - [2025-11-03 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.249 - - [2025-11-03 02:31:12] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004864 10.0.0.249 - - [2025-11-03 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.249 - - [2025-11-03 02:31:16] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005803 10.0.0.249 - - [2025-11-03 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.249 - - [2025-11-03 02:31:18] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004590 10.0.0.249 - - [2025-11-03 02:31:18] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003412 10.0.0.249 - - [2025-11-03 02:31:18] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005518 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-11-03 02:31:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003010 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005545 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.249 - - [2025-11-03 02:31:19] "GET /routing-instance/f0f76e12-8a56-4692-b889-781cac9cd44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004757 10.0.0.249 - - [2025-11-03 02:31:19] "GET /route-target/d4af9154-1ee3-47b7-82a5-a180075d11b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005394 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.249 - - [2025-11-03 02:31:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004939 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003319 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006250 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-11-03 02:31:19] "GET /routing-instance/f0f76e12-8a56-4692-b889-781cac9cd44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004367 10.0.0.249 - - [2025-11-03 02:31:19] "GET /route-target/d4af9154-1ee3-47b7-82a5-a180075d11b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004168 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-11-03 02:31:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004804 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003942 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006672 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-11-03 02:31:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004460 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003301 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006325 10.0.0.249 - - [2025-11-03 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.249 - - [2025-11-03 02:31:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004772 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004476 10.0.0.249 - - [2025-11-03 02:31:19] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005655 10.0.0.249 - - [2025-11-03 02:31:19] "GET /obj-perms HTTP/1.1" 200 5049 0.003738 10.0.0.249 - - [2025-11-03 02:31:19] "GET /obj-perms HTTP/1.1" 200 5049 0.004029 10.0.0.23 - - [2025-11-03 02:31:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003885 10.0.0.249 - - [2025-11-03 02:31:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003634 10.0.0.249 - - [2025-11-03 02:31:20] "POST /neutron/port HTTP/1.1" 200 1087 0.017381 10.0.0.249 - - [2025-11-03 02:31:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007641 10.0.0.249 - - [2025-11-03 02:31:20] "POST /neutron/port HTTP/1.1" 200 1087 0.014835 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.005215 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.003745 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine-interface/851db1b4-09af-4a80-8d09-5d1b3ab2c7f1 HTTP/1.1" 200 2944 0.004694 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.003296 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine-interface/851db1b4-09af-4a80-8d09-5d1b3ab2c7f1 HTTP/1.1" 200 2944 0.006422 10.0.0.249 - - [2025-11-03 02:31:20] "GET /instance-ip/f0aba423-881b-4e70-a0ad-66fc14cbc79a HTTP/1.1" 200 1621 0.006964 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.003513 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-machine-interface/851db1b4-09af-4a80-8d09-5d1b3ab2c7f1 HTTP/1.1" 200 2944 0.004715 10.0.0.249 - - [2025-11-03 02:31:20] "GET /instance-ip/f0aba423-881b-4e70-a0ad-66fc14cbc79a HTTP/1.1" 200 1621 0.003432 10.0.0.249 - - [2025-11-03 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.249 - - [2025-11-03 02:31:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003485 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002967 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005702 10.0.0.249 - - [2025-11-03 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.249 - - [2025-11-03 02:31:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003781 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003093 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005550 10.0.0.249 - - [2025-11-03 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-11-03 02:31:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004926 10.0.0.249 - - [2025-11-03 02:31:20] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003297 10.0.0.249 - - [2025-11-03 02:31:21] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007549 10.0.0.249 - - [2025-11-03 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-11-03 02:31:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004745 10.0.0.249 - - [2025-11-03 02:31:21] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003327 10.0.0.249 - - [2025-11-03 02:31:21] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007892 10.0.0.249 - - [2025-11-03 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.249 - - [2025-11-03 02:31:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004135 10.0.0.249 - - [2025-11-03 02:31:21] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003404 10.0.0.249 - - [2025-11-03 02:31:21] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005408 10.0.0.249 - - [2025-11-03 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330 10.0.0.249 - - [2025-11-03 02:31:24] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005885 10.0.0.249 - - [2025-11-03 02:31:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006683 10.0.0.249 - - [2025-11-03 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-11-03 02:31:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003374 10.0.0.249 - - [2025-11-03 02:31:28] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002736 10.0.0.249 - - [2025-11-03 02:31:28] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006788 10.0.0.249 - - [2025-11-03 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-11-03 02:31:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003894 10.0.0.249 - - [2025-11-03 02:31:28] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002864 10.0.0.249 - - [2025-11-03 02:31:28] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005481 10.0.0.249 - - [2025-11-03 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.249 - - [2025-11-03 02:31:28] "GET /routing-instance/f79e5640-812d-4c76-b425-4995e94caa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005068 10.0.0.249 - - [2025-11-03 02:31:28] "GET /route-target/cb47cad7-f5c8-45e8-a36d-63a4931d6b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003686 10.0.0.249 - - [2025-11-03 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-11-03 02:31:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003696 10.0.0.249 - - [2025-11-03 02:31:28] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003406 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007950 10.0.0.249 - - [2025-11-03 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.249 - - [2025-11-03 02:31:29] "GET /routing-instance/f79e5640-812d-4c76-b425-4995e94caa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004068 10.0.0.249 - - [2025-11-03 02:31:29] "GET /route-target/cb47cad7-f5c8-45e8-a36d-63a4931d6b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004404 10.0.0.249 - - [2025-11-03 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.249 - - [2025-11-03 02:31:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003805 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006094 10.0.0.249 - - [2025-11-03 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.249 - - [2025-11-03 02:31:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004625 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003331 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006207 10.0.0.249 - - [2025-11-03 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.249 - - [2025-11-03 02:31:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003903 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003004 10.0.0.249 - - [2025-11-03 02:31:29] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.004914 10.0.0.249 - - [2025-11-03 02:31:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003662 10.0.0.23 - - [2025-11-03 02:31:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003597 10.0.0.249 - - [2025-11-03 02:31:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003970 10.0.0.61 - - [2025-11-03 02:31:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004598 10.0.0.249 - - [2025-11-03 02:31:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003400 10.0.0.249 - - [2025-11-03 02:31:29] "POST /neutron/port HTTP/1.1" 200 1086 0.016589 10.0.0.249 - - [2025-11-03 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006989 10.0.0.249 - - [2025-11-03 02:31:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014509 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.006268 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.004006 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine-interface/ada6bf5f-de9c-40bd-82b0-d150c4648790 HTTP/1.1" 200 2944 0.005659 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.003787 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine-interface/ada6bf5f-de9c-40bd-82b0-d150c4648790 HTTP/1.1" 200 2944 0.005285 10.0.0.249 - - [2025-11-03 02:31:30] "GET /instance-ip/a9c184e8-991b-41c9-a1b4-a7f02e215245 HTTP/1.1" 200 1620 0.005887 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.003530 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-machine-interface/ada6bf5f-de9c-40bd-82b0-d150c4648790 HTTP/1.1" 200 2944 0.005401 10.0.0.249 - - [2025-11-03 02:31:30] "GET /instance-ip/a9c184e8-991b-41c9-a1b4-a7f02e215245 HTTP/1.1" 200 1620 0.003905 10.0.0.249 - - [2025-11-03 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.249 - - [2025-11-03 02:31:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002867 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007484 10.0.0.249 - - [2025-11-03 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.249 - - [2025-11-03 02:31:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003904 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003117 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006140 10.0.0.249 - - [2025-11-03 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-11-03 02:31:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004900 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002937 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005766 10.0.0.249 - - [2025-11-03 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.249 - - [2025-11-03 02:31:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003133 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005833 10.0.0.249 - - [2025-11-03 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.249 - - [2025-11-03 02:31:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002744 10.0.0.249 - - [2025-11-03 02:31:30] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005868 10.0.0.249 - - [2025-11-03 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.249 - - [2025-11-03 02:31:31] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003501 10.0.0.249 - - [2025-11-03 02:31:31] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005296 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006948 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-11-03 02:31:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004395 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003312 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005835 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.249 - - [2025-11-03 02:31:32] "GET /routing-instance/59176efc-3d38-411a-b7af-37e42bf00998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008394 10.0.0.249 - - [2025-11-03 02:31:32] "GET /route-target/a909031e-b282-4613-b998-7ffe94a4b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004509 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-11-03 02:31:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003646 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006479 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.249 - - [2025-11-03 02:31:32] "GET /routing-instance/59176efc-3d38-411a-b7af-37e42bf00998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004188 10.0.0.249 - - [2025-11-03 02:31:32] "GET /route-target/a909031e-b282-4613-b998-7ffe94a4b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005800 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.249 - - [2025-11-03 02:31:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005257 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003504 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005810 10.0.0.249 - - [2025-11-03 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2025-11-03 02:31:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004908 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002877 10.0.0.249 - - [2025-11-03 02:31:32] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005580 10.0.0.23 - - [2025-11-03 02:31:32] "GET /obj-perms HTTP/1.1" 200 5049 0.004016 10.0.0.249 - - [2025-11-03 02:31:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003478 10.0.0.249 - - [2025-11-03 02:31:33] "GET /obj-perms HTTP/1.1" 200 5049 0.003899 10.0.0.249 - - [2025-11-03 02:31:33] "GET /obj-perms HTTP/1.1" 200 5049 0.003906 10.0.0.61 - - [2025-11-03 02:31:33] "GET /obj-perms HTTP/1.1" 200 5049 0.003589 10.0.0.23 - - [2025-11-03 02:31:33] "GET /obj-perms HTTP/1.1" 200 5049 0.005926 10.0.0.249 - - [2025-11-03 02:31:33] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.004549 10.0.0.249 - - [2025-11-03 02:31:33] "GET /virtual-machine-interface/ec9cd863-3623-4cee-8b37-fd2f12411758 HTTP/1.1" 200 2945 0.005178 10.0.0.249 - - [2025-11-03 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.249 - - [2025-11-03 02:31:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003581 10.0.0.249 - - [2025-11-03 02:31:33] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003885 10.0.0.249 - - [2025-11-03 02:31:33] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007006 10.0.0.249 - - [2025-11-03 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-11-03 02:31:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003173 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003055 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006137 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.003952 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-machine-interface/851db1b4-09af-4a80-8d09-5d1b3ab2c7f1 HTTP/1.1" 200 2944 0.005375 10.0.0.249 - - [2025-11-03 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.249 - - [2025-11-03 02:31:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004275 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004597 10.0.0.249 - - [2025-11-03 02:31:34] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005619 10.0.0.249 - - [2025-11-03 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.249 - - [2025-11-03 02:31:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004407 10.0.0.249 - - [2025-11-03 02:31:35] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004004 10.0.0.249 - - [2025-11-03 02:31:35] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006693 10.0.0.249 - - [2025-11-03 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010962 10.0.0.249 - - [2025-11-03 02:31:41] "POST /neutron/port HTTP/1.1" 200 1087 0.014722 10.0.0.249 - - [2025-11-03 02:31:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014017 10.0.0.249 - - [2025-11-03 02:31:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.009095 10.0.0.249 - - [2025-11-03 02:31:45] "POST /neutron/port HTTP/1.1" 200 1087 0.016471 10.0.0.249 - - [2025-11-03 02:31:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.249 - - [2025-11-03 02:31:45] "POST /neutron/network HTTP/1.1" 200 915 0.007953 10.0.0.249 - - [2025-11-03 02:31:46] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.004263 10.0.0.249 - - [2025-11-03 02:31:46] "GET /virtual-machine-interface/ada6bf5f-de9c-40bd-82b0-d150c4648790 HTTP/1.1" 200 2944 0.005808 10.0.0.249 - - [2025-11-03 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2025-11-03 02:31:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003307 10.0.0.249 - - [2025-11-03 02:31:46] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002753 10.0.0.249 - - [2025-11-03 02:31:46] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005968 10.0.0.249 - - [2025-11-03 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-11-03 02:31:47] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004162 10.0.0.249 - - [2025-11-03 02:31:47] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003570 10.0.0.249 - - [2025-11-03 02:31:47] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007549 10.0.0.249 - - [2025-11-03 02:32:31] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 200 1292 0.004344 10.0.0.249 - - [2025-11-03 02:32:32] "POST /neutron/port HTTP/1.1" 200 151 0.160786 10.0.0.249 - - [2025-11-03 02:32:33] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 404 171 0.003467 10.0.0.249 - - [2025-11-03 02:32:33] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 404 171 0.003826 10.0.0.249 - - [2025-11-03 02:32:33] "GET /virtual-machine/a8f6b52a-c7af-43e0-864d-815ee12d3c55 HTTP/1.1" 404 171 0.002828 10.0.0.249 - - [2025-11-03 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.249 - - [2025-11-03 02:32:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003681 10.0.0.249 - - [2025-11-03 02:32:33] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003106 10.0.0.249 - - [2025-11-03 02:32:33] "GET /virtual-network/31d03b7b-8025-41de-a1aa-07f1f33f38f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006543 10.0.0.249 - - [2025-11-03 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-11-03 02:32:33] "GET /routing-instance/59176efc-3d38-411a-b7af-37e42bf00998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004128 10.0.0.249 - - [2025-11-03 02:32:34] "GET /route-target/a909031e-b282-4613-b998-7ffe94a4b228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004255 10.0.0.249 - - [2025-11-03 02:32:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004146 10.0.0.249 - - [2025-11-03 02:32:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004104 10.0.0.249 - - [2025-11-03 02:32:41] "POST /neutron/network HTTP/1.1" 200 1005 0.006515 10.0.0.249 - - [2025-11-03 02:32:41] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.249 - - [2025-11-03 02:32:43] "GET /obj-perms HTTP/1.1" 200 5049 0.004591 10.0.0.249 - - [2025-11-03 02:32:46] "GET /obj-perms HTTP/1.1" 200 5049 0.004698 10.0.0.249 - - [2025-11-03 02:32:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014468 10.0.0.249 - - [2025-11-03 02:32:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.009338 10.0.0.249 - - [2025-11-03 02:32:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003712 10.0.0.249 - - [2025-11-03 02:32:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003895 10.0.0.249 - - [2025-11-03 02:33:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004266 10.0.0.249 - - [2025-11-03 02:33:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004211 10.0.0.249 - - [2025-11-03 02:33:01] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 200 1293 0.004018 10.0.0.249 - - [2025-11-03 02:33:02] "POST /neutron/port HTTP/1.1" 200 1087 0.015575 10.0.0.249 - - [2025-11-03 02:33:03] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 404 171 0.003104 10.0.0.249 - - [2025-11-03 02:33:03] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 404 171 0.002984 10.0.0.249 - - [2025-11-03 02:33:03] "GET /virtual-machine/95917319-8fc5-4669-9e80-13235187c5b9 HTTP/1.1" 404 171 0.004389 10.0.0.249 - - [2025-11-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-11-03 02:33:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004098 10.0.0.249 - - [2025-11-03 02:33:04] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003017 10.0.0.249 - - [2025-11-03 02:33:04] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006015 10.0.0.249 - - [2025-11-03 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-11-03 02:33:04] "GET /routing-instance/f79e5640-812d-4c76-b425-4995e94caa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004838 10.0.0.249 - - [2025-11-03 02:33:04] "GET /route-target/cb47cad7-f5c8-45e8-a36d-63a4931d6b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003209 10.0.0.61 - - [2025-11-03 02:33:04] "GET /obj-perms HTTP/1.1" 200 5049 0.004734 10.0.0.249 - - [2025-11-03 02:33:10] "GET /obj-perms HTTP/1.1" 200 5049 0.003760 10.0.0.61 - - [2025-11-03 02:33:13] "GET /obj-perms HTTP/1.1" 200 5049 0.003589 10.0.0.249 - - [2025-11-03 02:33:19] "GET /obj-perms HTTP/1.1" 200 5049 0.003756 10.0.0.61 - - [2025-11-03 02:33:22] "GET /obj-perms HTTP/1.1" 200 5049 0.003763 10.0.0.249 - - [2025-11-03 02:33:28] "GET /obj-perms HTTP/1.1" 200 5049 0.004936 10.0.0.61 - - [2025-11-03 02:33:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003808 10.0.0.249 - - [2025-11-03 02:33:32] "GET /obj-perms HTTP/1.1" 200 5049 0.004178 10.0.0.23 - - [2025-11-03 02:33:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003689 10.0.0.249 - - [2025-11-03 02:33:32] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 200 1292 0.003920 10.0.0.249 - - [2025-11-03 02:33:32] "POST /neutron/port HTTP/1.1" 200 1088 0.015344 10.0.0.249 - - [2025-11-03 02:33:34] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 404 171 0.003832 10.0.0.249 - - [2025-11-03 02:33:34] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 404 171 0.003236 10.0.0.249 - - [2025-11-03 02:33:34] "GET /virtual-machine/6805f0bb-49ea-40b8-98ef-68bf65891f29 HTTP/1.1" 404 171 0.002944 10.0.0.249 - - [2025-11-03 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.249 - - [2025-11-03 02:33:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003662 10.0.0.249 - - [2025-11-03 02:33:34] "GET /virtual-networks?parent_id=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002685 10.0.0.249 - - [2025-11-03 02:33:34] "GET /virtual-network/53218015-a13d-40dd-a9d4-ce9d9db655f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006502 10.0.0.249 - - [2025-11-03 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.249 - - [2025-11-03 02:33:34] "GET /routing-instance/f0f76e12-8a56-4692-b889-781cac9cd44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005043 10.0.0.249 - - [2025-11-03 02:33:34] "GET /route-target/d4af9154-1ee3-47b7-82a5-a180075d11b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003456 10.0.0.249 - - [2025-11-03 02:33:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004644 10.0.0.249 - - [2025-11-03 02:33:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003641 10.0.0.249 - - [2025-11-03 02:33:46] "GET /obj-perms HTTP/1.1" 200 5049 0.005024 10.0.0.249 - - [2025-11-03 02:33:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004843 10.0.0.249 - - [2025-11-03 02:33:56] "GET /obj-perms HTTP/1.1" 200 5049 0.003933 10.0.0.249 - - [2025-11-03 02:33:59] "GET /obj-perms HTTP/1.1" 200 5049 0.003835 10.0.0.249 - - [2025-11-03 02:34:02] "GET /obj-perms HTTP/1.1" 200 5049 0.004031 10.0.0.61 - - [2025-11-03 02:34:02] "GET /obj-perms HTTP/1.1" 200 5049 0.004171 10.0.0.249 - - [2025-11-03 02:34:02] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005332 10.0.0.249 - - [2025-11-03 02:34:02] "POST /neutron/network HTTP/1.1" 200 915 0.007801 10.0.0.249 - - [2025-11-03 02:34:02] "DELETE /access-control-list/cbffcb1b-18e9-4b68-a5a6-03ee17d02e44 HTTP/1.1" 200 115 0.085616 10.0.0.249 - - [2025-11-03 02:34:02] "GET /virtual-network/0d586a8e-286b-4860-a05a-63ad1e6f9e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009080 10.0.0.249 - - [2025-11-03 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.090048 10.0.0.249 - - [2025-11-03 02:34:02] "POST /ref-update HTTP/1.1" 200 156 0.039099 10.0.0.249 - - [2025-11-03 02:34:03] "POST /ref-update HTTP/1.1" 200 156 0.115943 10.0.0.249 - - [2025-11-03 02:34:03] "DELETE /network-policy/54387ba8-74c2-4c48-b21c-3d6e941bbf8d HTTP/1.1" 200 115 0.064159 10.0.0.249 - - [2025-11-03 02:34:03] "DELETE /network-policy/40f1c2a5-671b-469f-887e-89d85381c3cf HTTP/1.1" 200 115 0.046769 10.0.0.249 - - [2025-11-03 02:34:03] "DELETE /network-policy/60a12b4e-01c5-4737-ba81-744ec246ad59 HTTP/1.1" 200 115 0.035988 10.0.0.249 - - [2025-11-03 02:34:03] "POST /neutron/network HTTP/1.1" 200 822 0.010825 10.0.0.249 - - [2025-11-03 02:34:03] "DELETE /route-target/a909031e-b282-4613-b998-7ffe94a4b228 HTTP/1.1" 200 115 0.025067 10.0.0.23 - - [2025-11-03 02:34:03] "POST /useragent-kv HTTP/1.1" 200 115 0.030089 10.0.0.23 - - [2025-11-03 02:34:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.249 - - [2025-11-03 02:34:03] "POST /neutron/network HTTP/1.1" 200 151 0.177191 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.249 - - [2025-11-03 02:34:04] "DELETE /network-ipam/eba43f52-5921-41c2-a0b5-5e50a553c5aa HTTP/1.1" 200 115 0.039062 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.004734 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.249 - - [2025-11-03 02:34:04] "DELETE /network-ipam/848adb8a-3f55-409d-9e05-0a9aba4813ef HTTP/1.1" 200 115 0.035640 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.006308 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-11-03 02:34:04] "DELETE /network-ipam/2739eb6d-dbba-45df-af85-ae58b2570e15 HTTP/1.1" 200 115 0.030628 10.0.0.249 - - [2025-11-03 02:34:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003337 10.0.0.23 - - [2025-11-03 02:34:06] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001951 10.0.0.249 - - [2025-11-03 02:34:06] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.069260 10.0.0.23 - - [2025-11-03 02:34:06] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.249 - - [2025-11-03 02:34:06] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?fields=virtual_networks HTTP/1.1" 200 1042 0.050358 10.0.0.23 - - [2025-11-03 02:34:06] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.249 - - [2025-11-03 02:34:06] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.055586 10.0.0.23 - - [2025-11-03 02:34:06] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.249 - - [2025-11-03 02:34:06] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?fields=security_groups HTTP/1.1" 200 1268 0.047686 10.0.0.249 - - [2025-11-03 02:34:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.024283 10.0.0.23 - - [2025-11-03 02:34:07] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.23 - - [2025-11-03 02:34:07] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.23 - - [2025-11-03 02:34:07] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.028989 10.0.0.23 - - [2025-11-03 02:34:07] "POST /id-to-fqname HTTP/1.1" 200 196 0.001738 10.0.0.23 - - [2025-11-03 02:34:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.004606 10.0.0.23 - - [2025-11-03 02:34:07] "POST /security-groups HTTP/1.1" 200 597 0.035839 10.0.0.23 - - [2025-11-03 02:34:07] "POST /projects HTTP/1.1" 200 597 0.245575 10.0.0.249 - - [2025-11-03 02:34:07] "POST /access-control-lists HTTP/1.1" 200 602 0.030995 10.0.0.23 - - [2025-11-03 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.319265 10.0.0.249 - - [2025-11-03 02:34:07] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.497107 10.0.0.249 - - [2025-11-03 02:34:08] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.249 - - [2025-11-03 02:34:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.050051 10.0.0.249 - - [2025-11-03 02:34:12] "POST /network-ipams HTTP/1.1" 200 519 0.028476 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003433 10.0.0.249 - - [2025-11-03 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipam/49c798a3-caee-4605-b32b-5efb50709a53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006825 10.0.0.249 - - [2025-11-03 02:34:12] "PUT /network-ipam/49c798a3-caee-4605-b32b-5efb50709a53 HTTP/1.1" 200 258 0.014171 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003089 10.0.0.249 - - [2025-11-03 02:34:12] "POST /network-ipams HTTP/1.1" 200 519 0.029034 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003433 10.0.0.249 - - [2025-11-03 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipam/a925586e-e8fa-40e2-99ff-e6b334ebfc59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006207 10.0.0.249 - - [2025-11-03 02:34:12] "PUT /network-ipam/a925586e-e8fa-40e2-99ff-e6b334ebfc59 HTTP/1.1" 200 258 0.014183 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003302 10.0.0.249 - - [2025-11-03 02:34:12] "POST /network-ipams HTTP/1.1" 200 519 0.028064 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004030 10.0.0.249 - - [2025-11-03 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-11-03 02:34:12] "GET /network-ipam/69f954b6-09ed-4018-94a2-e73394f64650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006314 10.0.0.249 - - [2025-11-03 02:34:13] "PUT /network-ipam/69f954b6-09ed-4018-94a2-e73394f64650 HTTP/1.1" 200 258 0.015986 10.0.0.249 - - [2025-11-03 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2025-11-03 02:34:13] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000819 10.0.0.249 - - [2025-11-03 02:34:13] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038395 10.0.0.249 - - [2025-11-03 02:34:13] "POST /neutron/network HTTP/1.1" 200 117 0.031804 10.0.0.249 - - [2025-11-03 02:34:14] "POST /route-targets HTTP/1.1" 200 327 0.012916 10.0.0.23 - - [2025-11-03 02:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007968 10.0.0.249 - - [2025-11-03 02:34:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.169475 10.0.0.249 - - [2025-11-03 02:34:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001276 10.0.0.249 - - [2025-11-03 02:34:14] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005248 10.0.0.249 - - [2025-11-03 02:34:14] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006094 10.0.0.249 - - [2025-11-03 02:34:14] "POST /neutron/network HTTP/1.1" 200 1013 0.009860 10.0.0.249 - - [2025-11-03 02:34:14] "POST /neutron/network HTTP/1.1" 200 1013 0.009048 10.0.0.249 - - [2025-11-03 02:34:14] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004758 10.0.0.249 - - [2025-11-03 02:34:14] "GET /network-ipam/49c798a3-caee-4605-b32b-5efb50709a53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.004036 10.0.0.249 - - [2025-11-03 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2025-11-03 02:34:14] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.249 - - [2025-11-03 02:34:14] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048106 10.0.0.249 - - [2025-11-03 02:34:15] "POST /ref-update HTTP/1.1" 200 156 0.031559 10.0.0.23 - - [2025-11-03 02:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010568 10.0.0.249 - - [2025-11-03 02:34:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.236692 10.0.0.249 - - [2025-11-03 02:34:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.038592 10.0.0.249 - - [2025-11-03 02:34:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001829 10.0.0.249 - - [2025-11-03 02:34:15] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007896 10.0.0.249 - - [2025-11-03 02:34:15] "POST /neutron/network HTTP/1.1" 200 1015 0.010499 10.0.0.249 - - [2025-11-03 02:34:15] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007103 10.0.0.249 - - [2025-11-03 02:34:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.009452 10.0.0.249 - - [2025-11-03 02:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2025-11-03 02:34:15] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001044 10.0.0.249 - - [2025-11-03 02:34:15] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046659 10.0.0.23 - - [2025-11-03 02:34:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006744 10.0.0.249 - - [2025-11-03 02:34:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.217895 10.0.0.249 - - [2025-11-03 02:34:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001535 10.0.0.249 - - [2025-11-03 02:34:16] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007602 10.0.0.249 - - [2025-11-03 02:34:16] "POST /neutron/network HTTP/1.1" 200 1013 0.008457 10.0.0.249 - - [2025-11-03 02:34:16] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005487 10.0.0.249 - - [2025-11-03 02:34:16] "POST /neutron/subnet HTTP/1.1" 200 823 0.008897 10.0.0.249 - - [2025-11-03 02:34:16] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005657 10.0.0.23 - - [2025-11-03 02:34:18] "GET /obj-perms HTTP/1.1" 200 5061 0.046504 10.0.0.249 - - [2025-11-03 02:34:18] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005275 10.0.0.249 - - [2025-11-03 02:34:18] "GET /obj-perms HTTP/1.1" 200 5061 0.041700 10.0.0.249 - - [2025-11-03 02:34:18] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005551 10.0.0.61 - - [2025-11-03 02:34:19] "GET /obj-perms HTTP/1.1" 200 5061 0.041782 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 404 224 0.003481 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.23 - - [2025-11-03 02:34:19] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.249 - - [2025-11-03 02:34:19] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049509 10.0.0.249 - - [2025-11-03 02:34:19] "POST /network-policys HTTP/1.1" 200 559 0.033972 10.0.0.249 - - [2025-11-03 02:34:19] "GET /network-policy/78bbbc24-859e-48e6-b660-25ab7e2e36af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006140 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 404 224 0.003028 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2025-11-03 02:34:19] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.249 - - [2025-11-03 02:34:19] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046904 10.0.0.249 - - [2025-11-03 02:34:19] "POST /network-policys HTTP/1.1" 200 559 0.031814 10.0.0.249 - - [2025-11-03 02:34:19] "GET /network-policy/243a629f-18fb-4c0a-8a29-27a36b0634ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006635 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 404 224 0.002770 10.0.0.249 - - [2025-11-03 02:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-11-03 02:34:19] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000959 10.0.0.249 - - [2025-11-03 02:34:19] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048193 10.0.0.249 - - [2025-11-03 02:34:19] "POST /network-policys HTTP/1.1" 200 559 0.029191 10.0.0.249 - - [2025-11-03 02:34:20] "GET /network-policy/0019663c-7816-44f8-9d99-3612b53324a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3093 0.009205 10.0.0.249 - - [2025-11-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.004719 10.0.0.249 - - [2025-11-03 02:34:20] "POST /neutron/network HTTP/1.1" 200 1197 0.015054 10.0.0.249 - - [2025-11-03 02:34:20] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006361 10.0.0.249 - - [2025-11-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-11-03 02:34:20] "GET /network-policy/243a629f-18fb-4c0a-8a29-27a36b0634ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004786 10.0.0.249 - - [2025-11-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.249 - - [2025-11-03 02:34:20] "GET /network-policy/78bbbc24-859e-48e6-b660-25ab7e2e36af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005040 10.0.0.249 - - [2025-11-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006079 10.0.0.249 - - [2025-11-03 02:34:20] "POST /access-control-lists HTTP/1.1" 200 597 0.048383 10.0.0.249 - - [2025-11-03 02:34:20] "POST /neutron/network HTTP/1.1" 200 1113 0.015530 10.0.0.249 - - [2025-11-03 02:34:20] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.017493 10.0.0.249 - - [2025-11-03 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.249 - - [2025-11-03 02:34:20] "GET /network-policy/0019663c-7816-44f8-9d99-3612b53324a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3093 0.003646 10.0.0.249 - - [2025-11-03 02:34:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.000974 10.0.0.23 - - [2025-11-03 02:34:21] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.249 - - [2025-11-03 02:34:21] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062555 10.0.0.249 - - [2025-11-03 02:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.006374 10.0.0.249 - - [2025-11-03 02:34:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001154 10.0.0.249 - - [2025-11-03 02:34:22] "POST /neutron/network HTTP/1.1" 200 1123 0.006837 10.0.0.23 - - [2025-11-03 02:34:22] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000943 10.0.0.249 - - [2025-11-03 02:34:22] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076008 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/port HTTP/1.1" 200 1172 0.078645 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/port HTTP/1.1" 200 1226 0.130903 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006748 10.0.0.249 - - [2025-11-03 02:34:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001565 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004262 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/port HTTP/1.1" 200 1200 0.018717 10.0.0.249 - - [2025-11-03 02:34:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006904 10.0.0.23 - - [2025-11-03 02:34:23] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.249 - - [2025-11-03 02:34:23] "PUT /access-control-list/ec558804-36ac-4402-b946-47b9a01e946a HTTP/1.1" 200 272 0.019425 10.0.0.23 - - [2025-11-03 02:34:24] "DELETE /project/92aa7c0914704c34b0d6cb6f4369ecc1 HTTP/1.1" 404 173 0.006052 10.0.0.23 - - [2025-11-03 02:34:24] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.249 - - [2025-11-03 02:34:24] "POST /neutron/port HTTP/1.1" 200 1174 0.417141 10.0.0.23 - - [2025-11-03 02:34:24] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.080594 10.0.0.23 - - [2025-11-03 02:34:24] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.23 - - [2025-11-03 02:34:24] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?fields=security_groups HTTP/1.1" 200 1373 0.052119 10.0.0.249 - - [2025-11-03 02:34:24] "POST /neutron/port HTTP/1.1" 200 1228 0.134352 10.0.0.23 - - [2025-11-03 02:34:24] "DELETE /security-group/f8947a12-dca3-4f08-b2d3-a8b17dbdf893 HTTP/1.1" 200 115 0.096077 10.0.0.23 - - [2025-11-03 02:34:24] "GET /projects?obj_uuids=46ce3ae0-e69a-442e-bd4c-33904a6250b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.23 - - [2025-11-03 02:34:24] "GET /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7?fields=application_policy_sets HTTP/1.1" 200 1412 0.065434 10.0.0.23 - - [2025-11-03 02:34:24] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001793 10.0.0.249 - - [2025-11-03 02:34:24] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.101092 10.0.0.23 - - [2025-11-03 02:34:24] "DELETE /project/46ce3ae0-e69a-442e-bd4c-33904a6250b7 HTTP/1.1" 200 115 0.531798 10.0.0.249 - - [2025-11-03 02:34:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.249 - - [2025-11-03 02:34:24] "POST /neutron/port HTTP/1.1" 200 2284 0.018837 10.0.0.249 - - [2025-11-03 02:34:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007437 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/port HTTP/1.1" 200 1200 0.017149 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008604 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/network HTTP/1.1" 200 1023 0.007996 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006618 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.046832 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.012440 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/port HTTP/1.1" 200 1226 0.152520 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine-interface/84ed1670-df3c-446d-b441-781af8690fb7 HTTP/1.1" 200 3168 0.006226 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.003814 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine-interface/84ed1670-df3c-446d-b441-781af8690fb7 HTTP/1.1" 200 3168 0.005022 10.0.0.249 - - [2025-11-03 02:34:25] "GET /instance-ip/1f1e1299-d2a8-4ab4-bfc9-42bc84f8dd2f HTTP/1.1" 200 1632 0.005825 10.0.0.249 - - [2025-11-03 02:34:25] "GET /instance-ip/2fa27669-2afb-4aa8-afcc-1c3eb013f6f7 HTTP/1.1" 200 1653 0.005315 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.003422 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-machine-interface/84ed1670-df3c-446d-b441-781af8690fb7 HTTP/1.1" 200 3168 0.005822 10.0.0.249 - - [2025-11-03 02:34:25] "GET /instance-ip/1f1e1299-d2a8-4ab4-bfc9-42bc84f8dd2f HTTP/1.1" 200 1632 0.004492 10.0.0.249 - - [2025-11-03 02:34:25] "GET /instance-ip/2fa27669-2afb-4aa8-afcc-1c3eb013f6f7 HTTP/1.1" 200 1653 0.004532 10.0.0.249 - - [2025-11-03 02:34:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.249 - - [2025-11-03 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.249 - - [2025-11-03 02:34:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003012 10.0.0.249 - - [2025-11-03 02:34:25] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003276 10.0.0.249 - - [2025-11-03 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005280 10.0.0.249 - - [2025-11-03 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.249 - - [2025-11-03 02:34:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004913 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003247 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006233 10.0.0.249 - - [2025-11-03 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.249 - - [2025-11-03 02:34:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004570 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003249 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007321 10.0.0.249 - - [2025-11-03 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.249 - - [2025-11-03 02:34:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003630 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003546 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005674 10.0.0.249 - - [2025-11-03 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-11-03 02:34:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004226 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003057 10.0.0.249 - - [2025-11-03 02:34:26] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005788 10.0.0.249 - - [2025-11-03 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.249 - - [2025-11-03 02:34:29] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006289 10.0.0.249 - - [2025-11-03 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-11-03 02:34:33] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006832 10.0.0.249 - - [2025-11-03 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.249 - - [2025-11-03 02:34:37] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005249 10.0.0.249 - - [2025-11-03 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.249 - - [2025-11-03 02:34:42] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007761 10.0.0.249 - - [2025-11-03 02:34:43] "POST /neutron/port HTTP/1.1" 200 1200 0.015638 10.0.0.249 - - [2025-11-03 02:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.249 - - [2025-11-03 02:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.249 - - [2025-11-03 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.249 - - [2025-11-03 02:34:46] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007216 10.0.0.249 - - [2025-11-03 02:34:49] "POST /neutron/port HTTP/1.1" 200 1202 0.014134 10.0.0.249 - - [2025-11-03 02:34:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003466 10.0.0.249 - - [2025-11-03 02:34:49] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.249 - - [2025-11-03 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.249 - - [2025-11-03 02:34:50] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006540 10.0.0.249 - - [2025-11-03 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2025-11-03 02:34:54] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005087 10.0.0.249 - - [2025-11-03 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-11-03 02:34:58] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005148 10.0.0.249 - - [2025-11-03 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.249 - - [2025-11-03 02:35:02] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005625 10.0.0.249 - - [2025-11-03 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2025-11-03 02:35:06] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005882 10.0.0.249 - - [2025-11-03 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007880 10.0.0.249 - - [2025-11-03 02:35:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003595 10.0.0.249 - - [2025-11-03 02:35:08] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003168 10.0.0.249 - - [2025-11-03 02:35:08] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005857 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004459 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003100 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007449 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-11-03 02:35:09] "GET /routing-instance/ea5a2b35-51b2-4f05-b03f-3e496f06f09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005541 10.0.0.249 - - [2025-11-03 02:35:09] "GET /route-target/39a4fcac-1d29-4287-a97c-62943871db00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003776 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004726 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003197 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006773 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.249 - - [2025-11-03 02:35:09] "GET /routing-instance/ea5a2b35-51b2-4f05-b03f-3e496f06f09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004028 10.0.0.249 - - [2025-11-03 02:35:09] "GET /route-target/39a4fcac-1d29-4287-a97c-62943871db00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003848 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004552 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004303 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006984 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005027 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003964 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006172 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003319 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007335 10.0.0.249 - - [2025-11-03 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-11-03 02:35:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004064 10.0.0.249 - - [2025-11-03 02:35:09] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003559 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006307 10.0.0.249 - - [2025-11-03 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.249 - - [2025-11-03 02:35:10] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004606 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003456 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006439 10.0.0.249 - - [2025-11-03 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.249 - - [2025-11-03 02:35:10] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004446 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003856 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006344 10.0.0.23 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.003814 10.0.0.249 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004967 10.0.0.249 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004289 10.0.0.249 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.003883 10.0.0.249 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004564 10.0.0.23 - - [2025-11-03 02:35:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004192 10.0.0.249 - - [2025-11-03 02:35:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007236 10.0.0.249 - - [2025-11-03 02:35:10] "POST /neutron/port HTTP/1.1" 200 1202 0.014389 10.0.0.249 - - [2025-11-03 02:35:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008864 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.006085 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.003911 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine-interface/b4b137a0-fcfa-46cf-9d01-d9b057b435a8 HTTP/1.1" 200 3169 0.004932 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.003708 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine-interface/b4b137a0-fcfa-46cf-9d01-d9b057b435a8 HTTP/1.1" 200 3169 0.005737 10.0.0.249 - - [2025-11-03 02:35:10] "GET /instance-ip/c19c2e4b-6e9c-4dc3-9470-3f1315eee8e0 HTTP/1.1" 200 1635 0.006082 10.0.0.249 - - [2025-11-03 02:35:10] "GET /instance-ip/fcc05a1a-4027-4a36-afd3-4a089189d482 HTTP/1.1" 200 1654 0.005174 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.003912 10.0.0.249 - - [2025-11-03 02:35:10] "GET /virtual-machine-interface/b4b137a0-fcfa-46cf-9d01-d9b057b435a8 HTTP/1.1" 200 3169 0.006891 10.0.0.249 - - [2025-11-03 02:35:10] "GET /instance-ip/c19c2e4b-6e9c-4dc3-9470-3f1315eee8e0 HTTP/1.1" 200 1635 0.004961 10.0.0.249 - - [2025-11-03 02:35:11] "GET /instance-ip/fcc05a1a-4027-4a36-afd3-4a089189d482 HTTP/1.1" 200 1654 0.005256 10.0.0.249 - - [2025-11-03 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.249 - - [2025-11-03 02:35:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004360 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003695 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008740 10.0.0.249 - - [2025-11-03 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.249 - - [2025-11-03 02:35:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004379 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003659 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.021030 10.0.0.249 - - [2025-11-03 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.249 - - [2025-11-03 02:35:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004413 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003433 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006457 10.0.0.249 - - [2025-11-03 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.249 - - [2025-11-03 02:35:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004503 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004444 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008775 10.0.0.249 - - [2025-11-03 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 02:35:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004414 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003126 10.0.0.249 - - [2025-11-03 02:35:11] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005632 10.0.0.249 - - [2025-11-03 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.249 - - [2025-11-03 02:35:14] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005544 10.0.0.249 - - [2025-11-03 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-11-03 02:35:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.249 - - [2025-11-03 02:35:16] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003044 10.0.0.249 - - [2025-11-03 02:35:16] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007156 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004037 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002909 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005956 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.249 - - [2025-11-03 02:35:17] "GET /routing-instance/abcdb457-7b23-46fb-8d5b-72474e1faea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005282 10.0.0.249 - - [2025-11-03 02:35:17] "GET /route-target/4adfd062-2249-4aa0-a1f0-7d34701f812f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003549 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004084 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003417 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007433 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.249 - - [2025-11-03 02:35:17] "GET /routing-instance/abcdb457-7b23-46fb-8d5b-72474e1faea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004702 10.0.0.249 - - [2025-11-03 02:35:17] "GET /route-target/4adfd062-2249-4aa0-a1f0-7d34701f812f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004251 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004533 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002801 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005886 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004076 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003175 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008043 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003672 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007944 10.0.0.249 - - [2025-11-03 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.249 - - [2025-11-03 02:35:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004793 10.0.0.249 - - [2025-11-03 02:35:17] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003147 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006195 10.0.0.249 - - [2025-11-03 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-11-03 02:35:18] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003792 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003956 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007133 10.0.0.249 - - [2025-11-03 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.249 - - [2025-11-03 02:35:18] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007850 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004128 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005559 10.0.0.249 - - [2025-11-03 02:35:18] "GET /obj-perms HTTP/1.1" 200 5061 0.003828 10.0.0.23 - - [2025-11-03 02:35:18] "GET /obj-perms HTTP/1.1" 200 5061 0.003893 10.0.0.249 - - [2025-11-03 02:35:18] "GET /obj-perms HTTP/1.1" 200 5061 0.003903 10.0.0.61 - - [2025-11-03 02:35:18] "GET /obj-perms HTTP/1.1" 200 5061 0.004031 10.0.0.249 - - [2025-11-03 02:35:18] "POST /neutron/port HTTP/1.1" 200 1200 0.016486 10.0.0.249 - - [2025-11-03 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007485 10.0.0.249 - - [2025-11-03 02:35:18] "POST /neutron/port HTTP/1.1" 200 1200 0.031641 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.005737 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.003541 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-machine-interface/26908043-a6c1-48e5-b269-6f1fad497c0f HTTP/1.1" 200 3168 0.005379 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.003423 10.0.0.249 - - [2025-11-03 02:35:18] "GET /virtual-machine-interface/26908043-a6c1-48e5-b269-6f1fad497c0f HTTP/1.1" 200 3168 0.005137 10.0.0.249 - - [2025-11-03 02:35:19] "GET /instance-ip/774135de-ff26-4b3f-8cb2-8a3c524412b9 HTTP/1.1" 200 1652 0.005084 10.0.0.249 - - [2025-11-03 02:35:19] "GET /instance-ip/783f62ea-cf4d-4c9c-8b42-4bb99088d4a8 HTTP/1.1" 200 1633 0.005353 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.003586 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-machine-interface/26908043-a6c1-48e5-b269-6f1fad497c0f HTTP/1.1" 200 3168 0.004992 10.0.0.249 - - [2025-11-03 02:35:19] "GET /instance-ip/774135de-ff26-4b3f-8cb2-8a3c524412b9 HTTP/1.1" 200 1652 0.003531 10.0.0.249 - - [2025-11-03 02:35:19] "GET /instance-ip/783f62ea-cf4d-4c9c-8b42-4bb99088d4a8 HTTP/1.1" 200 1633 0.003711 10.0.0.249 - - [2025-11-03 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-11-03 02:35:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003124 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002729 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005988 10.0.0.249 - - [2025-11-03 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.249 - - [2025-11-03 02:35:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004021 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004074 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006457 10.0.0.249 - - [2025-11-03 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-11-03 02:35:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004359 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003255 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006102 10.0.0.249 - - [2025-11-03 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.249 - - [2025-11-03 02:35:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005230 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003697 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006200 10.0.0.249 - - [2025-11-03 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-11-03 02:35:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004858 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004178 10.0.0.249 - - [2025-11-03 02:35:19] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008716 10.0.0.249 - - [2025-11-03 02:35:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.051527 10.0.0.249 - - [2025-11-03 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2025-11-03 02:35:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003511 10.0.0.249 - - [2025-11-03 02:35:20] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006281 10.0.0.23 - - [2025-11-03 02:35:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-11-03 02:35:20] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009005 10.0.0.23 - - [2025-11-03 02:35:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000333 10.0.0.249 - - [2025-11-03 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003647 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002795 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005601 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.249 - - [2025-11-03 02:35:21] "GET /routing-instance/0cab0148-c013-48fb-9a10-f102d93ba22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004039 10.0.0.249 - - [2025-11-03 02:35:21] "GET /route-target/f673dcbb-90b9-4f81-abf2-87061edb356d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004395 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003267 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003386 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006609 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.249 - - [2025-11-03 02:35:21] "GET /routing-instance/0cab0148-c013-48fb-9a10-f102d93ba22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005025 10.0.0.249 - - [2025-11-03 02:35:21] "GET /route-target/f673dcbb-90b9-4f81-abf2-87061edb356d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004233 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004143 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003092 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005540 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004223 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003061 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006078 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004887 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003572 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009676 10.0.0.249 - - [2025-11-03 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-11-03 02:35:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2025-11-03 02:35:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004937 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006293 10.0.0.23 - - [2025-11-03 02:35:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000333 10.0.0.249 - - [2025-11-03 02:35:21] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005710 10.0.0.249 - - [2025-11-03 02:35:21] "GET /obj-perms HTTP/1.1" 200 5061 0.003475 10.0.0.23 - - [2025-11-03 02:35:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004324 10.0.0.249 - - [2025-11-03 02:35:22] "GET /obj-perms HTTP/1.1" 200 5061 0.003624 10.0.0.61 - - [2025-11-03 02:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.61 - - [2025-11-03 02:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-11-03 02:35:22] "GET /obj-perms HTTP/1.1" 200 5061 0.003994 10.0.0.249 - - [2025-11-03 02:35:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004869 10.0.0.61 - - [2025-11-03 02:35:22] "GET /obj-perms HTTP/1.1" 200 5061 0.003158 10.0.0.249 - - [2025-11-03 02:35:22] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.004212 10.0.0.249 - - [2025-11-03 02:35:22] "GET /virtual-machine-interface/84ed1670-df3c-446d-b441-781af8690fb7 HTTP/1.1" 200 3168 0.006106 10.0.0.249 - - [2025-11-03 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.249 - - [2025-11-03 02:35:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003508 10.0.0.249 - - [2025-11-03 02:35:22] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006122 10.0.0.249 - - [2025-11-03 02:35:22] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005899 10.0.0.249 - - [2025-11-03 02:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2025-11-03 02:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.61 - - [2025-11-03 02:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.61 - - [2025-11-03 02:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2025-11-03 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.249 - - [2025-11-03 02:35:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004172 10.0.0.249 - - [2025-11-03 02:35:23] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002933 10.0.0.249 - - [2025-11-03 02:35:23] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006047 10.0.0.249 - - [2025-11-03 02:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-11-03 02:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2025-11-03 02:35:25] "POST /neutron/port HTTP/1.1" 200 1202 0.016698 10.0.0.249 - - [2025-11-03 02:35:28] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.004166 10.0.0.249 - - [2025-11-03 02:35:28] "GET /virtual-machine-interface/b4b137a0-fcfa-46cf-9d01-d9b057b435a8 HTTP/1.1" 200 3169 0.005441 10.0.0.249 - - [2025-11-03 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.249 - - [2025-11-03 02:35:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.249 - - [2025-11-03 02:35:28] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002675 10.0.0.249 - - [2025-11-03 02:35:28] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006212 10.0.0.249 - - [2025-11-03 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.249 - - [2025-11-03 02:35:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003875 10.0.0.249 - - [2025-11-03 02:35:30] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003164 10.0.0.249 - - [2025-11-03 02:35:30] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005831 10.0.0.249 - - [2025-11-03 02:35:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007621 10.0.0.249 - - [2025-11-03 02:35:35] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.004386 10.0.0.249 - - [2025-11-03 02:35:35] "GET /virtual-machine-interface/26908043-a6c1-48e5-b269-6f1fad497c0f HTTP/1.1" 200 3168 0.005532 10.0.0.249 - - [2025-11-03 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-11-03 02:35:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003736 10.0.0.249 - - [2025-11-03 02:35:35] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003385 10.0.0.249 - - [2025-11-03 02:35:35] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006270 10.0.0.249 - - [2025-11-03 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.249 - - [2025-11-03 02:35:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003700 10.0.0.249 - - [2025-11-03 02:35:36] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002950 10.0.0.249 - - [2025-11-03 02:35:36] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005657 10.0.0.23 - - [2025-11-03 02:35:42] "GET /obj-perms HTTP/1.1" 200 5075 0.043225 10.0.0.249 - - [2025-11-03 02:35:43] "POST /neutron/network HTTP/1.1" 200 1023 0.007586 10.0.0.249 - - [2025-11-03 02:35:43] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013014 10.0.0.249 - - [2025-11-03 02:35:44] "POST /neutron/network HTTP/1.1" 200 1013 0.009328 10.0.0.249 - - [2025-11-03 02:35:49] "POST /neutron/network HTTP/1.1" 200 1123 0.029123 10.0.0.249 - - [2025-11-03 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014330 10.0.0.249 - - [2025-11-03 02:35:49] "POST /neutron/network HTTP/1.1" 200 1113 0.008981 10.0.0.249 - - [2025-11-03 02:35:54] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 200 1298 0.003973 10.0.0.249 - - [2025-11-03 02:35:54] "POST /neutron/port HTTP/1.1" 200 151 0.203798 10.0.0.249 - - [2025-11-03 02:35:56] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 404 171 0.003437 10.0.0.249 - - [2025-11-03 02:35:56] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 404 171 0.002882 10.0.0.249 - - [2025-11-03 02:35:56] "GET /virtual-machine/fef5e5f9-dc8d-462e-8098-23761e8ead93 HTTP/1.1" 404 171 0.003128 10.0.0.249 - - [2025-11-03 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.249 - - [2025-11-03 02:35:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003675 10.0.0.249 - - [2025-11-03 02:35:56] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003375 10.0.0.249 - - [2025-11-03 02:35:56] "GET /virtual-network/4f933cea-c952-46a4-b53e-2a85791d6ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011665 10.0.0.249 - - [2025-11-03 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.249 - - [2025-11-03 02:35:56] "GET /routing-instance/0cab0148-c013-48fb-9a10-f102d93ba22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004797 10.0.0.249 - - [2025-11-03 02:35:56] "GET /route-target/f673dcbb-90b9-4f81-abf2-87061edb356d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004129 10.0.0.249 - - [2025-11-03 02:35:56] "GET /obj-perms HTTP/1.1" 200 5061 0.005608 10.0.0.249 - - [2025-11-03 02:35:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003771 10.0.0.249 - - [2025-11-03 02:35:59] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 200 1298 0.004138 10.0.0.249 - - [2025-11-03 02:36:00] "POST /neutron/port HTTP/1.1" 200 151 0.248352 10.0.0.249 - - [2025-11-03 02:36:01] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 404 171 0.003166 10.0.0.249 - - [2025-11-03 02:36:01] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 404 171 0.002605 10.0.0.249 - - [2025-11-03 02:36:01] "GET /virtual-machine/33f4074a-40fe-47dd-9acd-2a1873d74a12 HTTP/1.1" 404 171 0.002798 10.0.0.249 - - [2025-11-03 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.249 - - [2025-11-03 02:36:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005453 10.0.0.249 - - [2025-11-03 02:36:02] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003009 10.0.0.249 - - [2025-11-03 02:36:02] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006456 10.0.0.249 - - [2025-11-03 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.249 - - [2025-11-03 02:36:02] "GET /routing-instance/abcdb457-7b23-46fb-8d5b-72474e1faea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004457 10.0.0.249 - - [2025-11-03 02:36:02] "GET /route-target/4adfd062-2249-4aa0-a1f0-7d34701f812f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.010051 10.0.0.249 - - [2025-11-03 02:36:02] "GET /obj-perms HTTP/1.1" 200 5061 0.003567 10.0.0.61 - - [2025-11-03 02:36:02] "GET /obj-perms HTTP/1.1" 200 5061 0.004300 10.0.0.249 - - [2025-11-03 02:36:02] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 200 1299 0.004044 10.0.0.249 - - [2025-11-03 02:36:03] "POST /neutron/port HTTP/1.1" 200 151 0.211231 10.0.0.249 - - [2025-11-03 02:36:04] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 404 171 0.003385 10.0.0.249 - - [2025-11-03 02:36:04] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 404 171 0.003798 10.0.0.249 - - [2025-11-03 02:36:04] "GET /virtual-machine/b0ee01d0-1c52-4357-a7f0-051edf00a63f HTTP/1.1" 404 171 0.002732 10.0.0.249 - - [2025-11-03 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.249 - - [2025-11-03 02:36:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003750 10.0.0.249 - - [2025-11-03 02:36:04] "GET /virtual-networks?parent_id=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002664 10.0.0.249 - - [2025-11-03 02:36:04] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005827 10.0.0.249 - - [2025-11-03 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.249 - - [2025-11-03 02:36:05] "GET /routing-instance/ea5a2b35-51b2-4f05-b03f-3e496f06f09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004404 10.0.0.249 - - [2025-11-03 02:36:05] "GET /route-target/39a4fcac-1d29-4287-a97c-62943871db00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004180 10.0.0.249 - - [2025-11-03 02:36:05] "GET /obj-perms HTTP/1.1" 200 5061 0.004152 10.0.0.249 - - [2025-11-03 02:36:11] "GET /obj-perms HTTP/1.1" 200 5061 0.003748 10.0.0.249 - - [2025-11-03 02:36:14] "GET /obj-perms HTTP/1.1" 200 5061 0.004121 10.0.0.249 - - [2025-11-03 02:36:20] "GET /obj-perms HTTP/1.1" 200 5061 0.004905 10.0.0.249 - - [2025-11-03 02:36:23] "GET /obj-perms HTTP/1.1" 200 5061 0.003950 10.0.0.249 - - [2025-11-03 02:36:29] "GET /obj-perms HTTP/1.1" 200 5061 0.004046 10.0.0.249 - - [2025-11-03 02:36:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003894 10.0.0.23 - - [2025-11-03 02:36:29] "GET /obj-perms HTTP/1.1" 200 5061 0.004137 10.0.0.249 - - [2025-11-03 02:36:29] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005828 10.0.0.249 - - [2025-11-03 02:36:30] "DELETE /access-control-list/ec558804-36ac-4402-b946-47b9a01e946a HTTP/1.1" 200 115 0.059024 10.0.0.249 - - [2025-11-03 02:36:30] "POST /neutron/network HTTP/1.1" 200 1015 0.035097 10.0.0.249 - - [2025-11-03 02:36:30] "GET /virtual-network/6d5d9966-f143-4ffd-a10c-530583d6fe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005453 10.0.0.249 - - [2025-11-03 02:36:30] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006436 10.0.0.249 - - [2025-11-03 02:36:30] "POST /neutron/network HTTP/1.1" 200 1013 0.014442 10.0.0.249 - - [2025-11-03 02:36:30] "GET /virtual-network/d58f7032-fe89-4603-834e-05f02156f48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.016109 10.0.0.249 - - [2025-11-03 02:36:30] "POST /ref-update HTTP/1.1" 200 156 0.029460 10.0.0.249 - - [2025-11-03 02:36:30] "DELETE /network-policy/0019663c-7816-44f8-9d99-3612b53324a1 HTTP/1.1" 200 115 0.069725 10.0.0.249 - - [2025-11-03 02:36:30] "DELETE /network-policy/243a629f-18fb-4c0a-8a29-27a36b0634ee HTTP/1.1" 200 115 0.043053 10.0.0.249 - - [2025-11-03 02:36:30] "DELETE /network-policy/78bbbc24-859e-48e6-b660-25ab7e2e36af HTTP/1.1" 200 115 0.038071 10.0.0.249 - - [2025-11-03 02:36:30] "DELETE /route-target/f673dcbb-90b9-4f81-abf2-87061edb356d HTTP/1.1" 200 115 0.021223 10.0.0.249 - - [2025-11-03 02:36:31] "POST /neutron/network HTTP/1.1" 200 1015 0.010329 10.0.0.23 - - [2025-11-03 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005314 10.0.0.23 - - [2025-11-03 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004957 10.0.0.249 - - [2025-11-03 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006990 10.0.0.23 - - [2025-11-03 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003357 10.0.0.23 - - [2025-11-03 02:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002674 10.0.0.249 - - [2025-11-03 02:36:31] "POST /neutron/network HTTP/1.1" 200 151 0.140005 10.0.0.249 - - [2025-11-03 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.249 - - [2025-11-03 02:36:31] "DELETE /network-ipam/69f954b6-09ed-4018-94a2-e73394f64650 HTTP/1.1" 200 115 0.037074 10.0.0.249 - - [2025-11-03 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.003078 10.0.0.249 - - [2025-11-03 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.249 - - [2025-11-03 02:36:32] "DELETE /network-ipam/a925586e-e8fa-40e2-99ff-e6b334ebfc59 HTTP/1.1" 200 115 0.032076 10.0.0.249 - - [2025-11-03 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.004932 10.0.0.249 - - [2025-11-03 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.249 - - [2025-11-03 02:36:32] "DELETE /network-ipam/49c798a3-caee-4605-b32b-5efb50709a53 HTTP/1.1" 200 115 0.029404 10.0.0.249 - - [2025-11-03 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.004482 10.0.0.23 - - [2025-11-03 02:36:34] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.249 - - [2025-11-03 02:36:34] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048087 10.0.0.23 - - [2025-11-03 02:36:34] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002460 10.0.0.249 - - [2025-11-03 02:36:34] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?fields=virtual_networks HTTP/1.1" 200 1055 0.070977 10.0.0.23 - - [2025-11-03 02:36:35] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.249 - - [2025-11-03 02:36:35] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.052812 10.0.0.23 - - [2025-11-03 02:36:35] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001108 10.0.0.249 - - [2025-11-03 02:36:35] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?fields=security_groups HTTP/1.1" 200 1287 0.046817 10.0.0.249 - - [2025-11-03 02:36:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.032749 10.0.0.23 - - [2025-11-03 02:36:36] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.23 - - [2025-11-03 02:36:36] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.23 - - [2025-11-03 02:36:36] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010633 10.0.0.23 - - [2025-11-03 02:36:36] "POST /id-to-fqname HTTP/1.1" 200 192 0.006555 10.0.0.23 - - [2025-11-03 02:36:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.013604 10.0.0.23 - - [2025-11-03 02:36:36] "POST /security-groups HTTP/1.1" 200 593 0.079934 10.0.0.23 - - [2025-11-03 02:36:36] "POST /projects HTTP/1.1" 200 589 0.308343 10.0.0.249 - - [2025-11-03 02:36:36] "POST /access-control-lists HTTP/1.1" 200 598 0.037312 10.0.0.23 - - [2025-11-03 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.388167 10.0.0.249 - - [2025-11-03 02:36:36] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.533489 10.0.0.249 - - [2025-11-03 02:36:37] "GET / HTTP/1.1" 200 35931 0.001275 10.0.0.249 - - [2025-11-03 02:36:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2025-11-03 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.049842 10.0.0.23 - - [2025-11-03 02:36:39] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.249 - - [2025-11-03 02:36:39] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045410 10.0.0.249 - - [2025-11-03 02:36:39] "POST /route-targets HTTP/1.1" 200 327 0.017022 10.0.0.23 - - [2025-11-03 02:36:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011031 10.0.0.249 - - [2025-11-03 02:36:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.259229 10.0.0.249 - - [2025-11-03 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001205 10.0.0.249 - - [2025-11-03 02:36:40] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004868 10.0.0.249 - - [2025-11-03 02:36:40] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005207 10.0.0.249 - - [2025-11-03 02:36:40] "POST /neutron/network HTTP/1.1" 200 826 0.006338 10.0.0.249 - - [2025-11-03 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.23 - - [2025-11-03 02:36:40] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001586 10.0.0.249 - - [2025-11-03 02:36:40] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044116 10.0.0.23 - - [2025-11-03 02:36:40] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.249 - - [2025-11-03 02:36:40] "POST /neutron/network HTTP/1.1" 200 607 0.130001 10.0.0.249 - - [2025-11-03 02:36:40] "POST /ref-update HTTP/1.1" 200 156 0.029646 10.0.0.249 - - [2025-11-03 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.002923 10.0.0.249 - - [2025-11-03 02:36:40] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005636 10.0.0.249 - - [2025-11-03 02:36:40] "POST /neutron/network HTTP/1.1" 200 826 0.006342 10.0.0.249 - - [2025-11-03 02:36:40] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007237 10.0.0.249 - - [2025-11-03 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003794 10.0.0.249 - - [2025-11-03 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2025-11-03 02:36:41] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.249 - - [2025-11-03 02:36:41] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048818 10.0.0.249 - - [2025-11-03 02:36:41] "POST /network-policys HTTP/1.1" 200 571 0.028354 10.0.0.249 - - [2025-11-03 02:36:41] "GET /network-policy/2e67c1bf-a490-47ea-bf1b-f6706587be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006183 10.0.0.249 - - [2025-11-03 02:36:41] "POST /neutron/network HTTP/1.1" 200 826 0.007060 10.0.0.249 - - [2025-11-03 02:36:41] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006879 10.0.0.249 - - [2025-11-03 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.249 - - [2025-11-03 02:36:41] "GET /network-policy/2e67c1bf-a490-47ea-bf1b-f6706587be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004326 10.0.0.249 - - [2025-11-03 02:36:41] "POST /neutron/network HTTP/1.1" 200 826 0.005865 10.0.0.249 - - [2025-11-03 02:36:41] "PUT /access-control-list/178a2937-1559-4182-b381-e33f045dc32c HTTP/1.1" 200 272 0.065439 10.0.0.249 - - [2025-11-03 02:36:41] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007728 10.0.0.249 - - [2025-11-03 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.249 - - [2025-11-03 02:36:41] "GET /network-policy/2e67c1bf-a490-47ea-bf1b-f6706587be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004206 10.0.0.249 - - [2025-11-03 02:36:41] "POST /ref-update HTTP/1.1" 200 156 0.029371 10.0.0.249 - - [2025-11-03 02:36:42] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006130 10.0.0.61 - - [2025-11-03 02:36:43] "GET /obj-perms HTTP/1.1" 200 5075 0.073749 10.0.0.249 - - [2025-11-03 02:36:43] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005930 10.0.0.23 - - [2025-11-03 02:36:44] "GET /obj-perms HTTP/1.1" 200 5053 0.042983 10.0.0.249 - - [2025-11-03 02:36:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001228 10.0.0.249 - - [2025-11-03 02:36:44] "POST /neutron/network HTTP/1.1" 200 938 0.006923 10.0.0.23 - - [2025-11-03 02:36:45] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.249 - - [2025-11-03 02:36:45] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064707 10.0.0.249 - - [2025-11-03 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.005912 10.0.0.249 - - [2025-11-03 02:36:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001171 10.0.0.249 - - [2025-11-03 02:36:45] "POST /neutron/network HTTP/1.1" 200 938 0.007245 10.0.0.249 - - [2025-11-03 02:36:46] "POST /neutron/port HTTP/1.1" 200 1062 0.015015 10.0.0.23 - - [2025-11-03 02:36:46] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.249 - - [2025-11-03 02:36:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.249 - - [2025-11-03 02:36:46] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.078989 10.0.0.249 - - [2025-11-03 02:36:46] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.249 - - [2025-11-03 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008969 10.0.0.249 - - [2025-11-03 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008609 10.0.0.249 - - [2025-11-03 02:36:47] "POST /neutron/port HTTP/1.1" 200 1062 0.014169 10.0.0.249 - - [2025-11-03 02:36:47] "POST /neutron/port HTTP/1.1" 200 1090 0.017195 10.0.0.249 - - [2025-11-03 02:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.249 - - [2025-11-03 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007561 10.0.0.249 - - [2025-11-03 02:36:51] "POST /neutron/port HTTP/1.1" 200 1090 0.018702 10.0.0.249 - - [2025-11-03 02:36:51] "GET /virtual-machine/5af29bd1-ecc3-4ec8-9c11-0e3de700ecc3 HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-11-03 02:36:52] "GET /virtual-machine/5af29bd1-ecc3-4ec8-9c11-0e3de700ecc3 HTTP/1.1" 200 1294 0.025417 10.0.0.249 - - [2025-11-03 02:36:52] "GET /virtual-machine-interface/bed3fdc3-3d56-4938-aa8f-84940fc8952c HTTP/1.1" 200 2952 0.006390 10.0.0.249 - - [2025-11-03 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.249 - - [2025-11-03 02:36:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004205 10.0.0.249 - - [2025-11-03 02:36:52] "GET /virtual-networks?parent_id=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002805 10.0.0.249 - - [2025-11-03 02:36:52] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005397 10.0.0.249 - - [2025-11-03 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.249 - - [2025-11-03 02:36:55] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007001 10.0.0.249 - - [2025-11-03 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.249 - - [2025-11-03 02:36:59] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005203 10.0.0.249 - - [2025-11-03 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.249 - - [2025-11-03 02:37:03] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005352 10.0.0.249 - - [2025-11-03 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.249 - - [2025-11-03 02:37:07] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005084 10.0.0.249 - - [2025-11-03 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.249 - - [2025-11-03 02:37:11] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008915 10.0.0.249 - - [2025-11-03 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.249 - - [2025-11-03 02:37:15] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005202 10.0.0.249 - - [2025-11-03 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.249 - - [2025-11-03 02:37:19] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005451 10.0.0.249 - - [2025-11-03 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.249 - - [2025-11-03 02:37:24] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004114 10.0.0.249 - - [2025-11-03 02:37:24] "GET /virtual-networks?parent_id=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003055 10.0.0.249 - - [2025-11-03 02:37:24] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005953 10.0.0.249 - - [2025-11-03 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009672 10.0.0.23 - - [2025-11-03 02:37:24] "DELETE /project/92058859ad05436696bb1750e2abc6a2 HTTP/1.1" 404 173 0.003814 10.0.0.23 - - [2025-11-03 02:37:24] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001647 10.0.0.23 - - [2025-11-03 02:37:24] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.066183 10.0.0.23 - - [2025-11-03 02:37:24] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002621 10.0.0.23 - - [2025-11-03 02:37:24] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?fields=security_groups HTTP/1.1" 200 1392 0.065571 10.0.0.23 - - [2025-11-03 02:37:24] "DELETE /security-group/75915a5a-2336-47bd-8f06-02fdb3f97173 HTTP/1.1" 200 115 0.053249 10.0.0.23 - - [2025-11-03 02:37:25] "GET /projects?obj_uuids=92aa7c09-1470-4c34-b0d6-cb6f4369ecc1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001276 10.0.0.23 - - [2025-11-03 02:37:25] "GET /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1?fields=application_policy_sets HTTP/1.1" 200 1431 0.061612 10.0.0.249 - - [2025-11-03 02:37:25] "DELETE /access-control-list/9d38aaae-eddb-43de-9e2f-8389b0d84333 HTTP/1.1" 200 115 0.053206 10.0.0.23 - - [2025-11-03 02:37:25] "DELETE /project/92aa7c09-1470-4c34-b0d6-cb6f4369ecc1 HTTP/1.1" 200 115 0.483813 10.0.0.249 - - [2025-11-03 02:37:32] "POST /neutron/port HTTP/1.1" 200 1090 0.014321 10.0.0.249 - - [2025-11-03 02:37:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008311 10.0.0.249 - - [2025-11-03 02:37:44] "GET /obj-perms HTTP/1.1" 200 5075 0.046481 10.0.0.249 - - [2025-11-03 02:37:44] "POST /neutron/port HTTP/1.1" 200 1090 0.017450 10.0.0.249 - - [2025-11-03 02:37:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007591 10.0.0.249 - - [2025-11-03 02:37:45] "GET /virtual-machine/05a354dc-84ac-4fdc-b279-9015f3f42ce1 HTTP/1.1" 200 1293 0.006052 10.0.0.249 - - [2025-11-03 02:37:45] "GET /virtual-machine-interface/9d7ecbf8-3eb2-4ce1-95bc-110fafbd8ccf HTTP/1.1" 200 2952 0.005797 10.0.0.249 - - [2025-11-03 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.249 - - [2025-11-03 02:37:45] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004291 10.0.0.249 - - [2025-11-03 02:37:45] "GET /virtual-networks?parent_id=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002879 10.0.0.249 - - [2025-11-03 02:37:45] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006043 10.0.0.249 - - [2025-11-03 02:37:45] "POST /neutron/port HTTP/1.1" 200 1090 0.017060 10.0.0.249 - - [2025-11-03 02:37:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.249 - - [2025-11-03 02:37:45] "POST /neutron/network HTTP/1.1" 200 928 0.007772 10.0.0.249 - - [2025-11-03 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-11-03 02:37:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004484 10.0.0.249 - - [2025-11-03 02:37:46] "GET /virtual-networks?parent_id=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003275 10.0.0.249 - - [2025-11-03 02:37:46] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005826 10.0.0.249 - - [2025-11-03 02:37:49] "POST /neutron/port HTTP/1.1" 200 1090 0.015296 10.0.0.249 - - [2025-11-03 02:37:50] "POST /neutron/port HTTP/1.1" 200 1090 0.014998 10.0.0.249 - - [2025-11-03 02:37:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.009160 10.0.0.249 - - [2025-11-03 02:37:51] "POST /neutron/port HTTP/1.1" 200 1090 0.013690 10.0.0.249 - - [2025-11-03 02:37:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009505 10.0.0.249 - - [2025-11-03 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2025-11-03 02:38:41] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.249 - - [2025-11-03 02:38:41] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040345 10.0.0.249 - - [2025-11-03 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-11-03 02:38:41] "PUT /network-policy/2e67c1bf-a490-47ea-bf1b-f6706587be68 HTTP/1.1" 200 262 0.013682 10.0.0.249 - - [2025-11-03 02:38:42] "PUT /access-control-list/2a2904af-6ad6-4e8a-afc2-5b07d7283479 HTTP/1.1" 200 272 0.081749 10.0.0.249 - - [2025-11-03 02:38:45] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005431 10.0.0.249 - - [2025-11-03 02:38:45] "POST /neutron/network HTTP/1.1" 200 826 0.028285 10.0.0.249 - - [2025-11-03 02:38:45] "GET /virtual-network/e5ecacec-c6d4-401d-a9bc-2b8672d139a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.013212 10.0.0.249 - - [2025-11-03 02:38:45] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008144 10.0.0.249 - - [2025-11-03 02:38:45] "DELETE /access-control-list/178a2937-1559-4182-b381-e33f045dc32c HTTP/1.1" 200 115 0.043126 10.0.0.249 - - [2025-11-03 02:38:45] "POST /neutron/network HTTP/1.1" 200 826 0.014179 10.0.0.249 - - [2025-11-03 02:38:45] "GET /virtual-network/7f5faef5-4314-411e-8700-5bfdcb7fc197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010730 10.0.0.249 - - [2025-11-03 02:38:45] "DELETE /network-policy/2e67c1bf-a490-47ea-bf1b-f6706587be68 HTTP/1.1" 200 115 0.042283 10.0.0.249 - - [2025-11-03 02:38:46] "POST /neutron/port HTTP/1.1" 200 1090 0.014722 10.0.0.249 - - [2025-11-03 02:38:46] "POST /neutron/port HTTP/1.1" 200 151 0.170787 10.0.0.249 - - [2025-11-03 02:38:48] "POST /neutron/network HTTP/1.1" 200 826 0.006754 10.0.0.23 - - [2025-11-03 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003897 10.0.0.249 - - [2025-11-03 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.23 - - [2025-11-03 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003149 10.0.0.249 - - [2025-11-03 02:38:48] "POST /neutron/network HTTP/1.1" 200 151 0.124007 10.0.0.23 - - [2025-11-03 02:38:50] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.249 - - [2025-11-03 02:38:50] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046537 10.0.0.23 - - [2025-11-03 02:38:50] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.249 - - [2025-11-03 02:38:50] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?fields=virtual_networks HTTP/1.1" 200 1047 0.042690 10.0.0.23 - - [2025-11-03 02:38:50] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003174 10.0.0.249 - - [2025-11-03 02:38:50] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.045075 10.0.0.23 - - [2025-11-03 02:38:50] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.249 - - [2025-11-03 02:38:50] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?fields=security_groups HTTP/1.1" 200 1275 0.037648 10.0.0.249 - - [2025-11-03 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.028594 10.0.0.23 - - [2025-11-03 02:38:51] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793 10.0.0.23 - - [2025-11-03 02:38:51] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.23 - - [2025-11-03 02:38:51] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008157 10.0.0.23 - - [2025-11-03 02:38:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.002622 10.0.0.23 - - [2025-11-03 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.014540 10.0.0.23 - - [2025-11-03 02:38:51] "POST /security-groups HTTP/1.1" 200 603 0.073440 10.0.0.23 - - [2025-11-03 02:38:51] "POST /projects HTTP/1.1" 200 609 0.289873 10.0.0.249 - - [2025-11-03 02:38:51] "POST /access-control-lists HTTP/1.1" 200 608 0.026447 10.0.0.23 - - [2025-11-03 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.357362 10.0.0.249 - - [2025-11-03 02:38:51] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.510514 10.0.0.249 - - [2025-11-03 02:38:52] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.249 - - [2025-11-03 02:38:56] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000667 10.0.0.23 - - [2025-11-03 02:38:56] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.249 - - [2025-11-03 02:38:56] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.088000 10.0.0.249 - - [2025-11-03 02:38:56] "GET / HTTP/1.1" 200 35931 0.004078 10.0.0.249 - - [2025-11-03 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2025-11-03 02:38:57] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.249 - - [2025-11-03 02:38:57] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006891 10.0.0.249 - - [2025-11-03 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2025-11-03 02:38:57] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.249 - - [2025-11-03 02:38:57] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046692 10.0.0.249 - - [2025-11-03 02:38:58] "GET /domains HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-11-03 02:38:58] "GET /domains HTTP/1.1" 200 280 0.022501 10.0.0.23 - - [2025-11-03 02:38:58] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.249 - - [2025-11-03 02:38:58] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1 HTTP/1.1" 200 2966 0.009716 10.0.0.23 - - [2025-11-03 02:38:58] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.249 - - [2025-11-03 02:38:58] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9 HTTP/1.1" 200 1935 0.099020 10.0.0.249 - - [2025-11-03 02:38:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004783 10.0.0.249 - - [2025-11-03 02:38:58] "POST /network-ipams HTTP/1.1" 200 621 0.031536 10.0.0.249 - - [2025-11-03 02:38:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003986 10.0.0.249 - - [2025-11-03 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.249 - - [2025-11-03 02:38:59] "GET /network-ipam/c6565801-5e01-436f-86b6-04eece725d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006552 10.0.0.249 - - [2025-11-03 02:38:59] "PUT /network-ipam/c6565801-5e01-436f-86b6-04eece725d48 HTTP/1.1" 200 258 0.014614 10.0.0.249 - - [2025-11-03 02:38:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2025-11-03 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022037 10.0.0.23 - - [2025-11-03 02:38:59] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.249 - - [2025-11-03 02:38:59] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045377 10.0.0.249 - - [2025-11-03 02:39:00] "POST /route-targets HTTP/1.1" 200 327 0.014058 10.0.0.23 - - [2025-11-03 02:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.009235 10.0.0.249 - - [2025-11-03 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.267184 10.0.0.249 - - [2025-11-03 02:39:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.015121 10.0.0.249 - - [2025-11-03 02:39:00] "POST /neutron/network HTTP/1.1" 200 1337 0.014419 10.0.0.249 - - [2025-11-03 02:39:00] "POST /id-to-fqname HTTP/1.1" 200 235 0.001074 10.0.0.249 - - [2025-11-03 02:39:00] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005169 10.0.0.249 - - [2025-11-03 02:39:00] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005875 10.0.0.249 - - [2025-11-03 02:39:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.010539 10.0.0.249 - - [2025-11-03 02:39:01] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006854 10.0.0.61 - - [2025-11-03 02:39:02] "GET /obj-perms HTTP/1.1" 200 5038 0.043516 10.0.0.249 - - [2025-11-03 02:39:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.003190 10.0.0.249 - - [2025-11-03 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-11-03 02:39:02] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.249 - - [2025-11-03 02:39:02] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.070378 10.0.0.249 - - [2025-11-03 02:39:02] "POST /network-policys HTTP/1.1" 200 563 0.076487 10.0.0.249 - - [2025-11-03 02:39:03] "GET /network-policy/4e652617-5cc3-4a99-ad73-94ede528e60a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008388 10.0.0.249 - - [2025-11-03 02:39:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002920 10.0.0.249 - - [2025-11-03 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.23 - - [2025-11-03 02:39:03] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.020639 10.0.0.249 - - [2025-11-03 02:39:03] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.064270 10.0.0.249 - - [2025-11-03 02:39:03] "POST /network-policys HTTP/1.1" 200 563 0.092873 10.0.0.249 - - [2025-11-03 02:39:03] "GET /network-policy/55c58bee-98fa-45cc-970e-b4c4e43966d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.012469 10.0.0.249 - - [2025-11-03 02:39:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002818 10.0.0.249 - - [2025-11-03 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.23 - - [2025-11-03 02:39:03] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001597 10.0.0.249 - - [2025-11-03 02:39:03] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051106 10.0.0.249 - - [2025-11-03 02:39:03] "POST /network-policys HTTP/1.1" 200 563 0.077412 10.0.0.249 - - [2025-11-03 02:39:03] "GET /network-policy/bae1d365-5e59-4078-9b94-2ca664f946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007627 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003123 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2025-11-03 02:39:04] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.249 - - [2025-11-03 02:39:04] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.048187 10.0.0.249 - - [2025-11-03 02:39:04] "POST /network-policys HTTP/1.1" 200 563 0.072313 10.0.0.249 - - [2025-11-03 02:39:04] "GET /network-policy/a7d49db5-5af9-47ea-9b90-27170f07855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007655 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002932 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2025-11-03 02:39:04] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.249 - - [2025-11-03 02:39:04] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035141 10.0.0.249 - - [2025-11-03 02:39:04] "POST /network-policys HTTP/1.1" 200 563 0.076883 10.0.0.249 - - [2025-11-03 02:39:04] "GET /network-policy/c7173270-12da-4f73-8514-33e1da1adfbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006500 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003460 10.0.0.249 - - [2025-11-03 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.23 - - [2025-11-03 02:39:04] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001322 10.0.0.249 - - [2025-11-03 02:39:04] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050032 10.0.0.249 - - [2025-11-03 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.091484 10.0.0.249 - - [2025-11-03 02:39:05] "GET /network-policy/79eb575a-1c69-496a-8265-b31e58d22ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007888 10.0.0.249 - - [2025-11-03 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003710 10.0.0.249 - - [2025-11-03 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.23 - - [2025-11-03 02:39:05] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001428 10.0.0.249 - - [2025-11-03 02:39:05] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040115 10.0.0.249 - - [2025-11-03 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.076621 10.0.0.249 - - [2025-11-03 02:39:05] "GET /network-policy/0c7b467f-ef0e-4bc4-a3b1-67fb051ef7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006532 10.0.0.249 - - [2025-11-03 02:39:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002988 10.0.0.249 - - [2025-11-03 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-11-03 02:39:05] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.249 - - [2025-11-03 02:39:05] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041967 10.0.0.249 - - [2025-11-03 02:39:05] "POST /network-policys HTTP/1.1" 200 563 0.071983 10.0.0.249 - - [2025-11-03 02:39:05] "GET /network-policy/74a3d827-72c2-41db-b76e-e7d63e1f8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006223 10.0.0.249 - - [2025-11-03 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002856 10.0.0.249 - - [2025-11-03 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.23 - - [2025-11-03 02:39:06] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.249 - - [2025-11-03 02:39:06] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036411 10.0.0.249 - - [2025-11-03 02:39:06] "POST /network-policys HTTP/1.1" 200 563 0.072336 10.0.0.249 - - [2025-11-03 02:39:06] "GET /network-policy/0024481e-6eaa-4337-aa21-5e851b7a34e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006500 10.0.0.249 - - [2025-11-03 02:39:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003403 10.0.0.249 - - [2025-11-03 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.23 - - [2025-11-03 02:39:06] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.249 - - [2025-11-03 02:39:06] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.034360 10.0.0.249 - - [2025-11-03 02:39:06] "POST /network-policys HTTP/1.1" 200 563 0.072458 10.0.0.249 - - [2025-11-03 02:39:06] "GET /network-policy/2e7deeca-8859-442e-8bd4-ffe6dae35a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006071 10.0.0.249 - - [2025-11-03 02:39:07] "POST /neutron/network HTTP/1.1" 200 1337 0.012046 10.0.0.249 - - [2025-11-03 02:39:07] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.010610 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/0024481e-6eaa-4337-aa21-5e851b7a34e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004721 10.0.0.249 - - [2025-11-03 02:39:07] "POST /access-control-lists HTTP/1.1" 200 609 0.123502 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.038728 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/0c7b467f-ef0e-4bc4-a3b1-67fb051ef7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004265 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/2e7deeca-8859-442e-8bd4-ffe6dae35a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.015908 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/4e652617-5cc3-4a99-ad73-94ede528e60a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003930 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/55c58bee-98fa-45cc-970e-b4c4e43966d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005115 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/74a3d827-72c2-41db-b76e-e7d63e1f8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006695 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/79eb575a-1c69-496a-8265-b31e58d22ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004334 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/a7d49db5-5af9-47ea-9b90-27170f07855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007913 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/bae1d365-5e59-4078-9b94-2ca664f946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007001 10.0.0.249 - - [2025-11-03 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-11-03 02:39:07] "GET /network-policy/c7173270-12da-4f73-8514-33e1da1adfbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005552 10.0.0.249 - - [2025-11-03 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001519 10.0.0.249 - - [2025-11-03 02:39:08] "POST /neutron/network HTTP/1.1" 200 2260 0.007946 10.0.0.23 - - [2025-11-03 02:39:08] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.249 - - [2025-11-03 02:39:08] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062609 10.0.0.249 - - [2025-11-03 02:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.006079 10.0.0.23 - - [2025-11-03 02:39:09] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.249 - - [2025-11-03 02:39:09] "POST /neutron/port HTTP/1.1" 200 1174 0.365426 10.0.0.249 - - [2025-11-03 02:39:09] "POST /neutron/port HTTP/1.1" 200 1228 0.127844 10.0.0.249 - - [2025-11-03 02:39:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.249 - - [2025-11-03 02:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.249 - - [2025-11-03 02:39:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007620 10.0.0.249 - - [2025-11-03 02:39:14] "POST /neutron/port HTTP/1.1" 200 1202 0.015510 10.0.0.249 - - [2025-11-03 02:39:14] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-11-03 02:39:14] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 200 1304 0.026293 10.0.0.249 - - [2025-11-03 02:39:14] "GET /virtual-machine-interface/480f877f-12ee-4aa6-8227-833156567719 HTTP/1.1" 200 3168 0.005176 10.0.0.249 - - [2025-11-03 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-11-03 02:39:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003261 10.0.0.249 - - [2025-11-03 02:39:14] "GET /virtual-networks?parent_id=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002595 10.0.0.249 - - [2025-11-03 02:39:14] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005897 10.0.0.249 - - [2025-11-03 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.249 - - [2025-11-03 02:39:17] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006386 10.0.0.249 - - [2025-11-03 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-11-03 02:39:22] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005407 10.0.0.23 - - [2025-11-03 02:39:25] "DELETE /project/a6b9e6d112e240f5986a54d14d9751e9 HTTP/1.1" 404 173 0.029480 10.0.0.23 - - [2025-11-03 02:39:25] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.23 - - [2025-11-03 02:39:25] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.048418 10.0.0.23 - - [2025-11-03 02:39:25] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.23 - - [2025-11-03 02:39:25] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?fields=security_groups HTTP/1.1" 200 1380 0.041731 10.0.0.23 - - [2025-11-03 02:39:25] "DELETE /security-group/b27955c3-9760-4086-a03f-67027ffea52b HTTP/1.1" 200 115 0.050659 10.0.0.23 - - [2025-11-03 02:39:25] "GET /projects?obj_uuids=92058859-ad05-4366-96bb-1750e2abc6a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.23 - - [2025-11-03 02:39:25] "GET /project/92058859-ad05-4366-96bb-1750e2abc6a2?fields=application_policy_sets HTTP/1.1" 200 1419 0.060343 10.0.0.249 - - [2025-11-03 02:39:25] "DELETE /access-control-list/3b017958-11d9-4bc6-afbc-00dfd2432300 HTTP/1.1" 200 115 0.057517 10.0.0.23 - - [2025-11-03 02:39:25] "DELETE /project/92058859-ad05-4366-96bb-1750e2abc6a2 HTTP/1.1" 200 115 0.446807 10.0.0.249 - - [2025-11-03 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-11-03 02:39:26] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006376 10.0.0.249 - - [2025-11-03 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.249 - - [2025-11-03 02:39:30] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.010855 10.0.0.249 - - [2025-11-03 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-11-03 02:39:34] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005684 10.0.0.249 - - [2025-11-03 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.249 - - [2025-11-03 02:39:38] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005924 10.0.0.249 - - [2025-11-03 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.249 - - [2025-11-03 02:39:42] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005937 10.0.0.23 - - [2025-11-03 02:39:46] "GET /obj-perms HTTP/1.1" 200 5075 0.041120 10.0.0.249 - - [2025-11-03 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.249 - - [2025-11-03 02:39:46] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006098 10.0.0.249 - - [2025-11-03 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-11-03 02:39:48] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057 10.0.0.249 - - [2025-11-03 02:39:48] "GET /virtual-networks?parent_id=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003528 10.0.0.249 - - [2025-11-03 02:39:48] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006842 10.0.0.249 - - [2025-11-03 02:39:49] "POST /neutron/port HTTP/1.1" 200 1202 0.042425 10.0.0.249 - - [2025-11-03 02:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003620 10.0.0.249 - - [2025-11-03 02:39:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015698 10.0.0.249 - - [2025-11-03 02:39:49] "POST /neutron/network HTTP/1.1" 200 2250 0.011206 10.0.0.249 - - [2025-11-03 02:39:56] "POST /neutron/port HTTP/1.1" 200 1202 0.016906 10.0.0.249 - - [2025-11-03 02:39:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006905 10.0.0.249 - - [2025-11-03 02:40:09] "POST /neutron/port HTTP/1.1" 200 1202 0.015730 10.0.0.249 - - [2025-11-03 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007301 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/4e652617-5cc3-4a99-ad73-94ede528e60a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003709 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/55c58bee-98fa-45cc-970e-b4c4e43966d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004408 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/bae1d365-5e59-4078-9b94-2ca664f946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004874 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/a7d49db5-5af9-47ea-9b90-27170f07855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004898 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/c7173270-12da-4f73-8514-33e1da1adfbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004833 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/79eb575a-1c69-496a-8265-b31e58d22ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005311 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/0c7b467f-ef0e-4bc4-a3b1-67fb051ef7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004304 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/74a3d827-72c2-41db-b76e-e7d63e1f8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004070 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/0024481e-6eaa-4337-aa21-5e851b7a34e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004739 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/2e7deeca-8859-442e-8bd4-ffe6dae35a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005169 10.0.0.249 - - [2025-11-03 02:40:10] "POST /neutron/network HTTP/1.1" 200 1440 0.014853 10.0.0.249 - - [2025-11-03 02:40:10] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005396 10.0.0.249 - - [2025-11-03 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-11-03 02:40:10] "GET /network-policy/4e652617-5cc3-4a99-ad73-94ede528e60a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004822 10.0.0.249 - - [2025-11-03 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.030209 10.0.0.249 - - [2025-11-03 02:40:16] "POST /neutron/network HTTP/1.1" 200 1440 0.012755 10.0.0.249 - - [2025-11-03 02:40:16] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006343 10.0.0.249 - - [2025-11-03 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.249 - - [2025-11-03 02:40:16] "GET /network-policy/55c58bee-98fa-45cc-970e-b4c4e43966d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005278 10.0.0.23 - - [2025-11-03 02:40:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.23 - - [2025-11-03 02:40:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2025-11-03 02:40:21] "PUT /access-control-list/60bd7f11-1ab4-4b1a-94a4-8217bb6b60bb HTTP/1.1" 200 272 0.056506 10.0.0.249 - - [2025-11-03 02:40:21] "POST /neutron/network HTTP/1.1" 200 1440 0.025308 10.0.0.249 - - [2025-11-03 02:40:21] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006478 10.0.0.249 - - [2025-11-03 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.249 - - [2025-11-03 02:40:21] "GET /network-policy/bae1d365-5e59-4078-9b94-2ca664f946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004879 10.0.0.23 - - [2025-11-03 02:40:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.23 - - [2025-11-03 02:40:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.61 - - [2025-11-03 02:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.61 - - [2025-11-03 02:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.249 - - [2025-11-03 02:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-11-03 02:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.61 - - [2025-11-03 02:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.61 - - [2025-11-03 02:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-11-03 02:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 02:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2025-11-03 02:40:26] "POST /neutron/network HTTP/1.1" 200 1440 0.029052 10.0.0.249 - - [2025-11-03 02:40:26] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005902 10.0.0.249 - - [2025-11-03 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.249 - - [2025-11-03 02:40:26] "GET /network-policy/a7d49db5-5af9-47ea-9b90-27170f07855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004217 10.0.0.249 - - [2025-11-03 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004915 10.0.0.249 - - [2025-11-03 02:40:31] "POST /neutron/network HTTP/1.1" 200 1440 0.015273 10.0.0.249 - - [2025-11-03 02:40:31] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005229 10.0.0.249 - - [2025-11-03 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.249 - - [2025-11-03 02:40:32] "GET /network-policy/c7173270-12da-4f73-8514-33e1da1adfbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004092 10.0.0.249 - - [2025-11-03 02:40:37] "PUT /access-control-list/60bd7f11-1ab4-4b1a-94a4-8217bb6b60bb HTTP/1.1" 200 272 0.060285 10.0.0.249 - - [2025-11-03 02:40:37] "POST /neutron/network HTTP/1.1" 200 1440 0.022171 10.0.0.249 - - [2025-11-03 02:40:37] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006065 10.0.0.249 - - [2025-11-03 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-11-03 02:40:37] "GET /network-policy/79eb575a-1c69-496a-8265-b31e58d22ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004164 10.0.0.249 - - [2025-11-03 02:40:42] "POST /neutron/network HTTP/1.1" 200 1440 0.028004 10.0.0.249 - - [2025-11-03 02:40:42] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005849 10.0.0.249 - - [2025-11-03 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.249 - - [2025-11-03 02:40:42] "GET /network-policy/0c7b467f-ef0e-4bc4-a3b1-67fb051ef7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005173 10.0.0.249 - - [2025-11-03 02:40:46] "GET /obj-perms HTTP/1.1" 200 5075 0.039235 10.0.0.249 - - [2025-11-03 02:40:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004502 10.0.0.249 - - [2025-11-03 02:40:47] "POST /neutron/network HTTP/1.1" 200 1440 0.014220 10.0.0.249 - - [2025-11-03 02:40:47] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.015263 10.0.0.249 - - [2025-11-03 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005803 10.0.0.249 - - [2025-11-03 02:40:47] "GET /network-policy/74a3d827-72c2-41db-b76e-e7d63e1f8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004704 10.0.0.249 - - [2025-11-03 02:40:50] "POST /neutron/network HTTP/1.1" 200 1450 0.007751 10.0.0.249 - - [2025-11-03 02:40:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016444 10.0.0.249 - - [2025-11-03 02:40:51] "POST /neutron/network HTTP/1.1" 200 1440 0.012503 10.0.0.249 - - [2025-11-03 02:40:52] "PUT /access-control-list/60bd7f11-1ab4-4b1a-94a4-8217bb6b60bb HTTP/1.1" 200 272 0.022725 10.0.0.249 - - [2025-11-03 02:40:52] "POST /neutron/network HTTP/1.1" 200 1440 0.024139 10.0.0.249 - - [2025-11-03 02:40:52] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005292 10.0.0.249 - - [2025-11-03 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.249 - - [2025-11-03 02:40:53] "GET /network-policy/0024481e-6eaa-4337-aa21-5e851b7a34e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004283 10.0.0.249 - - [2025-11-03 02:40:58] "POST /neutron/network HTTP/1.1" 200 1440 0.017844 10.0.0.249 - - [2025-11-03 02:40:58] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004595 10.0.0.249 - - [2025-11-03 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2025-11-03 02:40:58] "GET /network-policy/2e7deeca-8859-442e-8bd4-ffe6dae35a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004350 10.0.0.249 - - [2025-11-03 02:41:03] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 200 1304 0.004231 10.0.0.249 - - [2025-11-03 02:41:04] "POST /neutron/port HTTP/1.1" 200 151 0.231508 10.0.0.249 - - [2025-11-03 02:41:05] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 404 171 0.003334 10.0.0.249 - - [2025-11-03 02:41:05] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 404 171 0.003499 10.0.0.249 - - [2025-11-03 02:41:05] "GET /virtual-machine/81729c97-b6ae-4751-8eb1-2aa549022afc HTTP/1.1" 404 171 0.003057 10.0.0.249 - - [2025-11-03 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.249 - - [2025-11-03 02:41:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.249 - - [2025-11-03 02:41:05] "GET /virtual-networks?parent_id=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003116 10.0.0.249 - - [2025-11-03 02:41:05] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005977 10.0.0.249 - - [2025-11-03 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.249 - - [2025-11-03 02:41:05] "GET /routing-instance/f11f1dc8-009e-474f-a247-c665a01d6c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004325 10.0.0.249 - - [2025-11-03 02:41:05] "GET /route-target/f717c5fd-f498-4ec1-b462-103aa178ca99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004901 10.0.0.249 - - [2025-11-03 02:41:09] "GET /obj-perms HTTP/1.1" 200 5038 0.040100 10.0.0.249 - - [2025-11-03 02:41:12] "GET /obj-perms HTTP/1.1" 200 5038 0.005087 10.0.0.249 - - [2025-11-03 02:41:18] "GET /obj-perms HTTP/1.1" 200 5038 0.003692 10.0.0.249 - - [2025-11-03 02:41:21] "GET /obj-perms HTTP/1.1" 200 5038 0.003688 10.0.0.249 - - [2025-11-03 02:41:27] "GET /obj-perms HTTP/1.1" 200 5038 0.004598 10.0.0.249 - - [2025-11-03 02:41:30] "GET /obj-perms HTTP/1.1" 200 5038 0.003980 10.0.0.61 - - [2025-11-03 02:41:30] "GET /obj-perms HTTP/1.1" 200 5038 0.003279 10.0.0.249 - - [2025-11-03 02:41:30] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008923 10.0.0.249 - - [2025-11-03 02:41:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.006141 10.0.0.249 - - [2025-11-03 02:41:30] "POST /neutron/network HTTP/1.1" 200 1337 0.014482 10.0.0.249 - - [2025-11-03 02:41:30] "GET /virtual-network/de61dd64-5bcd-48c4-86fa-e183919288c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005838 10.0.0.249 - - [2025-11-03 02:41:31] "DELETE /network-policy/2e7deeca-8859-442e-8bd4-ffe6dae35a6b HTTP/1.1" 200 115 0.035659 10.0.0.249 - - [2025-11-03 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007051 10.0.0.23 - - [2025-11-03 02:41:31] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275 10.0.0.249 - - [2025-11-03 02:41:31] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046886 10.0.0.249 - - [2025-11-03 02:41:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005619 10.0.0.249 - - [2025-11-03 02:41:31] "DELETE /network-policy/0024481e-6eaa-4337-aa21-5e851b7a34e9 HTTP/1.1" 200 115 0.032367 10.0.0.249 - - [2025-11-03 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.23 - - [2025-11-03 02:41:31] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.249 - - [2025-11-03 02:41:31] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.057253 10.0.0.249 - - [2025-11-03 02:41:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005473 10.0.0.249 - - [2025-11-03 02:41:31] "DELETE /network-policy/74a3d827-72c2-41db-b76e-e7d63e1f8ddb HTTP/1.1" 200 115 0.039685 10.0.0.249 - - [2025-11-03 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2025-11-03 02:41:31] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.249 - - [2025-11-03 02:41:31] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041001 10.0.0.249 - - [2025-11-03 02:41:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005738 10.0.0.249 - - [2025-11-03 02:41:31] "DELETE /network-policy/0c7b467f-ef0e-4bc4-a3b1-67fb051ef7bb HTTP/1.1" 200 115 0.038704 10.0.0.249 - - [2025-11-03 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2025-11-03 02:41:31] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.249 - - [2025-11-03 02:41:31] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043016 10.0.0.249 - - [2025-11-03 02:41:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.008520 10.0.0.249 - - [2025-11-03 02:41:31] "DELETE /network-policy/79eb575a-1c69-496a-8265-b31e58d22ae4 HTTP/1.1" 200 115 0.045472 10.0.0.249 - - [2025-11-03 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2025-11-03 02:41:31] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.249 - - [2025-11-03 02:41:31] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052166 10.0.0.249 - - [2025-11-03 02:41:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005560 10.0.0.249 - - [2025-11-03 02:41:32] "DELETE /network-policy/c7173270-12da-4f73-8514-33e1da1adfbd HTTP/1.1" 200 115 0.038322 10.0.0.249 - - [2025-11-03 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.23 - - [2025-11-03 02:41:32] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.249 - - [2025-11-03 02:41:32] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042335 10.0.0.249 - - [2025-11-03 02:41:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.004872 10.0.0.249 - - [2025-11-03 02:41:32] "DELETE /network-policy/a7d49db5-5af9-47ea-9b90-27170f07855e HTTP/1.1" 200 115 0.041108 10.0.0.249 - - [2025-11-03 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008224 10.0.0.23 - - [2025-11-03 02:41:32] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.249 - - [2025-11-03 02:41:32] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045437 10.0.0.249 - - [2025-11-03 02:41:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005114 10.0.0.249 - - [2025-11-03 02:41:32] "DELETE /network-policy/bae1d365-5e59-4078-9b94-2ca664f946e8 HTTP/1.1" 200 115 0.030857 10.0.0.249 - - [2025-11-03 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006498 10.0.0.23 - - [2025-11-03 02:41:32] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.249 - - [2025-11-03 02:41:32] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045926 10.0.0.249 - - [2025-11-03 02:41:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005567 10.0.0.249 - - [2025-11-03 02:41:32] "DELETE /network-policy/55c58bee-98fa-45cc-970e-b4c4e43966d4 HTTP/1.1" 200 115 0.039943 10.0.0.249 - - [2025-11-03 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2025-11-03 02:41:32] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.249 - - [2025-11-03 02:41:32] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043792 10.0.0.249 - - [2025-11-03 02:41:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005977 10.0.0.249 - - [2025-11-03 02:41:32] "DELETE /network-policy/4e652617-5cc3-4a99-ad73-94ede528e60a HTTP/1.1" 200 115 0.042949 10.0.0.249 - - [2025-11-03 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-11-03 02:41:33] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.249 - - [2025-11-03 02:41:33] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043552 10.0.0.249 - - [2025-11-03 02:41:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-53905231&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.010296 10.0.0.249 - - [2025-11-03 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006485 10.0.0.249 - - [2025-11-03 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.249 - - [2025-11-03 02:41:33] "DELETE /network-ipam/c6565801-5e01-436f-86b6-04eece725d48 HTTP/1.1" 200 115 0.029553 10.0.0.249 - - [2025-11-03 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 260 0.005842 10.0.0.23 - - [2025-11-03 02:41:33] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.23 - - [2025-11-03 02:41:33] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.043769 10.0.0.23 - - [2025-11-03 02:41:33] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.23 - - [2025-11-03 02:41:33] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=security_groups HTTP/1.1" 200 1410 0.038186 10.0.0.23 - - [2025-11-03 02:41:33] "DELETE /security-group/a268b3ee-aca2-4d21-9d18-68718b8fd21c HTTP/1.1" 200 115 0.046188 10.0.0.23 - - [2025-11-03 02:41:33] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.23 - - [2025-11-03 02:41:33] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=application_policy_sets HTTP/1.1" 200 1449 0.061870 10.0.0.249 - - [2025-11-03 02:41:33] "DELETE /access-control-list/078b0049-5642-417c-8a50-ab171ca9bef0 HTTP/1.1" 200 115 0.053986 10.0.0.249 - - [2025-11-03 02:41:34] "DELETE /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9 HTTP/1.1" 200 115 0.394065 10.0.0.23 - - [2025-11-03 02:41:34] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001796 10.0.0.249 - - [2025-11-03 02:41:34] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?fields=projects HTTP/1.1" 200 1437 0.015301 10.0.0.23 - - [2025-11-03 02:41:36] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003155 10.0.0.23 - - [2025-11-03 02:41:36] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.23 - - [2025-11-03 02:41:36] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048877 10.0.0.23 - - [2025-11-03 02:41:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.002707 10.0.0.23 - - [2025-11-03 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.004397 10.0.0.23 - - [2025-11-03 02:41:37] "POST /security-groups HTTP/1.1" 200 603 0.074711 10.0.0.23 - - [2025-11-03 02:41:37] "POST /projects HTTP/1.1" 200 609 0.304625 10.0.0.249 - - [2025-11-03 02:41:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.010262 10.0.0.23 - - [2025-11-03 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.373188 10.0.0.249 - - [2025-11-03 02:41:37] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.544479 10.0.0.23 - - [2025-11-03 02:41:37] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.249 - - [2025-11-03 02:41:37] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=virtual_networks HTTP/1.1" 200 1067 0.050253 10.0.0.23 - - [2025-11-03 02:41:37] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001557 10.0.0.249 - - [2025-11-03 02:41:37] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.046825 10.0.0.23 - - [2025-11-03 02:41:37] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.249 - - [2025-11-03 02:41:37] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=security_groups HTTP/1.1" 200 1305 0.047074 10.0.0.249 - - [2025-11-03 02:41:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.021680 10.0.0.23 - - [2025-11-03 02:41:38] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003445 10.0.0.23 - - [2025-11-03 02:41:38] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.23 - - [2025-11-03 02:41:38] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007111 10.0.0.23 - - [2025-11-03 02:41:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.002986 10.0.0.23 - - [2025-11-03 02:41:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.003630 10.0.0.23 - - [2025-11-03 02:41:38] "POST /security-groups HTTP/1.1" 200 597 0.080261 10.0.0.23 - - [2025-11-03 02:41:38] "POST /projects HTTP/1.1" 200 597 0.285369 10.0.0.249 - - [2025-11-03 02:41:38] "POST /access-control-lists HTTP/1.1" 200 602 0.026819 10.0.0.23 - - [2025-11-03 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.351640 10.0.0.249 - - [2025-11-03 02:41:38] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.481932 10.0.0.249 - - [2025-11-03 02:41:39] "GET / HTTP/1.1" 200 35931 0.001615 10.0.0.249 - - [2025-11-03 02:41:41] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000523 10.0.0.23 - - [2025-11-03 02:41:42] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.249 - - [2025-11-03 02:41:42] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065942 10.0.0.249 - - [2025-11-03 02:41:42] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.249 - - [2025-11-03 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.23 - - [2025-11-03 02:41:43] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.249 - - [2025-11-03 02:41:43] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008370 10.0.0.249 - - [2025-11-03 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2025-11-03 02:41:43] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.249 - - [2025-11-03 02:41:43] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049314 10.0.0.249 - - [2025-11-03 02:41:44] "GET /domains HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-11-03 02:41:44] "GET /domains HTTP/1.1" 200 280 0.032443 10.0.0.23 - - [2025-11-03 02:41:44] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.249 - - [2025-11-03 02:41:44] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1 HTTP/1.1" 200 2970 0.009486 10.0.0.23 - - [2025-11-03 02:41:44] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000845 10.0.0.249 - - [2025-11-03 02:41:44] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023 HTTP/1.1" 200 1899 0.093736 10.0.0.249 - - [2025-11-03 02:41:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003132 10.0.0.249 - - [2025-11-03 02:41:44] "POST /network-ipams HTTP/1.1" 200 603 0.029443 10.0.0.249 - - [2025-11-03 02:41:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.002882 10.0.0.249 - - [2025-11-03 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.249 - - [2025-11-03 02:41:44] "GET /network-ipam/5c25885d-5456-4e7a-b5e4-167c463d61ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005838 10.0.0.249 - - [2025-11-03 02:41:44] "PUT /network-ipam/5c25885d-5456-4e7a-b5e4-167c463d61ff HTTP/1.1" 200 258 0.014203 10.0.0.249 - - [2025-11-03 02:41:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-11-03 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.024532 10.0.0.23 - - [2025-11-03 02:41:45] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.249 - - [2025-11-03 02:41:45] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041641 10.0.0.249 - - [2025-11-03 02:41:45] "POST /neutron/network HTTP/1.1" 200 117 0.039883 10.0.0.249 - - [2025-11-03 02:41:45] "POST /route-targets HTTP/1.1" 200 327 0.017045 10.0.0.23 - - [2025-11-03 02:41:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008293 10.0.0.249 - - [2025-11-03 02:41:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.194522 10.0.0.249 - - [2025-11-03 02:41:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001635 10.0.0.249 - - [2025-11-03 02:41:46] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005232 10.0.0.249 - - [2025-11-03 02:41:46] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006027 10.0.0.249 - - [2025-11-03 02:41:46] "POST /neutron/network HTTP/1.1" 200 1074 0.009414 10.0.0.249 - - [2025-11-03 02:41:46] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006103 10.0.0.249 - - [2025-11-03 02:41:47] "GET /obj-perms HTTP/1.1" 200 5032 0.067763 10.0.0.23 - - [2025-11-03 02:41:48] "GET /obj-perms HTTP/1.1" 200 5032 0.040321 10.0.0.249 - - [2025-11-03 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.23 - - [2025-11-03 02:41:48] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.249 - - [2025-11-03 02:41:48] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044464 10.0.0.249 - - [2025-11-03 02:41:48] "POST /neutron/network HTTP/1.1" 200 117 0.013176 10.0.0.249 - - [2025-11-03 02:41:49] "POST /ref-update HTTP/1.1" 200 156 0.023616 10.0.0.23 - - [2025-11-03 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008777 10.0.0.249 - - [2025-11-03 02:41:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.197954 10.0.0.249 - - [2025-11-03 02:41:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001355 10.0.0.249 - - [2025-11-03 02:41:49] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005693 10.0.0.249 - - [2025-11-03 02:41:49] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005543 10.0.0.249 - - [2025-11-03 02:41:49] "POST /neutron/network HTTP/1.1" 200 1074 0.010668 10.0.0.249 - - [2025-11-03 02:41:49] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006478 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003711 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2025-11-03 02:41:50] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001123 10.0.0.249 - - [2025-11-03 02:41:50] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049944 10.0.0.249 - - [2025-11-03 02:41:50] "POST /network-policys HTTP/1.1" 200 527 0.027774 10.0.0.249 - - [2025-11-03 02:41:50] "GET /network-policy/88a37be1-8552-432e-a4d4-f24282acaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006427 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003122 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2025-11-03 02:41:50] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000900 10.0.0.249 - - [2025-11-03 02:41:50] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044077 10.0.0.249 - - [2025-11-03 02:41:50] "POST /network-policys HTTP/1.1" 200 527 0.030738 10.0.0.249 - - [2025-11-03 02:41:50] "GET /network-policy/6a4b64dc-054a-4383-ad37-c5e6ebda469d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006721 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003098 10.0.0.249 - - [2025-11-03 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.23 - - [2025-11-03 02:41:50] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.249 - - [2025-11-03 02:41:51] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049036 10.0.0.249 - - [2025-11-03 02:41:51] "POST /network-policys HTTP/1.1" 200 527 0.028949 10.0.0.249 - - [2025-11-03 02:41:51] "GET /network-policy/ac847b44-084a-4004-987f-412aa9003c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006370 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.003374 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.23 - - [2025-11-03 02:41:51] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.249 - - [2025-11-03 02:41:51] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046675 10.0.0.249 - - [2025-11-03 02:41:51] "POST /network-policys HTTP/1.1" 200 527 0.028062 10.0.0.249 - - [2025-11-03 02:41:51] "GET /network-policy/d26ebc18-ec4c-4a69-a322-2d7911affee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006107 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003083 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.23 - - [2025-11-03 02:41:51] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.249 - - [2025-11-03 02:41:51] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040759 10.0.0.249 - - [2025-11-03 02:41:51] "POST /network-policys HTTP/1.1" 200 531 0.026116 10.0.0.249 - - [2025-11-03 02:41:51] "GET /network-policy/7ffe24f7-1bb7-4853-972e-63fe33f0e3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006585 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002938 10.0.0.249 - - [2025-11-03 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.23 - - [2025-11-03 02:41:52] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001229 10.0.0.249 - - [2025-11-03 02:41:52] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058209 10.0.0.249 - - [2025-11-03 02:41:52] "POST /network-policys HTTP/1.1" 200 529 0.026487 10.0.0.249 - - [2025-11-03 02:41:52] "GET /network-policy/4768a305-62c5-40d0-91ec-d754081996b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006654 10.0.0.249 - - [2025-11-03 02:41:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.003188 10.0.0.249 - - [2025-11-03 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.23 - - [2025-11-03 02:41:52] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001130 10.0.0.249 - - [2025-11-03 02:41:52] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042041 10.0.0.249 - - [2025-11-03 02:41:52] "POST /network-policys HTTP/1.1" 200 529 0.028019 10.0.0.249 - - [2025-11-03 02:41:52] "GET /network-policy/2b8f2904-f4c8-422e-9aa3-3196e86829d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007077 10.0.0.249 - - [2025-11-03 02:41:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.003215 10.0.0.249 - - [2025-11-03 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.23 - - [2025-11-03 02:41:52] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000887 10.0.0.249 - - [2025-11-03 02:41:52] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042345 10.0.0.249 - - [2025-11-03 02:41:52] "POST /network-policys HTTP/1.1" 200 529 0.027599 10.0.0.249 - - [2025-11-03 02:41:52] "GET /network-policy/aec3821b-ea44-4051-8f93-fa826cdea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005965 10.0.0.249 - - [2025-11-03 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003547 10.0.0.249 - - [2025-11-03 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.23 - - [2025-11-03 02:41:53] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097 10.0.0.249 - - [2025-11-03 02:41:53] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042033 10.0.0.249 - - [2025-11-03 02:41:53] "POST /network-policys HTTP/1.1" 200 529 0.027759 10.0.0.249 - - [2025-11-03 02:41:53] "GET /network-policy/59be1787-d908-4413-b2f1-388fb4c982b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007744 10.0.0.249 - - [2025-11-03 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003014 10.0.0.249 - - [2025-11-03 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2025-11-03 02:41:53] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.249 - - [2025-11-03 02:41:53] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046607 10.0.0.249 - - [2025-11-03 02:41:53] "POST /network-policys HTTP/1.1" 200 533 0.030306 10.0.0.249 - - [2025-11-03 02:41:53] "GET /network-policy/4c990d69-d140-44fd-ad71-4148954a32f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006009 10.0.0.249 - - [2025-11-03 02:41:53] "POST /neutron/network HTTP/1.1" 200 1074 0.008432 10.0.0.249 - - [2025-11-03 02:41:54] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.010510 10.0.0.249 - - [2025-11-03 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2025-11-03 02:41:54] "GET /network-policy/88a37be1-8552-432e-a4d4-f24282acaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004612 10.0.0.249 - - [2025-11-03 02:41:54] "POST /neutron/network HTTP/1.1" 200 1074 0.008194 10.0.0.249 - - [2025-11-03 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.004680 10.0.0.249 - - [2025-11-03 02:41:54] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.017007 10.0.0.249 - - [2025-11-03 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.249 - - [2025-11-03 02:41:54] "GET /network-policy/7ffe24f7-1bb7-4853-972e-63fe33f0e3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004833 10.0.0.249 - - [2025-11-03 02:41:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001199 10.0.0.249 - - [2025-11-03 02:41:54] "POST /neutron/network HTTP/1.1" 200 1167 0.007391 10.0.0.23 - - [2025-11-03 02:41:55] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001238 10.0.0.249 - - [2025-11-03 02:41:55] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064055 10.0.0.249 - - [2025-11-03 02:41:55] "POST /neutron/port HTTP/1.1" 200 117 0.012217 10.0.0.249 - - [2025-11-03 02:41:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001145 10.0.0.249 - - [2025-11-03 02:41:56] "POST /neutron/network HTTP/1.1" 200 1167 0.016051 10.0.0.249 - - [2025-11-03 02:41:56] "PUT /access-control-list/b00b0087-aecd-4945-a7f2-fcf32ccae9fd HTTP/1.1" 200 272 0.026008 10.0.0.249 - - [2025-11-03 02:41:56] "POST /neutron/port HTTP/1.1" 200 1061 0.015414 10.0.0.23 - - [2025-11-03 02:41:56] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000818 10.0.0.249 - - [2025-11-03 02:41:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008611 10.0.0.249 - - [2025-11-03 02:41:56] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.102923 10.0.0.249 - - [2025-11-03 02:41:56] "POST /neutron/network HTTP/1.1" 200 1159 0.039247 10.0.0.249 - - [2025-11-03 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007333 10.0.0.249 - - [2025-11-03 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007154 10.0.0.249 - - [2025-11-03 02:41:58] "POST /neutron/port HTTP/1.1" 200 1061 0.034042 10.0.0.249 - - [2025-11-03 02:41:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016495 10.0.0.249 - - [2025-11-03 02:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.249 - - [2025-11-03 02:42:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007016 10.0.0.249 - - [2025-11-03 02:42:02] "POST /neutron/port HTTP/1.1" 200 1089 0.016388 10.0.0.249 - - [2025-11-03 02:42:02] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2025-11-03 02:42:02] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 200 1298 0.025231 10.0.0.249 - - [2025-11-03 02:42:02] "GET /virtual-machine-interface/899a21ad-39e9-4867-9fba-94adc7d7f9f0 HTTP/1.1" 200 2951 0.005440 10.0.0.249 - - [2025-11-03 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.249 - - [2025-11-03 02:42:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.249 - - [2025-11-03 02:42:02] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002820 10.0.0.249 - - [2025-11-03 02:42:03] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005568 10.0.0.249 - - [2025-11-03 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.249 - - [2025-11-03 02:42:06] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006007 10.0.0.249 - - [2025-11-03 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.249 - - [2025-11-03 02:42:10] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005887 10.0.0.249 - - [2025-11-03 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.249 - - [2025-11-03 02:42:14] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005213 10.0.0.249 - - [2025-11-03 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-11-03 02:42:18] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004903 10.0.0.249 - - [2025-11-03 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-11-03 02:42:22] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005318 10.0.0.23 - - [2025-11-03 02:42:25] "DELETE /project/f5138e71b6ee42b598f6f82bf41e1023 HTTP/1.1" 404 173 0.003606 10.0.0.23 - - [2025-11-03 02:42:25] "DELETE /project/a6b9e6d112e240f5986a54d14d9751e9 HTTP/1.1" 404 173 0.008147 10.0.0.23 - - [2025-11-03 02:42:25] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000772 10.0.0.23 - - [2025-11-03 02:42:25] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.045360 10.0.0.23 - - [2025-11-03 02:42:25] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001645 10.0.0.23 - - [2025-11-03 02:42:26] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=security_groups HTTP/1.1" 200 1410 0.073759 10.0.0.23 - - [2025-11-03 02:42:26] "DELETE /security-group/20e4de4f-58d7-483c-976f-0eb5d05aa893 HTTP/1.1" 200 115 0.059775 10.0.0.23 - - [2025-11-03 02:42:26] "GET /projects?obj_uuids=a6b9e6d1-12e2-40f5-986a-54d14d9751e9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.23 - - [2025-11-03 02:42:26] "GET /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9?fields=application_policy_sets HTTP/1.1" 200 1449 0.062405 10.0.0.249 - - [2025-11-03 02:42:26] "DELETE /access-control-list/04ea7571-8bfb-4c40-9ed0-8476d7f8d88d HTTP/1.1" 200 115 0.052007 10.0.0.23 - - [2025-11-03 02:42:26] "DELETE /project/a6b9e6d1-12e2-40f5-986a-54d14d9751e9 HTTP/1.1" 200 115 0.437850 10.0.0.249 - - [2025-11-03 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2025-11-03 02:42:26] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005236 10.0.0.249 - - [2025-11-03 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.249 - - [2025-11-03 02:42:30] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006926 10.0.0.249 - - [2025-11-03 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.249 - - [2025-11-03 02:42:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004177 10.0.0.249 - - [2025-11-03 02:42:34] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004266 10.0.0.249 - - [2025-11-03 02:42:34] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006620 10.0.0.249 - - [2025-11-03 02:42:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007831 10.0.0.249 - - [2025-11-03 02:42:43] "POST /neutron/port HTTP/1.1" 200 1089 0.037765 10.0.0.249 - - [2025-11-03 02:42:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008770 10.0.0.61 - - [2025-11-03 02:42:48] "GET /obj-perms HTTP/1.1" 200 5075 0.043638 10.0.0.249 - - [2025-11-03 02:42:53] "POST /neutron/port HTTP/1.1" 200 1089 0.015000 10.0.0.249 - - [2025-11-03 02:42:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003388 10.0.0.249 - - [2025-11-03 02:42:53] "POST /neutron/network HTTP/1.1" 200 1159 0.009253 10.0.0.249 - - [2025-11-03 02:42:54] "POST /neutron/network HTTP/1.1" 200 1167 0.007030 10.0.0.249 - - [2025-11-03 02:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.249 - - [2025-11-03 02:42:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006952 10.0.0.249 - - [2025-11-03 02:42:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015294 10.0.0.249 - - [2025-11-03 02:42:55] "GET /virtual-machine/3bbd300d-c489-466a-a057-c153ee52e7d9 HTTP/1.1" 200 1298 0.008024 10.0.0.249 - - [2025-11-03 02:42:55] "GET /virtual-machine-interface/b06e7a35-602c-4d0a-a055-1945009a1af5 HTTP/1.1" 200 2952 0.005025 10.0.0.249 - - [2025-11-03 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-11-03 02:42:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003231 10.0.0.249 - - [2025-11-03 02:42:55] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002873 10.0.0.249 - - [2025-11-03 02:42:55] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005781 10.0.0.249 - - [2025-11-03 02:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.249 - - [2025-11-03 02:42:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003676 10.0.0.249 - - [2025-11-03 02:42:57] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.008998 10.0.0.249 - - [2025-11-03 02:42:57] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005816 10.0.0.249 - - [2025-11-03 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007794 10.0.0.249 - - [2025-11-03 02:43:02] "POST /neutron/port HTTP/1.1" 200 1089 0.014917 10.0.0.249 - - [2025-11-03 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006451 10.0.0.249 - - [2025-11-03 02:43:17] "POST /neutron/port HTTP/1.1" 200 2062 0.015744 10.0.0.249 - - [2025-11-03 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007633 10.0.0.249 - - [2025-11-03 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.249 - - [2025-11-03 02:43:18] "GET /network-policy/7ffe24f7-1bb7-4853-972e-63fe33f0e3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003679 10.0.0.249 - - [2025-11-03 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.249 - - [2025-11-03 02:43:18] "GET /network-policy/88a37be1-8552-432e-a4d4-f24282acaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004014 10.0.0.249 - - [2025-11-03 02:43:18] "POST /neutron/network HTTP/1.1" 200 1157 0.008790 10.0.0.249 - - [2025-11-03 02:43:18] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011594 10.0.0.249 - - [2025-11-03 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.249 - - [2025-11-03 02:43:18] "GET /network-policy/6a4b64dc-054a-4383-ad37-c5e6ebda469d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004152 10.0.0.249 - - [2025-11-03 02:43:49] "GET /obj-perms HTTP/1.1" 200 5075 0.043086 10.0.0.249 - - [2025-11-03 02:43:53] "POST /neutron/port HTTP/1.1" 200 1089 0.014306 10.0.0.249 - - [2025-11-03 02:43:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038 10.0.0.249 - - [2025-11-03 02:43:53] "POST /neutron/network HTTP/1.1" 200 1159 0.008515 10.0.0.249 - - [2025-11-03 02:43:56] "POST /neutron/network HTTP/1.1" 200 1167 0.006323 10.0.0.249 - - [2025-11-03 02:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.249 - - [2025-11-03 02:44:09] "POST /neutron/network HTTP/1.1" 200 1160 0.093128 10.0.0.249 - - [2025-11-03 02:44:09] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.014013 10.0.0.249 - - [2025-11-03 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.249 - - [2025-11-03 02:44:09] "POST /ref-update HTTP/1.1" 200 156 0.044420 10.0.0.249 - - [2025-11-03 02:44:09] "GET /network-policy/4c990d69-d140-44fd-ad71-4148954a32f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.014012 10.0.0.249 - - [2025-11-03 02:44:17] "POST /neutron/network HTTP/1.1" 200 1157 0.089560 10.0.0.249 - - [2025-11-03 02:44:17] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008428 10.0.0.249 - - [2025-11-03 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-11-03 02:44:17] "GET /network-policy/ac847b44-084a-4004-987f-412aa9003c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.009703 10.0.0.249 - - [2025-11-03 02:44:26] "PUT /access-control-list/b00b0087-aecd-4945-a7f2-fcf32ccae9fd HTTP/1.1" 200 272 0.017662 10.0.0.249 - - [2025-11-03 02:44:26] "POST /neutron/network HTTP/1.1" 200 1157 0.098186 10.0.0.249 - - [2025-11-03 02:44:26] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006376 10.0.0.249 - - [2025-11-03 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.249 - - [2025-11-03 02:44:26] "GET /network-policy/d26ebc18-ec4c-4a69-a322-2d7911affee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004901 10.0.0.249 - - [2025-11-03 02:44:34] "POST /neutron/network HTTP/1.1" 200 1158 0.102104 10.0.0.249 - - [2025-11-03 02:44:34] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011948 10.0.0.249 - - [2025-11-03 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.249 - - [2025-11-03 02:44:34] "GET /network-policy/4768a305-62c5-40d0-91ec-d754081996b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004108 10.0.0.249 - - [2025-11-03 02:44:42] "PUT /access-control-list/b00b0087-aecd-4945-a7f2-fcf32ccae9fd HTTP/1.1" 200 272 0.024701 10.0.0.249 - - [2025-11-03 02:44:42] "POST /neutron/network HTTP/1.1" 200 1158 0.155650 10.0.0.249 - - [2025-11-03 02:44:43] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.018387 10.0.0.249 - - [2025-11-03 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.249 - - [2025-11-03 02:44:43] "GET /network-policy/2b8f2904-f4c8-422e-9aa3-3196e86829d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004742 10.0.0.23 - - [2025-11-03 02:44:50] "GET /obj-perms HTTP/1.1" 200 5075 0.046024 10.0.0.249 - - [2025-11-03 02:44:50] "POST /neutron/network HTTP/1.1" 200 1158 0.078364 10.0.0.249 - - [2025-11-03 02:44:50] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014254 10.0.0.249 - - [2025-11-03 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.249 - - [2025-11-03 02:44:50] "GET /network-policy/aec3821b-ea44-4051-8f93-fa826cdea30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003988 10.0.0.249 - - [2025-11-03 02:44:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015378 10.0.0.249 - - [2025-11-03 02:44:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.010925 10.0.0.249 - - [2025-11-03 02:44:58] "POST /neutron/port HTTP/1.1" 200 1089 0.039000 10.0.0.249 - - [2025-11-03 02:44:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.249 - - [2025-11-03 02:44:59] "POST /neutron/network HTTP/1.1" 200 1158 0.009873 10.0.0.249 - - [2025-11-03 02:44:59] "PUT /access-control-list/b00b0087-aecd-4945-a7f2-fcf32ccae9fd HTTP/1.1" 200 272 0.017994 10.0.0.249 - - [2025-11-03 02:44:59] "POST /neutron/network HTTP/1.1" 200 1158 0.012114 10.0.0.249 - - [2025-11-03 02:44:59] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007395 10.0.0.249 - - [2025-11-03 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.249 - - [2025-11-03 02:44:59] "GET /network-policy/59be1787-d908-4413-b2f1-388fb4c982b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004812 10.0.0.249 - - [2025-11-03 02:45:06] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006139 10.0.0.249 - - [2025-11-03 02:45:07] "POST /neutron/network HTTP/1.1" 200 1074 0.027447 10.0.0.249 - - [2025-11-03 02:45:07] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.009564 10.0.0.249 - - [2025-11-03 02:45:07] "GET /virtual-machine/3bbd300d-c489-466a-a057-c153ee52e7d9 HTTP/1.1" 200 1298 0.006069 10.0.0.249 - - [2025-11-03 02:45:07] "POST /neutron/port HTTP/1.1" 200 151 0.164881 10.0.0.249 - - [2025-11-03 02:45:09] "GET /virtual-machine/3bbd300d-c489-466a-a057-c153ee52e7d9 HTTP/1.1" 404 171 0.003039 10.0.0.249 - - [2025-11-03 02:45:09] "GET /virtual-machine/3bbd300d-c489-466a-a057-c153ee52e7d9 HTTP/1.1" 404 171 0.003367 10.0.0.249 - - [2025-11-03 02:45:09] "GET /virtual-machine/3bbd300d-c489-466a-a057-c153ee52e7d9 HTTP/1.1" 404 171 0.002958 10.0.0.249 - - [2025-11-03 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.249 - - [2025-11-03 02:45:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716 10.0.0.249 - - [2025-11-03 02:45:09] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002911 10.0.0.249 - - [2025-11-03 02:45:09] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005747 10.0.0.249 - - [2025-11-03 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.249 - - [2025-11-03 02:45:09] "GET /routing-instance/d2a4f22f-ff65-4097-90d7-6fc707558232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004591 10.0.0.249 - - [2025-11-03 02:45:09] "GET /route-target/09c1371e-1ed3-4f7e-aa14-2e54c033e2a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004286 10.0.0.249 - - [2025-11-03 02:45:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004014 10.0.0.61 - - [2025-11-03 02:45:12] "GET /obj-perms HTTP/1.1" 200 5032 0.046021 10.0.0.23 - - [2025-11-03 02:45:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.23 - - [2025-11-03 02:45:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.23 - - [2025-11-03 02:45:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.23 - - [2025-11-03 02:45:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-11-03 02:45:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004068 10.0.0.61 - - [2025-11-03 02:45:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003967 10.0.0.61 - - [2025-11-03 02:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.61 - - [2025-11-03 02:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.249 - - [2025-11-03 02:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.249 - - [2025-11-03 02:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.61 - - [2025-11-03 02:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.61 - - [2025-11-03 02:45:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2025-11-03 02:45:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2025-11-03 02:45:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000740 10.0.0.249 - - [2025-11-03 02:45:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004159 10.0.0.61 - - [2025-11-03 02:45:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004203 10.0.0.249 - - [2025-11-03 02:45:31] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 200 1298 0.007132 10.0.0.249 - - [2025-11-03 02:45:32] "POST /neutron/port HTTP/1.1" 200 151 0.170072 10.0.0.249 - - [2025-11-03 02:45:33] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 404 171 0.003446 10.0.0.249 - - [2025-11-03 02:45:33] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 404 171 0.004390 10.0.0.249 - - [2025-11-03 02:45:33] "GET /virtual-machine/890d3953-9202-49ae-9b7b-194c7dd5f4a6 HTTP/1.1" 404 171 0.002437 10.0.0.249 - - [2025-11-03 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.249 - - [2025-11-03 02:45:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003960 10.0.0.249 - - [2025-11-03 02:45:33] "GET /virtual-networks?parent_id=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002776 10.0.0.249 - - [2025-11-03 02:45:33] "GET /virtual-network/76b3b19e-f1e5-487e-acee-1445bf3b0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005934 10.0.0.249 - - [2025-11-03 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.249 - - [2025-11-03 02:45:33] "GET /routing-instance/365d7333-3d25-46fa-aa2d-b545220258a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004884 10.0.0.249 - - [2025-11-03 02:45:33] "GET /route-target/dd82ad26-ed1c-4db0-88dd-56489e323a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004818 10.0.0.249 - - [2025-11-03 02:45:33] "GET /obj-perms HTTP/1.1" 200 5032 0.004736 10.0.0.249 - - [2025-11-03 02:45:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003391 10.0.0.249 - - [2025-11-03 02:45:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004089 10.0.0.249 - - [2025-11-03 02:45:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004043 10.0.0.249 - - [2025-11-03 02:45:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004846 10.0.0.249 - - [2025-11-03 02:45:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004423 10.0.0.249 - - [2025-11-03 02:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004112 10.0.0.249 - - [2025-11-03 02:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.003689 10.0.0.61 - - [2025-11-03 02:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.003456 10.0.0.23 - - [2025-11-03 02:46:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004217 10.0.0.249 - - [2025-11-03 02:46:01] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006697 10.0.0.249 - - [2025-11-03 02:46:02] "DELETE /access-control-list/2989f702-23fc-49c9-bb2a-90aed60a721b HTTP/1.1" 200 115 0.056778 10.0.0.249 - - [2025-11-03 02:46:02] "POST /neutron/network HTTP/1.1" 200 1074 0.036603 10.0.0.249 - - [2025-11-03 02:46:02] "GET /virtual-network/7e85e1e5-4378-4b43-aacc-0f058d6384d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005694 10.0.0.249 - - [2025-11-03 02:46:02] "DELETE /network-policy/4c990d69-d140-44fd-ad71-4148954a32f1 HTTP/1.1" 200 115 0.035575 10.0.0.249 - - [2025-11-03 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.23 - - [2025-11-03 02:46:02] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.027277 10.0.0.249 - - [2025-11-03 02:46:02] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077169 10.0.0.249 - - [2025-11-03 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005852 10.0.0.249 - - [2025-11-03 02:46:02] "DELETE /network-policy/59be1787-d908-4413-b2f1-388fb4c982b6 HTTP/1.1" 200 115 0.037280 10.0.0.249 - - [2025-11-03 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006246 10.0.0.23 - - [2025-11-03 02:46:02] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001049 10.0.0.249 - - [2025-11-03 02:46:02] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058084 10.0.0.249 - - [2025-11-03 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006191 10.0.0.249 - - [2025-11-03 02:46:02] "DELETE /network-policy/aec3821b-ea44-4051-8f93-fa826cdea30b HTTP/1.1" 200 115 0.035982 10.0.0.249 - - [2025-11-03 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.23 - - [2025-11-03 02:46:02] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001421 10.0.0.249 - - [2025-11-03 02:46:02] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050805 10.0.0.249 - - [2025-11-03 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005193 10.0.0.249 - - [2025-11-03 02:46:02] "DELETE /network-policy/2b8f2904-f4c8-422e-9aa3-3196e86829d1 HTTP/1.1" 200 115 0.039739 10.0.0.249 - - [2025-11-03 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.23 - - [2025-11-03 02:46:03] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.249 - - [2025-11-03 02:46:03] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048136 10.0.0.249 - - [2025-11-03 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005458 10.0.0.249 - - [2025-11-03 02:46:03] "DELETE /network-policy/4768a305-62c5-40d0-91ec-d754081996b6 HTTP/1.1" 200 115 0.031790 10.0.0.249 - - [2025-11-03 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.23 - - [2025-11-03 02:46:03] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001017 10.0.0.249 - - [2025-11-03 02:46:03] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058379 10.0.0.249 - - [2025-11-03 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006438 10.0.0.249 - - [2025-11-03 02:46:03] "DELETE /network-policy/7ffe24f7-1bb7-4853-972e-63fe33f0e3a9 HTTP/1.1" 200 115 0.041708 10.0.0.249 - - [2025-11-03 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.23 - - [2025-11-03 02:46:03] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000957 10.0.0.249 - - [2025-11-03 02:46:03] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045932 10.0.0.249 - - [2025-11-03 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006118 10.0.0.249 - - [2025-11-03 02:46:03] "DELETE /network-policy/d26ebc18-ec4c-4a69-a322-2d7911affee7 HTTP/1.1" 200 115 0.041326 10.0.0.249 - - [2025-11-03 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.23 - - [2025-11-03 02:46:03] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.249 - - [2025-11-03 02:46:03] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057670 10.0.0.249 - - [2025-11-03 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005353 10.0.0.249 - - [2025-11-03 02:46:03] "DELETE /network-policy/ac847b44-084a-4004-987f-412aa9003c8b HTTP/1.1" 200 115 0.039449 10.0.0.249 - - [2025-11-03 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068 10.0.0.23 - - [2025-11-03 02:46:03] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000950 10.0.0.249 - - [2025-11-03 02:46:04] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047390 10.0.0.249 - - [2025-11-03 02:46:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005678 10.0.0.249 - - [2025-11-03 02:46:04] "DELETE /network-policy/6a4b64dc-054a-4383-ad37-c5e6ebda469d HTTP/1.1" 200 115 0.054581 10.0.0.249 - - [2025-11-03 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2025-11-03 02:46:04] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.249 - - [2025-11-03 02:46:04] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061670 10.0.0.249 - - [2025-11-03 02:46:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006005 10.0.0.249 - - [2025-11-03 02:46:04] "DELETE /network-policy/88a37be1-8552-432e-a4d4-f24282acaf61 HTTP/1.1" 200 115 0.035891 10.0.0.249 - - [2025-11-03 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.23 - - [2025-11-03 02:46:04] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001177 10.0.0.249 - - [2025-11-03 02:46:04] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043548 10.0.0.249 - - [2025-11-03 02:46:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-94602049&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005066 10.0.0.249 - - [2025-11-03 02:46:04] "DELETE /route-target/09c1371e-1ed3-4f7e-aa14-2e54c033e2a9 HTTP/1.1" 200 115 0.019323 10.0.0.249 - - [2025-11-03 02:46:04] "POST /neutron/network HTTP/1.1" 200 1074 0.009125 10.0.0.249 - - [2025-11-03 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-11-03 02:46:05] "DELETE /network-ipam/5c25885d-5456-4e7a-b5e4-167c463d61ff HTTP/1.1" 200 115 0.039787 10.0.0.249 - - [2025-11-03 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 248 0.004093 10.0.0.23 - - [2025-11-03 02:46:05] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.23 - - [2025-11-03 02:46:05] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.043491 10.0.0.23 - - [2025-11-03 02:46:05] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.23 - - [2025-11-03 02:46:05] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=security_groups HTTP/1.1" 200 1392 0.040757 10.0.0.23 - - [2025-11-03 02:46:05] "DELETE /security-group/c5437159-5c12-4879-bb6e-c21bcd85e790 HTTP/1.1" 200 115 0.043581 10.0.0.23 - - [2025-11-03 02:46:05] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001397 10.0.0.249 - - [2025-11-03 02:46:05] "DELETE /access-control-list/9197c787-8a19-4788-9d31-012b6d033d6d HTTP/1.1" 200 115 0.037918 10.0.0.23 - - [2025-11-03 02:46:05] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=application_policy_sets HTTP/1.1" 200 1431 0.054636 10.0.0.249 - - [2025-11-03 02:46:05] "DELETE /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023 HTTP/1.1" 200 115 0.402330 10.0.0.23 - - [2025-11-03 02:46:05] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.249 - - [2025-11-03 02:46:05] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?fields=projects HTTP/1.1" 200 1437 0.013266 10.0.0.23 - - [2025-11-03 02:46:07] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003331 10.0.0.23 - - [2025-11-03 02:46:07] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.23 - - [2025-11-03 02:46:07] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029900 10.0.0.23 - - [2025-11-03 02:46:07] "POST /id-to-fqname HTTP/1.1" 200 196 0.003075 10.0.0.23 - - [2025-11-03 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.005787 10.0.0.23 - - [2025-11-03 02:46:07] "POST /security-groups HTTP/1.1" 200 597 0.074888 10.0.0.23 - - [2025-11-03 02:46:07] "POST /projects HTTP/1.1" 200 597 0.305722 10.0.0.249 - - [2025-11-03 02:46:07] "POST /access-control-lists HTTP/1.1" 200 602 0.032814 10.0.0.23 - - [2025-11-03 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.383162 10.0.0.249 - - [2025-11-03 02:46:07] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.518281 10.0.0.23 - - [2025-11-03 02:46:07] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001120 10.0.0.249 - - [2025-11-03 02:46:07] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=virtual_networks HTTP/1.1" 200 1055 0.043485 10.0.0.23 - - [2025-11-03 02:46:07] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001108 10.0.0.249 - - [2025-11-03 02:46:07] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.054214 10.0.0.23 - - [2025-11-03 02:46:07] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.249 - - [2025-11-03 02:46:08] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=security_groups HTTP/1.1" 200 1287 0.038937 10.0.0.249 - - [2025-11-03 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.022479 10.0.0.23 - - [2025-11-03 02:46:08] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004023 10.0.0.23 - - [2025-11-03 02:46:08] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.23 - - [2025-11-03 02:46:08] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007506 10.0.0.23 - - [2025-11-03 02:46:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.003788 10.0.0.23 - - [2025-11-03 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.017997 10.0.0.23 - - [2025-11-03 02:46:09] "POST /security-groups HTTP/1.1" 200 603 0.073432 10.0.0.249 - - [2025-11-03 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.004844 10.0.0.23 - - [2025-11-03 02:46:09] "POST /projects HTTP/1.1" 200 609 0.295644 10.0.0.23 - - [2025-11-03 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.381149 10.0.0.249 - - [2025-11-03 02:46:09] "POST /access-control-lists HTTP/1.1" 200 606 0.049554 10.0.0.249 - - [2025-11-03 02:46:09] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.556151 10.0.0.249 - - [2025-11-03 02:46:10] "GET / HTTP/1.1" 200 35931 0.001416 10.0.0.249 - - [2025-11-03 02:46:12] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.23 - - [2025-11-03 02:46:12] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.249 - - [2025-11-03 02:46:12] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059604 10.0.0.249 - - [2025-11-03 02:46:13] "GET / HTTP/1.1" 200 35931 0.002286 10.0.0.249 - - [2025-11-03 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.23 - - [2025-11-03 02:46:13] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.249 - - [2025-11-03 02:46:13] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007977 10.0.0.249 - - [2025-11-03 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.23 - - [2025-11-03 02:46:13] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.249 - - [2025-11-03 02:46:13] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040330 10.0.0.249 - - [2025-11-03 02:46:14] "GET /domains HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2025-11-03 02:46:15] "GET /domains HTTP/1.1" 200 280 0.024524 10.0.0.23 - - [2025-11-03 02:46:15] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.249 - - [2025-11-03 02:46:15] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1 HTTP/1.1" 200 2970 0.009125 10.0.0.23 - - [2025-11-03 02:46:15] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.249 - - [2025-11-03 02:46:15] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0 HTTP/1.1" 200 1935 0.101434 10.0.0.249 - - [2025-11-03 02:46:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003137 10.0.0.249 - - [2025-11-03 02:46:15] "POST /network-ipams HTTP/1.1" 200 621 0.026295 10.0.0.249 - - [2025-11-03 02:46:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003075 10.0.0.249 - - [2025-11-03 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2025-11-03 02:46:15] "GET /network-ipam/41bba851-5fba-4916-939f-7b93a605d74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006595 10.0.0.249 - - [2025-11-03 02:46:15] "PUT /network-ipam/41bba851-5fba-4916-939f-7b93a605d74f HTTP/1.1" 200 258 0.015106 10.0.0.249 - - [2025-11-03 02:46:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025494 10.0.0.23 - - [2025-11-03 02:46:15] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.249 - - [2025-11-03 02:46:16] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.069018 10.0.0.23 - - [2025-11-03 02:46:16] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001254 10.0.0.249 - - [2025-11-03 02:46:16] "POST /neutron/network HTTP/1.1" 200 623 0.144960 10.0.0.23 - - [2025-11-03 02:46:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.249 - - [2025-11-03 02:46:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.177990 10.0.0.249 - - [2025-11-03 02:46:17] "POST /id-to-fqname HTTP/1.1" 200 235 0.001219 10.0.0.249 - - [2025-11-03 02:46:17] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005506 10.0.0.249 - - [2025-11-03 02:46:17] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005638 10.0.0.249 - - [2025-11-03 02:46:17] "POST /neutron/network HTTP/1.1" 200 1337 0.013376 10.0.0.249 - - [2025-11-03 02:46:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.009762 10.0.0.249 - - [2025-11-03 02:46:17] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010687 10.0.0.249 - - [2025-11-03 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2025-11-03 02:46:19] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001431 10.0.0.249 - - [2025-11-03 02:46:19] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.057885 10.0.0.249 - - [2025-11-03 02:46:19] "POST /route-targets HTTP/1.1" 200 327 0.017946 10.0.0.23 - - [2025-11-03 02:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007149 10.0.0.249 - - [2025-11-03 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.202297 10.0.0.249 - - [2025-11-03 02:46:20] "POST /neutron/network HTTP/1.1" 200 1337 0.017900 10.0.0.249 - - [2025-11-03 02:46:20] "POST /id-to-fqname HTTP/1.1" 200 235 0.001207 10.0.0.249 - - [2025-11-03 02:46:20] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005735 10.0.0.249 - - [2025-11-03 02:46:20] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006822 10.0.0.249 - - [2025-11-03 02:46:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.009229 10.0.0.249 - - [2025-11-03 02:46:20] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005212 10.0.0.249 - - [2025-11-03 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003382 10.0.0.249 - - [2025-11-03 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2025-11-03 02:46:20] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.249 - - [2025-11-03 02:46:20] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037727 10.0.0.249 - - [2025-11-03 02:46:21] "POST /network-policys HTTP/1.1" 200 533 0.076275 10.0.0.249 - - [2025-11-03 02:46:21] "GET /network-policy/63c1ab8a-72c7-43c0-8177-a61680c2700a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006202 10.0.0.249 - - [2025-11-03 02:46:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.003082 10.0.0.249 - - [2025-11-03 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2025-11-03 02:46:21] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.249 - - [2025-11-03 02:46:21] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038632 10.0.0.249 - - [2025-11-03 02:46:21] "POST /network-policys HTTP/1.1" 200 533 0.072303 10.0.0.249 - - [2025-11-03 02:46:21] "GET /network-policy/188e5c55-cc6a-4ef7-b5e0-6a7abf5e831a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005827 10.0.0.249 - - [2025-11-03 02:46:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.002888 10.0.0.249 - - [2025-11-03 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.23 - - [2025-11-03 02:46:21] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.249 - - [2025-11-03 02:46:21] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047116 10.0.0.249 - - [2025-11-03 02:46:21] "POST /network-policys HTTP/1.1" 200 533 0.071908 10.0.0.249 - - [2025-11-03 02:46:21] "GET /network-policy/079cd249-2cf2-4f7c-a109-9a9eb15042fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007635 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.007286 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.23 - - [2025-11-03 02:46:22] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.249 - - [2025-11-03 02:46:22] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035660 10.0.0.249 - - [2025-11-03 02:46:22] "POST /network-policys HTTP/1.1" 200 533 0.074987 10.0.0.249 - - [2025-11-03 02:46:22] "GET /network-policy/45fa704e-38ad-4b82-8d2f-2d24656a8a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006459 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 404 213 0.003680 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-11-03 02:46:22] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.249 - - [2025-11-03 02:46:22] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038748 10.0.0.249 - - [2025-11-03 02:46:22] "POST /network-policys HTTP/1.1" 200 537 0.036589 10.0.0.249 - - [2025-11-03 02:46:22] "GET /network-policy/6fe286e0-439f-4c54-9343-049497c2c6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006667 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.003751 10.0.0.249 - - [2025-11-03 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007667 10.0.0.23 - - [2025-11-03 02:46:22] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.249 - - [2025-11-03 02:46:22] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035520 10.0.0.249 - - [2025-11-03 02:46:23] "POST /network-policys HTTP/1.1" 200 535 0.072360 10.0.0.249 - - [2025-11-03 02:46:23] "GET /network-policy/614fa2fd-3ed5-4d5d-92e2-df06edaf8b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006705 10.0.0.249 - - [2025-11-03 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.003044 10.0.0.249 - - [2025-11-03 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.23 - - [2025-11-03 02:46:23] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.249 - - [2025-11-03 02:46:23] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050157 10.0.0.249 - - [2025-11-03 02:46:23] "POST /network-policys HTTP/1.1" 200 535 0.072972 10.0.0.249 - - [2025-11-03 02:46:23] "GET /network-policy/92bdfa14-6c59-4b45-9f2e-5723f7767fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008188 10.0.0.249 - - [2025-11-03 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.003262 10.0.0.249 - - [2025-11-03 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2025-11-03 02:46:23] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.249 - - [2025-11-03 02:46:23] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044080 10.0.0.249 - - [2025-11-03 02:46:23] "POST /network-policys HTTP/1.1" 200 535 0.074886 10.0.0.249 - - [2025-11-03 02:46:23] "GET /network-policy/50082f05-d46c-4c4c-9143-f0ee0e127d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006860 10.0.0.249 - - [2025-11-03 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 212 0.003185 10.0.0.249 - - [2025-11-03 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.23 - - [2025-11-03 02:46:24] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.249 - - [2025-11-03 02:46:24] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044438 10.0.0.249 - - [2025-11-03 02:46:24] "POST /network-policys HTTP/1.1" 200 535 0.072517 10.0.0.249 - - [2025-11-03 02:46:24] "GET /network-policy/85991dff-25fb-4aab-96a8-53b9badb2569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005864 10.0.0.249 - - [2025-11-03 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 214 0.002690 10.0.0.249 - - [2025-11-03 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.23 - - [2025-11-03 02:46:24] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.249 - - [2025-11-03 02:46:24] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043968 10.0.0.249 - - [2025-11-03 02:46:24] "POST /network-policys HTTP/1.1" 200 539 0.031410 10.0.0.249 - - [2025-11-03 02:46:24] "GET /network-policy/196bc0cc-6a4d-4697-9382-9f40804af79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005506 10.0.0.249 - - [2025-11-03 02:46:25] "POST /neutron/network HTTP/1.1" 200 1337 0.010953 10.0.0.249 - - [2025-11-03 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.029881 10.0.0.249 - - [2025-11-03 02:46:25] "POST /access-control-lists HTTP/1.1" 200 609 0.066243 10.0.0.249 - - [2025-11-03 02:46:25] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009892 10.0.0.249 - - [2025-11-03 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-11-03 02:46:25] "GET /network-policy/63c1ab8a-72c7-43c0-8177-a61680c2700a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005089 10.0.0.249 - - [2025-11-03 02:46:25] "POST /neutron/network HTTP/1.1" 200 1337 0.010035 10.0.0.249 - - [2025-11-03 02:46:25] "POST /ref-update HTTP/1.1" 200 156 0.028831 10.0.0.249 - - [2025-11-03 02:46:25] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.013844 10.0.0.249 - - [2025-11-03 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.249 - - [2025-11-03 02:46:25] "GET /network-policy/6fe286e0-439f-4c54-9343-049497c2c6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003837 10.0.0.249 - - [2025-11-03 02:46:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.001194 10.0.0.249 - - [2025-11-03 02:46:25] "POST /neutron/network HTTP/1.1" 200 1435 0.007139 10.0.0.23 - - [2025-11-03 02:46:26] "DELETE /project/f5138e71b6ee42b598f6f82bf41e1023 HTTP/1.1" 404 173 0.004721 10.0.0.23 - - [2025-11-03 02:46:26] "DELETE /project/d25df8aa572d4f3ebc518c7d934aeab0 HTTP/1.1" 404 173 0.006216 10.0.0.23 - - [2025-11-03 02:46:26] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000796 10.0.0.23 - - [2025-11-03 02:46:26] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.046339 10.0.0.23 - - [2025-11-03 02:46:26] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000886 10.0.0.23 - - [2025-11-03 02:46:26] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.23 - - [2025-11-03 02:46:26] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=security_groups HTTP/1.1" 200 1392 0.050872 10.0.0.249 - - [2025-11-03 02:46:26] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.127519 10.0.0.23 - - [2025-11-03 02:46:26] "DELETE /security-group/8884cd15-d969-4040-8ee2-66258ff49da3 HTTP/1.1" 200 115 0.077707 10.0.0.23 - - [2025-11-03 02:46:26] "GET /projects?obj_uuids=f5138e71-b6ee-42b5-98f6-f82bf41e1023&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001513 10.0.0.23 - - [2025-11-03 02:46:26] "GET /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023?fields=application_policy_sets HTTP/1.1" 200 1431 0.062537 10.0.0.249 - - [2025-11-03 02:46:26] "POST /neutron/port HTTP/1.1" 200 117 0.009821 10.0.0.249 - - [2025-11-03 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 235 0.001054 10.0.0.23 - - [2025-11-03 02:46:27] "DELETE /project/f5138e71-b6ee-42b5-98f6-f82bf41e1023 HTTP/1.1" 200 115 0.458345 10.0.0.249 - - [2025-11-03 02:46:27] "POST /neutron/network HTTP/1.1" 200 1435 0.007183 10.0.0.249 - - [2025-11-03 02:46:27] "PUT /access-control-list/ca2fef19-6fcd-418f-ba56-f752737541c6 HTTP/1.1" 200 272 0.015229 10.0.0.249 - - [2025-11-03 02:46:27] "POST /neutron/port HTTP/1.1" 200 1174 0.018892 10.0.0.23 - - [2025-11-03 02:46:28] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.249 - - [2025-11-03 02:46:28] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.112678 10.0.0.249 - - [2025-11-03 02:46:28] "POST /neutron/network HTTP/1.1" 200 1427 0.012522 10.0.0.249 - - [2025-11-03 02:46:28] "POST /neutron/subnet HTTP/1.1" 200 1361 0.026521 10.0.0.249 - - [2025-11-03 02:46:28] "POST /neutron/network HTTP/1.1" 200 1425 0.010850 10.0.0.249 - - [2025-11-03 02:46:28] "POST /neutron/port HTTP/1.1" 200 117 0.006804 10.0.0.249 - - [2025-11-03 02:46:28] "POST /neutron/network HTTP/1.1" 200 1437 0.006953 10.0.0.249 - - [2025-11-03 02:46:29] "POST /neutron/port HTTP/1.1" 200 1174 0.021034 10.0.0.249 - - [2025-11-03 02:46:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003655 10.0.0.249 - - [2025-11-03 02:46:29] "POST /neutron/port HTTP/1.1" 200 117 0.001502 10.0.0.249 - - [2025-11-03 02:46:33] "POST /neutron/port HTTP/1.1" 200 1202 0.021731 10.0.0.249 - - [2025-11-03 02:46:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007959 10.0.0.249 - - [2025-11-03 02:46:33] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2025-11-03 02:46:34] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 200 1304 0.028572 10.0.0.249 - - [2025-11-03 02:46:34] "GET /virtual-machine-interface/d4c8d9c5-fa01-4a37-bf83-3b37f19c7448 HTTP/1.1" 200 3170 0.006329 10.0.0.249 - - [2025-11-03 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.249 - - [2025-11-03 02:46:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003663 10.0.0.249 - - [2025-11-03 02:46:34] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002993 10.0.0.249 - - [2025-11-03 02:46:34] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006017 10.0.0.249 - - [2025-11-03 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.249 - - [2025-11-03 02:46:37] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005319 10.0.0.249 - - [2025-11-03 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-11-03 02:46:41] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006287 10.0.0.249 - - [2025-11-03 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-11-03 02:46:45] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004837 10.0.0.249 - - [2025-11-03 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.249 - - [2025-11-03 02:46:49] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005739 10.0.0.249 - - [2025-11-03 02:46:51] "GET /obj-perms HTTP/1.1" 200 5075 0.048149 10.0.0.61 - - [2025-11-03 02:46:51] "GET /obj-perms HTTP/1.1" 200 5075 0.044225 10.0.0.249 - - [2025-11-03 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-11-03 02:46:53] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005310 10.0.0.249 - - [2025-11-03 02:46:56] "POST /neutron/port HTTP/1.1" 200 1202 0.034427 10.0.0.249 - - [2025-11-03 02:46:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.249 - - [2025-11-03 02:46:56] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.249 - - [2025-11-03 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.249 - - [2025-11-03 02:46:57] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005835 10.0.0.249 - - [2025-11-03 02:47:00] "POST /neutron/port HTTP/1.1" 200 1202 0.016156 10.0.0.249 - - [2025-11-03 02:47:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004664 10.0.0.249 - - [2025-11-03 02:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.249 - - [2025-11-03 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.249 - - [2025-11-03 02:47:01] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006048 10.0.0.249 - - [2025-11-03 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.249 - - [2025-11-03 02:47:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003432 10.0.0.249 - - [2025-11-03 02:47:06] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002759 10.0.0.249 - - [2025-11-03 02:47:06] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005767 10.0.0.249 - - [2025-11-03 02:47:06] "POST /neutron/port HTTP/1.1" 200 1202 0.017284 10.0.0.249 - - [2025-11-03 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007465 10.0.0.249 - - [2025-11-03 02:47:16] "POST /neutron/port HTTP/1.1" 200 1202 0.015532 10.0.0.249 - - [2025-11-03 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007041 10.0.0.249 - - [2025-11-03 02:47:26] "POST /neutron/port HTTP/1.1" 200 1202 0.016497 10.0.0.249 - - [2025-11-03 02:47:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013676 10.0.0.249 - - [2025-11-03 02:47:27] "GET /virtual-machine/89ce1bef-1cff-4601-9a07-9c0787e2027b HTTP/1.1" 200 1304 0.008880 10.0.0.249 - - [2025-11-03 02:47:27] "GET /virtual-machine-interface/87f8972d-a19b-429f-9760-2616d57b727a HTTP/1.1" 200 3169 0.005384 10.0.0.249 - - [2025-11-03 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.249 - - [2025-11-03 02:47:27] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003412 10.0.0.249 - - [2025-11-03 02:47:27] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002930 10.0.0.249 - - [2025-11-03 02:47:27] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006081 10.0.0.249 - - [2025-11-03 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.249 - - [2025-11-03 02:47:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003701 10.0.0.249 - - [2025-11-03 02:47:28] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003290 10.0.0.249 - - [2025-11-03 02:47:28] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005658 10.0.0.249 - - [2025-11-03 02:47:31] "POST /neutron/port HTTP/1.1" 200 1202 0.016054 10.0.0.249 - - [2025-11-03 02:47:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007843 10.0.0.249 - - [2025-11-03 02:47:44] "POST /neutron/port HTTP/1.1" 200 2286 0.017377 10.0.0.249 - - [2025-11-03 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007445 10.0.0.249 - - [2025-11-03 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2025-11-03 02:47:44] "GET /network-policy/6fe286e0-439f-4c54-9343-049497c2c6e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003812 10.0.0.249 - - [2025-11-03 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.249 - - [2025-11-03 02:47:44] "GET /network-policy/63c1ab8a-72c7-43c0-8177-a61680c2700a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004098 10.0.0.249 - - [2025-11-03 02:47:44] "POST /neutron/network HTTP/1.1" 200 1425 0.013002 10.0.0.249 - - [2025-11-03 02:47:44] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.013789 10.0.0.249 - - [2025-11-03 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.249 - - [2025-11-03 02:47:44] "GET /network-policy/188e5c55-cc6a-4ef7-b5e0-6a7abf5e831a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004339 10.0.0.23 - - [2025-11-03 02:47:52] "GET /obj-perms HTTP/1.1" 200 5075 0.042607 10.0.0.249 - - [2025-11-03 02:47:58] "POST /neutron/port HTTP/1.1" 200 1202 0.039426 10.0.0.249 - - [2025-11-03 02:47:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.249 - - [2025-11-03 02:47:58] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.249 - - [2025-11-03 02:48:01] "POST /neutron/port HTTP/1.1" 200 1202 0.021429 10.0.0.249 - - [2025-11-03 02:48:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003913 10.0.0.249 - - [2025-11-03 02:48:02] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.249 - - [2025-11-03 02:48:33] "POST /neutron/network HTTP/1.1" 200 1425 0.012322 10.0.0.249 - - [2025-11-03 02:48:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.007154 10.0.0.249 - - [2025-11-03 02:48:33] "PUT /access-control-list/ca2fef19-6fcd-418f-ba56-f752737541c6 HTTP/1.1" 200 272 0.021884 10.0.0.249 - - [2025-11-03 02:48:33] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.015556 10.0.0.249 - - [2025-11-03 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2025-11-03 02:48:33] "GET /network-policy/196bc0cc-6a4d-4697-9382-9f40804af79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004302 10.0.0.249 - - [2025-11-03 02:48:45] "POST /neutron/network HTTP/1.1" 200 1428 0.011655 10.0.0.249 - - [2025-11-03 02:48:45] "POST /ref-update HTTP/1.1" 200 156 0.037642 10.0.0.249 - - [2025-11-03 02:48:45] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009317 10.0.0.249 - - [2025-11-03 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.249 - - [2025-11-03 02:48:45] "GET /network-policy/079cd249-2cf2-4f7c-a109-9a9eb15042fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004273 10.0.0.249 - - [2025-11-03 02:48:57] "POST /neutron/network HTTP/1.1" 200 1425 0.015126 10.0.0.249 - - [2025-11-03 02:48:57] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008607 10.0.0.249 - - [2025-11-03 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.249 - - [2025-11-03 02:48:58] "GET /network-policy/45fa704e-38ad-4b82-8d2f-2d24656a8a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005419 10.0.0.249 - - [2025-11-03 02:49:00] "POST /neutron/port HTTP/1.1" 200 1202 0.019588 10.0.0.249 - - [2025-11-03 02:49:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.249 - - [2025-11-03 02:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2025-11-03 02:49:03] "POST /neutron/port HTTP/1.1" 200 1202 0.016163 10.0.0.249 - - [2025-11-03 02:49:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.249 - - [2025-11-03 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.249 - - [2025-11-03 02:49:08] "POST /neutron/network HTTP/1.1" 200 1425 0.011276 10.0.0.249 - - [2025-11-03 02:49:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.008175 10.0.0.249 - - [2025-11-03 02:49:08] "POST /ref-update HTTP/1.1" 200 156 0.039417 10.0.0.249 - - [2025-11-03 02:49:08] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010180 10.0.0.249 - - [2025-11-03 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.249 - - [2025-11-03 02:49:08] "GET /network-policy/614fa2fd-3ed5-4d5d-92e2-df06edaf8b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004228 10.0.0.249 - - [2025-11-03 02:49:20] "POST /neutron/network HTTP/1.1" 200 1426 0.012062 10.0.0.249 - - [2025-11-03 02:49:21] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.011400 10.0.0.249 - - [2025-11-03 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.249 - - [2025-11-03 02:49:21] "GET /network-policy/92bdfa14-6c59-4b45-9f2e-5723f7767fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.013153 10.0.0.249 - - [2025-11-03 02:49:31] "POST /neutron/network HTTP/1.1" 200 1426 0.010854 10.0.0.249 - - [2025-11-03 02:49:31] "PUT /access-control-list/ca2fef19-6fcd-418f-ba56-f752737541c6 HTTP/1.1" 200 272 0.067954 10.0.0.249 - - [2025-11-03 02:49:31] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010813 10.0.0.249 - - [2025-11-03 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008848 10.0.0.249 - - [2025-11-03 02:49:31] "GET /network-policy/50082f05-d46c-4c4c-9143-f0ee0e127d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004272 10.0.0.249 - - [2025-11-03 02:49:43] "POST /neutron/network HTTP/1.1" 200 1426 0.012037 10.0.0.249 - - [2025-11-03 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002954 10.0.0.249 - - [2025-11-03 02:49:43] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008472 10.0.0.249 - - [2025-11-03 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.249 - - [2025-11-03 02:49:43] "GET /network-policy/85991dff-25fb-4aab-96a8-53b9badb2569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004754 10.0.0.249 - - [2025-11-03 02:49:53] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006403 10.0.0.249 - - [2025-11-03 02:49:53] "POST /neutron/network HTTP/1.1" 200 1426 0.011269 10.0.0.249 - - [2025-11-03 02:49:53] "POST /ref-update HTTP/1.1" 200 156 0.031444 10.0.0.249 - - [2025-11-03 02:49:53] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010607 10.0.0.249 - - [2025-11-03 02:49:53] "GET /virtual-machine/89ce1bef-1cff-4601-9a07-9c0787e2027b HTTP/1.1" 200 1304 0.003861 10.0.0.249 - - [2025-11-03 02:49:54] "POST /neutron/port HTTP/1.1" 200 1202 0.015377 10.0.0.249 - - [2025-11-03 02:49:55] "GET /virtual-machine/89ce1bef-1cff-4601-9a07-9c0787e2027b HTTP/1.1" 404 171 0.003330 10.0.0.249 - - [2025-11-03 02:49:55] "GET /virtual-machine/89ce1bef-1cff-4601-9a07-9c0787e2027b HTTP/1.1" 404 171 0.002996 10.0.0.249 - - [2025-11-03 02:49:55] "GET /virtual-machine/89ce1bef-1cff-4601-9a07-9c0787e2027b HTTP/1.1" 404 171 0.002980 10.0.0.249 - - [2025-11-03 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2025-11-03 02:49:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003299 10.0.0.249 - - [2025-11-03 02:49:55] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003191 10.0.0.249 - - [2025-11-03 02:49:56] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008177 10.0.0.249 - - [2025-11-03 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.249 - - [2025-11-03 02:49:56] "GET /routing-instance/cd7535c5-a323-45fa-a75f-ab454c97df77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004809 10.0.0.249 - - [2025-11-03 02:49:56] "GET /route-target/2fa6854a-b722-48ad-97c8-7f7dc727bdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004157 10.0.0.249 - - [2025-11-03 02:49:56] "GET /obj-perms HTTP/1.1" 200 5038 0.044168 10.0.0.61 - - [2025-11-03 02:49:56] "GET /obj-perms HTTP/1.1" 200 5038 0.042747 10.0.0.249 - - [2025-11-03 02:50:02] "GET /obj-perms HTTP/1.1" 200 5038 0.003998 10.0.0.61 - - [2025-11-03 02:50:02] "GET /obj-perms HTTP/1.1" 200 5038 0.003925 10.0.0.249 - - [2025-11-03 02:50:02] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 200 1304 0.007041 10.0.0.249 - - [2025-11-03 02:50:03] "POST /neutron/port HTTP/1.1" 200 1202 0.015229 10.0.0.249 - - [2025-11-03 02:50:04] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 404 171 0.003145 10.0.0.249 - - [2025-11-03 02:50:04] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 404 171 0.002879 10.0.0.249 - - [2025-11-03 02:50:04] "GET /virtual-machine/9238ef3b-0741-44cc-88e5-7096bfd7c000 HTTP/1.1" 404 171 0.004460 10.0.0.249 - - [2025-11-03 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2025-11-03 02:50:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004294 10.0.0.249 - - [2025-11-03 02:50:04] "GET /virtual-networks?parent_id=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003763 10.0.0.249 - - [2025-11-03 02:50:04] "GET /virtual-network/6fdfdd26-d342-4a43-b6be-2405e6fd6c46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006528 10.0.0.249 - - [2025-11-03 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-11-03 02:50:04] "GET /routing-instance/a61eefdf-8322-4ffe-9818-c3685fe476cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004640 10.0.0.249 - - [2025-11-03 02:50:05] "GET /route-target/4e966fd3-15d9-4527-b544-912c5f5b5870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003996 10.0.0.249 - - [2025-11-03 02:50:05] "GET /obj-perms HTTP/1.1" 200 5038 0.004479 10.0.0.249 - - [2025-11-03 02:50:11] "GET /obj-perms HTTP/1.1" 200 5038 0.004173 10.0.0.249 - - [2025-11-03 02:50:14] "GET /obj-perms HTTP/1.1" 200 5038 0.004011 10.0.0.249 - - [2025-11-03 02:50:20] "GET /obj-perms HTTP/1.1" 200 5038 0.005085 10.0.0.23 - - [2025-11-03 02:50:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.23 - - [2025-11-03 02:50:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.23 - - [2025-11-03 02:50:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.23 - - [2025-11-03 02:50:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.61 - - [2025-11-03 02:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.61 - - [2025-11-03 02:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 02:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000858 10.0.0.249 - - [2025-11-03 02:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.61 - - [2025-11-03 02:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.61 - - [2025-11-03 02:50:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2025-11-03 02:50:23] "GET /obj-perms HTTP/1.1" 200 5038 0.004371 10.0.0.249 - - [2025-11-03 02:50:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-11-03 02:50:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.249 - - [2025-11-03 02:50:29] "GET /obj-perms HTTP/1.1" 200 5038 0.004179 10.0.0.249 - - [2025-11-03 02:50:29] "GET /obj-perms HTTP/1.1" 200 5038 0.004409 10.0.0.23 - - [2025-11-03 02:50:29] "GET /obj-perms HTTP/1.1" 200 5038 0.044758 10.0.0.249 - - [2025-11-03 02:50:29] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005810 10.0.0.249 - - [2025-11-03 02:50:29] "POST /neutron/network HTTP/1.1" 200 1427 0.011264 10.0.0.249 - - [2025-11-03 02:50:30] "GET /virtual-network/32ca4169-ab5c-497a-8517-9f1e76d6cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008384 10.0.0.249 - - [2025-11-03 02:50:30] "DELETE /network-policy/196bc0cc-6a4d-4697-9382-9f40804af79a HTTP/1.1" 200 115 0.032937 10.0.0.249 - - [2025-11-03 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.23 - - [2025-11-03 02:50:30] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.249 - - [2025-11-03 02:50:30] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050912 10.0.0.249 - - [2025-11-03 02:50:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.007187 10.0.0.249 - - [2025-11-03 02:50:30] "DELETE /network-policy/85991dff-25fb-4aab-96a8-53b9badb2569 HTTP/1.1" 200 115 0.040046 10.0.0.249 - - [2025-11-03 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.23 - - [2025-11-03 02:50:30] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.249 - - [2025-11-03 02:50:30] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041996 10.0.0.249 - - [2025-11-03 02:50:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006037 10.0.0.249 - - [2025-11-03 02:50:30] "DELETE /network-policy/50082f05-d46c-4c4c-9143-f0ee0e127d6e HTTP/1.1" 200 115 0.040671 10.0.0.249 - - [2025-11-03 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.23 - - [2025-11-03 02:50:30] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.249 - - [2025-11-03 02:50:30] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047445 10.0.0.249 - - [2025-11-03 02:50:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005316 10.0.0.249 - - [2025-11-03 02:50:30] "DELETE /network-policy/92bdfa14-6c59-4b45-9f2e-5723f7767fdc HTTP/1.1" 200 115 0.045521 10.0.0.249 - - [2025-11-03 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2025-11-03 02:50:30] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.249 - - [2025-11-03 02:50:31] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045825 10.0.0.249 - - [2025-11-03 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006003 10.0.0.249 - - [2025-11-03 02:50:31] "DELETE /network-policy/614fa2fd-3ed5-4d5d-92e2-df06edaf8b58 HTTP/1.1" 200 115 0.036054 10.0.0.249 - - [2025-11-03 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007123 10.0.0.23 - - [2025-11-03 02:50:31] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.249 - - [2025-11-03 02:50:31] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042272 10.0.0.249 - - [2025-11-03 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005818 10.0.0.249 - - [2025-11-03 02:50:31] "DELETE /network-policy/6fe286e0-439f-4c54-9343-049497c2c6e3 HTTP/1.1" 200 115 0.033244 10.0.0.249 - - [2025-11-03 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006358 10.0.0.23 - - [2025-11-03 02:50:31] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.249 - - [2025-11-03 02:50:31] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041929 10.0.0.249 - - [2025-11-03 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005265 10.0.0.249 - - [2025-11-03 02:50:31] "DELETE /network-policy/45fa704e-38ad-4b82-8d2f-2d24656a8a9a HTTP/1.1" 200 115 0.048944 10.0.0.249 - - [2025-11-03 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-11-03 02:50:31] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.249 - - [2025-11-03 02:50:31] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043545 10.0.0.249 - - [2025-11-03 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007057 10.0.0.249 - - [2025-11-03 02:50:31] "DELETE /network-policy/079cd249-2cf2-4f7c-a109-9a9eb15042fd HTTP/1.1" 200 115 0.044466 10.0.0.249 - - [2025-11-03 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2025-11-03 02:50:31] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.249 - - [2025-11-03 02:50:31] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059381 10.0.0.249 - - [2025-11-03 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005672 10.0.0.249 - - [2025-11-03 02:50:32] "DELETE /network-policy/188e5c55-cc6a-4ef7-b5e0-6a7abf5e831a HTTP/1.1" 200 115 0.033312 10.0.0.249 - - [2025-11-03 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005993 10.0.0.23 - - [2025-11-03 02:50:32] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.249 - - [2025-11-03 02:50:32] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050802 10.0.0.249 - - [2025-11-03 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005774 10.0.0.249 - - [2025-11-03 02:50:32] "DELETE /network-policy/63c1ab8a-72c7-43c0-8177-a61680c2700a HTTP/1.1" 200 115 0.037202 10.0.0.249 - - [2025-11-03 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008431 10.0.0.23 - - [2025-11-03 02:50:32] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.249 - - [2025-11-03 02:50:32] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.056437 10.0.0.249 - - [2025-11-03 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28425093&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006871 10.0.0.249 - - [2025-11-03 02:50:32] "POST /neutron/network HTTP/1.1" 200 1337 0.011704 10.0.0.249 - - [2025-11-03 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005033 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006001 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004726 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002442 10.0.0.23 - - [2025-11-03 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002293 10.0.0.249 - - [2025-11-03 02:50:33] "DELETE /route-target/4e966fd3-15d9-4527-b544-912c5f5b5870 HTTP/1.1" 200 115 0.037197 10.0.0.249 - - [2025-11-03 02:50:33] "POST /neutron/network HTTP/1.1" 200 151 0.160186 10.0.0.249 - - [2025-11-03 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-11-03 02:50:33] "DELETE /network-ipam/41bba851-5fba-4916-939f-7b93a605d74f HTTP/1.1" 200 115 0.035425 10.0.0.249 - - [2025-11-03 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 260 0.003602 10.0.0.23 - - [2025-11-03 02:50:33] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.23 - - [2025-11-03 02:50:33] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.039954 10.0.0.23 - - [2025-11-03 02:50:33] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.23 - - [2025-11-03 02:50:33] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=security_groups HTTP/1.1" 200 1410 0.051049 10.0.0.23 - - [2025-11-03 02:50:33] "DELETE /security-group/d4a75e53-cb47-40c0-9fd8-7c48f1a53bc9 HTTP/1.1" 200 115 0.050187 10.0.0.23 - - [2025-11-03 02:50:33] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002080 10.0.0.23 - - [2025-11-03 02:50:33] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=application_policy_sets HTTP/1.1" 200 1449 0.064577 10.0.0.249 - - [2025-11-03 02:50:33] "DELETE /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0 HTTP/1.1" 200 115 0.415098 10.0.0.23 - - [2025-11-03 02:50:33] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.249 - - [2025-11-03 02:50:33] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?fields=projects HTTP/1.1" 200 1437 0.011306 10.0.0.23 - - [2025-11-03 02:50:35] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003279 10.0.0.23 - - [2025-11-03 02:50:35] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.23 - - [2025-11-03 02:50:35] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007257 10.0.0.23 - - [2025-11-03 02:50:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.004553 10.0.0.23 - - [2025-11-03 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.005372 10.0.0.23 - - [2025-11-03 02:50:35] "POST /security-groups HTTP/1.1" 200 603 0.073391 10.0.0.249 - - [2025-11-03 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 246 0.004516 10.0.0.23 - - [2025-11-03 02:50:35] "POST /projects HTTP/1.1" 200 609 0.311145 10.0.0.23 - - [2025-11-03 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.383262 10.0.0.249 - - [2025-11-03 02:50:36] "POST /access-control-lists HTTP/1.1" 200 606 0.035594 10.0.0.249 - - [2025-11-03 02:50:36] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.840659 10.0.0.23 - - [2025-11-03 02:50:36] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.249 - - [2025-11-03 02:50:36] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=virtual_networks HTTP/1.1" 200 1067 0.055022 10.0.0.23 - - [2025-11-03 02:50:36] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.249 - - [2025-11-03 02:50:36] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.042043 10.0.0.23 - - [2025-11-03 02:50:36] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.249 - - [2025-11-03 02:50:36] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=security_groups HTTP/1.1" 200 1305 0.050760 10.0.0.249 - - [2025-11-03 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 182 0.025118 10.0.0.23 - - [2025-11-03 02:50:37] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.23 - - [2025-11-03 02:50:37] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.23 - - [2025-11-03 02:50:37] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007464 10.0.0.23 - - [2025-11-03 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 184 0.001643 10.0.0.23 - - [2025-11-03 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002798 10.0.0.23 - - [2025-11-03 02:50:37] "POST /security-groups HTTP/1.1" 200 585 0.077159 10.0.0.23 - - [2025-11-03 02:50:37] "POST /projects HTTP/1.1" 200 573 0.268950 10.0.0.249 - - [2025-11-03 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.017335 10.0.0.23 - - [2025-11-03 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.346441 10.0.0.249 - - [2025-11-03 02:50:37] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.493351 10.0.0.249 - - [2025-11-03 02:50:38] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.249 - - [2025-11-03 02:50:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2025-11-03 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052853 10.0.0.23 - - [2025-11-03 02:50:39] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000937 10.0.0.249 - - [2025-11-03 02:50:39] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.042600 10.0.0.249 - - [2025-11-03 02:50:40] "POST /ref-update HTTP/1.1" 200 156 0.048972 10.0.0.23 - - [2025-11-03 02:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008993 10.0.0.249 - - [2025-11-03 02:50:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.232867 10.0.0.249 - - [2025-11-03 02:50:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004077 10.0.0.249 - - [2025-11-03 02:50:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001291 10.0.0.249 - - [2025-11-03 02:50:40] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007701 10.0.0.249 - - [2025-11-03 02:50:40] "POST /neutron/network HTTP/1.1" 200 990 0.009380 10.0.0.249 - - [2025-11-03 02:50:40] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005240 10.0.0.249 - - [2025-11-03 02:50:40] "POST /neutron/subnet HTTP/1.1" 200 818 0.009136 10.0.0.249 - - [2025-11-03 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.23 - - [2025-11-03 02:50:40] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000903 10.0.0.249 - - [2025-11-03 02:50:40] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.052056 10.0.0.23 - - [2025-11-03 02:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005404 10.0.0.249 - - [2025-11-03 02:50:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.190384 10.0.0.249 - - [2025-11-03 02:50:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.001385 10.0.0.249 - - [2025-11-03 02:50:41] "GET /virtual-network/731b81b3-3d7d-49e7-a257-bd8a29034972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.007595 10.0.0.249 - - [2025-11-03 02:50:41] "POST /neutron/network HTTP/1.1" 200 993 0.008793 10.0.0.249 - - [2025-11-03 02:50:41] "GET /virtual-network/731b81b3-3d7d-49e7-a257-bd8a29034972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005851 10.0.0.249 - - [2025-11-03 02:50:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.010854 10.0.0.249 - - [2025-11-03 02:50:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.001045 10.0.0.23 - - [2025-11-03 02:50:42] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001045 10.0.0.249 - - [2025-11-03 02:50:42] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.074497 10.0.0.249 - - [2025-11-03 02:50:42] "POST /neutron/port HTTP/1.1" 200 117 0.006591 10.0.0.249 - - [2025-11-03 02:50:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001264 10.0.0.249 - - [2025-11-03 02:50:42] "POST /neutron/network HTTP/1.1" 200 1000 0.006651 10.0.0.249 - - [2025-11-03 02:50:43] "POST /neutron/port HTTP/1.1" 200 1159 0.039566 10.0.0.23 - - [2025-11-03 02:50:43] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000941 10.0.0.249 - - [2025-11-03 02:50:43] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.079288 10.0.0.249 - - [2025-11-03 02:50:43] "POST /neutron/network HTTP/1.1" 200 990 0.041813 10.0.0.249 - - [2025-11-03 02:50:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.249 - - [2025-11-03 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006677 10.0.0.249 - - [2025-11-03 02:50:43] "POST /neutron/port HTTP/1.1" 200 117 0.007340 10.0.0.249 - - [2025-11-03 02:50:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001102 10.0.0.249 - - [2025-11-03 02:50:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006802 10.0.0.23 - - [2025-11-03 02:50:44] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001053 10.0.0.249 - - [2025-11-03 02:50:44] "POST /neutron/port HTTP/1.1" 200 1159 0.349391 10.0.0.249 - - [2025-11-03 02:50:44] "POST /neutron/port HTTP/1.1" 200 1213 0.141129 10.0.0.23 - - [2025-11-03 02:50:44] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000971 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004577 10.0.0.249 - - [2025-11-03 02:50:45] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.058424 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/port HTTP/1.1" 200 2256 0.020508 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/port HTTP/1.1" 200 1187 0.018283 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009550 10.0.0.249 - - [2025-11-03 02:50:45] "POST /neutron/network HTTP/1.1" 200 1003 0.006093 10.0.0.249 - - [2025-11-03 02:50:45] "GET /virtual-machine/91ddbc30-61b5-40f1-95bf-2d24fa1bcd31 HTTP/1.1" 401 293 0.000353 10.0.0.249 - - [2025-11-03 02:50:46] "GET /virtual-machine/91ddbc30-61b5-40f1-95bf-2d24fa1bcd31 HTTP/1.1" 200 1287 0.026764 10.0.0.249 - - [2025-11-03 02:50:46] "GET /virtual-machine-interface/19019ec5-7222-4958-843d-ef9bbe6b6774 HTTP/1.1" 200 3104 0.005388 10.0.0.249 - - [2025-11-03 02:50:46] "POST /neutron/port HTTP/1.1" 200 1162 0.024530 10.0.0.249 - - [2025-11-03 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.249 - - [2025-11-03 02:50:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003226 10.0.0.249 - - [2025-11-03 02:50:46] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002445 10.0.0.249 - - [2025-11-03 02:50:46] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007904 10.0.0.249 - - [2025-11-03 02:50:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.249 - - [2025-11-03 02:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.249 - - [2025-11-03 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.249 - - [2025-11-03 02:50:49] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005012 10.0.0.249 - - [2025-11-03 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.249 - - [2025-11-03 02:50:53] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005317 10.0.0.249 - - [2025-11-03 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.249 - - [2025-11-03 02:50:57] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005063 10.0.0.249 - - [2025-11-03 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.249 - - [2025-11-03 02:51:01] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006058 10.0.0.249 - - [2025-11-03 02:51:03] "POST /neutron/port HTTP/1.1" 200 1187 0.016562 10.0.0.249 - - [2025-11-03 02:51:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005542 10.0.0.249 - - [2025-11-03 02:51:04] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-11-03 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.249 - - [2025-11-03 02:51:05] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.009545 10.0.0.249 - - [2025-11-03 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.249 - - [2025-11-03 02:51:09] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005611 10.0.0.249 - - [2025-11-03 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.249 - - [2025-11-03 02:51:13] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005816 10.0.0.249 - - [2025-11-03 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.249 - - [2025-11-03 02:51:17] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005515 10.0.0.249 - - [2025-11-03 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 02:51:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.249 - - [2025-11-03 02:51:22] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003199 10.0.0.249 - - [2025-11-03 02:51:22] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006044 10.0.0.249 - - [2025-11-03 02:51:22] "POST /neutron/port HTTP/1.1" 200 1187 0.014748 10.0.0.249 - - [2025-11-03 02:51:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007353 10.0.0.23 - - [2025-11-03 02:51:27] "DELETE /project/67026f63e17a4130a3728b4cc0fbcef2 HTTP/1.1" 404 173 0.027406 10.0.0.23 - - [2025-11-03 02:51:27] "DELETE /project/d25df8aa572d4f3ebc518c7d934aeab0 HTTP/1.1" 404 173 0.039471 10.0.0.23 - - [2025-11-03 02:51:27] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.23 - - [2025-11-03 02:51:27] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.061097 10.0.0.23 - - [2025-11-03 02:51:27] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.23 - - [2025-11-03 02:51:27] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=security_groups HTTP/1.1" 200 1410 0.054240 10.0.0.23 - - [2025-11-03 02:51:27] "DELETE /security-group/53cb9b09-6514-4e74-b640-6ada806860bc HTTP/1.1" 200 115 0.055112 10.0.0.23 - - [2025-11-03 02:51:27] "GET /projects?obj_uuids=d25df8aa-572d-4f3e-bc51-8c7d934aeab0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.249 - - [2025-11-03 02:51:27] "DELETE /access-control-list/319b8243-ac3a-4d4f-b602-160a89f842ec HTTP/1.1" 200 115 0.046151 10.0.0.23 - - [2025-11-03 02:51:27] "GET /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0?fields=application_policy_sets HTTP/1.1" 200 1449 0.064680 10.0.0.23 - - [2025-11-03 02:51:28] "DELETE /project/d25df8aa-572d-4f3e-bc51-8c7d934aeab0 HTTP/1.1" 200 115 0.477444 10.0.0.249 - - [2025-11-03 02:51:32] "POST /neutron/port HTTP/1.1" 200 1187 0.017331 10.0.0.249 - - [2025-11-03 02:51:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007481 10.0.0.249 - - [2025-11-03 02:51:42] "POST /neutron/port HTTP/1.1" 200 1187 0.015698 10.0.0.249 - - [2025-11-03 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006899 10.0.0.249 - - [2025-11-03 02:51:43] "GET /virtual-machine/a7570ab6-b552-4fcb-95f5-9ad6dbb5f36f HTTP/1.1" 200 1287 0.005456 10.0.0.249 - - [2025-11-03 02:51:43] "GET /virtual-machine-interface/3ae91a97-dbe4-41d8-b677-4e9f105b8288 HTTP/1.1" 200 3105 0.005461 10.0.0.249 - - [2025-11-03 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-11-03 02:51:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003506 10.0.0.249 - - [2025-11-03 02:51:43] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003492 10.0.0.249 - - [2025-11-03 02:51:43] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006136 10.0.0.249 - - [2025-11-03 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.249 - - [2025-11-03 02:51:46] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006755 10.0.0.249 - - [2025-11-03 02:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.249 - - [2025-11-03 02:51:50] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005005 10.0.0.249 - - [2025-11-03 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-11-03 02:51:54] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006682 10.0.0.249 - - [2025-11-03 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.249 - - [2025-11-03 02:51:58] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007681 10.0.0.249 - - [2025-11-03 02:52:01] "POST /neutron/network HTTP/1.1" 200 1000 0.007514 10.0.0.249 - - [2025-11-03 02:52:01] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012514 10.0.0.249 - - [2025-11-03 02:52:01] "POST /neutron/network HTTP/1.1" 200 990 0.008775 10.0.0.249 - - [2025-11-03 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-11-03 02:52:02] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.010937 10.0.0.249 - - [2025-11-03 02:52:04] "POST /neutron/network HTTP/1.1" 200 1000 0.006947 10.0.0.249 - - [2025-11-03 02:52:04] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016410 10.0.0.249 - - [2025-11-03 02:52:05] "POST /neutron/network HTTP/1.1" 200 990 0.011261 10.0.0.249 - - [2025-11-03 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2025-11-03 02:52:06] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005078 10.0.0.249 - - [2025-11-03 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.249 - - [2025-11-03 02:52:10] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004908 10.0.0.249 - - [2025-11-03 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.249 - - [2025-11-03 02:52:15] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007668 10.0.0.249 - - [2025-11-03 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-11-03 02:52:19] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004987 10.0.0.249 - - [2025-11-03 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.249 - - [2025-11-03 02:52:23] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004961 10.0.0.249 - - [2025-11-03 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.249 - - [2025-11-03 02:52:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003675 10.0.0.249 - - [2025-11-03 02:52:25] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002930 10.0.0.249 - - [2025-11-03 02:52:25] "GET /virtual-network/842699e1-41eb-4ec8-8e37-5ca9a29367a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005559 10.0.0.249 - - [2025-11-03 02:52:30] "POST /neutron/port HTTP/1.1" 200 1187 0.015677 10.0.0.249 - - [2025-11-03 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.037234 10.0.0.249 - - [2025-11-03 02:52:35] "POST /neutron/port HTTP/1.1" 200 1187 0.015837 10.0.0.249 - - [2025-11-03 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006905 10.0.0.249 - - [2025-11-03 02:52:51] "POST /neutron/port HTTP/1.1" 200 1190 0.020411 10.0.0.249 - - [2025-11-03 02:52:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007832 10.0.0.249 - - [2025-11-03 02:52:51] "GET /virtual-machine/7a395142-434e-4e10-bb9e-512b01dd525c HTTP/1.1" 200 1286 0.006267 10.0.0.249 - - [2025-11-03 02:52:51] "GET /virtual-machine-interface/60977214-0325-4739-886d-401db3e6bf41 HTTP/1.1" 200 3104 0.005299 10.0.0.249 - - [2025-11-03 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-11-03 02:52:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.249 - - [2025-11-03 02:52:51] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002849 10.0.0.249 - - [2025-11-03 02:52:51] "GET /virtual-network/731b81b3-3d7d-49e7-a257-bd8a29034972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006666 10.0.0.249 - - [2025-11-03 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-11-03 02:52:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004847 10.0.0.249 - - [2025-11-03 02:52:52] "GET /virtual-networks?parent_id=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003379 10.0.0.249 - - [2025-11-03 02:52:52] "GET /virtual-network/731b81b3-3d7d-49e7-a257-bd8a29034972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006091 10.0.0.249 - - [2025-11-03 02:52:54] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003234 10.0.0.249 - - [2025-11-03 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.249 - - [2025-11-03 02:52:54] "GET /global-qos-config/8db29f68-fc80-4500-b9f7-d9fb0bc54f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004427 10.0.0.249 - - [2025-11-03 02:52:54] "POST /fqname-to-id HTTP/1.1" 404 222 0.005052 10.0.0.249 - - [2025-11-03 02:52:54] "POST /forwarding-classs HTTP/1.1" 200 576 0.030823 10.0.0.249 - - [2025-11-03 02:52:54] "POST /id-to-fqname HTTP/1.1" 200 232 0.004053 10.0.0.249 - - [2025-11-03 02:52:54] "GET /forwarding-class/83179591-88ac-4c30-af66-2a8a2f8edd47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004924 10.0.0.23 - - [2025-11-03 02:52:54] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001141 10.0.0.249 - - [2025-11-03 02:52:54] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.050988 10.0.0.249 - - [2025-11-03 02:52:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003498 10.0.0.249 - - [2025-11-03 02:52:54] "POST /qos-configs HTTP/1.1" 200 543 0.029322 10.0.0.249 - - [2025-11-03 02:52:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.003737 10.0.0.249 - - [2025-11-03 02:52:54] "GET /qos-config/90ae5a99-451e-4571-be42-054551553d66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004064 10.0.0.249 - - [2025-11-03 02:52:54] "GET /virtual-machine-interface/19019ec5-7222-4958-843d-ef9bbe6b6774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005496 10.0.0.249 - - [2025-11-03 02:52:54] "POST /ref-update HTTP/1.1" 200 156 0.015881 10.0.0.249 - - [2025-11-03 02:52:54] "POST /neutron/port HTTP/1.1" 200 1187 0.017057 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007400 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/port HTTP/1.1" 200 1187 0.013764 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/network HTTP/1.1" 200 990 0.008512 10.0.0.249 - - [2025-11-03 02:52:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001124 10.0.0.249 - - [2025-11-03 02:52:55] "GET /virtual-machine/91ddbc30-61b5-40f1-95bf-2d24fa1bcd31 HTTP/1.1" 200 1287 0.004105 10.0.0.249 - - [2025-11-03 02:52:55] "GET /virtual-machine-interface/19019ec5-7222-4958-843d-ef9bbe6b6774 HTTP/1.1" 200 3351 0.004892 10.0.0.249 - - [2025-11-03 02:52:55] "GET /instance-ip/28894162-7722-4e7d-b7af-e804d28660ce HTTP/1.1" 200 1608 0.006166 10.0.0.249 - - [2025-11-03 02:52:55] "GET /instance-ip/a8c24053-c658-4a7c-8ea9-a9e6c6f58f4a HTTP/1.1" 200 1627 0.005779 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/port HTTP/1.1" 200 1187 0.018119 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009504 10.0.0.249 - - [2025-11-03 02:52:55] "POST /neutron/network HTTP/1.1" 200 964 0.039435 10.0.0.249 - - [2025-11-03 02:52:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001208 10.0.0.249 - - [2025-11-03 02:52:55] "GET /virtual-machine/a7570ab6-b552-4fcb-95f5-9ad6dbb5f36f HTTP/1.1" 200 1287 0.003813 10.0.0.249 - - [2025-11-03 02:52:55] "GET /virtual-machine-interface/3ae91a97-dbe4-41d8-b677-4e9f105b8288 HTTP/1.1" 200 3105 0.005610 10.0.0.249 - - [2025-11-03 02:52:55] "GET /instance-ip/0b9454ff-f36d-474c-a551-cc71148ab012 HTTP/1.1" 200 1607 0.007356 10.0.0.249 - - [2025-11-03 02:52:55] "GET /instance-ip/4e619158-a631-4e87-a8f2-f035f4a5499a HTTP/1.1" 200 1626 0.014732 10.0.0.61 - - [2025-11-03 02:52:56] "GET /obj-perms HTTP/1.1" 200 5075 0.050748 10.0.0.249 - - [2025-11-03 02:53:02] "POST /neutron/port HTTP/1.1" 200 1190 0.037940 10.0.0.249 - - [2025-11-03 02:53:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.249 - - [2025-11-03 02:53:02] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.249 - - [2025-11-03 02:53:04] "POST /neutron/port HTTP/1.1" 200 1187 0.014954 10.0.0.249 - - [2025-11-03 02:53:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.249 - - [2025-11-03 02:53:05] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.23 - - [2025-11-03 02:53:56] "GET /obj-perms HTTP/1.1" 200 5075 0.046262 10.0.0.249 - - [2025-11-03 02:53:56] "GET /obj-perms HTTP/1.1" 200 5075 0.050023 10.0.0.249 - - [2025-11-03 02:54:00] "GET /virtual-machine-interface/19019ec5-7222-4958-843d-ef9bbe6b6774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005684 10.0.0.249 - - [2025-11-03 02:54:00] "POST /ref-update HTTP/1.1" 200 156 0.018654 10.0.0.249 - - [2025-11-03 02:54:00] "DELETE /qos-config/90ae5a99-451e-4571-be42-054551553d66 HTTP/1.1" 200 115 0.041005 10.0.0.249 - - [2025-11-03 02:54:00] "POST /id-to-fqname HTTP/1.1" 200 232 0.001549 10.0.0.249 - - [2025-11-03 02:54:00] "DELETE /forwarding-class/83179591-88ac-4c30-af66-2a8a2f8edd47 HTTP/1.1" 200 115 0.032704 10.0.0.249 - - [2025-11-03 02:54:01] "POST /neutron/network HTTP/1.1" 400 204 0.015549 10.0.0.249 - - [2025-11-03 02:54:02] "POST /neutron/port HTTP/1.1" 200 1216 0.016791 10.0.0.249 - - [2025-11-03 02:54:02] "POST /neutron/port HTTP/1.1" 200 1213 0.022232 10.0.0.249 - - [2025-11-03 02:54:02] "POST /neutron/port HTTP/1.1" 200 151 0.338822 10.0.0.249 - - [2025-11-03 02:54:03] "DELETE /route-target/74d88fbe-acb3-491b-ad01-458bb55fab12 HTTP/1.1" 200 115 0.020267 10.0.0.249 - - [2025-11-03 02:54:04] "POST /neutron/network HTTP/1.1" 200 990 0.010785 10.0.0.23 - - [2025-11-03 02:54:04] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000965 10.0.0.249 - - [2025-11-03 02:54:04] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.045849 10.0.0.23 - - [2025-11-03 02:54:04] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000995 10.0.0.249 - - [2025-11-03 02:54:04] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?fields=virtual_networks HTTP/1.1" 200 1030 0.039887 10.0.0.23 - - [2025-11-03 02:54:04] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001024 10.0.0.249 - - [2025-11-03 02:54:04] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.048908 10.0.0.23 - - [2025-11-03 02:54:04] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001397 10.0.0.249 - - [2025-11-03 02:54:04] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?fields=security_groups HTTP/1.1" 200 1250 0.042838 10.0.0.249 - - [2025-11-03 02:54:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.025019 10.0.0.23 - - [2025-11-03 02:54:05] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002794 10.0.0.23 - - [2025-11-03 02:54:05] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.23 - - [2025-11-03 02:54:05] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007164 10.0.0.23 - - [2025-11-03 02:54:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.003861 10.0.0.23 - - [2025-11-03 02:54:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.004897 10.0.0.23 - - [2025-11-03 02:54:05] "POST /security-groups HTTP/1.1" 200 584 0.029433 10.0.0.249 - - [2025-11-03 02:54:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.004820 10.0.0.23 - - [2025-11-03 02:54:05] "POST /projects HTTP/1.1" 200 571 0.229398 10.0.0.23 - - [2025-11-03 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.300358 10.0.0.249 - - [2025-11-03 02:54:05] "POST /access-control-lists HTTP/1.1" 200 587 0.034780 10.0.0.249 - - [2025-11-03 02:54:05] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.440347 10.0.0.249 - - [2025-11-03 02:54:06] "GET / HTTP/1.1" 200 35931 0.003041 10.0.0.249 - - [2025-11-03 02:54:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-11-03 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.052990 10.0.0.23 - - [2025-11-03 02:54:08] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000907 10.0.0.249 - - [2025-11-03 02:54:08] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040448 10.0.0.23 - - [2025-11-03 02:54:08] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 10.0.0.249 - - [2025-11-03 02:54:09] "POST /neutron/network HTTP/1.1" 200 612 0.139233 10.0.0.249 - - [2025-11-03 02:54:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.003265 10.0.0.249 - - [2025-11-03 02:54:09] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005723 10.0.0.249 - - [2025-11-03 02:54:09] "POST /neutron/network HTTP/1.1" 200 831 0.008202 10.0.0.249 - - [2025-11-03 02:54:09] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006822 10.0.0.249 - - [2025-11-03 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.249 - - [2025-11-03 02:54:09] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005822 10.0.0.249 - - [2025-11-03 02:54:09] "PUT /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5 HTTP/1.1" 200 264 0.058601 10.0.0.249 - - [2025-11-03 02:54:09] "POST /route-targets HTTP/1.1" 200 323 0.031791 10.0.0.249 - - [2025-11-03 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007247 10.0.0.23 - - [2025-11-03 02:54:09] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.249 - - [2025-11-03 02:54:09] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.069752 10.0.0.249 - - [2025-11-03 02:54:09] "POST /neutron/network HTTP/1.1" 200 117 0.014881 10.0.0.249 - - [2025-11-03 02:54:10] "POST /ref-update HTTP/1.1" 200 156 0.023992 10.0.0.249 - - [2025-11-03 02:54:10] "POST /neutron/network HTTP/1.1" 200 832 0.007640 10.0.0.249 - - [2025-11-03 02:54:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001143 10.0.0.249 - - [2025-11-03 02:54:10] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004778 10.0.0.249 - - [2025-11-03 02:54:10] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006125 10.0.0.249 - - [2025-11-03 02:54:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.009186 10.0.0.249 - - [2025-11-03 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.249 - - [2025-11-03 02:54:10] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005627 10.0.0.249 - - [2025-11-03 02:54:10] "PUT /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397 HTTP/1.1" 200 264 0.052834 10.0.0.249 - - [2025-11-03 02:54:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001283 10.0.0.23 - - [2025-11-03 02:54:11] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001307 10.0.0.249 - - [2025-11-03 02:54:11] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.061716 10.0.0.249 - - [2025-11-03 02:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.006538 10.0.0.249 - - [2025-11-03 02:54:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001645 10.0.0.249 - - [2025-11-03 02:54:11] "POST /neutron/network HTTP/1.1" 200 842 0.007386 10.0.0.249 - - [2025-11-03 02:54:12] "POST /neutron/port HTTP/1.1" 200 1053 0.016836 10.0.0.23 - - [2025-11-03 02:54:12] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001076 10.0.0.249 - - [2025-11-03 02:54:12] "POST /neutron/port HTTP/1.1" 200 1081 0.022013 10.0.0.249 - - [2025-11-03 02:54:12] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.076104 10.0.0.249 - - [2025-11-03 02:54:12] "POST /neutron/network HTTP/1.1" 200 832 0.005794 10.0.0.249 - - [2025-11-03 02:54:12] "POST /neutron/port HTTP/1.1" 200 1081 0.019534 10.0.0.249 - - [2025-11-03 02:54:13] "POST /neutron/port HTTP/1.1" 200 1081 0.016061 10.0.0.23 - - [2025-11-03 02:54:13] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.249 - - [2025-11-03 02:54:13] "POST /neutron/port HTTP/1.1" 200 1054 0.288541 10.0.0.249 - - [2025-11-03 02:54:13] "POST /neutron/port HTTP/1.1" 200 1108 0.099933 10.0.0.249 - - [2025-11-03 02:54:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.008300 10.0.0.249 - - [2025-11-03 02:54:18] "POST /neutron/port HTTP/1.1" 200 1081 0.015829 10.0.0.249 - - [2025-11-03 02:54:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007444 10.0.0.249 - - [2025-11-03 02:54:18] "GET /virtual-machine/872b73be-f863-47ba-b838-40840f51a802 HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2025-11-03 02:54:18] "GET /virtual-machine/872b73be-f863-47ba-b838-40840f51a802 HTTP/1.1" 200 1285 0.027821 10.0.0.249 - - [2025-11-03 02:54:18] "GET /virtual-machine-interface/25ca2a37-67d4-418d-8a2a-e8b1887306fa HTTP/1.1" 200 2926 0.004902 10.0.0.249 - - [2025-11-03 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.249 - - [2025-11-03 02:54:18] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004371 10.0.0.249 - - [2025-11-03 02:54:18] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002843 10.0.0.249 - - [2025-11-03 02:54:18] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007938 10.0.0.249 - - [2025-11-03 02:54:21] "POST /neutron/port HTTP/1.1" 200 1081 0.019386 10.0.0.249 - - [2025-11-03 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.249 - - [2025-11-03 02:54:21] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007638 10.0.0.249 - - [2025-11-03 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.249 - - [2025-11-03 02:54:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.249 - - [2025-11-03 02:54:23] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003266 10.0.0.249 - - [2025-11-03 02:54:23] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005814 10.0.0.249 - - [2025-11-03 02:54:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009410 10.0.0.249 - - [2025-11-03 02:54:24] "POST /neutron/port HTTP/1.1" 200 1082 0.015292 10.0.0.249 - - [2025-11-03 02:54:24] "GET /virtual-machine/d94fa769-37ba-4955-97be-c87c282732e8 HTTP/1.1" 200 1286 0.007056 10.0.0.249 - - [2025-11-03 02:54:24] "GET /virtual-machine-interface/6654d7db-753c-4ce5-900a-7e5a56eee1d1 HTTP/1.1" 200 2927 0.005746 10.0.0.249 - - [2025-11-03 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-11-03 02:54:24] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003516 10.0.0.249 - - [2025-11-03 02:54:24] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002840 10.0.0.249 - - [2025-11-03 02:54:24] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005950 10.0.0.249 - - [2025-11-03 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.249 - - [2025-11-03 02:54:27] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005361 10.0.0.23 - - [2025-11-03 02:54:28] "DELETE /project/cc8e8c30162e4f35aacd80cd3b7ef488 HTTP/1.1" 404 173 0.005617 10.0.0.23 - - [2025-11-03 02:54:28] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001263 10.0.0.23 - - [2025-11-03 02:54:28] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.042219 10.0.0.23 - - [2025-11-03 02:54:28] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001298 10.0.0.23 - - [2025-11-03 02:54:28] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?fields=security_groups HTTP/1.1" 200 1355 0.051309 10.0.0.23 - - [2025-11-03 02:54:28] "DELETE /security-group/6d169e57-9c67-47fa-9b57-427c939f96ed HTTP/1.1" 200 115 0.046587 10.0.0.23 - - [2025-11-03 02:54:28] "GET /projects?obj_uuids=67026f63-e17a-4130-a372-8b4cc0fbcef2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000875 10.0.0.23 - - [2025-11-03 02:54:28] "GET /project/67026f63-e17a-4130-a372-8b4cc0fbcef2?fields=application_policy_sets HTTP/1.1" 200 1394 0.038429 10.0.0.249 - - [2025-11-03 02:54:28] "DELETE /access-control-list/194841ee-6f87-441c-b5cb-19ec0e12ad51 HTTP/1.1" 200 115 0.038718 10.0.0.23 - - [2025-11-03 02:54:28] "DELETE /project/67026f63-e17a-4130-a372-8b4cc0fbcef2 HTTP/1.1" 200 115 0.412677 10.0.0.249 - - [2025-11-03 02:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.249 - - [2025-11-03 02:54:31] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005350 10.0.0.249 - - [2025-11-03 02:54:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007583 10.0.0.249 - - [2025-11-03 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.249 - - [2025-11-03 02:54:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003684 10.0.0.249 - - [2025-11-03 02:54:33] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003076 10.0.0.249 - - [2025-11-03 02:54:33] "GET /virtual-network/638be7d1-05f7-4020-ac90-48e05809e397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005500 10.0.0.249 - - [2025-11-03 02:54:39] "POST /routing-policys HTTP/1.1" 200 534 0.026264 10.0.0.249 - - [2025-11-03 02:54:39] "GET /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.013475 10.0.0.249 - - [2025-11-03 02:54:39] "PUT /virtual-network/6f199074-2189-4edc-902f-4f91f398eaa5 HTTP/1.1" 200 264 0.058583 10.0.0.249 - - [2025-11-03 02:54:43] "POST /ref-update HTTP/1.1" 200 156 0.044325 10.0.0.249 - - [2025-11-03 02:54:43] "DELETE /routing-policy/c7ebc96c-a19f-4575-8466-7a6ff703eda2 HTTP/1.1" 200 115 0.055825 10.0.0.249 - - [2025-11-03 02:54:43] "POST /neutron/network HTTP/1.1" 200 832 0.006522 10.0.0.249 - - [2025-11-03 02:54:43] "POST /neutron/port HTTP/1.1" 200 1108 0.012554 10.0.0.249 - - [2025-11-03 02:54:43] "POST /neutron/port HTTP/1.1" 200 1107 0.023982 10.0.0.23 - - [2025-11-03 02:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006145 10.0.0.23 - - [2025-11-03 02:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.249 - - [2025-11-03 02:54:45] "POST /neutron/network HTTP/1.1" 200 151 0.125533 10.0.0.249 - - [2025-11-03 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.027981 10.0.0.249 - - [2025-11-03 02:54:45] "DELETE /route-target/a3b6f29e-0816-4868-94e1-cfe1aa382ce6 HTTP/1.1" 409 239 0.007227 10.0.0.249 - - [2025-11-03 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008551 10.0.0.249 - - [2025-11-03 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2025-11-03 02:54:48] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000949 10.0.0.249 - - [2025-11-03 02:54:48] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052211 10.0.0.249 - - [2025-11-03 02:54:48] "POST /neutron/network HTTP/1.1" 200 117 0.012866 10.0.0.249 - - [2025-11-03 02:54:48] "POST /ref-update HTTP/1.1" 200 156 0.043369 10.0.0.249 - - [2025-11-03 02:54:48] "POST /neutron/network HTTP/1.1" 200 832 0.008760 10.0.0.249 - - [2025-11-03 02:54:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.249 - - [2025-11-03 02:54:48] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004358 10.0.0.249 - - [2025-11-03 02:54:48] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005672 10.0.0.249 - - [2025-11-03 02:54:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.008618 10.0.0.249 - - [2025-11-03 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.249 - - [2025-11-03 02:54:49] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005908 10.0.0.249 - - [2025-11-03 02:54:49] "PUT /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad HTTP/1.1" 200 264 0.064907 10.0.0.249 - - [2025-11-03 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007724 10.0.0.23 - - [2025-11-03 02:54:49] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001394 10.0.0.249 - - [2025-11-03 02:54:49] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042152 10.0.0.249 - - [2025-11-03 02:54:49] "POST /route-targets HTTP/1.1" 200 327 0.015459 10.0.0.23 - - [2025-11-03 02:54:49] "POST /useragent-kv HTTP/1.1" 200 115 0.016553 10.0.0.249 - - [2025-11-03 02:54:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.211343 10.0.0.249 - - [2025-11-03 02:54:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001281 10.0.0.249 - - [2025-11-03 02:54:49] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005877 10.0.0.249 - - [2025-11-03 02:54:49] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005391 10.0.0.249 - - [2025-11-03 02:54:49] "POST /neutron/network HTTP/1.1" 200 832 0.007266 10.0.0.249 - - [2025-11-03 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-11-03 02:54:49] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008796 10.0.0.249 - - [2025-11-03 02:54:49] "PUT /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f HTTP/1.1" 200 264 0.054401 10.0.0.249 - - [2025-11-03 02:54:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001356 10.0.0.23 - - [2025-11-03 02:54:50] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001909 10.0.0.249 - - [2025-11-03 02:54:50] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.064857 10.0.0.249 - - [2025-11-03 02:54:50] "POST /neutron/network HTTP/1.1" 200 832 0.006095 10.0.0.249 - - [2025-11-03 02:54:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001381 10.0.0.249 - - [2025-11-03 02:54:51] "POST /neutron/port HTTP/1.1" 200 117 0.006323 10.0.0.23 - - [2025-11-03 02:54:51] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.249 - - [2025-11-03 02:54:51] "POST /neutron/port HTTP/1.1" 200 1054 0.326164 10.0.0.249 - - [2025-11-03 02:54:51] "POST /neutron/port HTTP/1.1" 200 1108 0.105519 10.0.0.249 - - [2025-11-03 02:54:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.008806 10.0.0.23 - - [2025-11-03 02:54:52] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001098 10.0.0.249 - - [2025-11-03 02:54:52] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.073912 10.0.0.249 - - [2025-11-03 02:54:52] "POST /neutron/network HTTP/1.1" 200 832 0.007369 10.0.0.249 - - [2025-11-03 02:54:52] "POST /neutron/port HTTP/1.1" 200 117 0.006775 10.0.0.249 - - [2025-11-03 02:54:52] "POST /neutron/network HTTP/1.1" 200 842 0.006640 10.0.0.249 - - [2025-11-03 02:54:53] "POST /neutron/port HTTP/1.1" 200 1054 0.020926 10.0.0.249 - - [2025-11-03 02:54:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009227 10.0.0.249 - - [2025-11-03 02:54:53] "POST /neutron/network HTTP/1.1" 200 832 0.007367 10.0.0.249 - - [2025-11-03 02:54:57] "POST /neutron/port HTTP/1.1" 200 1082 0.016182 10.0.0.249 - - [2025-11-03 02:54:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012379 10.0.0.249 - - [2025-11-03 02:54:57] "GET /virtual-machine/bf566bb2-3d12-435a-b10d-1d581d9e113d HTTP/1.1" 200 1286 0.005402 10.0.0.249 - - [2025-11-03 02:54:57] "GET /virtual-machine-interface/32fdb9ae-6c79-479d-aea7-996bf49c6731 HTTP/1.1" 200 2927 0.004931 10.0.0.249 - - [2025-11-03 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.249 - - [2025-11-03 02:54:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003209 10.0.0.249 - - [2025-11-03 02:54:57] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002736 10.0.0.249 - - [2025-11-03 02:54:57] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005882 10.0.0.249 - - [2025-11-03 02:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.249 - - [2025-11-03 02:55:00] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007139 10.0.0.249 - - [2025-11-03 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.249 - - [2025-11-03 02:55:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003356 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002818 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.021080 10.0.0.249 - - [2025-11-03 02:55:03] "POST /neutron/port HTTP/1.1" 200 1082 0.016818 10.0.0.249 - - [2025-11-03 02:55:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009261 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-machine/8484306c-a3f2-4ee6-8afb-e0b15222d05f HTTP/1.1" 200 1285 0.005890 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-machine-interface/67ec8450-5ccf-488c-ab78-739dc36cc357 HTTP/1.1" 200 2927 0.005875 10.0.0.249 - - [2025-11-03 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.249 - - [2025-11-03 02:55:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003569 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003091 10.0.0.249 - - [2025-11-03 02:55:03] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006106 10.0.0.249 - - [2025-11-03 02:55:04] "POST /neutron/port HTTP/1.1" 200 1082 0.015248 10.0.0.249 - - [2025-11-03 02:55:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004034 10.0.0.249 - - [2025-11-03 02:55:05] "POST /neutron/network HTTP/1.1" 200 832 0.007068 10.0.0.249 - - [2025-11-03 02:55:05] "POST /neutron/network HTTP/1.1" 200 842 0.007247 10.0.0.249 - - [2025-11-03 02:55:05] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.249 - - [2025-11-03 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2025-11-03 02:55:06] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006122 10.0.0.249 - - [2025-11-03 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.249 - - [2025-11-03 02:55:10] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005867 10.0.0.249 - - [2025-11-03 02:55:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007628 10.0.0.249 - - [2025-11-03 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2025-11-03 02:55:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004327 10.0.0.249 - - [2025-11-03 02:55:14] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003729 10.0.0.249 - - [2025-11-03 02:55:14] "GET /virtual-network/569357c9-6f0b-4a2c-8c25-0c4dafc36e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006135 10.0.0.249 - - [2025-11-03 02:55:15] "POST /routing-policys HTTP/1.1" 200 534 0.027646 10.0.0.249 - - [2025-11-03 02:55:15] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.016696 10.0.0.249 - - [2025-11-03 02:55:15] "PUT /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad HTTP/1.1" 200 264 0.063236 10.0.0.249 - - [2025-11-03 02:55:15] "POST /ref-update HTTP/1.1" 200 156 0.013752 10.0.0.249 - - [2025-11-03 02:55:20] "POST /routing-policys HTTP/1.1" 200 534 0.027620 10.0.0.249 - - [2025-11-03 02:55:20] "GET /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.017406 10.0.0.249 - - [2025-11-03 02:55:20] "PUT /virtual-network/c91b1788-ad7d-414d-9fa4-71d961b7c1ad HTTP/1.1" 200 264 0.083910 10.0.0.249 - - [2025-11-03 02:55:20] "POST /ref-update HTTP/1.1" 200 156 0.056042 10.0.0.249 - - [2025-11-03 02:55:20] "POST /ref-update HTTP/1.1" 200 156 0.027863 10.0.0.249 - - [2025-11-03 02:55:20] "DELETE /routing-policy/db257b4f-bfb8-479a-a91e-b3d703333be3 HTTP/1.1" 200 115 0.052699 10.0.0.249 - - [2025-11-03 02:55:20] "POST /ref-update HTTP/1.1" 200 156 0.055815 10.0.0.249 - - [2025-11-03 02:55:20] "DELETE /routing-policy/819bdf52-f559-4f97-966e-6069eb5550d4 HTTP/1.1" 200 115 0.032418 10.0.0.23 - - [2025-11-03 02:55:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.23 - - [2025-11-03 02:55:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-11-03 02:55:21] "POST /neutron/port HTTP/1.1" 200 1082 0.016157 10.0.0.249 - - [2025-11-03 02:55:21] "POST /neutron/port HTTP/1.1" 200 151 0.182722 10.0.0.23 - - [2025-11-03 02:55:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.23 - - [2025-11-03 02:55:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.61 - - [2025-11-03 02:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.61 - - [2025-11-03 02:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2025-11-03 02:55:22] "POST /neutron/network HTTP/1.1" 200 832 0.006612 10.0.0.249 - - [2025-11-03 02:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.249 - - [2025-11-03 02:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2025-11-03 02:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.61 - - [2025-11-03 02:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.23 - - [2025-11-03 02:55:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003176 10.0.0.23 - - [2025-11-03 02:55:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003777 10.0.0.249 - - [2025-11-03 02:55:23] "POST /neutron/network HTTP/1.1" 200 151 0.148128 10.0.0.61 - - [2025-11-03 02:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.249 - - [2025-11-03 02:55:23] "DELETE /route-target/9f111767-17d7-4d8e-aafe-842de4128050 HTTP/1.1" 200 115 0.028433 10.0.0.249 - - [2025-11-03 02:55:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.249 - - [2025-11-03 02:55:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.249 - - [2025-11-03 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2025-11-03 02:55:25] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.249 - - [2025-11-03 02:55:25] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047685 10.0.0.249 - - [2025-11-03 02:55:25] "POST /route-targets HTTP/1.1" 200 327 0.012937 10.0.0.23 - - [2025-11-03 02:55:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008067 10.0.0.249 - - [2025-11-03 02:55:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.247897 10.0.0.249 - - [2025-11-03 02:55:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001149 10.0.0.249 - - [2025-11-03 02:55:26] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005990 10.0.0.249 - - [2025-11-03 02:55:26] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005798 10.0.0.249 - - [2025-11-03 02:55:26] "POST /neutron/network HTTP/1.1" 200 831 0.006379 10.0.0.249 - - [2025-11-03 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.249 - - [2025-11-03 02:55:26] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005770 10.0.0.249 - - [2025-11-03 02:55:26] "PUT /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d HTTP/1.1" 200 264 0.060631 10.0.0.249 - - [2025-11-03 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.249 - - [2025-11-03 02:55:26] "POST /ref-update HTTP/1.1" 200 156 0.038264 10.0.0.23 - - [2025-11-03 02:55:26] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.249 - - [2025-11-03 02:55:26] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042851 10.0.0.23 - - [2025-11-03 02:55:26] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.249 - - [2025-11-03 02:55:26] "POST /neutron/network HTTP/1.1" 200 612 0.131773 10.0.0.249 - - [2025-11-03 02:55:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.003649 10.0.0.249 - - [2025-11-03 02:55:27] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006366 10.0.0.249 - - [2025-11-03 02:55:27] "POST /neutron/network HTTP/1.1" 200 832 0.008237 10.0.0.249 - - [2025-11-03 02:55:27] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006308 10.0.0.249 - - [2025-11-03 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 02:55:27] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004949 10.0.0.249 - - [2025-11-03 02:55:27] "PUT /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14 HTTP/1.1" 200 264 0.059896 10.0.0.249 - - [2025-11-03 02:55:27] "POST /ref-update HTTP/1.1" 200 156 0.025236 10.0.0.249 - - [2025-11-03 02:55:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001413 10.0.0.249 - - [2025-11-03 02:55:27] "POST /neutron/network HTTP/1.1" 200 841 0.007105 10.0.0.23 - - [2025-11-03 02:55:28] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000927 10.0.0.249 - - [2025-11-03 02:55:28] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.064513 10.0.0.249 - - [2025-11-03 02:55:28] "POST /neutron/port HTTP/1.1" 200 117 0.006127 10.0.0.249 - - [2025-11-03 02:55:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001399 10.0.0.249 - - [2025-11-03 02:55:28] "POST /neutron/network HTTP/1.1" 200 841 0.007781 10.0.0.249 - - [2025-11-03 02:55:29] "POST /neutron/port HTTP/1.1" 200 1053 0.016569 10.0.0.23 - - [2025-11-03 02:55:29] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001346 10.0.0.249 - - [2025-11-03 02:55:29] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.082146 10.0.0.249 - - [2025-11-03 02:55:29] "POST /neutron/network HTTP/1.1" 200 832 0.007237 10.0.0.249 - - [2025-11-03 02:55:29] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.249 - - [2025-11-03 02:55:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007055 10.0.0.249 - - [2025-11-03 02:55:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008811 10.0.0.249 - - [2025-11-03 02:55:30] "POST /neutron/port HTTP/1.1" 200 1054 0.019702 10.0.0.249 - - [2025-11-03 02:55:30] "POST /neutron/port HTTP/1.1" 200 1082 0.021071 10.0.0.249 - - [2025-11-03 02:55:30] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.249 - - [2025-11-03 02:55:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006635 10.0.0.249 - - [2025-11-03 02:55:34] "POST /neutron/port HTTP/1.1" 200 1081 0.015279 10.0.0.249 - - [2025-11-03 02:55:34] "GET /virtual-machine/a1b9fc06-84d9-4348-b8d4-d4be4bddac8c HTTP/1.1" 200 1286 0.005836 10.0.0.249 - - [2025-11-03 02:55:35] "GET /virtual-machine-interface/5b400df7-9109-4f7d-9558-c29903081dde HTTP/1.1" 200 2927 0.005387 10.0.0.249 - - [2025-11-03 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2025-11-03 02:55:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004264 10.0.0.249 - - [2025-11-03 02:55:35] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003886 10.0.0.249 - - [2025-11-03 02:55:35] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.010638 10.0.0.249 - - [2025-11-03 02:55:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006470 10.0.0.249 - - [2025-11-03 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.249 - - [2025-11-03 02:55:38] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005746 10.0.0.249 - - [2025-11-03 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-11-03 02:55:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003540 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002681 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006225 10.0.0.249 - - [2025-11-03 02:55:40] "POST /neutron/port HTTP/1.1" 200 1082 0.017269 10.0.0.249 - - [2025-11-03 02:55:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007387 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-machine/d3198270-6009-47e9-8bcf-f2f273f4d6fa HTTP/1.1" 200 1286 0.005981 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-machine-interface/24b2bf4e-ddbc-44e2-aa84-b2f45a80fb1b HTTP/1.1" 200 2927 0.006381 10.0.0.249 - - [2025-11-03 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.249 - - [2025-11-03 02:55:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003707 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002818 10.0.0.249 - - [2025-11-03 02:55:40] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006279 10.0.0.249 - - [2025-11-03 02:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.249 - - [2025-11-03 02:55:43] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005729 10.0.0.249 - - [2025-11-03 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-11-03 02:55:48] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005760 10.0.0.249 - - [2025-11-03 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-11-03 02:55:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004782 10.0.0.249 - - [2025-11-03 02:55:50] "GET /virtual-networks?parent_id=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003784 10.0.0.249 - - [2025-11-03 02:55:50] "GET /virtual-network/ada6be83-8b7c-404f-a49e-c9bce799db14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006169 10.0.0.249 - - [2025-11-03 02:55:50] "POST /neutron/port HTTP/1.1" 200 1082 0.016925 10.0.0.249 - - [2025-11-03 02:55:55] "POST /interface-route-tables HTTP/1.1" 200 574 0.027502 10.0.0.249 - - [2025-11-03 02:55:55] "GET /interface-route-table/d48decb0-428a-46f2-8695-dd19b3915d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.025910 10.0.0.249 - - [2025-11-03 02:55:55] "GET /virtual-machine-interface/5b400df7-9109-4f7d-9558-c29903081dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006408 10.0.0.249 - - [2025-11-03 02:55:55] "POST /ref-update HTTP/1.1" 200 156 0.016786 10.0.0.249 - - [2025-11-03 02:55:55] "POST /routing-policys HTTP/1.1" 200 534 0.045781 10.0.0.249 - - [2025-11-03 02:55:55] "GET /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008039 10.0.0.249 - - [2025-11-03 02:55:55] "PUT /virtual-network/0c3bfdbb-02f9-48fc-a0cb-4a09e58b9c0d HTTP/1.1" 200 264 0.066981 10.0.0.249 - - [2025-11-03 02:55:59] "POST /ref-update HTTP/1.1" 200 156 0.046468 10.0.0.249 - - [2025-11-03 02:55:59] "DELETE /routing-policy/c651244a-b613-4ab1-a159-e232362b9b43 HTTP/1.1" 200 115 0.051504 10.0.0.249 - - [2025-11-03 02:56:00] "POST /neutron/network HTTP/1.1" 400 204 0.017088 10.0.0.249 - - [2025-11-03 02:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.205505 10.0.0.249 - - [2025-11-03 02:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.237791 10.0.0.249 - - [2025-11-03 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.249 - - [2025-11-03 02:56:02] "DELETE /route-target/008690b3-5975-414f-a604-6a17b429fb14 HTTP/1.1" 409 239 0.006672 10.0.0.249 - - [2025-11-03 02:56:02] "POST /neutron/network HTTP/1.1" 200 831 0.006933 10.0.0.249 - - [2025-11-03 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.23 - - [2025-11-03 02:56:03] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001107 10.0.0.249 - - [2025-11-03 02:56:03] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.078279 10.0.0.23 - - [2025-11-03 02:56:03] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.249 - - [2025-11-03 02:56:03] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=virtual_networks HTTP/1.1" 200 1029 0.047529 10.0.0.23 - - [2025-11-03 02:56:03] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001234 10.0.0.249 - - [2025-11-03 02:56:04] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.055395 10.0.0.23 - - [2025-11-03 02:56:04] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001162 10.0.0.249 - - [2025-11-03 02:56:04] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=security_groups HTTP/1.1" 200 1248 0.047632 10.0.0.249 - - [2025-11-03 02:56:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.022538 10.0.0.23 - - [2025-11-03 02:56:04] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.23 - - [2025-11-03 02:56:05] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.23 - - [2025-11-03 02:56:05] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006965 10.0.0.23 - - [2025-11-03 02:56:05] "POST /id-to-fqname HTTP/1.1" 200 194 0.002939 10.0.0.23 - - [2025-11-03 02:56:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.005502 10.0.0.23 - - [2025-11-03 02:56:05] "POST /security-groups HTTP/1.1" 200 595 0.029681 10.0.0.23 - - [2025-11-03 02:56:05] "POST /projects HTTP/1.1" 200 593 0.243521 10.0.0.249 - - [2025-11-03 02:56:05] "POST /access-control-lists HTTP/1.1" 200 600 0.028375 10.0.0.23 - - [2025-11-03 02:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.311774 10.0.0.249 - - [2025-11-03 02:56:05] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.442482 10.0.0.249 - - [2025-11-03 02:56:06] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.249 - - [2025-11-03 02:56:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-11-03 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.062312 10.0.0.23 - - [2025-11-03 02:56:08] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.249 - - [2025-11-03 02:56:08] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.039190 10.0.0.23 - - [2025-11-03 02:56:08] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.249 - - [2025-11-03 02:56:08] "POST /neutron/network HTTP/1.1" 200 613 0.141890 10.0.0.249 - - [2025-11-03 02:56:08] "POST /route-targets HTTP/1.1" 200 327 0.029973 10.0.0.249 - - [2025-11-03 02:56:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.003227 10.0.0.249 - - [2025-11-03 02:56:08] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006400 10.0.0.249 - - [2025-11-03 02:56:09] "POST /neutron/network HTTP/1.1" 200 832 0.005950 10.0.0.249 - - [2025-11-03 02:56:09] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005154 10.0.0.249 - - [2025-11-03 02:56:09] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005648 10.0.0.61 - - [2025-11-03 02:56:10] "GET /obj-perms HTTP/1.1" 200 5057 0.044926 10.0.0.249 - - [2025-11-03 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-11-03 02:56:10] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005080 10.0.0.249 - - [2025-11-03 02:56:10] "PUT /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb HTTP/1.1" 200 264 0.072127 10.0.0.249 - - [2025-11-03 02:56:10] "POST /ref-update HTTP/1.1" 200 156 0.029038 10.0.0.249 - - [2025-11-03 02:56:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001835 10.0.0.249 - - [2025-11-03 02:56:16] "POST /neutron/network HTTP/1.1" 200 842 0.006715 10.0.0.23 - - [2025-11-03 02:56:16] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.249 - - [2025-11-03 02:56:16] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.076768 10.0.0.249 - - [2025-11-03 02:56:17] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.23 - - [2025-11-03 02:56:17] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.249 - - [2025-11-03 02:56:17] "POST /neutron/port HTTP/1.1" 200 1064 0.236851 10.0.0.249 - - [2025-11-03 02:56:18] "POST /neutron/port HTTP/1.1" 200 1118 0.110868 10.0.0.249 - - [2025-11-03 02:56:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.008042 10.0.0.249 - - [2025-11-03 02:56:22] "POST /neutron/port HTTP/1.1" 200 1092 0.019565 10.0.0.249 - - [2025-11-03 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008133 10.0.0.249 - - [2025-11-03 02:56:22] "GET /virtual-machine/dbc39f99-ddf0-4339-a1a1-10a6766cc175 HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2025-11-03 02:56:22] "GET /virtual-machine/dbc39f99-ddf0-4339-a1a1-10a6766cc175 HTTP/1.1" 200 1297 0.026374 10.0.0.249 - - [2025-11-03 02:56:22] "GET /virtual-machine-interface/5e643a43-ab7d-4682-9046-e47342c85f23 HTTP/1.1" 200 2967 0.005364 10.0.0.249 - - [2025-11-03 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.249 - - [2025-11-03 02:56:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004494 10.0.0.249 - - [2025-11-03 02:56:22] "GET /virtual-networks?parent_id=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003641 10.0.0.249 - - [2025-11-03 02:56:22] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005665 10.0.0.249 - - [2025-11-03 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.249 - - [2025-11-03 02:56:26] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005447 10.0.0.23 - - [2025-11-03 02:56:28] "DELETE /project/9e5e14b1055a44508a2a1fb98aec1241 HTTP/1.1" 404 173 0.024720 10.0.0.23 - - [2025-11-03 02:56:28] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001111 10.0.0.23 - - [2025-11-03 02:56:28] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.065185 10.0.0.23 - - [2025-11-03 02:56:28] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001885 10.0.0.23 - - [2025-11-03 02:56:28] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=security_groups HTTP/1.1" 200 1353 0.046703 10.0.0.23 - - [2025-11-03 02:56:28] "DELETE /security-group/586f47c8-10b9-4f31-9d3f-cd2a664816ca HTTP/1.1" 200 115 0.053009 10.0.0.23 - - [2025-11-03 02:56:28] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.23 - - [2025-11-03 02:56:28] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=application_policy_sets HTTP/1.1" 200 1392 0.062799 10.0.0.23 - - [2025-11-03 02:56:29] "DELETE /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488 HTTP/1.1" 409 278 0.368616 10.0.0.249 - - [2025-11-03 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.249 - - [2025-11-03 02:56:30] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005431 10.0.0.249 - - [2025-11-03 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.249 - - [2025-11-03 02:56:34] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006563 10.0.0.249 - - [2025-11-03 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.249 - - [2025-11-03 02:56:38] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006718 10.0.0.249 - - [2025-11-03 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.249 - - [2025-11-03 02:56:42] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005773 10.0.0.249 - - [2025-11-03 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.249 - - [2025-11-03 02:56:46] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005308 10.0.0.249 - - [2025-11-03 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-11-03 02:56:50] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005207 10.0.0.249 - - [2025-11-03 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.249 - - [2025-11-03 02:56:54] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005442 10.0.0.249 - - [2025-11-03 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2025-11-03 02:56:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003717 10.0.0.249 - - [2025-11-03 02:56:56] "GET /virtual-networks?parent_id=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002677 10.0.0.249 - - [2025-11-03 02:56:56] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006639 10.0.0.249 - - [2025-11-03 02:56:57] "POST /neutron/port HTTP/1.1" 200 1092 0.025949 10.0.0.23 - - [2025-11-03 02:56:58] "GET /obj-perms HTTP/1.1" 200 5075 0.050950 10.0.0.249 - - [2025-11-03 02:56:59] "GET /obj-perms HTTP/1.1" 200 5075 0.041901 10.0.0.249 - - [2025-11-03 02:57:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007847 10.0.0.249 - - [2025-11-03 02:57:05] "POST /neutron/port HTTP/1.1" 200 1092 0.014806 10.0.0.249 - - [2025-11-03 02:57:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003615 10.0.0.249 - - [2025-11-03 02:57:06] "POST /neutron/network HTTP/1.1" 200 832 0.006852 10.0.0.249 - - [2025-11-03 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.249 - - [2025-11-03 02:57:12] "GET /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004879 10.0.0.249 - - [2025-11-03 02:57:12] "PUT /virtual-network/524dfb88-9117-4050-b3ca-1ca697317eeb HTTP/1.1" 200 264 0.065447 10.0.0.249 - - [2025-11-03 02:57:12] "POST /ref-update HTTP/1.1" 200 156 0.025962 10.0.0.249 - - [2025-11-03 02:57:17] "POST /neutron/network HTTP/1.1" 200 832 0.006780 10.0.0.249 - - [2025-11-03 02:57:18] "POST /neutron/port HTTP/1.1" 200 1118 0.010981 10.0.0.249 - - [2025-11-03 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2025-11-03 02:57:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002643 10.0.0.23 - - [2025-11-03 02:57:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002381 10.0.0.249 - - [2025-11-03 02:57:20] "POST /neutron/network HTTP/1.1" 200 151 0.135622 10.0.0.249 - - [2025-11-03 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-11-03 02:57:22] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001148 10.0.0.249 - - [2025-11-03 02:57:22] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.045237 10.0.0.249 - - [2025-11-03 02:57:23] "POST /ref-update HTTP/1.1" 200 156 0.025854 10.0.0.23 - - [2025-11-03 02:57:23] "POST /useragent-kv HTTP/1.1" 200 115 0.010116 10.0.0.249 - - [2025-11-03 02:57:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.212549 10.0.0.249 - - [2025-11-03 02:57:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001296 10.0.0.249 - - [2025-11-03 02:57:23] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005619 10.0.0.249 - - [2025-11-03 02:57:23] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006315 10.0.0.249 - - [2025-11-03 02:57:23] "POST /neutron/network HTTP/1.1" 200 831 0.007512 10.0.0.249 - - [2025-11-03 02:57:23] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006318 10.0.0.249 - - [2025-11-03 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008433 10.0.0.249 - - [2025-11-03 02:57:24] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006280 10.0.0.249 - - [2025-11-03 02:57:24] "PUT /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d HTTP/1.1" 200 264 0.056966 10.0.0.249 - - [2025-11-03 02:57:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001403 10.0.0.23 - - [2025-11-03 02:57:30] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000899 10.0.0.249 - - [2025-11-03 02:57:30] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075405 10.0.0.249 - - [2025-11-03 02:57:30] "POST /neutron/network HTTP/1.1" 200 831 0.031708 10.0.0.249 - - [2025-11-03 02:57:30] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.249 - - [2025-11-03 02:57:31] "POST /neutron/port HTTP/1.1" 200 1063 0.015162 10.0.0.249 - - [2025-11-03 02:57:31] "POST /neutron/port HTTP/1.1" 200 1091 0.019657 10.0.0.249 - - [2025-11-03 02:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.249 - - [2025-11-03 02:57:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008161 10.0.0.249 - - [2025-11-03 02:57:40] "POST /neutron/port HTTP/1.1" 200 1091 0.014369 10.0.0.249 - - [2025-11-03 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007205 10.0.0.249 - - [2025-11-03 02:57:40] "GET /virtual-machine/24e6db14-108c-423a-a3cb-4e324aaaa25a HTTP/1.1" 200 1296 0.006788 10.0.0.249 - - [2025-11-03 02:57:40] "GET /virtual-machine-interface/cc1ba909-b233-49b3-82f8-260fc4a6f81a HTTP/1.1" 200 2967 0.005265 10.0.0.249 - - [2025-11-03 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.249 - - [2025-11-03 02:57:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004107 10.0.0.249 - - [2025-11-03 02:57:40] "GET /virtual-networks?parent_id=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003552 10.0.0.249 - - [2025-11-03 02:57:41] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006114 10.0.0.249 - - [2025-11-03 02:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.249 - - [2025-11-03 02:57:44] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005718 10.0.0.249 - - [2025-11-03 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2025-11-03 02:57:48] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005481 10.0.0.249 - - [2025-11-03 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.249 - - [2025-11-03 02:57:52] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005423 10.0.0.249 - - [2025-11-03 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.249 - - [2025-11-03 02:57:56] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006171 10.0.0.249 - - [2025-11-03 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2025-11-03 02:58:00] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006392 10.0.0.249 - - [2025-11-03 02:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.249 - - [2025-11-03 02:58:04] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005602 10.0.0.249 - - [2025-11-03 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008101 10.0.0.249 - - [2025-11-03 02:58:08] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005686 10.0.0.249 - - [2025-11-03 02:58:09] "POST /neutron/network HTTP/1.1" 200 841 0.027649 10.0.0.249 - - [2025-11-03 02:58:09] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.249 - - [2025-11-03 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-11-03 02:58:12] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005121 10.0.0.249 - - [2025-11-03 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.249 - - [2025-11-03 02:58:16] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006245 10.0.0.249 - - [2025-11-03 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.249 - - [2025-11-03 02:58:21] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006221 10.0.0.249 - - [2025-11-03 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.249 - - [2025-11-03 02:58:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.249 - - [2025-11-03 02:58:23] "GET /virtual-networks?parent_id=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004448 10.0.0.249 - - [2025-11-03 02:58:23] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007221 10.0.0.249 - - [2025-11-03 02:58:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007822 10.0.0.249 - - [2025-11-03 02:58:32] "POST /neutron/port HTTP/1.1" 200 1091 0.049135 10.0.0.249 - - [2025-11-03 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007346 10.0.0.249 - - [2025-11-03 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.249 - - [2025-11-03 02:58:43] "GET /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006554 10.0.0.249 - - [2025-11-03 02:58:44] "PUT /virtual-network/6d9ead15-4324-40ef-8860-fb61a3aa415d HTTP/1.1" 200 264 0.059168 10.0.0.249 - - [2025-11-03 02:58:44] "POST /ref-update HTTP/1.1" 200 156 0.028806 10.0.0.249 - - [2025-11-03 02:58:49] "POST /neutron/network HTTP/1.1" 200 831 0.007629 10.0.0.249 - - [2025-11-03 02:58:49] "POST /neutron/port HTTP/1.1" 200 1117 0.011712 10.0.0.249 - - [2025-11-03 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006270 10.0.0.23 - - [2025-11-03 02:58:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.23 - - [2025-11-03 02:58:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005073 10.0.0.249 - - [2025-11-03 02:58:51] "POST /neutron/network HTTP/1.1" 200 151 0.124290 10.0.0.23 - - [2025-11-03 02:58:52] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.249 - - [2025-11-03 02:58:52] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.044708 10.0.0.23 - - [2025-11-03 02:58:52] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000955 10.0.0.249 - - [2025-11-03 02:58:52] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?fields=virtual_networks HTTP/1.1" 200 1050 0.059074 10.0.0.23 - - [2025-11-03 02:58:53] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001288 10.0.0.249 - - [2025-11-03 02:58:53] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.051426 10.0.0.23 - - [2025-11-03 02:58:53] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000900 10.0.0.249 - - [2025-11-03 02:58:53] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?fields=security_groups HTTP/1.1" 200 1280 0.065137 10.0.0.249 - - [2025-11-03 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.333899 10.0.0.23 - - [2025-11-03 02:58:54] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003601 10.0.0.23 - - [2025-11-03 02:58:54] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2025-11-03 02:58:54] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007387 10.0.0.23 - - [2025-11-03 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 216 0.001510 10.0.0.23 - - [2025-11-03 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 227 0.005769 10.0.0.23 - - [2025-11-03 02:58:54] "POST /security-groups HTTP/1.1" 200 616 0.073971 10.0.0.23 - - [2025-11-03 02:58:54] "POST /projects HTTP/1.1" 200 635 0.300402 10.0.0.249 - - [2025-11-03 02:58:54] "POST /access-control-lists HTTP/1.1" 200 621 0.030773 10.0.0.23 - - [2025-11-03 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.370809 10.0.0.249 - - [2025-11-03 02:58:54] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.513448 10.0.0.249 - - [2025-11-03 02:58:55] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.249 - - [2025-11-03 02:58:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000619 10.0.0.249 - - [2025-11-03 02:58:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.053898 10.0.0.249 - - [2025-11-03 02:58:57] "POST /fqname-to-id HTTP/1.1" 404 281 0.003262 10.0.0.249 - - [2025-11-03 02:58:58] "POST /access-control-lists HTTP/1.1" 200 641 0.027100 10.0.0.249 - - [2025-11-03 02:58:58] "PUT /access-control-list/01f940c5-1bff-4c4f-b8dc-e3aafc58289a HTTP/1.1" 200 272 0.018383 10.0.0.249 - - [2025-11-03 02:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.040604 10.0.0.249 - - [2025-11-03 02:58:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168423 10.0.0.249 - - [2025-11-03 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.249 - - [2025-11-03 02:58:59] "GET /security-group/89fcd07a-0c12-4574-bd81-23967abe4d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003720 10.0.0.249 - - [2025-11-03 02:58:59] "PUT /access-control-list/01f940c5-1bff-4c4f-b8dc-e3aafc58289a HTTP/1.1" 200 272 0.015224 10.0.0.249 - - [2025-11-03 02:58:59] "POST /neutron/security_group HTTP/1.1" 200 151 0.055899 10.0.0.249 - - [2025-11-03 02:58:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.002561 10.0.0.249 - - [2025-11-03 02:59:00] "POST /fqname-to-id HTTP/1.1" 404 249 0.004087 10.0.0.249 - - [2025-11-03 02:59:00] "POST /fqname-to-id HTTP/1.1" 404 281 0.005783 10.0.0.249 - - [2025-11-03 02:59:00] "POST /access-control-lists HTTP/1.1" 200 641 0.036105 10.0.0.249 - - [2025-11-03 02:59:00] "PUT /access-control-list/c4fd2a1c-ae9d-4f9b-90a5-89f1ad0a2d47 HTTP/1.1" 200 272 0.020690 10.0.0.249 - - [2025-11-03 02:59:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.017143 10.0.0.61 - - [2025-11-03 02:59:00] "GET /obj-perms HTTP/1.1" 200 5075 0.059010 10.0.0.249 - - [2025-11-03 02:59:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.191899 10.0.0.249 - - [2025-11-03 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2025-11-03 02:59:01] "GET /security-group/c7b8c11e-2e0d-47dd-bdef-ae7a9cc42adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004090 10.0.0.249 - - [2025-11-03 02:59:01] "PUT /access-control-list/c4fd2a1c-ae9d-4f9b-90a5-89f1ad0a2d47 HTTP/1.1" 200 272 0.017922 10.0.0.249 - - [2025-11-03 02:59:01] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.009989 10.0.0.249 - - [2025-11-03 02:59:02] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.123770 10.0.0.249 - - [2025-11-03 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.23 - - [2025-11-03 02:59:02] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001147 10.0.0.249 - - [2025-11-03 02:59:02] "PUT /access-control-list/f258f1ed-6650-4092-8c2b-e9f7d8a09e56 HTTP/1.1" 200 272 0.019805 10.0.0.249 - - [2025-11-03 02:59:02] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.094446 10.0.0.23 - - [2025-11-03 02:59:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007541 10.0.0.249 - - [2025-11-03 02:59:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.235722 10.0.0.249 - - [2025-11-03 02:59:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.027654 10.0.0.249 - - [2025-11-03 02:59:02] "POST /id-to-fqname HTTP/1.1" 200 290 0.001300 10.0.0.249 - - [2025-11-03 02:59:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007262 10.0.0.249 - - [2025-11-03 02:59:02] "POST /neutron/network HTTP/1.1" 200 1114 0.008845 10.0.0.249 - - [2025-11-03 02:59:03] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.004919 10.0.0.249 - - [2025-11-03 02:59:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.010110 10.0.0.249 - - [2025-11-03 02:59:03] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005197 10.0.0.249 - - [2025-11-03 02:59:03] "GET /obj-perms HTTP/1.1" 200 5099 0.048562 10.0.0.23 - - [2025-11-03 02:59:04] "GET /obj-perms HTTP/1.1" 200 5099 0.045019 10.0.0.249 - - [2025-11-03 02:59:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001441 10.0.0.23 - - [2025-11-03 02:59:05] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001097 10.0.0.249 - - [2025-11-03 02:59:05] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.066523 10.0.0.249 - - [2025-11-03 02:59:05] "POST /neutron/network HTTP/1.1" 200 1114 0.009172 10.0.0.249 - - [2025-11-03 02:59:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001217 10.0.0.249 - - [2025-11-03 02:59:05] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/network HTTP/1.1" 200 1124 0.008002 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/port HTTP/1.1" 200 1193 0.024689 10.0.0.23 - - [2025-11-03 02:59:06] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000980 10.0.0.249 - - [2025-11-03 02:59:06] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.077950 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/network HTTP/1.1" 200 1114 0.010231 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003887 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008950 10.0.0.249 - - [2025-11-03 02:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.249 - - [2025-11-03 02:59:07] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007230 10.0.0.23 - - [2025-11-03 02:59:07] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000923 10.0.0.249 - - [2025-11-03 02:59:07] "POST /neutron/port HTTP/1.1" 200 1193 0.350713 10.0.0.249 - - [2025-11-03 02:59:07] "POST /neutron/port HTTP/1.1" 200 1247 0.122090 10.0.0.249 - - [2025-11-03 02:59:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004012 10.0.0.249 - - [2025-11-03 02:59:08] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.249 - - [2025-11-03 02:59:08] "POST /neutron/port HTTP/1.1" 200 1221 0.017351 10.0.0.249 - - [2025-11-03 02:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003963 10.0.0.249 - - [2025-11-03 02:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.249 - - [2025-11-03 02:59:12] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006753 10.0.0.249 - - [2025-11-03 02:59:12] "POST /neutron/port HTTP/1.1" 200 1221 0.015010 10.0.0.249 - - [2025-11-03 02:59:12] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007464 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.026907 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.003266 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.005350 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.003867 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.004565 10.0.0.249 - - [2025-11-03 02:59:12] "GET /instance-ip/0520454a-1a7d-4727-ab19-45af1ac25b92 HTTP/1.1" 200 1733 0.007737 10.0.0.249 - - [2025-11-03 02:59:12] "GET /instance-ip/973500f6-ffd6-4838-88f9-6c882debda8c HTTP/1.1" 200 1717 0.005604 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.003660 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.006201 10.0.0.249 - - [2025-11-03 02:59:12] "GET /instance-ip/0520454a-1a7d-4727-ab19-45af1ac25b92 HTTP/1.1" 200 1733 0.003742 10.0.0.249 - - [2025-11-03 02:59:12] "GET /instance-ip/973500f6-ffd6-4838-88f9-6c882debda8c HTTP/1.1" 200 1717 0.003973 10.0.0.249 - - [2025-11-03 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.249 - - [2025-11-03 02:59:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003695 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002870 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005137 10.0.0.249 - - [2025-11-03 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006766 10.0.0.249 - - [2025-11-03 02:59:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004162 10.0.0.249 - - [2025-11-03 02:59:12] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003182 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005612 10.0.0.249 - - [2025-11-03 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-11-03 02:59:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004058 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002781 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007765 10.0.0.249 - - [2025-11-03 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-11-03 02:59:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004128 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003923 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006622 10.0.0.249 - - [2025-11-03 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.249 - - [2025-11-03 02:59:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004582 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003200 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006111 10.0.0.249 - - [2025-11-03 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.249 - - [2025-11-03 02:59:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004236 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002731 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006310 10.0.0.249 - - [2025-11-03 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.249 - - [2025-11-03 02:59:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004159 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003165 10.0.0.249 - - [2025-11-03 02:59:13] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005975 10.0.0.249 - - [2025-11-03 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.249 - - [2025-11-03 02:59:16] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005133 10.0.0.249 - - [2025-11-03 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.249 - - [2025-11-03 02:59:20] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005739 10.0.0.249 - - [2025-11-03 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.249 - - [2025-11-03 02:59:24] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008113 10.0.0.249 - - [2025-11-03 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2025-11-03 02:59:29] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.004982 10.0.0.23 - - [2025-11-03 02:59:29] "DELETE /project/928b21f19e1343b7a7d187b8ec113c8f HTTP/1.1" 404 173 0.003913 10.0.0.23 - - [2025-11-03 02:59:29] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000777 10.0.0.23 - - [2025-11-03 02:59:29] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.035367 10.0.0.23 - - [2025-11-03 02:59:29] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000885 10.0.0.23 - - [2025-11-03 02:59:29] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?fields=security_groups HTTP/1.1" 200 1385 0.051646 10.0.0.23 - - [2025-11-03 02:59:29] "DELETE /security-group/522489b2-7020-4bd2-b6c0-e447e32cf901 HTTP/1.1" 200 115 0.056429 10.0.0.23 - - [2025-11-03 02:59:29] "GET /projects?obj_uuids=9e5e14b1-055a-4450-8a2a-1fb98aec1241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001076 10.0.0.249 - - [2025-11-03 02:59:29] "DELETE /access-control-list/e3fb7367-e59d-4686-bcf1-15006a5d99ab HTTP/1.1" 200 115 0.044151 10.0.0.23 - - [2025-11-03 02:59:29] "GET /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241?fields=application_policy_sets HTTP/1.1" 200 1424 0.059967 10.0.0.23 - - [2025-11-03 02:59:29] "DELETE /project/9e5e14b1-055a-4450-8a2a-1fb98aec1241 HTTP/1.1" 200 115 0.402122 10.0.0.249 - - [2025-11-03 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.249 - - [2025-11-03 02:59:33] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005529 10.0.0.249 - - [2025-11-03 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.249 - - [2025-11-03 02:59:37] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007360 10.0.0.249 - - [2025-11-03 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.249 - - [2025-11-03 02:59:41] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005364 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.249 - - [2025-11-03 02:59:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003080 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005933 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.249 - - [2025-11-03 02:59:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004422 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003673 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007579 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.249 - - [2025-11-03 02:59:43] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005059 10.0.0.249 - - [2025-11-03 02:59:43] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004252 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.249 - - [2025-11-03 02:59:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003743 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003290 10.0.0.249 - - [2025-11-03 02:59:43] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005434 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-11-03 02:59:43] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004721 10.0.0.249 - - [2025-11-03 02:59:43] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003428 10.0.0.249 - - [2025-11-03 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-11-03 02:59:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004058 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003185 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007632 10.0.0.249 - - [2025-11-03 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.249 - - [2025-11-03 02:59:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004746 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003085 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006517 10.0.0.249 - - [2025-11-03 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.249 - - [2025-11-03 02:59:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005160 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004195 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005688 10.0.0.249 - - [2025-11-03 02:59:44] "GET /obj-perms HTTP/1.1" 200 5099 0.004440 10.0.0.23 - - [2025-11-03 02:59:44] "GET /obj-perms HTTP/1.1" 200 5099 0.003658 10.0.0.249 - - [2025-11-03 02:59:44] "GET /obj-perms HTTP/1.1" 200 5099 0.003898 10.0.0.249 - - [2025-11-03 02:59:44] "GET /obj-perms HTTP/1.1" 200 5099 0.003905 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.004012 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.005289 10.0.0.249 - - [2025-11-03 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-11-03 02:59:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004068 10.0.0.249 - - [2025-11-03 02:59:44] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003194 10.0.0.249 - - [2025-11-03 02:59:45] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007008 10.0.0.249 - - [2025-11-03 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.249 - - [2025-11-03 02:59:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003482 10.0.0.249 - - [2025-11-03 02:59:46] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002509 10.0.0.249 - - [2025-11-03 02:59:46] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005974 10.0.0.249 - - [2025-11-03 02:59:51] "POST /neutron/port HTTP/1.1" 200 1221 0.014676 10.0.0.249 - - [2025-11-03 02:59:52] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006264 10.0.0.249 - - [2025-11-03 03:00:01] "POST /neutron/port HTTP/1.1" 200 1221 0.016768 10.0.0.249 - - [2025-11-03 03:00:01] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010541 10.0.0.249 - - [2025-11-03 03:00:02] "POST /neutron/port HTTP/1.1" 200 1221 0.020008 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.006637 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.003401 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine-interface/14731e53-ea56-4609-b71c-616b05b1f5ee HTTP/1.1" 200 3417 0.006035 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.004356 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine-interface/14731e53-ea56-4609-b71c-616b05b1f5ee HTTP/1.1" 200 3417 0.006206 10.0.0.249 - - [2025-11-03 03:00:02] "GET /instance-ip/57de3dde-63cf-49aa-adca-b0dc924a9d89 HTTP/1.1" 200 1717 0.007184 10.0.0.249 - - [2025-11-03 03:00:02] "GET /instance-ip/59958875-5ba7-4076-9349-93cdd60b9326 HTTP/1.1" 200 1734 0.006386 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.003909 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-machine-interface/14731e53-ea56-4609-b71c-616b05b1f5ee HTTP/1.1" 200 3417 0.005671 10.0.0.249 - - [2025-11-03 03:00:02] "GET /instance-ip/57de3dde-63cf-49aa-adca-b0dc924a9d89 HTTP/1.1" 200 1717 0.004418 10.0.0.249 - - [2025-11-03 03:00:02] "GET /instance-ip/59958875-5ba7-4076-9349-93cdd60b9326 HTTP/1.1" 200 1734 0.005724 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004031 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005768 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004518 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003243 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006907 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011545 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005103 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003698 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.011434 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004590 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003666 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005781 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006075 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003881 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002658 10.0.0.249 - - [2025-11-03 03:00:02] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006514 10.0.0.249 - - [2025-11-03 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005341 10.0.0.249 - - [2025-11-03 03:00:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004540 10.0.0.249 - - [2025-11-03 03:00:03] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003503 10.0.0.249 - - [2025-11-03 03:00:03] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007452 10.0.0.249 - - [2025-11-03 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006051 10.0.0.249 - - [2025-11-03 03:00:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004946 10.0.0.249 - - [2025-11-03 03:00:03] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003610 10.0.0.249 - - [2025-11-03 03:00:03] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005864 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.249 - - [2025-11-03 03:00:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004157 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002823 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007147 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-11-03 03:00:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003889 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003373 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006448 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-11-03 03:00:04] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004446 10.0.0.249 - - [2025-11-03 03:00:04] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004780 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.249 - - [2025-11-03 03:00:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004259 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003404 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007179 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.249 - - [2025-11-03 03:00:04] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004652 10.0.0.249 - - [2025-11-03 03:00:04] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003777 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2025-11-03 03:00:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004935 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003139 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006400 10.0.0.249 - - [2025-11-03 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.249 - - [2025-11-03 03:00:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004268 10.0.0.249 - - [2025-11-03 03:00:04] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003285 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006511 10.0.0.249 - - [2025-11-03 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.249 - - [2025-11-03 03:00:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005495 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003569 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006579 10.0.0.23 - - [2025-11-03 03:00:05] "GET /obj-perms HTTP/1.1" 200 5099 0.004555 10.0.0.249 - - [2025-11-03 03:00:05] "GET /obj-perms HTTP/1.1" 200 5099 0.003783 10.0.0.249 - - [2025-11-03 03:00:05] "GET /obj-perms HTTP/1.1" 200 5099 0.003732 10.0.0.61 - - [2025-11-03 03:00:05] "GET /obj-perms HTTP/1.1" 200 5099 0.055531 10.0.0.23 - - [2025-11-03 03:00:05] "GET /obj-perms HTTP/1.1" 200 5099 0.003875 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.004209 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-machine-interface/14731e53-ea56-4609-b71c-616b05b1f5ee HTTP/1.1" 200 3417 0.005656 10.0.0.249 - - [2025-11-03 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.249 - - [2025-11-03 03:00:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003767 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003168 10.0.0.249 - - [2025-11-03 03:00:05] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006413 10.0.0.249 - - [2025-11-03 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007748 10.0.0.249 - - [2025-11-03 03:00:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004430 10.0.0.249 - - [2025-11-03 03:00:06] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004875 10.0.0.249 - - [2025-11-03 03:00:06] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007140 10.0.0.249 - - [2025-11-03 03:00:06] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007219 10.0.0.249 - - [2025-11-03 03:00:09] "POST /neutron/network HTTP/1.1" 200 1124 0.007628 10.0.0.249 - - [2025-11-03 03:00:09] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014711 10.0.0.249 - - [2025-11-03 03:00:09] "POST /neutron/network HTTP/1.1" 200 1114 0.009573 10.0.0.249 - - [2025-11-03 03:00:11] "POST /neutron/port HTTP/1.1" 200 1221 0.016357 10.0.0.249 - - [2025-11-03 03:00:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004945 10.0.0.249 - - [2025-11-03 03:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.249 - - [2025-11-03 03:00:12] "POST /neutron/port HTTP/1.1" 200 1221 0.016138 10.0.0.249 - - [2025-11-03 03:00:17] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008066 10.0.0.23 - - [2025-11-03 03:00:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.23 - - [2025-11-03 03:00:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.23 - - [2025-11-03 03:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.23 - - [2025-11-03 03:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.61 - - [2025-11-03 03:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.61 - - [2025-11-03 03:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-11-03 03:00:22] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.005586 10.0.0.249 - - [2025-11-03 03:00:22] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.005814 10.0.0.249 - - [2025-11-03 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.249 - - [2025-11-03 03:00:22] "GET /security-group/c7b8c11e-2e0d-47dd-bdef-ae7a9cc42adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003713 10.0.0.249 - - [2025-11-03 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-11-03 03:00:22] "GET /security-group/c7b8c11e-2e0d-47dd-bdef-ae7a9cc42adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004530 10.0.0.249 - - [2025-11-03 03:00:22] "POST /neutron/port HTTP/1.1" 200 1221 0.015861 10.0.0.249 - - [2025-11-03 03:00:22] "POST /neutron/port HTTP/1.1" 200 1209 0.072616 10.0.0.249 - - [2025-11-03 03:00:22] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.004219 10.0.0.249 - - [2025-11-03 03:00:22] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3362 0.005725 10.0.0.249 - - [2025-11-03 03:00:22] "POST /neutron/port HTTP/1.1" 200 1209 0.013504 10.0.0.249 - - [2025-11-03 03:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-11-03 03:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-11-03 03:00:23] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.006432 10.0.0.61 - - [2025-11-03 03:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2025-11-03 03:00:23] "GET /virtual-machine-interface/8e320dc8-8ff6-48da-9107-551d30afcad6 HTTP/1.1" 200 3418 0.010767 10.0.0.249 - - [2025-11-03 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.249 - - [2025-11-03 03:00:23] "GET /security-group/c7b8c11e-2e0d-47dd-bdef-ae7a9cc42adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005624 10.0.0.61 - - [2025-11-03 03:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000311 10.0.0.249 - - [2025-11-03 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.249 - - [2025-11-03 03:00:23] "GET /security-group/c7b8c11e-2e0d-47dd-bdef-ae7a9cc42adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004734 10.0.0.249 - - [2025-11-03 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004232 10.0.0.249 - - [2025-11-03 03:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000583 10.0.0.249 - - [2025-11-03 03:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.61 - - [2025-11-03 03:01:01] "GET /obj-perms HTTP/1.1" 200 5075 0.058316 10.0.0.249 - - [2025-11-03 03:01:09] "POST /neutron/port HTTP/1.1" 200 1221 0.016369 10.0.0.249 - - [2025-11-03 03:01:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004416 10.0.0.249 - - [2025-11-03 03:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.249 - - [2025-11-03 03:01:12] "POST /neutron/port HTTP/1.1" 200 1221 0.015174 10.0.0.249 - - [2025-11-03 03:01:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.249 - - [2025-11-03 03:01:12] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.249 - - [2025-11-03 03:02:02] "GET /obj-perms HTTP/1.1" 200 5075 0.048477 10.0.0.249 - - [2025-11-03 03:02:10] "POST /neutron/port HTTP/1.1" 200 1221 0.039612 10.0.0.249 - - [2025-11-03 03:02:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.249 - - [2025-11-03 03:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.249 - - [2025-11-03 03:02:14] "POST /neutron/port HTTP/1.1" 200 1221 0.014791 10.0.0.249 - - [2025-11-03 03:02:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003789 10.0.0.249 - - [2025-11-03 03:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.001636 10.0.0.23 - - [2025-11-03 03:02:17] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.027706 10.0.0.249 - - [2025-11-03 03:02:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2662 0.083081 10.0.0.249 - - [2025-11-03 03:02:18] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.011891 10.0.0.249 - - [2025-11-03 03:02:18] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.163824 10.0.0.249 - - [2025-11-03 03:02:18] "PUT /access-control-list/f258f1ed-6650-4092-8c2b-e9f7d8a09e56 HTTP/1.1" 200 272 0.034134 10.0.0.249 - - [2025-11-03 03:02:21] "POST /neutron/port HTTP/1.1" 200 1247 0.014568 10.0.0.249 - - [2025-11-03 03:02:21] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 200 1317 0.004476 10.0.0.249 - - [2025-11-03 03:02:21] "POST /neutron/port HTTP/1.1" 200 1183 0.016726 10.0.0.249 - - [2025-11-03 03:02:23] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 404 171 0.003350 10.0.0.249 - - [2025-11-03 03:02:23] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 404 171 0.002614 10.0.0.249 - - [2025-11-03 03:02:23] "GET /virtual-machine/4b7fdd58-2e60-447b-9279-7ddcdd36f88c HTTP/1.1" 404 171 0.002718 10.0.0.249 - - [2025-11-03 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.249 - - [2025-11-03 03:02:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003686 10.0.0.249 - - [2025-11-03 03:02:23] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002783 10.0.0.249 - - [2025-11-03 03:02:23] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006152 10.0.0.249 - - [2025-11-03 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.249 - - [2025-11-03 03:02:23] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005196 10.0.0.249 - - [2025-11-03 03:02:23] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003715 10.0.0.61 - - [2025-11-03 03:02:27] "GET /obj-perms HTTP/1.1" 200 5099 0.004168 10.0.0.249 - - [2025-11-03 03:02:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003901 10.0.0.249 - - [2025-11-03 03:02:33] "GET /obj-perms HTTP/1.1" 200 5099 0.004788 10.0.0.61 - - [2025-11-03 03:02:33] "GET /obj-perms HTTP/1.1" 200 5099 0.003601 10.0.0.249 - - [2025-11-03 03:02:33] "POST /neutron/security_group HTTP/1.1" 200 1453 0.008637 10.0.0.249 - - [2025-11-03 03:02:33] "POST /neutron/port HTTP/1.1" 200 1247 0.021569 10.0.0.249 - - [2025-11-03 03:02:33] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 200 1317 0.005223 10.0.0.249 - - [2025-11-03 03:02:34] "POST /neutron/port HTTP/1.1" 200 1209 0.016871 10.0.0.249 - - [2025-11-03 03:02:35] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 404 171 0.003256 10.0.0.249 - - [2025-11-03 03:02:35] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 404 171 0.003214 10.0.0.249 - - [2025-11-03 03:02:35] "GET /virtual-machine/1909de2d-3eef-4214-af83-458b15434b48 HTTP/1.1" 404 171 0.002545 10.0.0.249 - - [2025-11-03 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.249 - - [2025-11-03 03:02:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.249 - - [2025-11-03 03:02:35] "GET /virtual-networks?parent_id=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003177 10.0.0.249 - - [2025-11-03 03:02:35] "GET /virtual-network/e0689a4a-8ce7-4a1d-ac24-b0bd0685ab66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007328 10.0.0.249 - - [2025-11-03 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2025-11-03 03:02:36] "GET /routing-instance/2756954f-4a6b-4270-a80c-749fee201b4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004261 10.0.0.249 - - [2025-11-03 03:02:36] "GET /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003647 10.0.0.249 - - [2025-11-03 03:02:39] "GET /obj-perms HTTP/1.1" 200 5099 0.004342 10.0.0.249 - - [2025-11-03 03:02:42] "GET /obj-perms HTTP/1.1" 200 5099 0.003937 10.0.0.249 - - [2025-11-03 03:02:48] "GET /obj-perms HTTP/1.1" 200 5099 0.004032 10.0.0.249 - - [2025-11-03 03:02:51] "GET /obj-perms HTTP/1.1" 200 5099 0.004822 10.0.0.249 - - [2025-11-03 03:02:57] "GET /obj-perms HTTP/1.1" 200 5099 0.011438 10.0.0.249 - - [2025-11-03 03:03:00] "GET /obj-perms HTTP/1.1" 200 5099 0.004732 10.0.0.23 - - [2025-11-03 03:03:00] "GET /obj-perms HTTP/1.1" 200 5099 0.003875 10.0.0.23 - - [2025-11-03 03:03:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.23 - - [2025-11-03 03:03:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.23 - - [2025-11-03 03:03:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.23 - - [2025-11-03 03:03:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003190 10.0.0.249 - - [2025-11-03 03:03:00] "POST /neutron/network HTTP/1.1" 200 151 0.159915 10.0.0.249 - - [2025-11-03 03:03:00] "DELETE /route-target/8d7de957-8438-40b2-a34e-43dc63b0f4db HTTP/1.1" 200 115 0.024581 10.0.0.249 - - [2025-11-03 03:03:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.002695 10.0.0.23 - - [2025-11-03 03:03:02] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001185 10.0.0.249 - - [2025-11-03 03:03:02] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.079983 10.0.0.23 - - [2025-11-03 03:03:02] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000870 10.0.0.249 - - [2025-11-03 03:03:03] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?fields=virtual_networks HTTP/1.1" 200 1093 0.043449 10.0.0.23 - - [2025-11-03 03:03:03] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001061 10.0.0.249 - - [2025-11-03 03:03:03] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.054990 10.0.0.23 - - [2025-11-03 03:03:03] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000934 10.0.0.249 - - [2025-11-03 03:03:03] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?fields=security_groups HTTP/1.1" 200 1344 0.043761 10.0.0.249 - - [2025-11-03 03:03:04] "GET /obj-perms HTTP/1.1" 200 5075 0.152107 10.0.0.249 - - [2025-11-03 03:03:04] "POST /fqname-to-id HTTP/1.1" 404 218 0.024915 10.0.0.23 - - [2025-11-03 03:03:04] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002647 10.0.0.23 - - [2025-11-03 03:03:04] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.23 - - [2025-11-03 03:03:04] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.031970 10.0.0.23 - - [2025-11-03 03:03:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.003256 10.0.0.23 - - [2025-11-03 03:03:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.030085 10.0.0.23 - - [2025-11-03 03:03:04] "POST /security-groups HTTP/1.1" 200 621 0.034290 10.0.0.249 - - [2025-11-03 03:03:04] "POST /fqname-to-id HTTP/1.1" 404 264 0.003106 10.0.0.23 - - [2025-11-03 03:03:04] "POST /projects HTTP/1.1" 200 645 0.263002 10.0.0.23 - - [2025-11-03 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.331804 10.0.0.249 - - [2025-11-03 03:03:04] "POST /access-control-lists HTTP/1.1" 200 624 0.036189 10.0.0.249 - - [2025-11-03 03:03:04] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.501516 10.0.0.249 - - [2025-11-03 03:03:06] "GET / HTTP/1.1" 200 35931 0.001829 10.0.0.249 - - [2025-11-03 03:03:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2025-11-03 03:03:08] "POST /fqname-to-id HTTP/1.1" 404 254 0.052171 10.0.0.249 - - [2025-11-03 03:03:08] "POST /security-groups HTTP/1.1" 200 595 0.032621 10.0.0.249 - - [2025-11-03 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.249 - - [2025-11-03 03:03:08] "POST /fqname-to-id HTTP/1.1" 404 285 0.008166 10.0.0.249 - - [2025-11-03 03:03:08] "GET /security-group/3dda76e3-d962-48c4-b7a0-9f6d1e0e9796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.007447 10.0.0.249 - - [2025-11-03 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.249 - - [2025-11-03 03:03:08] "GET /security-group/3dda76e3-d962-48c4-b7a0-9f6d1e0e9796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003910 10.0.0.249 - - [2025-11-03 03:03:09] "DELETE /security-group/3dda76e3-d962-48c4-b7a0-9f6d1e0e9796 HTTP/1.1" 200 115 0.044790 10.0.0.249 - - [2025-11-03 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 254 0.004000 10.0.0.249 - - [2025-11-03 03:03:09] "DELETE /access-control-list/5ea6fcc8-b2eb-40bd-8423-3500f0990700 HTTP/1.1" 200 115 0.030708 10.0.0.249 - - [2025-11-03 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 254 0.003571 10.0.0.249 - - [2025-11-03 03:03:09] "POST /security-groups HTTP/1.1" 200 595 0.032472 10.0.0.249 - - [2025-11-03 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-11-03 03:03:09] "POST /fqname-to-id HTTP/1.1" 404 285 0.006119 10.0.0.249 - - [2025-11-03 03:03:09] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1939 0.005561 10.0.0.249 - - [2025-11-03 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.249 - - [2025-11-03 03:03:09] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1939 0.004153 10.0.0.249 - - [2025-11-03 03:03:09] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1939 0.004869 10.0.0.249 - - [2025-11-03 03:03:09] "PUT /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566 HTTP/1.1" 200 262 0.018846 10.0.0.249 - - [2025-11-03 03:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005564 10.0.0.249 - - [2025-11-03 03:03:10] "PUT /access-control-list/fc1ce709-3c60-4d83-9738-b05bf3fd06c0 HTTP/1.1" 200 272 0.019349 10.0.0.23 - - [2025-11-03 03:03:10] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000894 10.0.0.249 - - [2025-11-03 03:03:10] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.047158 10.0.0.249 - - [2025-11-03 03:03:10] "POST /neutron/network HTTP/1.1" 200 117 0.032586 10.0.0.249 - - [2025-11-03 03:03:10] "POST /neutron/network HTTP/1.1" 200 954 0.008141 10.0.0.249 - - [2025-11-03 03:03:10] "POST /id-to-fqname HTTP/1.1" 200 300 0.001520 10.0.0.249 - - [2025-11-03 03:03:10] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004757 10.0.0.249 - - [2025-11-03 03:03:10] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005846 10.0.0.249 - - [2025-11-03 03:03:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.010824 10.0.0.249 - - [2025-11-03 03:03:10] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007293 10.0.0.249 - - [2025-11-03 03:03:12] "POST /id-to-fqname HTTP/1.1" 200 300 0.001251 10.0.0.23 - - [2025-11-03 03:03:13] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000940 10.0.0.249 - - [2025-11-03 03:03:13] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.081594 10.0.0.249 - - [2025-11-03 03:03:13] "POST /neutron/network HTTP/1.1" 200 954 0.027608 10.0.0.249 - - [2025-11-03 03:03:13] "POST /id-to-fqname HTTP/1.1" 200 300 0.001247 10.0.0.249 - - [2025-11-03 03:03:13] "POST /neutron/port HTTP/1.1" 200 117 0.006356 10.0.0.249 - - [2025-11-03 03:03:13] "POST /neutron/network HTTP/1.1" 200 964 0.007004 10.0.0.249 - - [2025-11-03 03:03:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016781 10.0.0.23 - - [2025-11-03 03:03:14] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001314 10.0.0.249 - - [2025-11-03 03:03:14] "POST /neutron/port HTTP/1.1" 200 1119 0.023284 10.0.0.249 - - [2025-11-03 03:03:14] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.113690 10.0.0.249 - - [2025-11-03 03:03:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.009515 10.0.0.249 - - [2025-11-03 03:03:14] "POST /neutron/port HTTP/1.1" 200 1119 0.022562 10.0.0.249 - - [2025-11-03 03:03:14] "POST /neutron/port HTTP/1.1" 200 1119 0.021565 10.0.0.23 - - [2025-11-03 03:03:15] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000942 10.0.0.249 - - [2025-11-03 03:03:15] "POST /neutron/security_group HTTP/1.1" 200 3298 0.050061 10.0.0.249 - - [2025-11-03 03:03:15] "POST /neutron/port HTTP/1.1" 200 1090 0.037373 10.0.0.249 - - [2025-11-03 03:03:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005493 10.0.0.249 - - [2025-11-03 03:03:15] "POST /neutron/network HTTP/1.1" 200 954 0.006919 10.0.0.249 - - [2025-11-03 03:03:20] "POST /neutron/port HTTP/1.1" 200 1119 0.017108 10.0.0.249 - - [2025-11-03 03:03:20] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007524 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 401 293 0.000572 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.027593 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.003756 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.004818 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.003530 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.005024 10.0.0.249 - - [2025-11-03 03:03:20] "GET /instance-ip/5dff3907-0852-4993-b514-cb14ba9410c1 HTTP/1.1" 200 1730 0.005594 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.003377 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.004850 10.0.0.249 - - [2025-11-03 03:03:20] "GET /instance-ip/5dff3907-0852-4993-b514-cb14ba9410c1 HTTP/1.1" 200 1730 0.004566 10.0.0.249 - - [2025-11-03 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2025-11-03 03:03:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003811 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003147 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006449 10.0.0.249 - - [2025-11-03 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-11-03 03:03:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002683 10.0.0.249 - - [2025-11-03 03:03:20] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006009 10.0.0.249 - - [2025-11-03 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.249 - - [2025-11-03 03:03:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004547 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002954 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006401 10.0.0.249 - - [2025-11-03 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.249 - - [2025-11-03 03:03:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004365 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003940 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005332 10.0.0.249 - - [2025-11-03 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.249 - - [2025-11-03 03:03:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005993 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002894 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006414 10.0.0.249 - - [2025-11-03 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.249 - - [2025-11-03 03:03:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004196 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003137 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006595 10.0.0.249 - - [2025-11-03 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-11-03 03:03:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003495 10.0.0.249 - - [2025-11-03 03:03:21] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005573 10.0.0.249 - - [2025-11-03 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.249 - - [2025-11-03 03:03:24] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005005 10.0.0.249 - - [2025-11-03 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2025-11-03 03:03:28] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005818 10.0.0.23 - - [2025-11-03 03:03:29] "DELETE /project/80a8284b7b4747e5b8d1a03d2ab5c9a6 HTTP/1.1" 404 173 0.006397 10.0.0.23 - - [2025-11-03 03:03:29] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001276 10.0.0.23 - - [2025-11-03 03:03:29] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.042600 10.0.0.23 - - [2025-11-03 03:03:29] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001564 10.0.0.23 - - [2025-11-03 03:03:29] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?fields=security_groups HTTP/1.1" 200 1449 0.053097 10.0.0.23 - - [2025-11-03 03:03:29] "DELETE /security-group/bc77ba32-f5f0-454c-be82-59a1d5b0b762 HTTP/1.1" 200 115 0.051741 10.0.0.23 - - [2025-11-03 03:03:29] "GET /projects?obj_uuids=928b21f1-9e13-43b7-a7d1-87b8ec113c8f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001276 10.0.0.249 - - [2025-11-03 03:03:29] "DELETE /access-control-list/15de35b7-751c-4284-b9c8-ac87b9f28ebe HTTP/1.1" 200 115 0.047283 10.0.0.23 - - [2025-11-03 03:03:29] "GET /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f?fields=application_policy_sets HTTP/1.1" 200 1488 0.055271 10.0.0.23 - - [2025-11-03 03:03:30] "DELETE /project/928b21f1-9e13-43b7-a7d1-87b8ec113c8f HTTP/1.1" 200 115 0.415115 10.0.0.249 - - [2025-11-03 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-11-03 03:03:32] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005616 10.0.0.249 - - [2025-11-03 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-11-03 03:03:36] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005193 10.0.0.249 - - [2025-11-03 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010969 10.0.0.249 - - [2025-11-03 03:03:41] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006292 10.0.0.249 - - [2025-11-03 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-11-03 03:03:45] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006326 10.0.0.249 - - [2025-11-03 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.249 - - [2025-11-03 03:03:49] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006845 10.0.0.249 - - [2025-11-03 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-11-03 03:03:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003671 10.0.0.249 - - [2025-11-03 03:03:53] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002636 10.0.0.249 - - [2025-11-03 03:03:53] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006364 10.0.0.249 - - [2025-11-03 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.249 - - [2025-11-03 03:03:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003390 10.0.0.249 - - [2025-11-03 03:03:53] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003443 10.0.0.249 - - [2025-11-03 03:03:53] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006009 10.0.0.249 - - [2025-11-03 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-11-03 03:03:53] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006951 10.0.0.249 - - [2025-11-03 03:03:53] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003207 10.0.0.249 - - [2025-11-03 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-11-03 03:03:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005207 10.0.0.249 - - [2025-11-03 03:03:53] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002603 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006683 10.0.0.249 - - [2025-11-03 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.249 - - [2025-11-03 03:03:54] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004338 10.0.0.249 - - [2025-11-03 03:03:54] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003235 10.0.0.249 - - [2025-11-03 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.249 - - [2025-11-03 03:03:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.013936 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003972 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006051 10.0.0.249 - - [2025-11-03 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.249 - - [2025-11-03 03:03:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005033 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004078 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005748 10.0.0.249 - - [2025-11-03 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2025-11-03 03:03:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005056 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003385 10.0.0.249 - - [2025-11-03 03:03:54] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008074 10.0.0.23 - - [2025-11-03 03:03:54] "GET /obj-perms HTTP/1.1" 200 5109 0.070860 10.0.0.249 - - [2025-11-03 03:03:54] "GET /obj-perms HTTP/1.1" 200 5109 0.053183 10.0.0.249 - - [2025-11-03 03:03:54] "GET /obj-perms HTTP/1.1" 200 5109 0.003881 10.0.0.249 - - [2025-11-03 03:03:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004126 10.0.0.61 - - [2025-11-03 03:03:55] "GET /obj-perms HTTP/1.1" 200 5109 0.050600 10.0.0.23 - - [2025-11-03 03:03:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004006 10.0.0.249 - - [2025-11-03 03:03:55] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.004241 10.0.0.249 - - [2025-11-03 03:03:55] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.005719 10.0.0.249 - - [2025-11-03 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.249 - - [2025-11-03 03:03:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004116 10.0.0.249 - - [2025-11-03 03:03:55] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003011 10.0.0.249 - - [2025-11-03 03:03:55] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006226 10.0.0.249 - - [2025-11-03 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.249 - - [2025-11-03 03:03:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004574 10.0.0.249 - - [2025-11-03 03:03:56] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003703 10.0.0.249 - - [2025-11-03 03:03:56] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005736 10.0.0.249 - - [2025-11-03 03:03:56] "POST /neutron/port HTTP/1.1" 200 1119 0.018226 10.0.0.249 - - [2025-11-03 03:04:01] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009936 10.0.0.249 - - [2025-11-03 03:04:06] "POST /neutron/port HTTP/1.1" 200 1119 0.017595 10.0.0.249 - - [2025-11-03 03:04:12] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009997 10.0.0.249 - - [2025-11-03 03:04:12] "POST /neutron/port HTTP/1.1" 200 1119 0.020397 10.0.0.249 - - [2025-11-03 03:04:12] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006880 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.006607 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.003489 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine-interface/f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff HTTP/1.1" 200 3264 0.006201 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.003601 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine-interface/f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff HTTP/1.1" 200 3264 0.004602 10.0.0.249 - - [2025-11-03 03:04:12] "GET /instance-ip/506673ed-9b2c-4dff-a2b9-a45884eb0553 HTTP/1.1" 200 1730 0.005559 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.003744 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-machine-interface/f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff HTTP/1.1" 200 3264 0.004974 10.0.0.249 - - [2025-11-03 03:04:12] "GET /instance-ip/506673ed-9b2c-4dff-a2b9-a45884eb0553 HTTP/1.1" 200 1730 0.003981 10.0.0.249 - - [2025-11-03 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-11-03 03:04:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003441 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003400 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005536 10.0.0.249 - - [2025-11-03 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.249 - - [2025-11-03 03:04:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004407 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003311 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005817 10.0.0.249 - - [2025-11-03 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.249 - - [2025-11-03 03:04:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004134 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002855 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007305 10.0.0.249 - - [2025-11-03 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.249 - - [2025-11-03 03:04:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005171 10.0.0.249 - - [2025-11-03 03:04:12] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003465 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005703 10.0.0.249 - - [2025-11-03 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2025-11-03 03:04:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005828 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003042 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005558 10.0.0.249 - - [2025-11-03 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.249 - - [2025-11-03 03:04:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004020 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002819 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006359 10.0.0.249 - - [2025-11-03 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-11-03 03:04:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003980 10.0.0.249 - - [2025-11-03 03:04:13] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006737 10.0.0.249 - - [2025-11-03 03:04:13] "POST /neutron/network HTTP/1.1" 200 964 0.007248 10.0.0.249 - - [2025-11-03 03:04:14] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.249 - - [2025-11-03 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-11-03 03:04:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003857 10.0.0.249 - - [2025-11-03 03:04:14] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003608 10.0.0.249 - - [2025-11-03 03:04:14] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005472 10.0.0.249 - - [2025-11-03 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.249 - - [2025-11-03 03:04:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003639 10.0.0.249 - - [2025-11-03 03:04:14] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002400 10.0.0.249 - - [2025-11-03 03:04:14] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006239 10.0.0.249 - - [2025-11-03 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-11-03 03:04:14] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004503 10.0.0.249 - - [2025-11-03 03:04:14] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003907 10.0.0.249 - - [2025-11-03 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.249 - - [2025-11-03 03:04:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003378 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002810 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006290 10.0.0.249 - - [2025-11-03 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.249 - - [2025-11-03 03:04:15] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004354 10.0.0.249 - - [2025-11-03 03:04:15] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004265 10.0.0.249 - - [2025-11-03 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2025-11-03 03:04:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005242 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003318 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005475 10.0.0.249 - - [2025-11-03 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2025-11-03 03:04:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004182 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003206 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006353 10.0.0.249 - - [2025-11-03 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.249 - - [2025-11-03 03:04:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003108 10.0.0.249 - - [2025-11-03 03:04:15] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006356 10.0.0.249 - - [2025-11-03 03:04:15] "GET /obj-perms HTTP/1.1" 200 5109 0.004066 10.0.0.23 - - [2025-11-03 03:04:15] "GET /obj-perms HTTP/1.1" 200 5109 0.003955 10.0.0.249 - - [2025-11-03 03:04:15] "GET /obj-perms HTTP/1.1" 200 5109 0.004582 10.0.0.61 - - [2025-11-03 03:04:15] "GET /obj-perms HTTP/1.1" 200 5109 0.003735 10.0.0.249 - - [2025-11-03 03:04:16] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.004398 10.0.0.249 - - [2025-11-03 03:04:16] "GET /virtual-machine-interface/f3d524ba-d28f-4c86-ba7d-0a6d3e70bcff HTTP/1.1" 200 3264 0.005855 10.0.0.249 - - [2025-11-03 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2025-11-03 03:04:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003601 10.0.0.249 - - [2025-11-03 03:04:16] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003281 10.0.0.249 - - [2025-11-03 03:04:16] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006084 10.0.0.249 - - [2025-11-03 03:04:16] "POST /neutron/port HTTP/1.1" 200 1119 0.016237 10.0.0.249 - - [2025-11-03 03:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008847 10.0.0.249 - - [2025-11-03 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.249 - - [2025-11-03 03:04:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004524 10.0.0.249 - - [2025-11-03 03:04:17] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002837 10.0.0.249 - - [2025-11-03 03:04:17] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006140 10.0.0.249 - - [2025-11-03 03:04:17] "POST /neutron/port HTTP/1.1" 200 1119 0.015816 10.0.0.249 - - [2025-11-03 03:04:18] "POST /neutron/security_group HTTP/1.1" 200 1292 0.030119 10.0.0.249 - - [2025-11-03 03:04:27] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.004565 10.0.0.249 - - [2025-11-03 03:04:27] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.006167 10.0.0.249 - - [2025-11-03 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.249 - - [2025-11-03 03:04:27] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003965 10.0.0.249 - - [2025-11-03 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-11-03 03:04:27] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004411 10.0.0.249 - - [2025-11-03 03:04:27] "POST /neutron/security_group HTTP/1.1" 200 1318 0.004698 10.0.0.249 - - [2025-11-03 03:04:27] "POST /neutron/port HTTP/1.1" 200 1144 0.012832 10.0.0.249 - - [2025-11-03 03:04:28] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.005429 10.0.0.249 - - [2025-11-03 03:04:28] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3201 0.007447 10.0.0.249 - - [2025-11-03 03:04:28] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007758 10.0.0.249 - - [2025-11-03 03:04:28] "POST /neutron/port HTTP/1.1" 200 1106 0.012585 10.0.0.249 - - [2025-11-03 03:04:28] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.004067 10.0.0.249 - - [2025-11-03 03:04:28] "GET /virtual-machine-interface/783ce6c0-ec11-4969-84ab-b84aef46f2de HTTP/1.1" 200 3262 0.007543 10.0.0.249 - - [2025-11-03 03:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-11-03 03:04:28] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003493 10.0.0.249 - - [2025-11-03 03:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.249 - - [2025-11-03 03:04:28] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004661 10.0.0.249 - - [2025-11-03 03:04:28] "DELETE /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566 HTTP/1.1" 409 336 0.009596 10.0.0.249 - - [2025-11-03 03:05:05] "GET /obj-perms HTTP/1.1" 200 5075 0.043998 10.0.0.249 - - [2025-11-03 03:05:15] "POST /neutron/port HTTP/1.1" 200 1119 0.015422 10.0.0.249 - - [2025-11-03 03:05:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.249 - - [2025-11-03 03:05:16] "POST /neutron/network HTTP/1.1" 200 954 0.007170 10.0.0.249 - - [2025-11-03 03:05:17] "POST /neutron/network HTTP/1.1" 200 964 0.007196 10.0.0.249 - - [2025-11-03 03:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.23 - - [2025-11-03 03:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.23 - - [2025-11-03 03:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.23 - - [2025-11-03 03:05:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.23 - - [2025-11-03 03:05:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.61 - - [2025-11-03 03:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.61 - - [2025-11-03 03:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-11-03 03:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2025-11-03 03:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.61 - - [2025-11-03 03:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000763 10.0.0.61 - - [2025-11-03 03:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.249 - - [2025-11-03 03:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.249 - - [2025-11-03 03:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000916 10.0.0.23 - - [2025-11-03 03:06:05] "GET /obj-perms HTTP/1.1" 200 5075 0.047412 10.0.0.249 - - [2025-11-03 03:06:14] "GET /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004113 10.0.0.249 - - [2025-11-03 03:06:14] "PUT /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566 HTTP/1.1" 200 262 0.018115 10.0.0.249 - - [2025-11-03 03:06:14] "PUT /access-control-list/fc1ce709-3c60-4d83-9738-b05bf3fd06c0 HTTP/1.1" 200 272 0.023112 10.0.0.249 - - [2025-11-03 03:06:16] "POST /neutron/port HTTP/1.1" 200 1119 0.015863 10.0.0.249 - - [2025-11-03 03:06:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008435 10.0.0.249 - - [2025-11-03 03:06:17] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007657 10.0.0.249 - - [2025-11-03 03:06:17] "POST /neutron/port HTTP/1.1" 200 1144 0.011316 10.0.0.249 - - [2025-11-03 03:06:17] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 200 1323 0.004413 10.0.0.249 - - [2025-11-03 03:06:18] "POST /neutron/port HTTP/1.1" 200 1106 0.012721 10.0.0.249 - - [2025-11-03 03:06:19] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 404 171 0.004783 10.0.0.249 - - [2025-11-03 03:06:19] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 404 171 0.006661 10.0.0.249 - - [2025-11-03 03:06:19] "GET /virtual-machine/8d4984bb-b35d-4177-9392-7e5076740185 HTTP/1.1" 404 171 0.003940 10.0.0.249 - - [2025-11-03 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.249 - - [2025-11-03 03:06:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003653 10.0.0.249 - - [2025-11-03 03:06:20] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003187 10.0.0.249 - - [2025-11-03 03:06:20] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005955 10.0.0.249 - - [2025-11-03 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.249 - - [2025-11-03 03:06:20] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005414 10.0.0.249 - - [2025-11-03 03:06:20] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003960 10.0.0.61 - - [2025-11-03 03:06:20] "GET /obj-perms HTTP/1.1" 200 5109 0.004366 10.0.0.249 - - [2025-11-03 03:06:23] "GET /obj-perms HTTP/1.1" 200 5109 0.004371 10.0.0.61 - - [2025-11-03 03:06:29] "GET /obj-perms HTTP/1.1" 200 5109 0.004369 10.0.0.249 - - [2025-11-03 03:06:32] "GET /obj-perms HTTP/1.1" 200 5109 0.004921 10.0.0.249 - - [2025-11-03 03:06:32] "POST /neutron/port HTTP/1.1" 200 1119 0.015951 10.0.0.249 - - [2025-11-03 03:06:32] "POST /neutron/port HTTP/1.1" 200 1106 0.073332 10.0.0.249 - - [2025-11-03 03:06:32] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 200 1322 0.005081 10.0.0.249 - - [2025-11-03 03:06:33] "POST /neutron/port HTTP/1.1" 200 151 0.176190 10.0.0.249 - - [2025-11-03 03:06:34] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 404 171 0.005265 10.0.0.249 - - [2025-11-03 03:06:34] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 404 171 0.002990 10.0.0.249 - - [2025-11-03 03:06:34] "GET /virtual-machine/4b3e9313-b6bd-4e6d-9172-9f9a6d267068 HTTP/1.1" 404 171 0.004230 10.0.0.249 - - [2025-11-03 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.249 - - [2025-11-03 03:06:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004977 10.0.0.249 - - [2025-11-03 03:06:35] "GET /virtual-networks?parent_id=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003423 10.0.0.249 - - [2025-11-03 03:06:35] "GET /virtual-network/9d0e83a2-4c77-4b9f-82f7-366383e2e02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006919 10.0.0.249 - - [2025-11-03 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.249 - - [2025-11-03 03:06:35] "GET /routing-instance/e40f06f6-30e5-4b41-a96e-8ffe5ca6656c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.007975 10.0.0.249 - - [2025-11-03 03:06:35] "GET /route-target/a1e7bec1-cbaa-4a62-b440-0fc0e1548c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004230 10.0.0.249 - - [2025-11-03 03:06:35] "GET /obj-perms HTTP/1.1" 200 5109 0.003902 10.0.0.249 - - [2025-11-03 03:06:38] "GET /obj-perms HTTP/1.1" 200 5109 0.004108 10.0.0.249 - - [2025-11-03 03:06:44] "GET /obj-perms HTTP/1.1" 200 5109 0.004196 10.0.0.249 - - [2025-11-03 03:06:47] "GET /obj-perms HTTP/1.1" 200 5109 0.003659 10.0.0.249 - - [2025-11-03 03:06:53] "GET /obj-perms HTTP/1.1" 200 5109 0.004071 10.0.0.249 - - [2025-11-03 03:06:56] "GET /obj-perms HTTP/1.1" 200 5109 0.003612 10.0.0.249 - - [2025-11-03 03:07:00] "GET /obj-perms HTTP/1.1" 200 5109 0.004024 10.0.0.61 - - [2025-11-03 03:07:00] "GET /obj-perms HTTP/1.1" 200 5109 0.004799 10.0.0.249 - - [2025-11-03 03:07:00] "DELETE /security-group/01ebc8e4-d45d-4211-830b-ec8e3e759566 HTTP/1.1" 200 115 0.060405 10.0.0.249 - - [2025-11-03 03:07:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.005505 10.0.0.249 - - [2025-11-03 03:07:00] "DELETE /access-control-list/26e946d9-ec92-4854-afe6-52eff30e7d9c HTTP/1.1" 200 115 0.048831 10.0.0.23 - - [2025-11-03 03:07:02] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001369 10.0.0.249 - - [2025-11-03 03:07:02] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.047503 10.0.0.23 - - [2025-11-03 03:07:02] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000995 10.0.0.249 - - [2025-11-03 03:07:02] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?fields=virtual_networks HTTP/1.1" 200 1102 0.048335 10.0.0.23 - - [2025-11-03 03:07:02] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001693 10.0.0.249 - - [2025-11-03 03:07:02] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1102 0.044298 10.0.0.23 - - [2025-11-03 03:07:02] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001200 10.0.0.249 - - [2025-11-03 03:07:02] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?fields=security_groups HTTP/1.1" 200 1358 0.047979 10.0.0.249 - - [2025-11-03 03:07:03] "POST /fqname-to-id HTTP/1.1" 404 209 0.022729 10.0.0.23 - - [2025-11-03 03:07:03] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003081 10.0.0.23 - - [2025-11-03 03:07:03] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2025-11-03 03:07:03] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008538 10.0.0.23 - - [2025-11-03 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 212 0.001281 10.0.0.23 - - [2025-11-03 03:07:03] "POST /fqname-to-id HTTP/1.1" 404 222 0.009401 10.0.0.23 - - [2025-11-03 03:07:03] "POST /security-groups HTTP/1.1" 200 612 0.077270 10.0.0.23 - - [2025-11-03 03:07:03] "POST /projects HTTP/1.1" 200 627 0.303194 10.0.0.249 - - [2025-11-03 03:07:03] "POST /access-control-lists HTTP/1.1" 200 617 0.030499 10.0.0.23 - - [2025-11-03 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.379384 10.0.0.249 - - [2025-11-03 03:07:03] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.523942 10.0.0.249 - - [2025-11-03 03:07:04] "GET / HTTP/1.1" 200 35931 0.002407 10.0.0.249 - - [2025-11-03 03:07:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000601 10.0.0.249 - - [2025-11-03 03:07:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.043163 10.0.0.23 - - [2025-11-03 03:07:06] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001184 10.0.0.249 - - [2025-11-03 03:07:07] "POST /fqname-to-id HTTP/1.1" 404 277 0.003450 10.0.0.249 - - [2025-11-03 03:07:07] "POST /access-control-lists HTTP/1.1" 200 637 0.047642 10.0.0.249 - - [2025-11-03 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 1423 0.360639 10.0.0.249 - - [2025-11-03 03:07:07] "PUT /access-control-list/75aaafd6-4f51-4932-a3c7-b888b260410c HTTP/1.1" 200 272 0.018571 10.0.0.23 - - [2025-11-03 03:07:07] "GET /obj-perms HTTP/1.1" 200 5075 0.105586 10.0.0.249 - - [2025-11-03 03:07:07] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136538 10.0.0.249 - - [2025-11-03 03:07:08] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.146732 10.0.0.249 - - [2025-11-03 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-11-03 03:07:08] "PUT /access-control-list/75aaafd6-4f51-4932-a3c7-b888b260410c HTTP/1.1" 200 272 0.012862 10.0.0.249 - - [2025-11-03 03:07:08] "GET /security-group/a55de777-ad44-41b4-9b97-70c639a550f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006918 10.0.0.249 - - [2025-11-03 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.002954 10.0.0.249 - - [2025-11-03 03:07:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.003252 10.0.0.23 - - [2025-11-03 03:07:09] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000995 10.0.0.249 - - [2025-11-03 03:07:09] "POST /fqname-to-id HTTP/1.1" 404 277 0.004042 10.0.0.249 - - [2025-11-03 03:07:09] "POST /access-control-lists HTTP/1.1" 200 637 0.027580 10.0.0.249 - - [2025-11-03 03:07:09] "POST /neutron/security_group HTTP/1.1" 200 1423 0.412075 10.0.0.249 - - [2025-11-03 03:07:09] "PUT /access-control-list/e98f459a-d2d2-4bc3-ac77-e98ccb13b951 HTTP/1.1" 200 272 0.020041 10.0.0.249 - - [2025-11-03 03:07:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138549 10.0.0.249 - - [2025-11-03 03:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.178801 10.0.0.249 - - [2025-11-03 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.249 - - [2025-11-03 03:07:10] "PUT /access-control-list/e98f459a-d2d2-4bc3-ac77-e98ccb13b951 HTTP/1.1" 200 272 0.023239 10.0.0.249 - - [2025-11-03 03:07:10] "GET /security-group/cf8c5782-0fd5-47d8-9a40-65eb1fe9fbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013413 10.0.0.249 - - [2025-11-03 03:07:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117052 10.0.0.249 - - [2025-11-03 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2025-11-03 03:07:11] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.249 - - [2025-11-03 03:07:11] "PUT /access-control-list/77f496da-4c05-456d-a0db-9503005cfdbb HTTP/1.1" 200 272 0.016180 10.0.0.249 - - [2025-11-03 03:07:11] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.069742 10.0.0.249 - - [2025-11-03 03:07:11] "POST /neutron/network HTTP/1.1" 200 117 0.012473 10.0.0.249 - - [2025-11-03 03:07:11] "POST /neutron/network HTTP/1.1" 200 925 0.008823 10.0.0.249 - - [2025-11-03 03:07:11] "POST /id-to-fqname HTTP/1.1" 200 282 0.000998 10.0.0.249 - - [2025-11-03 03:07:11] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005154 10.0.0.249 - - [2025-11-03 03:07:11] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005738 10.0.0.249 - - [2025-11-03 03:07:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.009991 10.0.0.249 - - [2025-11-03 03:07:11] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005589 10.0.0.249 - - [2025-11-03 03:07:13] "POST /id-to-fqname HTTP/1.1" 200 282 0.001340 10.0.0.23 - - [2025-11-03 03:07:14] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001022 10.0.0.249 - - [2025-11-03 03:07:14] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.060881 10.0.0.249 - - [2025-11-03 03:07:14] "POST /neutron/network HTTP/1.1" 200 925 0.006835 10.0.0.249 - - [2025-11-03 03:07:14] "POST /id-to-fqname HTTP/1.1" 200 282 0.001368 10.0.0.249 - - [2025-11-03 03:07:14] "POST /neutron/port HTTP/1.1" 200 117 0.007595 10.0.0.249 - - [2025-11-03 03:07:14] "POST /neutron/network HTTP/1.1" 200 935 0.007857 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/port HTTP/1.1" 200 1079 0.039547 10.0.0.23 - - [2025-11-03 03:07:15] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001235 10.0.0.249 - - [2025-11-03 03:07:15] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.067409 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/network HTTP/1.1" 200 925 0.005746 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.010567 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/network HTTP/1.1" 200 925 0.008259 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/port HTTP/1.1" 200 1107 0.017431 10.0.0.23 - - [2025-11-03 03:07:15] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001064 10.0.0.249 - - [2025-11-03 03:07:15] "POST /neutron/security_group HTTP/1.1" 200 3410 0.056845 10.0.0.249 - - [2025-11-03 03:07:16] "POST /neutron/port HTTP/1.1" 200 1079 0.019564 10.0.0.249 - - [2025-11-03 03:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004378 10.0.0.249 - - [2025-11-03 03:07:16] "POST /neutron/network HTTP/1.1" 200 925 0.008988 10.0.0.249 - - [2025-11-03 03:07:18] "POST /neutron/network HTTP/1.1" 200 935 0.006934 10.0.0.249 - - [2025-11-03 03:07:19] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.249 - - [2025-11-03 03:07:20] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007575 10.0.0.249 - - [2025-11-03 03:07:20] "POST /neutron/port HTTP/1.1" 200 1107 0.018015 10.0.0.249 - - [2025-11-03 03:07:21] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007030 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.032192 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.003951 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.005343 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.003802 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.009455 10.0.0.249 - - [2025-11-03 03:07:21] "GET /instance-ip/4f05affd-efb1-44e7-81d0-a57acc469896 HTTP/1.1" 200 1700 0.008689 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.003842 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.004837 10.0.0.249 - - [2025-11-03 03:07:21] "GET /instance-ip/4f05affd-efb1-44e7-81d0-a57acc469896 HTTP/1.1" 200 1700 0.008251 10.0.0.249 - - [2025-11-03 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.249 - - [2025-11-03 03:07:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003973 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003757 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006802 10.0.0.249 - - [2025-11-03 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.249 - - [2025-11-03 03:07:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004953 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003157 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005623 10.0.0.249 - - [2025-11-03 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-11-03 03:07:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004696 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003926 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005908 10.0.0.249 - - [2025-11-03 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.249 - - [2025-11-03 03:07:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005265 10.0.0.249 - - [2025-11-03 03:07:21] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004502 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006836 10.0.0.249 - - [2025-11-03 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2025-11-03 03:07:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005206 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003369 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006670 10.0.0.249 - - [2025-11-03 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.249 - - [2025-11-03 03:07:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004309 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003623 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006247 10.0.0.249 - - [2025-11-03 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-11-03 03:07:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004378 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004061 10.0.0.249 - - [2025-11-03 03:07:22] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006739 10.0.0.249 - - [2025-11-03 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-11-03 03:07:25] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006095 10.0.0.249 - - [2025-11-03 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.249 - - [2025-11-03 03:07:29] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.004919 10.0.0.23 - - [2025-11-03 03:07:30] "DELETE /project/e60eff8a9fd8419b9f80696ab373ab22 HTTP/1.1" 404 173 0.003996 10.0.0.23 - - [2025-11-03 03:07:30] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001196 10.0.0.23 - - [2025-11-03 03:07:30] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.063923 10.0.0.23 - - [2025-11-03 03:07:30] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001574 10.0.0.23 - - [2025-11-03 03:07:30] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?fields=security_groups HTTP/1.1" 200 1463 0.045994 10.0.0.23 - - [2025-11-03 03:07:30] "DELETE /security-group/5ebb0208-36ed-4dfc-a1d1-c49a140dc68f HTTP/1.1" 200 115 0.058245 10.0.0.23 - - [2025-11-03 03:07:30] "GET /projects?obj_uuids=80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000830 10.0.0.23 - - [2025-11-03 03:07:30] "GET /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6?fields=application_policy_sets HTTP/1.1" 200 1502 0.048955 10.0.0.249 - - [2025-11-03 03:07:30] "DELETE /access-control-list/565a6b42-680f-4f4a-992b-c9690224dcac HTTP/1.1" 200 115 0.097210 10.0.0.23 - - [2025-11-03 03:07:30] "DELETE /project/80a8284b-7b47-47e5-b8d1-a03d2ab5c9a6 HTTP/1.1" 200 115 0.460309 10.0.0.249 - - [2025-11-03 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.249 - - [2025-11-03 03:07:33] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005106 10.0.0.249 - - [2025-11-03 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.249 - - [2025-11-03 03:07:37] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005466 10.0.0.249 - - [2025-11-03 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.249 - - [2025-11-03 03:07:41] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005550 10.0.0.249 - - [2025-11-03 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2025-11-03 03:07:46] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005131 10.0.0.249 - - [2025-11-03 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.249 - - [2025-11-03 03:07:50] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005467 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2025-11-03 03:07:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005441 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003039 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006799 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.249 - - [2025-11-03 03:07:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004309 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003305 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005987 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.249 - - [2025-11-03 03:07:54] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.007384 10.0.0.249 - - [2025-11-03 03:07:54] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004485 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.249 - - [2025-11-03 03:07:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004152 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003481 10.0.0.249 - - [2025-11-03 03:07:54] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005760 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-11-03 03:07:54] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004096 10.0.0.249 - - [2025-11-03 03:07:54] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004235 10.0.0.249 - - [2025-11-03 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-11-03 03:07:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005236 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004169 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005962 10.0.0.249 - - [2025-11-03 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.249 - - [2025-11-03 03:07:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003097 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005678 10.0.0.249 - - [2025-11-03 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.249 - - [2025-11-03 03:07:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004159 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003914 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006117 10.0.0.249 - - [2025-11-03 03:07:55] "GET /obj-perms HTTP/1.1" 200 5091 0.057200 10.0.0.23 - - [2025-11-03 03:07:55] "GET /obj-perms HTTP/1.1" 200 5091 0.042494 10.0.0.249 - - [2025-11-03 03:07:55] "GET /obj-perms HTTP/1.1" 200 5091 0.003995 10.0.0.249 - - [2025-11-03 03:07:55] "GET /obj-perms HTTP/1.1" 200 5091 0.004154 10.0.0.61 - - [2025-11-03 03:07:55] "GET /obj-perms HTTP/1.1" 200 5091 0.058382 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.004404 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.011206 10.0.0.249 - - [2025-11-03 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.249 - - [2025-11-03 03:07:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006606 10.0.0.249 - - [2025-11-03 03:07:55] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003179 10.0.0.249 - - [2025-11-03 03:07:56] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005420 10.0.0.249 - - [2025-11-03 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.249 - - [2025-11-03 03:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004389 10.0.0.249 - - [2025-11-03 03:07:57] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002869 10.0.0.249 - - [2025-11-03 03:07:57] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006027 10.0.0.249 - - [2025-11-03 03:08:02] "POST /neutron/port HTTP/1.1" 200 1107 0.016763 10.0.0.249 - - [2025-11-03 03:08:02] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007551 10.0.0.249 - - [2025-11-03 03:08:07] "GET /obj-perms HTTP/1.1" 200 5075 0.045057 10.0.0.249 - - [2025-11-03 03:08:12] "POST /neutron/port HTTP/1.1" 200 1107 0.019207 10.0.0.249 - - [2025-11-03 03:08:12] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007616 10.0.0.249 - - [2025-11-03 03:08:13] "POST /neutron/port HTTP/1.1" 200 1107 0.013905 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.006314 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.003524 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine-interface/fc629282-8a88-4a84-a609-de2cd0cf1a1a HTTP/1.1" 200 3192 0.006468 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.003303 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine-interface/fc629282-8a88-4a84-a609-de2cd0cf1a1a HTTP/1.1" 200 3192 0.005100 10.0.0.249 - - [2025-11-03 03:08:13] "GET /instance-ip/b52b38b6-f5e8-4e2a-bbc1-b0864c63e57b HTTP/1.1" 200 1702 0.006398 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.003464 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-machine-interface/fc629282-8a88-4a84-a609-de2cd0cf1a1a HTTP/1.1" 200 3192 0.007727 10.0.0.249 - - [2025-11-03 03:08:13] "GET /instance-ip/b52b38b6-f5e8-4e2a-bbc1-b0864c63e57b HTTP/1.1" 200 1702 0.004127 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003916 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003903 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.015200 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004277 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003712 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006566 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004210 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002957 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005837 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004568 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003678 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005872 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006920 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003841 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003504 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006920 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.249 - - [2025-11-03 03:08:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004890 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003536 10.0.0.249 - - [2025-11-03 03:08:13] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.009402 10.0.0.249 - - [2025-11-03 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.249 - - [2025-11-03 03:08:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005131 10.0.0.249 - - [2025-11-03 03:08:14] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003256 10.0.0.249 - - [2025-11-03 03:08:14] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005479 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2025-11-03 03:08:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003699 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002818 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007208 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.249 - - [2025-11-03 03:08:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003842 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006402 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.249 - - [2025-11-03 03:08:15] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004587 10.0.0.249 - - [2025-11-03 03:08:15] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004037 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.249 - - [2025-11-03 03:08:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004217 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003761 10.0.0.249 - - [2025-11-03 03:08:15] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007307 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.249 - - [2025-11-03 03:08:15] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004598 10.0.0.249 - - [2025-11-03 03:08:15] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003819 10.0.0.249 - - [2025-11-03 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005596 10.0.0.249 - - [2025-11-03 03:08:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003261 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007016 10.0.0.249 - - [2025-11-03 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.249 - - [2025-11-03 03:08:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004284 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003569 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006402 10.0.0.249 - - [2025-11-03 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.249 - - [2025-11-03 03:08:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004298 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003910 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006160 10.0.0.23 - - [2025-11-03 03:08:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003883 10.0.0.249 - - [2025-11-03 03:08:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003471 10.0.0.249 - - [2025-11-03 03:08:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003849 10.0.0.61 - - [2025-11-03 03:08:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003765 10.0.0.23 - - [2025-11-03 03:08:16] "GET /obj-perms HTTP/1.1" 200 5091 0.005619 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.004045 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-machine-interface/fc629282-8a88-4a84-a609-de2cd0cf1a1a HTTP/1.1" 200 3192 0.006129 10.0.0.249 - - [2025-11-03 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.249 - - [2025-11-03 03:08:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003040 10.0.0.249 - - [2025-11-03 03:08:16] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006208 10.0.0.249 - - [2025-11-03 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.249 - - [2025-11-03 03:08:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983 10.0.0.249 - - [2025-11-03 03:08:17] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003150 10.0.0.249 - - [2025-11-03 03:08:17] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005876 10.0.0.249 - - [2025-11-03 03:08:18] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007849 10.0.0.249 - - [2025-11-03 03:08:19] "POST /neutron/port HTTP/1.1" 200 1107 0.036458 10.0.0.249 - - [2025-11-03 03:08:19] "POST /neutron/port HTTP/1.1" 200 1107 0.020218 10.0.0.249 - - [2025-11-03 03:08:19] "POST /neutron/port HTTP/1.1" 200 1107 0.018539 10.0.0.249 - - [2025-11-03 03:08:19] "POST /neutron/network HTTP/1.1" 200 935 0.006917 10.0.0.249 - - [2025-11-03 03:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.249 - - [2025-11-03 03:08:23] "POST /neutron/security_group HTTP/1.1" 200 1413 0.006816 10.0.0.249 - - [2025-11-03 03:08:28] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.004523 10.0.0.249 - - [2025-11-03 03:08:28] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.007320 10.0.0.249 - - [2025-11-03 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.249 - - [2025-11-03 03:08:28] "GET /security-group/cf8c5782-0fd5-47d8-9a40-65eb1fe9fbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004347 10.0.0.249 - - [2025-11-03 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007397 10.0.0.249 - - [2025-11-03 03:08:28] "GET /security-group/cf8c5782-0fd5-47d8-9a40-65eb1fe9fbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004749 10.0.0.249 - - [2025-11-03 03:08:28] "POST /neutron/port HTTP/1.1" 200 1107 0.016379 10.0.0.249 - - [2025-11-03 03:08:28] "POST /neutron/port HTTP/1.1" 200 1095 0.080605 10.0.0.249 - - [2025-11-03 03:08:28] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.004812 10.0.0.249 - - [2025-11-03 03:08:28] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3139 0.007674 10.0.0.249 - - [2025-11-03 03:08:28] "POST /neutron/port HTTP/1.1" 200 1095 0.013202 10.0.0.249 - - [2025-11-03 03:08:29] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.005296 10.0.0.249 - - [2025-11-03 03:08:29] "GET /virtual-machine-interface/8426378b-f726-4d76-b22d-f8d9e341c913 HTTP/1.1" 200 3191 0.010699 10.0.0.249 - - [2025-11-03 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.249 - - [2025-11-03 03:08:29] "GET /security-group/cf8c5782-0fd5-47d8-9a40-65eb1fe9fbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003440 10.0.0.249 - - [2025-11-03 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.249 - - [2025-11-03 03:08:29] "GET /security-group/cf8c5782-0fd5-47d8-9a40-65eb1fe9fbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004875 10.0.0.249 - - [2025-11-03 03:08:29] "POST /neutron/security_group HTTP/1.1" 200 1439 0.004709 10.0.0.249 - - [2025-11-03 03:09:19] "POST /neutron/port HTTP/1.1" 200 1107 0.023321 10.0.0.249 - - [2025-11-03 03:09:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004997 10.0.0.249 - - [2025-11-03 03:09:19] "POST /neutron/network HTTP/1.1" 200 925 0.007986 10.0.0.249 - - [2025-11-03 03:09:20] "POST /neutron/network HTTP/1.1" 200 935 0.006818 10.0.0.249 - - [2025-11-03 03:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.249 - - [2025-11-03 03:10:16] "POST /neutron/security_group_rule HTTP/1.1" 200 544 0.009892 10.0.0.249 - - [2025-11-03 03:10:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.184734 10.0.0.249 - - [2025-11-03 03:10:17] "PUT /access-control-list/77f496da-4c05-456d-a0db-9503005cfdbb HTTP/1.1" 200 272 0.012038 10.0.0.249 - - [2025-11-03 03:10:20] "POST /neutron/security_group HTTP/1.1" 200 1413 0.008716 10.0.0.249 - - [2025-11-03 03:10:20] "POST /neutron/port HTTP/1.1" 200 1133 0.011600 10.0.0.249 - - [2025-11-03 03:10:20] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 200 1314 0.004381 10.0.0.249 - - [2025-11-03 03:10:20] "POST /neutron/port HTTP/1.1" 200 1095 0.021542 10.0.0.23 - - [2025-11-03 03:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.23 - - [2025-11-03 03:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.23 - - [2025-11-03 03:10:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000759 10.0.0.249 - - [2025-11-03 03:10:21] "POST /neutron/port HTTP/1.1" 200 1107 0.017977 10.0.0.23 - - [2025-11-03 03:10:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 03:10:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.008679 10.0.0.61 - - [2025-11-03 03:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.61 - - [2025-11-03 03:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2025-11-03 03:10:22] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 404 171 0.003303 10.0.0.249 - - [2025-11-03 03:10:22] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 404 171 0.002976 10.0.0.249 - - [2025-11-03 03:10:22] "GET /virtual-machine/c8afd33c-fbed-415e-b867-667ccbec51d5 HTTP/1.1" 404 171 0.002371 10.0.0.249 - - [2025-11-03 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.249 - - [2025-11-03 03:10:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005577 10.0.0.249 - - [2025-11-03 03:10:22] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002905 10.0.0.249 - - [2025-11-03 03:10:22] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006026 10.0.0.249 - - [2025-11-03 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-11-03 03:10:22] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004186 10.0.0.249 - - [2025-11-03 03:10:22] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004835 10.0.0.249 - - [2025-11-03 03:10:22] "GET /obj-perms HTTP/1.1" 200 5091 0.004169 10.0.0.61 - - [2025-11-03 03:10:22] "GET /obj-perms HTTP/1.1" 200 5091 0.004514 10.0.0.249 - - [2025-11-03 03:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-11-03 03:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.61 - - [2025-11-03 03:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.61 - - [2025-11-03 03:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-11-03 03:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.249 - - [2025-11-03 03:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000629 10.0.0.249 - - [2025-11-03 03:10:32] "GET /obj-perms HTTP/1.1" 200 5091 0.003846 10.0.0.61 - - [2025-11-03 03:10:32] "GET /obj-perms HTTP/1.1" 200 5091 0.004395 10.0.0.23 - - [2025-11-03 03:10:32] "GET /obj-perms HTTP/1.1" 200 5091 0.005289 10.0.0.249 - - [2025-11-03 03:10:32] "POST /neutron/security_group HTTP/1.1" 200 1413 0.007276 10.0.0.249 - - [2025-11-03 03:10:32] "POST /neutron/port HTTP/1.1" 200 1133 0.014789 10.0.0.249 - - [2025-11-03 03:10:32] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 200 1314 0.004300 10.0.0.249 - - [2025-11-03 03:10:32] "POST /neutron/port HTTP/1.1" 200 1095 0.013468 10.0.0.249 - - [2025-11-03 03:10:34] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 404 171 0.005710 10.0.0.249 - - [2025-11-03 03:10:34] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 404 171 0.003453 10.0.0.249 - - [2025-11-03 03:10:34] "GET /virtual-machine/c6e95fc9-d0f4-48d4-8fab-478fc6192f7a HTTP/1.1" 404 171 0.002828 10.0.0.249 - - [2025-11-03 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.249 - - [2025-11-03 03:10:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003944 10.0.0.249 - - [2025-11-03 03:10:34] "GET /virtual-networks?parent_id=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003077 10.0.0.249 - - [2025-11-03 03:10:34] "GET /virtual-network/7dd4512b-7af9-457b-8845-59817461379d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006555 10.0.0.249 - - [2025-11-03 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-11-03 03:10:34] "GET /routing-instance/b741dba1-825a-414f-ad60-275dd6efc542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005053 10.0.0.249 - - [2025-11-03 03:10:34] "GET /route-target/0d162c93-0c86-433b-8264-23cd1edf5407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004302 10.0.0.249 - - [2025-11-03 03:10:34] "GET /obj-perms HTTP/1.1" 200 5091 0.003817 10.0.0.249 - - [2025-11-03 03:10:37] "GET /obj-perms HTTP/1.1" 200 5091 0.003971 10.0.0.249 - - [2025-11-03 03:10:44] "GET /obj-perms HTTP/1.1" 200 5091 0.003897 10.0.0.249 - - [2025-11-03 03:10:47] "GET /obj-perms HTTP/1.1" 200 5091 0.005019 10.0.0.249 - - [2025-11-03 03:10:53] "GET /obj-perms HTTP/1.1" 200 5091 0.004016 10.0.0.249 - - [2025-11-03 03:10:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003531 10.0.0.249 - - [2025-11-03 03:11:02] "GET /obj-perms HTTP/1.1" 200 5091 0.004544 10.0.0.249 - - [2025-11-03 03:11:02] "GET /obj-perms HTTP/1.1" 200 5091 0.004133 10.0.0.249 - - [2025-11-03 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.23 - - [2025-11-03 03:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004451 10.0.0.23 - - [2025-11-03 03:11:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006896 10.0.0.249 - - [2025-11-03 03:11:02] "POST /neutron/network HTTP/1.1" 200 151 0.156169 10.0.0.249 - - [2025-11-03 03:11:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.009126 10.0.0.249 - - [2025-11-03 03:11:03] "DELETE /access-control-list/e98f459a-d2d2-4bc3-ac77-e98ccb13b951 HTTP/1.1" 200 115 0.041857 10.0.0.23 - - [2025-11-03 03:11:04] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001642 10.0.0.249 - - [2025-11-03 03:11:04] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.096633 10.0.0.23 - - [2025-11-03 03:11:04] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001059 10.0.0.249 - - [2025-11-03 03:11:04] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?fields=virtual_networks HTTP/1.1" 200 1085 0.050403 10.0.0.23 - - [2025-11-03 03:11:04] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000978 10.0.0.249 - - [2025-11-03 03:11:04] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?fields=virtual_machine_interfaces HTTP/1.1" 200 1085 0.059453 10.0.0.23 - - [2025-11-03 03:11:04] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001170 10.0.0.249 - - [2025-11-03 03:11:04] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?fields=security_groups HTTP/1.1" 200 1332 0.038676 10.0.0.249 - - [2025-11-03 03:11:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.027323 10.0.0.23 - - [2025-11-03 03:11:05] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003730 10.0.0.23 - - [2025-11-03 03:11:05] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.23 - - [2025-11-03 03:11:05] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029824 10.0.0.23 - - [2025-11-03 03:11:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.004870 10.0.0.23 - - [2025-11-03 03:11:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.007198 10.0.0.23 - - [2025-11-03 03:11:06] "POST /security-groups HTTP/1.1" 200 589 0.029051 10.0.0.23 - - [2025-11-03 03:11:06] "POST /projects HTTP/1.1" 200 581 0.237402 10.0.0.249 - - [2025-11-03 03:11:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.013021 10.0.0.23 - - [2025-11-03 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.308520 10.0.0.249 - - [2025-11-03 03:11:06] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.474759 10.0.0.249 - - [2025-11-03 03:11:07] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.249 - - [2025-11-03 03:11:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2025-11-03 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055319 10.0.0.23 - - [2025-11-03 03:11:09] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.249 - - [2025-11-03 03:11:09] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046903 10.0.0.249 - - [2025-11-03 03:11:09] "POST /neutron/network HTTP/1.1" 200 117 0.033362 10.0.0.249 - - [2025-11-03 03:11:09] "POST /ref-update HTTP/1.1" 200 156 0.026828 10.0.0.249 - - [2025-11-03 03:11:09] "POST /neutron/network HTTP/1.1" 200 834 0.010734 10.0.0.249 - - [2025-11-03 03:11:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001007 10.0.0.249 - - [2025-11-03 03:11:09] "GET /virtual-network/092d4fc2-d64c-477e-bd15-332da1346e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007998 10.0.0.249 - - [2025-11-03 03:11:09] "GET /virtual-network/092d4fc2-d64c-477e-bd15-332da1346e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006323 10.0.0.249 - - [2025-11-03 03:11:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.009400 10.0.0.249 - - [2025-11-03 03:11:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001024 10.0.0.61 - - [2025-11-03 03:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.044380 10.0.0.23 - - [2025-11-03 03:11:10] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.249 - - [2025-11-03 03:11:10] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063405 10.0.0.249 - - [2025-11-03 03:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.006293 10.0.0.249 - - [2025-11-03 03:11:11] "POST /neutron/network HTTP/1.1" 200 844 0.007724 10.0.0.249 - - [2025-11-03 03:11:11] "POST /neutron/port HTTP/1.1" 200 1058 0.015696 10.0.0.249 - - [2025-11-03 03:11:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004811 10.0.0.249 - - [2025-11-03 03:11:12] "POST /neutron/network HTTP/1.1" 200 834 0.008369 10.0.0.249 - - [2025-11-03 03:11:16] "POST /neutron/port HTTP/1.1" 200 1086 0.018172 10.0.0.249 - - [2025-11-03 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-11-03 03:11:16] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.249 - - [2025-11-03 03:11:16] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054897 10.0.0.23 - - [2025-11-03 03:11:16] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.249 - - [2025-11-03 03:11:16] "POST /neutron/network HTTP/1.1" 200 613 0.122665 10.0.0.249 - - [2025-11-03 03:11:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.003050 10.0.0.249 - - [2025-11-03 03:11:16] "GET /virtual-network/9b9b39a9-8fd3-4434-845b-93fb2269d85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004985 10.0.0.249 - - [2025-11-03 03:11:16] "POST /neutron/network HTTP/1.1" 200 830 0.007681 10.0.0.249 - - [2025-11-03 03:11:16] "GET /virtual-network/9b9b39a9-8fd3-4434-845b-93fb2269d85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005353 10.0.0.249 - - [2025-11-03 03:11:17] "GET /virtual-network/9b9b39a9-8fd3-4434-845b-93fb2269d85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005826 10.0.0.249 - - [2025-11-03 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2025-11-03 03:11:18] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.249 - - [2025-11-03 03:11:18] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044944 10.0.0.249 - - [2025-11-03 03:11:18] "POST /neutron/network HTTP/1.1" 200 117 0.017666 10.0.0.249 - - [2025-11-03 03:11:19] "POST /neutron/network HTTP/1.1" 200 833 0.008567 10.0.0.249 - - [2025-11-03 03:11:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001125 10.0.0.249 - - [2025-11-03 03:11:19] "GET /virtual-network/15e53284-9cb6-4d0f-be95-0cf66fce207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005246 10.0.0.249 - - [2025-11-03 03:11:19] "GET /virtual-network/15e53284-9cb6-4d0f-be95-0cf66fce207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005833 10.0.0.249 - - [2025-11-03 03:11:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.009484 10.0.0.249 - - [2025-11-03 03:11:19] "POST /route-targets HTTP/1.1" 200 327 0.016913 10.0.0.249 - - [2025-11-03 03:11:22] "POST /neutron/network HTTP/1.1" 200 844 0.005880 10.0.0.249 - - [2025-11-03 03:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.249 - - [2025-11-03 03:11:24] "GET /virtual-network/15e53284-9cb6-4d0f-be95-0cf66fce207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005490 10.0.0.249 - - [2025-11-03 03:11:24] "GET /obj-perms HTTP/1.1" 200 5045 0.061270 10.0.0.23 - - [2025-11-03 03:11:25] "GET /obj-perms HTTP/1.1" 200 5045 0.050464 10.0.0.249 - - [2025-11-03 03:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2025-11-03 03:11:25] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.249 - - [2025-11-03 03:11:25] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039634 10.0.0.23 - - [2025-11-03 03:11:25] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.249 - - [2025-11-03 03:11:25] "POST /neutron/network HTTP/1.1" 200 615 0.125117 10.0.0.249 - - [2025-11-03 03:11:25] "POST /ref-update HTTP/1.1" 200 156 0.030115 10.0.0.249 - - [2025-11-03 03:11:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.003896 10.0.0.249 - - [2025-11-03 03:11:25] "GET /virtual-network/b4217a53-cca0-45f5-9e32-858113317f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005300 10.0.0.249 - - [2025-11-03 03:11:25] "POST /neutron/network HTTP/1.1" 200 832 0.008106 10.0.0.249 - - [2025-11-03 03:11:25] "GET /virtual-network/b4217a53-cca0-45f5-9e32-858113317f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005207 10.0.0.249 - - [2025-11-03 03:11:25] "GET /virtual-network/b4217a53-cca0-45f5-9e32-858113317f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006287 10.0.0.61 - - [2025-11-03 03:11:26] "GET /obj-perms HTTP/1.1" 200 5045 0.042651 10.0.0.249 - - [2025-11-03 03:11:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001317 10.0.0.249 - - [2025-11-03 03:11:26] "POST /neutron/port HTTP/1.1" 200 1086 0.021708 10.0.0.23 - - [2025-11-03 03:11:27] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.249 - - [2025-11-03 03:11:27] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075162 10.0.0.249 - - [2025-11-03 03:11:27] "POST /neutron/network HTTP/1.1" 200 833 0.035216 10.0.0.249 - - [2025-11-03 03:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.007641 10.0.0.249 - - [2025-11-03 03:11:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001086 10.0.0.249 - - [2025-11-03 03:11:27] "POST /neutron/network HTTP/1.1" 200 842 0.008082 10.0.0.249 - - [2025-11-03 03:11:28] "POST /neutron/port HTTP/1.1" 200 1059 0.016970 10.0.0.249 - - [2025-11-03 03:11:28] "POST /neutron/port HTTP/1.1" 200 1087 0.015714 10.0.0.249 - - [2025-11-03 03:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.23 - - [2025-11-03 03:11:28] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.249 - - [2025-11-03 03:11:28] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063872 10.0.0.249 - - [2025-11-03 03:11:28] "POST /neutron/port HTTP/1.1" 200 2057 0.023079 10.0.0.249 - - [2025-11-03 03:11:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003294 10.0.0.249 - - [2025-11-03 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.23 - - [2025-11-03 03:11:28] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001607 10.0.0.249 - - [2025-11-03 03:11:28] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008654 10.0.0.249 - - [2025-11-03 03:11:28] "POST /service-templates HTTP/1.1" 200 543 0.033180 10.0.0.249 - - [2025-11-03 03:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.249 - - [2025-11-03 03:11:29] "GET /service-template/4d486911-0fbd-4a5b-98bb-660906d38515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006289 10.0.0.249 - - [2025-11-03 03:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.249 - - [2025-11-03 03:11:29] "GET /service-template/4d486911-0fbd-4a5b-98bb-660906d38515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004666 10.0.0.249 - - [2025-11-03 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001283 10.0.0.249 - - [2025-11-03 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001205 10.0.0.249 - - [2025-11-03 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001809 10.0.0.249 - - [2025-11-03 03:11:29] "POST /neutron/network HTTP/1.1" 200 842 0.005942 10.0.0.249 - - [2025-11-03 03:11:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011046 10.0.0.249 - - [2025-11-03 03:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.249 - - [2025-11-03 03:11:29] "POST /neutron/port HTTP/1.1" 200 1110 0.134441 10.0.0.249 - - [2025-11-03 03:11:29] "DELETE /service-template/4d486911-0fbd-4a5b-98bb-660906d38515 HTTP/1.1" 200 115 0.070328 10.0.0.249 - - [2025-11-03 03:11:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.005521 10.0.0.249 - - [2025-11-03 03:11:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.008333 10.0.0.249 - - [2025-11-03 03:11:30] "POST /neutron/network HTTP/1.1" 200 832 0.007634 10.0.0.23 - - [2025-11-03 03:11:31] "DELETE /project/5f3507b65d8e47a9a506a0daf082ae91 HTTP/1.1" 404 173 0.006318 10.0.0.23 - - [2025-11-03 03:11:31] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000770 10.0.0.23 - - [2025-11-03 03:11:31] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.059897 10.0.0.23 - - [2025-11-03 03:11:31] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000826 10.0.0.23 - - [2025-11-03 03:11:31] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?fields=security_groups HTTP/1.1" 200 1437 0.044662 10.0.0.23 - - [2025-11-03 03:11:31] "DELETE /security-group/e51a6c65-7db4-4d1a-8331-f3f05cf5a850 HTTP/1.1" 200 115 0.049934 10.0.0.23 - - [2025-11-03 03:11:31] "GET /projects?obj_uuids=e60eff8a-9fd8-419b-9f80-696ab373ab22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.23 - - [2025-11-03 03:11:31] "GET /project/e60eff8a-9fd8-419b-9f80-696ab373ab22?fields=application_policy_sets HTTP/1.1" 200 1476 0.056946 10.0.0.23 - - [2025-11-03 03:11:31] "DELETE /project/e60eff8a-9fd8-419b-9f80-696ab373ab22 HTTP/1.1" 200 115 0.434773 10.0.0.249 - - [2025-11-03 03:11:31] "POST /neutron/port HTTP/1.1" 200 1110 0.012381 10.0.0.249 - - [2025-11-03 03:11:32] "POST /neutron/network HTTP/1.1" 200 2875 0.010416 10.0.0.23 - - [2025-11-03 03:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005831 10.0.0.249 - - [2025-11-03 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.23 - - [2025-11-03 03:11:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002265 10.0.0.249 - - [2025-11-03 03:11:32] "POST /neutron/network HTTP/1.1" 200 151 0.129757 10.0.0.249 - - [2025-11-03 03:11:32] "POST /neutron/network HTTP/1.1" 400 204 0.013116 10.0.0.249 - - [2025-11-03 03:11:36] "POST /neutron/network HTTP/1.1" 200 833 0.006801 10.0.0.249 - - [2025-11-03 03:11:38] "POST /neutron/port HTTP/1.1" 200 1113 0.011643 10.0.0.23 - - [2025-11-03 03:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.23 - - [2025-11-03 03:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.249 - - [2025-11-03 03:11:38] "POST /neutron/network HTTP/1.1" 200 151 0.121981 10.0.0.249 - - [2025-11-03 03:11:38] "DELETE /route-target/0a6853e8-2ba2-4b4b-a134-2ed5bfc1a4fb HTTP/1.1" 200 115 0.023681 10.0.0.23 - - [2025-11-03 03:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007132 10.0.0.23 - - [2025-11-03 03:11:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.249 - - [2025-11-03 03:11:39] "POST /neutron/network HTTP/1.1" 200 151 0.125692 10.0.0.249 - - [2025-11-03 03:11:39] "POST /neutron/port HTTP/1.1" 200 1086 0.014356 10.0.0.249 - - [2025-11-03 03:11:41] "POST /neutron/network HTTP/1.1" 200 834 0.007679 10.0.0.249 - - [2025-11-03 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.249 - - [2025-11-03 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2025-11-03 03:11:44] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.249 - - [2025-11-03 03:11:44] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.035126 10.0.0.23 - - [2025-11-03 03:11:44] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.249 - - [2025-11-03 03:11:44] "POST /neutron/network HTTP/1.1" 200 613 0.119339 10.0.0.249 - - [2025-11-03 03:11:44] "POST /ref-update HTTP/1.1" 200 156 0.021593 10.0.0.249 - - [2025-11-03 03:11:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.003247 10.0.0.249 - - [2025-11-03 03:11:44] "GET /virtual-network/c8c41d2b-d752-4c58-9f1e-a8b890839976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005323 10.0.0.249 - - [2025-11-03 03:11:44] "POST /neutron/network HTTP/1.1" 200 831 0.006410 10.0.0.249 - - [2025-11-03 03:11:44] "GET /virtual-network/c8c41d2b-d752-4c58-9f1e-a8b890839976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006187 10.0.0.249 - - [2025-11-03 03:11:45] "GET /virtual-network/c8c41d2b-d752-4c58-9f1e-a8b890839976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005745 10.0.0.249 - - [2025-11-03 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.23 - - [2025-11-03 03:11:45] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.249 - - [2025-11-03 03:11:45] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050238 10.0.0.249 - - [2025-11-03 03:11:45] "POST /neutron/network HTTP/1.1" 200 117 0.016422 10.0.0.249 - - [2025-11-03 03:11:45] "POST /neutron/network HTTP/1.1" 200 832 0.008018 10.0.0.249 - - [2025-11-03 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001041 10.0.0.249 - - [2025-11-03 03:11:45] "GET /virtual-network/1b5065b9-e88d-4821-9adb-5d07971f27c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005246 10.0.0.249 - - [2025-11-03 03:11:45] "GET /virtual-network/1b5065b9-e88d-4821-9adb-5d07971f27c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005094 10.0.0.249 - - [2025-11-03 03:11:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.008088 10.0.0.249 - - [2025-11-03 03:11:46] "GET /virtual-network/1b5065b9-e88d-4821-9adb-5d07971f27c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005487 10.0.0.249 - - [2025-11-03 03:11:46] "GET /obj-perms HTTP/1.1" 200 5045 0.003777 10.0.0.23 - - [2025-11-03 03:11:46] "GET /obj-perms HTTP/1.1" 200 5045 0.003368 10.0.0.249 - - [2025-11-03 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2025-11-03 03:11:46] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.249 - - [2025-11-03 03:11:46] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041840 10.0.0.249 - - [2025-11-03 03:11:46] "POST /route-targets HTTP/1.1" 200 327 0.011638 10.0.0.23 - - [2025-11-03 03:11:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008557 10.0.0.249 - - [2025-11-03 03:11:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.212666 10.0.0.249 - - [2025-11-03 03:11:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001271 10.0.0.249 - - [2025-11-03 03:11:46] "GET /virtual-network/9759fcbd-70ca-47c9-a26b-a8df15b1b573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007232 10.0.0.249 - - [2025-11-03 03:11:46] "GET /virtual-network/9759fcbd-70ca-47c9-a26b-a8df15b1b573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006033 10.0.0.249 - - [2025-11-03 03:11:46] "POST /neutron/network HTTP/1.1" 200 833 0.007103 10.0.0.249 - - [2025-11-03 03:11:47] "GET /virtual-network/9759fcbd-70ca-47c9-a26b-a8df15b1b573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005632 10.0.0.61 - - [2025-11-03 03:11:47] "GET /obj-perms HTTP/1.1" 200 5045 0.003357 10.0.0.249 - - [2025-11-03 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2025-11-03 03:11:47] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.249 - - [2025-11-03 03:11:47] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038776 10.0.0.23 - - [2025-11-03 03:11:47] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.249 - - [2025-11-03 03:11:47] "POST /neutron/network HTTP/1.1" 200 625 0.111575 10.0.0.249 - - [2025-11-03 03:11:47] "POST /ref-update HTTP/1.1" 200 156 0.024296 10.0.0.249 - - [2025-11-03 03:11:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.002980 10.0.0.249 - - [2025-11-03 03:11:47] "GET /virtual-network/f9e402ef-7501-41db-b821-ceab4ab4ad8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005399 10.0.0.249 - - [2025-11-03 03:11:48] "POST /neutron/network HTTP/1.1" 200 844 0.006092 10.0.0.249 - - [2025-11-03 03:11:48] "GET /virtual-network/f9e402ef-7501-41db-b821-ceab4ab4ad8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004820 10.0.0.249 - - [2025-11-03 03:11:48] "GET /virtual-network/f9e402ef-7501-41db-b821-ceab4ab4ad8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006167 10.0.0.249 - - [2025-11-03 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2025-11-03 03:11:48] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.249 - - [2025-11-03 03:11:48] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045218 10.0.0.249 - - [2025-11-03 03:11:48] "POST /neutron/network HTTP/1.1" 200 117 0.016581 10.0.0.249 - - [2025-11-03 03:11:49] "POST /neutron/network HTTP/1.1" 200 846 0.009048 10.0.0.249 - - [2025-11-03 03:11:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.001033 10.0.0.249 - - [2025-11-03 03:11:49] "GET /virtual-network/343fd03d-5f5c-430a-a574-c560b8b081b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004963 10.0.0.249 - - [2025-11-03 03:11:49] "GET /virtual-network/343fd03d-5f5c-430a-a574-c560b8b081b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004948 10.0.0.249 - - [2025-11-03 03:11:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009045 10.0.0.249 - - [2025-11-03 03:11:49] "GET /virtual-network/343fd03d-5f5c-430a-a574-c560b8b081b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005188 10.0.0.249 - - [2025-11-03 03:11:49] "GET /obj-perms HTTP/1.1" 200 5045 0.003433 10.0.0.23 - - [2025-11-03 03:11:49] "GET /obj-perms HTTP/1.1" 200 5045 0.003667 10.0.0.249 - - [2025-11-03 03:11:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001362 10.0.0.23 - - [2025-11-03 03:11:50] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.249 - - [2025-11-03 03:11:50] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069262 10.0.0.249 - - [2025-11-03 03:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.006600 10.0.0.249 - - [2025-11-03 03:11:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001239 10.0.0.249 - - [2025-11-03 03:11:50] "POST /neutron/network HTTP/1.1" 200 843 0.006597 10.0.0.249 - - [2025-11-03 03:11:51] "POST /neutron/port HTTP/1.1" 200 1058 0.016290 10.0.0.23 - - [2025-11-03 03:11:51] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.249 - - [2025-11-03 03:11:51] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069926 10.0.0.249 - - [2025-11-03 03:11:51] "POST /neutron/network HTTP/1.1" 200 833 0.005429 10.0.0.249 - - [2025-11-03 03:11:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.249 - - [2025-11-03 03:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.249 - - [2025-11-03 03:11:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003281 10.0.0.249 - - [2025-11-03 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-11-03 03:11:52] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001576 10.0.0.249 - - [2025-11-03 03:11:52] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009361 10.0.0.249 - - [2025-11-03 03:11:52] "POST /service-templates HTTP/1.1" 200 543 0.031854 10.0.0.249 - - [2025-11-03 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.249 - - [2025-11-03 03:11:52] "GET /service-template/451c2fb9-732a-4346-9832-9bcc14eb6202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005750 10.0.0.249 - - [2025-11-03 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.249 - - [2025-11-03 03:11:52] "GET /service-template/451c2fb9-732a-4346-9832-9bcc14eb6202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004022 10.0.0.249 - - [2025-11-03 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.000982 10.0.0.249 - - [2025-11-03 03:11:52] "POST /neutron/network HTTP/1.1" 200 843 0.007874 10.0.0.249 - - [2025-11-03 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001062 10.0.0.249 - - [2025-11-03 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 230 0.001276 10.0.0.249 - - [2025-11-03 03:11:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007533 10.0.0.249 - - [2025-11-03 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-11-03 03:11:52] "DELETE /service-template/451c2fb9-732a-4346-9832-9bcc14eb6202 HTTP/1.1" 200 115 0.031795 10.0.0.249 - - [2025-11-03 03:11:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003135 10.0.0.249 - - [2025-11-03 03:11:52] "POST /neutron/port HTTP/1.1" 200 1111 0.112095 10.0.0.249 - - [2025-11-03 03:11:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.008250 10.0.0.249 - - [2025-11-03 03:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.249 - - [2025-11-03 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-11-03 03:11:53] "POST /neutron/port HTTP/1.1" 200 1112 0.014387 10.0.0.23 - - [2025-11-03 03:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.013037 10.0.0.23 - - [2025-11-03 03:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.249 - - [2025-11-03 03:11:53] "POST /neutron/network HTTP/1.1" 200 151 0.158780 10.0.0.249 - - [2025-11-03 03:11:53] "DELETE /route-target/37f9f7b4-8159-4c76-b643-40378747f543 HTTP/1.1" 200 115 0.029648 10.0.0.249 - - [2025-11-03 03:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.249 - - [2025-11-03 03:11:57] "POST /neutron/network HTTP/1.1" 200 833 0.008431 10.0.0.249 - - [2025-11-03 03:11:59] "POST /neutron/network HTTP/1.1" 400 204 0.014690 10.0.0.249 - - [2025-11-03 03:12:02] "POST /neutron/port HTTP/1.1" 200 1085 0.016334 10.0.0.249 - - [2025-11-03 03:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.009538 10.0.0.249 - - [2025-11-03 03:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.008296 10.0.0.249 - - [2025-11-03 03:12:04] "POST /neutron/network HTTP/1.1" 200 832 0.008730 10.0.0.249 - - [2025-11-03 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.23 - - [2025-11-03 03:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003142 10.0.0.23 - - [2025-11-03 03:12:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.249 - - [2025-11-03 03:12:04] "POST /neutron/network HTTP/1.1" 200 151 0.159767 10.0.0.249 - - [2025-11-03 03:12:04] "DELETE /route-target/f673c390-4d17-44f5-bcb6-a96cc6ecd078 HTTP/1.1" 200 115 0.023729 10.0.0.23 - - [2025-11-03 03:12:06] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.249 - - [2025-11-03 03:12:06] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039559 10.0.0.23 - - [2025-11-03 03:12:06] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001955 10.0.0.249 - - [2025-11-03 03:12:06] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?fields=virtual_networks HTTP/1.1" 200 1038 0.038764 10.0.0.23 - - [2025-11-03 03:12:06] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.249 - - [2025-11-03 03:12:06] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.041671 10.0.0.23 - - [2025-11-03 03:12:06] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.249 - - [2025-11-03 03:12:06] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?fields=security_groups HTTP/1.1" 200 1262 0.047596 10.0.0.249 - - [2025-11-03 03:12:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.024220 10.0.0.23 - - [2025-11-03 03:12:07] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002817 10.0.0.23 - - [2025-11-03 03:12:07] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.23 - - [2025-11-03 03:12:07] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007226 10.0.0.23 - - [2025-11-03 03:12:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.001345 10.0.0.23 - - [2025-11-03 03:12:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.003437 10.0.0.23 - - [2025-11-03 03:12:07] "POST /security-groups HTTP/1.1" 200 589 0.077234 10.0.0.23 - - [2025-11-03 03:12:07] "POST /projects HTTP/1.1" 200 581 0.272416 10.0.0.249 - - [2025-11-03 03:12:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.005536 10.0.0.23 - - [2025-11-03 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.343717 10.0.0.249 - - [2025-11-03 03:12:07] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.480546 10.0.0.249 - - [2025-11-03 03:12:08] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.249 - - [2025-11-03 03:12:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2025-11-03 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.046693 10.0.0.23 - - [2025-11-03 03:12:11] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.249 - - [2025-11-03 03:12:11] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055363 10.0.0.249 - - [2025-11-03 03:12:11] "POST /ref-update HTTP/1.1" 200 156 0.034854 10.0.0.23 - - [2025-11-03 03:12:12] "POST /useragent-kv HTTP/1.1" 200 115 0.012561 10.0.0.249 - - [2025-11-03 03:12:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.289892 10.0.0.249 - - [2025-11-03 03:12:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.249 - - [2025-11-03 03:12:12] "GET /virtual-network/2a16653c-3134-4262-bd8d-ab940f3e2158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005028 10.0.0.249 - - [2025-11-03 03:12:12] "GET /virtual-network/2a16653c-3134-4262-bd8d-ab940f3e2158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006103 10.0.0.249 - - [2025-11-03 03:12:12] "POST /neutron/network HTTP/1.1" 200 833 0.006750 10.0.0.249 - - [2025-11-03 03:12:12] "GET /virtual-network/2a16653c-3134-4262-bd8d-ab940f3e2158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006518 10.0.0.61 - - [2025-11-03 03:12:13] "GET /obj-perms HTTP/1.1" 200 5045 0.055104 10.0.0.249 - - [2025-11-03 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2025-11-03 03:12:14] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.249 - - [2025-11-03 03:12:14] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043320 10.0.0.23 - - [2025-11-03 03:12:14] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.249 - - [2025-11-03 03:12:14] "POST /neutron/network HTTP/1.1" 200 617 0.129412 10.0.0.249 - - [2025-11-03 03:12:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.004009 10.0.0.249 - - [2025-11-03 03:12:14] "GET /virtual-network/46d8612a-2188-47a0-905d-3637ce05c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006111 10.0.0.249 - - [2025-11-03 03:12:14] "POST /neutron/network HTTP/1.1" 200 835 0.006886 10.0.0.249 - - [2025-11-03 03:12:14] "GET /virtual-network/46d8612a-2188-47a0-905d-3637ce05c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005490 10.0.0.249 - - [2025-11-03 03:12:14] "GET /virtual-network/46d8612a-2188-47a0-905d-3637ce05c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007285 10.0.0.249 - - [2025-11-03 03:12:15] "GET /obj-perms HTTP/1.1" 200 5045 0.053399 10.0.0.23 - - [2025-11-03 03:12:15] "GET /obj-perms HTTP/1.1" 200 5045 0.047662 10.0.0.249 - - [2025-11-03 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2025-11-03 03:12:15] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.249 - - [2025-11-03 03:12:15] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039648 10.0.0.249 - - [2025-11-03 03:12:15] "POST /neutron/network HTTP/1.1" 200 117 0.016077 10.0.0.249 - - [2025-11-03 03:12:15] "POST /route-targets HTTP/1.1" 200 327 0.013181 10.0.0.249 - - [2025-11-03 03:12:15] "POST /neutron/network HTTP/1.1" 200 836 0.008202 10.0.0.249 - - [2025-11-03 03:12:15] "POST /id-to-fqname HTTP/1.1" 200 226 0.001091 10.0.0.249 - - [2025-11-03 03:12:15] "GET /virtual-network/49ae5fe6-86a7-4ce4-ae10-b83fdf4eb78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005499 10.0.0.249 - - [2025-11-03 03:12:15] "GET /virtual-network/49ae5fe6-86a7-4ce4-ae10-b83fdf4eb78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007532 10.0.0.249 - - [2025-11-03 03:12:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.009131 10.0.0.249 - - [2025-11-03 03:12:16] "GET /virtual-network/49ae5fe6-86a7-4ce4-ae10-b83fdf4eb78c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004945 10.0.0.249 - - [2025-11-03 03:12:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001335 10.0.0.23 - - [2025-11-03 03:12:17] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.249 - - [2025-11-03 03:12:17] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068645 10.0.0.249 - - [2025-11-03 03:12:17] "POST /neutron/port HTTP/1.1" 200 117 0.006391 10.0.0.249 - - [2025-11-03 03:12:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.001208 10.0.0.249 - - [2025-11-03 03:12:17] "POST /neutron/network HTTP/1.1" 200 846 0.006863 10.0.0.249 - - [2025-11-03 03:12:18] "POST /neutron/port HTTP/1.1" 200 1057 0.036787 10.0.0.23 - - [2025-11-03 03:12:18] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.249 - - [2025-11-03 03:12:18] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082916 10.0.0.249 - - [2025-11-03 03:12:18] "POST /neutron/network HTTP/1.1" 200 836 0.008982 10.0.0.249 - - [2025-11-03 03:12:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.010065 10.0.0.249 - - [2025-11-03 03:12:18] "POST /neutron/port HTTP/1.1" 200 1085 0.029254 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003271 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.23 - - [2025-11-03 03:12:19] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.249 - - [2025-11-03 03:12:19] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007065 10.0.0.249 - - [2025-11-03 03:12:19] "POST /service-templates HTTP/1.1" 200 543 0.027755 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.249 - - [2025-11-03 03:12:19] "GET /service-template/d34eb8c4-70eb-4c57-8e89-895717677a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007181 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.249 - - [2025-11-03 03:12:19] "GET /service-template/d34eb8c4-70eb-4c57-8e89-895717677a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004648 10.0.0.249 - - [2025-11-03 03:12:19] "POST /neutron/network HTTP/1.1" 200 846 0.007140 10.0.0.249 - - [2025-11-03 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001257 10.0.0.249 - - [2025-11-03 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001456 10.0.0.249 - - [2025-11-03 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001374 10.0.0.249 - - [2025-11-03 03:12:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009618 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.249 - - [2025-11-03 03:12:19] "DELETE /service-template/d34eb8c4-70eb-4c57-8e89-895717677a8a HTTP/1.1" 200 115 0.036331 10.0.0.249 - - [2025-11-03 03:12:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.006257 10.0.0.249 - - [2025-11-03 03:12:19] "POST /neutron/port HTTP/1.1" 200 1110 0.137905 10.0.0.249 - - [2025-11-03 03:12:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.014068 10.0.0.249 - - [2025-11-03 03:12:20] "POST /neutron/network HTTP/1.1" 200 836 0.008501 10.0.0.249 - - [2025-11-03 03:12:20] "POST /neutron/port HTTP/1.1" 200 1111 0.011875 10.0.0.249 - - [2025-11-03 03:12:22] "POST /neutron/network HTTP/1.1" 400 204 0.013287 10.0.0.249 - - [2025-11-03 03:12:26] "POST /neutron/network HTTP/1.1" 200 836 0.006973 10.0.0.249 - - [2025-11-03 03:12:28] "POST /neutron/network HTTP/1.1" 400 204 0.013383 10.0.0.249 - - [2025-11-03 03:12:30] "POST /neutron/port HTTP/1.1" 200 1084 0.017164 10.0.0.249 - - [2025-11-03 03:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.006051 10.0.0.249 - - [2025-11-03 03:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.006789 10.0.0.23 - - [2025-11-03 03:12:31] "DELETE /project/74f0c7eb23a84759b5bd39f451d0e31b HTTP/1.1" 404 173 0.006693 10.0.0.23 - - [2025-11-03 03:12:31] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.23 - - [2025-11-03 03:12:31] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.072536 10.0.0.23 - - [2025-11-03 03:12:31] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.23 - - [2025-11-03 03:12:31] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?fields=security_groups HTTP/1.1" 200 1367 0.054093 10.0.0.23 - - [2025-11-03 03:12:31] "DELETE /security-group/d168d325-c106-4f83-bb52-dfda835ad527 HTTP/1.1" 200 115 0.050179 10.0.0.23 - - [2025-11-03 03:12:31] "GET /projects?obj_uuids=5f3507b6-5d8e-47a9-a506-a0daf082ae91&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.23 - - [2025-11-03 03:12:31] "GET /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91?fields=application_policy_sets HTTP/1.1" 200 1406 0.073446 10.0.0.249 - - [2025-11-03 03:12:31] "DELETE /access-control-list/e0c29403-40cf-4122-979b-1fd20b25cb77 HTTP/1.1" 200 115 0.075089 10.0.0.23 - - [2025-11-03 03:12:31] "DELETE /project/5f3507b6-5d8e-47a9-a506-a0daf082ae91 HTTP/1.1" 200 115 0.488523 10.0.0.249 - - [2025-11-03 03:12:32] "POST /neutron/network HTTP/1.1" 200 835 0.007202 10.0.0.249 - - [2025-11-03 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2025-11-03 03:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002609 10.0.0.23 - - [2025-11-03 03:12:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003390 10.0.0.249 - - [2025-11-03 03:12:33] "POST /neutron/network HTTP/1.1" 200 151 0.105768 10.0.0.249 - - [2025-11-03 03:12:33] "DELETE /route-target/210c99ec-71d5-445d-8f53-c95889ab33f8 HTTP/1.1" 200 115 0.024670 10.0.0.249 - - [2025-11-03 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.23 - - [2025-11-03 03:12:36] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001567 10.0.0.249 - - [2025-11-03 03:12:36] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.065393 10.0.0.23 - - [2025-11-03 03:12:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010786 10.0.0.249 - - [2025-11-03 03:12:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.189987 10.0.0.249 - - [2025-11-03 03:12:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.249 - - [2025-11-03 03:12:36] "GET /virtual-network/241e17d9-35f4-4f7e-aad9-4f73c3191caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006832 10.0.0.249 - - [2025-11-03 03:12:36] "GET /virtual-network/241e17d9-35f4-4f7e-aad9-4f73c3191caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007333 10.0.0.249 - - [2025-11-03 03:12:36] "POST /neutron/network HTTP/1.1" 200 832 0.005882 10.0.0.249 - - [2025-11-03 03:12:36] "GET /virtual-network/241e17d9-35f4-4f7e-aad9-4f73c3191caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005522 10.0.0.61 - - [2025-11-03 03:12:37] "GET /obj-perms HTTP/1.1" 200 5045 0.003396 10.0.0.249 - - [2025-11-03 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2025-11-03 03:12:37] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.249 - - [2025-11-03 03:12:37] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043695 10.0.0.23 - - [2025-11-03 03:12:37] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.249 - - [2025-11-03 03:12:37] "POST /neutron/network HTTP/1.1" 200 613 0.127714 10.0.0.249 - - [2025-11-03 03:12:37] "POST /route-targets HTTP/1.1" 200 327 0.013144 10.0.0.249 - - [2025-11-03 03:12:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.003348 10.0.0.249 - - [2025-11-03 03:12:37] "GET /virtual-network/d4f4c369-0143-4a1a-b7f9-736ae0cb236c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005293 10.0.0.249 - - [2025-11-03 03:12:37] "POST /neutron/network HTTP/1.1" 200 833 0.006162 10.0.0.249 - - [2025-11-03 03:12:37] "GET /virtual-network/d4f4c369-0143-4a1a-b7f9-736ae0cb236c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004723 10.0.0.249 - - [2025-11-03 03:12:38] "GET /virtual-network/d4f4c369-0143-4a1a-b7f9-736ae0cb236c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006464 10.0.0.249 - - [2025-11-03 03:12:38] "GET /obj-perms HTTP/1.1" 200 5045 0.004247 10.0.0.23 - - [2025-11-03 03:12:38] "GET /obj-perms HTTP/1.1" 200 5045 0.003323 10.0.0.249 - - [2025-11-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2025-11-03 03:12:38] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.249 - - [2025-11-03 03:12:38] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037830 10.0.0.249 - - [2025-11-03 03:12:38] "POST /neutron/network HTTP/1.1" 200 117 0.015812 10.0.0.249 - - [2025-11-03 03:12:38] "POST /ref-update HTTP/1.1" 200 156 0.030488 10.0.0.249 - - [2025-11-03 03:12:38] "POST /neutron/network HTTP/1.1" 200 836 0.008717 10.0.0.249 - - [2025-11-03 03:12:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001042 10.0.0.249 - - [2025-11-03 03:12:38] "GET /virtual-network/61019efb-696d-434c-a7f4-fbf831a30739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005573 10.0.0.249 - - [2025-11-03 03:12:38] "GET /virtual-network/61019efb-696d-434c-a7f4-fbf831a30739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006830 10.0.0.249 - - [2025-11-03 03:12:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.008941 10.0.0.249 - - [2025-11-03 03:12:39] "GET /virtual-network/61019efb-696d-434c-a7f4-fbf831a30739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005350 10.0.0.249 - - [2025-11-03 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001243 10.0.0.23 - - [2025-11-03 03:12:40] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.249 - - [2025-11-03 03:12:40] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.060366 10.0.0.249 - - [2025-11-03 03:12:40] "POST /neutron/port HTTP/1.1" 200 117 0.006635 10.0.0.249 - - [2025-11-03 03:12:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001192 10.0.0.249 - - [2025-11-03 03:12:40] "POST /neutron/network HTTP/1.1" 200 846 0.009798 10.0.0.249 - - [2025-11-03 03:12:41] "POST /neutron/port HTTP/1.1" 200 1059 0.014838 10.0.0.23 - - [2025-11-03 03:12:41] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.249 - - [2025-11-03 03:12:41] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.099299 10.0.0.249 - - [2025-11-03 03:12:41] "POST /neutron/port HTTP/1.1" 200 1087 0.042738 10.0.0.249 - - [2025-11-03 03:12:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.010486 10.0.0.249 - - [2025-11-03 03:12:41] "POST /neutron/port HTTP/1.1" 200 1087 0.015951 10.0.0.249 - - [2025-11-03 03:12:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003426 10.0.0.249 - - [2025-11-03 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.23 - - [2025-11-03 03:12:41] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.249 - - [2025-11-03 03:12:41] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007051 10.0.0.249 - - [2025-11-03 03:12:41] "POST /service-templates HTTP/1.1" 200 543 0.036729 10.0.0.249 - - [2025-11-03 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-11-03 03:12:41] "GET /service-template/a25aa93f-90bb-4796-a53f-acc2279f3e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006423 10.0.0.249 - - [2025-11-03 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.249 - - [2025-11-03 03:12:42] "POST /neutron/network HTTP/1.1" 200 846 0.006958 10.0.0.249 - - [2025-11-03 03:12:42] "GET /service-template/a25aa93f-90bb-4796-a53f-acc2279f3e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003132 10.0.0.249 - - [2025-11-03 03:12:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.000973 10.0.0.249 - - [2025-11-03 03:12:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.002120 10.0.0.249 - - [2025-11-03 03:12:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.002053 10.0.0.249 - - [2025-11-03 03:12:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006726 10.0.0.249 - - [2025-11-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.249 - - [2025-11-03 03:12:42] "DELETE /service-template/a25aa93f-90bb-4796-a53f-acc2279f3e5f HTTP/1.1" 200 115 0.030792 10.0.0.249 - - [2025-11-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.009876 10.0.0.249 - - [2025-11-03 03:12:42] "POST /neutron/port HTTP/1.1" 200 1114 0.128381 10.0.0.249 - - [2025-11-03 03:12:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.008619 10.0.0.249 - - [2025-11-03 03:12:42] "POST /neutron/network HTTP/1.1" 200 836 0.006259 10.0.0.249 - - [2025-11-03 03:12:43] "POST /neutron/port HTTP/1.1" 200 1114 0.013060 10.0.0.249 - - [2025-11-03 03:12:44] "POST /neutron/network HTTP/1.1" 200 2190 0.013417 10.0.0.23 - - [2025-11-03 03:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.23 - - [2025-11-03 03:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004353 10.0.0.249 - - [2025-11-03 03:12:44] "POST /neutron/network HTTP/1.1" 200 151 0.133318 10.0.0.249 - - [2025-11-03 03:12:45] "POST /neutron/network HTTP/1.1" 400 204 0.015302 10.0.0.249 - - [2025-11-03 03:12:49] "POST /neutron/network HTTP/1.1" 200 833 0.006727 10.0.0.249 - - [2025-11-03 03:12:51] "POST /neutron/network HTTP/1.1" 400 204 0.014202 10.0.0.249 - - [2025-11-03 03:12:52] "POST /neutron/port HTTP/1.1" 200 151 0.173864 10.0.0.23 - - [2025-11-03 03:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005065 10.0.0.23 - - [2025-11-03 03:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005295 10.0.0.249 - - [2025-11-03 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.249 - - [2025-11-03 03:12:53] "POST /neutron/network HTTP/1.1" 200 151 0.117954 10.0.0.249 - - [2025-11-03 03:12:53] "DELETE /route-target/46dfbfc3-3bc2-4660-b7c6-436037f59615 HTTP/1.1" 200 115 0.025826 10.0.0.23 - - [2025-11-03 03:12:55] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.249 - - [2025-11-03 03:12:55] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045928 10.0.0.23 - - [2025-11-03 03:12:55] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000820 10.0.0.249 - - [2025-11-03 03:12:55] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?fields=virtual_networks HTTP/1.1" 200 1038 0.045636 10.0.0.23 - - [2025-11-03 03:12:55] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.249 - - [2025-11-03 03:12:55] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.039874 10.0.0.23 - - [2025-11-03 03:12:55] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.249 - - [2025-11-03 03:12:55] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?fields=security_groups HTTP/1.1" 200 1262 0.052266 10.0.0.249 - - [2025-11-03 03:12:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.026584 10.0.0.23 - - [2025-11-03 03:12:56] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002952 10.0.0.23 - - [2025-11-03 03:12:56] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2025-11-03 03:12:56] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006594 10.0.0.23 - - [2025-11-03 03:12:56] "POST /id-to-fqname HTTP/1.1" 200 186 0.003194 10.0.0.23 - - [2025-11-03 03:12:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.016694 10.0.0.23 - - [2025-11-03 03:12:56] "POST /security-groups HTTP/1.1" 200 587 0.083489 10.0.0.23 - - [2025-11-03 03:12:56] "POST /projects HTTP/1.1" 200 577 0.311764 10.0.0.23 - - [2025-11-03 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.392815 10.0.0.249 - - [2025-11-03 03:12:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.018501 10.0.0.249 - - [2025-11-03 03:12:56] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.579181 10.0.0.249 - - [2025-11-03 03:12:58] "GET / HTTP/1.1" 200 35931 0.002545 10.0.0.249 - - [2025-11-03 03:12:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2025-11-03 03:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.054557 10.0.0.23 - - [2025-11-03 03:13:00] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.249 - - [2025-11-03 03:13:00] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052371 10.0.0.249 - - [2025-11-03 03:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.049546 10.0.0.249 - - [2025-11-03 03:13:00] "POST /ref-update HTTP/1.1" 200 156 0.026475 10.0.0.249 - - [2025-11-03 03:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.024706 10.0.0.249 - - [2025-11-03 03:13:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001079 10.0.0.249 - - [2025-11-03 03:13:00] "GET /virtual-network/a70e5187-9561-4cfe-9014-a3cb85a58b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006775 10.0.0.249 - - [2025-11-03 03:13:00] "GET /virtual-network/a70e5187-9561-4cfe-9014-a3cb85a58b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005755 10.0.0.249 - - [2025-11-03 03:13:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.009704 10.0.0.249 - - [2025-11-03 03:13:01] "GET /virtual-network/a70e5187-9561-4cfe-9014-a3cb85a58b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005548 10.0.0.61 - - [2025-11-03 03:13:02] "GET /obj-perms HTTP/1.1" 200 5041 0.046950 10.0.0.249 - - [2025-11-03 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2025-11-03 03:13:02] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001199 10.0.0.249 - - [2025-11-03 03:13:02] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043087 10.0.0.23 - - [2025-11-03 03:13:03] "POST /useragent-kv HTTP/1.1" 200 115 0.016916 10.0.0.249 - - [2025-11-03 03:13:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.248835 10.0.0.249 - - [2025-11-03 03:13:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001293 10.0.0.249 - - [2025-11-03 03:13:03] "GET /virtual-network/1bfa63d6-aafd-42da-bf82-58d381a8eb44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005696 10.0.0.249 - - [2025-11-03 03:13:03] "GET /virtual-network/1bfa63d6-aafd-42da-bf82-58d381a8eb44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005785 10.0.0.249 - - [2025-11-03 03:13:03] "POST /neutron/network HTTP/1.1" 200 830 0.009131 10.0.0.249 - - [2025-11-03 03:13:03] "GET /virtual-network/1bfa63d6-aafd-42da-bf82-58d381a8eb44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006755 10.0.0.249 - - [2025-11-03 03:13:04] "GET /obj-perms HTTP/1.1" 200 5041 0.045573 10.0.0.23 - - [2025-11-03 03:13:04] "GET /obj-perms HTTP/1.1" 200 5041 0.045702 10.0.0.249 - - [2025-11-03 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2025-11-03 03:13:04] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.249 - - [2025-11-03 03:13:04] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054860 10.0.0.23 - - [2025-11-03 03:13:04] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.249 - - [2025-11-03 03:13:04] "POST /neutron/network HTTP/1.1" 200 613 0.140839 10.0.0.249 - - [2025-11-03 03:13:04] "POST /route-targets HTTP/1.1" 200 327 0.012626 10.0.0.249 - - [2025-11-03 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.003287 10.0.0.249 - - [2025-11-03 03:13:04] "GET /virtual-network/997ae3e2-1bf1-4f27-852e-8e3d2a9949f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005625 10.0.0.249 - - [2025-11-03 03:13:04] "POST /neutron/network HTTP/1.1" 200 831 0.006523 10.0.0.249 - - [2025-11-03 03:13:04] "GET /virtual-network/997ae3e2-1bf1-4f27-852e-8e3d2a9949f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004987 10.0.0.249 - - [2025-11-03 03:13:05] "GET /virtual-network/997ae3e2-1bf1-4f27-852e-8e3d2a9949f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005809 10.0.0.249 - - [2025-11-03 03:13:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001257 10.0.0.249 - - [2025-11-03 03:13:05] "POST /neutron/network HTTP/1.1" 200 840 0.006308 10.0.0.23 - - [2025-11-03 03:13:06] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.249 - - [2025-11-03 03:13:06] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.062584 10.0.0.249 - - [2025-11-03 03:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.006174 10.0.0.249 - - [2025-11-03 03:13:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001194 10.0.0.249 - - [2025-11-03 03:13:06] "POST /neutron/network HTTP/1.1" 200 840 0.006507 10.0.0.249 - - [2025-11-03 03:13:07] "POST /neutron/port HTTP/1.1" 200 1056 0.016990 10.0.0.249 - - [2025-11-03 03:13:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.23 - - [2025-11-03 03:13:07] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.249 - - [2025-11-03 03:13:07] "POST /neutron/network HTTP/1.1" 200 830 0.006888 10.0.0.249 - - [2025-11-03 03:13:07] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.090743 10.0.0.249 - - [2025-11-03 03:13:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007792 10.0.0.249 - - [2025-11-03 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003176 10.0.0.249 - - [2025-11-03 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2025-11-03 03:13:08] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.249 - - [2025-11-03 03:13:08] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007662 10.0.0.249 - - [2025-11-03 03:13:08] "POST /service-templates HTTP/1.1" 200 543 0.037710 10.0.0.249 - - [2025-11-03 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006057 10.0.0.249 - - [2025-11-03 03:13:08] "GET /service-template/19260864-dcd0-4f4f-a979-3a3c3e1d92a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006441 10.0.0.249 - - [2025-11-03 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.249 - - [2025-11-03 03:13:08] "GET /service-template/19260864-dcd0-4f4f-a979-3a3c3e1d92a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004089 10.0.0.23 - - [2025-11-03 03:13:08] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000913 10.0.0.249 - - [2025-11-03 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.000952 10.0.0.249 - - [2025-11-03 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.000861 10.0.0.249 - - [2025-11-03 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.249 - - [2025-11-03 03:13:08] "POST /neutron/port HTTP/1.1" 200 1055 0.307669 10.0.0.249 - - [2025-11-03 03:13:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007579 10.0.0.249 - - [2025-11-03 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-11-03 03:13:08] "DELETE /service-template/19260864-dcd0-4f4f-a979-3a3c3e1d92a6 HTTP/1.1" 200 115 0.034723 10.0.0.249 - - [2025-11-03 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004431 10.0.0.249 - - [2025-11-03 03:13:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017758 10.0.0.249 - - [2025-11-03 03:13:08] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.249 - - [2025-11-03 03:13:09] "POST /neutron/network HTTP/1.1" 400 204 0.013722 10.0.0.249 - - [2025-11-03 03:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.179629 10.0.0.61 - - [2025-11-03 03:13:11] "GET /obj-perms HTTP/1.1" 200 5075 0.041738 10.0.0.249 - - [2025-11-03 03:13:13] "POST /neutron/network HTTP/1.1" 200 831 0.007372 10.0.0.249 - - [2025-11-03 03:13:15] "POST /neutron/network HTTP/1.1" 400 204 0.013346 10.0.0.249 - - [2025-11-03 03:13:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014382 10.0.0.249 - - [2025-11-03 03:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.030665 10.0.0.23 - - [2025-11-03 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002903 10.0.0.23 - - [2025-11-03 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004094 10.0.0.249 - - [2025-11-03 03:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.132137 10.0.0.249 - - [2025-11-03 03:13:19] "DELETE /route-target/b025544c-ef34-465e-b40e-f52450184581 HTTP/1.1" 200 115 0.027676 10.0.0.23 - - [2025-11-03 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003179 10.0.0.23 - - [2025-11-03 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.249 - - [2025-11-03 03:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.131786 10.0.0.23 - - [2025-11-03 03:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.23 - - [2025-11-03 03:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009001 10.0.0.249 - - [2025-11-03 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.249 - - [2025-11-03 03:13:20] "POST /neutron/network HTTP/1.1" 200 151 0.122968 10.0.0.249 - - [2025-11-03 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.23 - - [2025-11-03 03:13:22] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.249 - - [2025-11-03 03:13:22] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041725 10.0.0.23 - - [2025-11-03 03:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003478 10.0.0.249 - - [2025-11-03 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.213125 10.0.0.249 - - [2025-11-03 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001476 10.0.0.249 - - [2025-11-03 03:13:23] "GET /virtual-network/bafbe122-dd9d-45fa-840b-3f97462c6da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005743 10.0.0.249 - - [2025-11-03 03:13:23] "GET /virtual-network/bafbe122-dd9d-45fa-840b-3f97462c6da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005486 10.0.0.249 - - [2025-11-03 03:13:23] "POST /neutron/network HTTP/1.1" 200 831 0.008507 10.0.0.249 - - [2025-11-03 03:13:23] "POST /ref-update HTTP/1.1" 200 156 0.026085 10.0.0.249 - - [2025-11-03 03:13:28] "GET /virtual-network/bafbe122-dd9d-45fa-840b-3f97462c6da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008215 10.0.0.23 - - [2025-11-03 03:13:29] "GET /obj-perms HTTP/1.1" 200 5041 0.003483 10.0.0.249 - - [2025-11-03 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-11-03 03:13:29] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.249 - - [2025-11-03 03:13:29] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045322 10.0.0.23 - - [2025-11-03 03:13:29] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001336 10.0.0.249 - - [2025-11-03 03:13:29] "POST /neutron/network HTTP/1.1" 200 611 0.129558 10.0.0.249 - - [2025-11-03 03:13:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.003856 10.0.0.249 - - [2025-11-03 03:13:29] "GET /virtual-network/513ec79c-386d-4e50-b770-307f7b758e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005607 10.0.0.249 - - [2025-11-03 03:13:29] "POST /neutron/network HTTP/1.1" 200 830 0.006146 10.0.0.249 - - [2025-11-03 03:13:29] "GET /virtual-network/513ec79c-386d-4e50-b770-307f7b758e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005419 10.0.0.249 - - [2025-11-03 03:13:29] "GET /virtual-network/513ec79c-386d-4e50-b770-307f7b758e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006085 10.0.0.249 - - [2025-11-03 03:13:30] "GET /obj-perms HTTP/1.1" 200 5041 0.004063 10.0.0.249 - - [2025-11-03 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2025-11-03 03:13:30] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000883 10.0.0.249 - - [2025-11-03 03:13:30] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046029 10.0.0.249 - - [2025-11-03 03:13:30] "POST /neutron/network HTTP/1.1" 200 117 0.013917 10.0.0.249 - - [2025-11-03 03:13:30] "POST /route-targets HTTP/1.1" 200 327 0.015625 10.0.0.249 - - [2025-11-03 03:13:30] "POST /neutron/network HTTP/1.1" 200 833 0.008092 10.0.0.249 - - [2025-11-03 03:13:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001103 10.0.0.249 - - [2025-11-03 03:13:30] "GET /virtual-network/cb648905-0f88-4e39-899c-0d557a79122b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004852 10.0.0.249 - - [2025-11-03 03:13:30] "GET /virtual-network/cb648905-0f88-4e39-899c-0d557a79122b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005765 10.0.0.249 - - [2025-11-03 03:13:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.008830 10.0.0.249 - - [2025-11-03 03:13:31] "GET /virtual-network/cb648905-0f88-4e39-899c-0d557a79122b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006117 10.0.0.61 - - [2025-11-03 03:13:31] "GET /obj-perms HTTP/1.1" 200 5041 0.005217 10.0.0.249 - - [2025-11-03 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.23 - - [2025-11-03 03:13:31] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.249 - - [2025-11-03 03:13:31] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045985 10.0.0.249 - - [2025-11-03 03:13:31] "POST /ref-update HTTP/1.1" 200 156 0.033425 10.0.0.23 - - [2025-11-03 03:13:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006978 10.0.0.249 - - [2025-11-03 03:13:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.219819 10.0.0.249 - - [2025-11-03 03:13:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001142 10.0.0.249 - - [2025-11-03 03:13:31] "GET /virtual-network/e858af8e-c36f-4199-b34e-9774bec45a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006142 10.0.0.249 - - [2025-11-03 03:13:32] "GET /virtual-network/e858af8e-c36f-4199-b34e-9774bec45a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008343 10.0.0.23 - - [2025-11-03 03:13:32] "DELETE /project/92fa87eaa96240f291f1b7990a02d2ee HTTP/1.1" 404 173 0.005953 10.0.0.23 - - [2025-11-03 03:13:32] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000775 10.0.0.249 - - [2025-11-03 03:13:32] "POST /neutron/network HTTP/1.1" 200 844 0.005865 10.0.0.23 - - [2025-11-03 03:13:32] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.048404 10.0.0.23 - - [2025-11-03 03:13:32] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.23 - - [2025-11-03 03:13:32] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?fields=security_groups HTTP/1.1" 200 1367 0.049838 10.0.0.23 - - [2025-11-03 03:13:32] "DELETE /security-group/a70e2560-04e5-4940-abe7-6180c755d6de HTTP/1.1" 200 115 0.065165 10.0.0.23 - - [2025-11-03 03:13:32] "GET /projects?obj_uuids=74f0c7eb-23a8-4759-b5bd-39f451d0e31b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.23 - - [2025-11-03 03:13:32] "GET /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b?fields=application_policy_sets HTTP/1.1" 200 1406 0.061413 10.0.0.249 - - [2025-11-03 03:13:32] "GET /virtual-network/e858af8e-c36f-4199-b34e-9774bec45a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.010077 10.0.0.23 - - [2025-11-03 03:13:32] "DELETE /project/74f0c7eb-23a8-4759-b5bd-39f451d0e31b HTTP/1.1" 200 115 0.476107 10.0.0.23 - - [2025-11-03 03:13:32] "GET /obj-perms HTTP/1.1" 200 5041 0.003661 10.0.0.249 - - [2025-11-03 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-11-03 03:13:32] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.249 - - [2025-11-03 03:13:32] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081437 10.0.0.23 - - [2025-11-03 03:13:32] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001189 10.0.0.249 - - [2025-11-03 03:13:33] "POST /neutron/network HTTP/1.1" 200 625 0.130332 10.0.0.249 - - [2025-11-03 03:13:33] "POST /route-targets HTTP/1.1" 200 327 0.011981 10.0.0.249 - - [2025-11-03 03:13:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.005041 10.0.0.249 - - [2025-11-03 03:13:33] "GET /virtual-network/c83e834e-f686-4d7e-8b16-f5df1b8ffa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005699 10.0.0.249 - - [2025-11-03 03:13:33] "POST /neutron/network HTTP/1.1" 200 845 0.006838 10.0.0.249 - - [2025-11-03 03:13:33] "GET /virtual-network/c83e834e-f686-4d7e-8b16-f5df1b8ffa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005690 10.0.0.249 - - [2025-11-03 03:13:33] "GET /virtual-network/c83e834e-f686-4d7e-8b16-f5df1b8ffa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006408 10.0.0.249 - - [2025-11-03 03:13:33] "GET /obj-perms HTTP/1.1" 200 5041 0.004197 10.0.0.249 - - [2025-11-03 03:13:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001331 10.0.0.249 - - [2025-11-03 03:13:34] "POST /neutron/network HTTP/1.1" 200 840 0.007029 10.0.0.23 - - [2025-11-03 03:13:34] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.249 - - [2025-11-03 03:13:34] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.076861 10.0.0.249 - - [2025-11-03 03:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.006952 10.0.0.249 - - [2025-11-03 03:13:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001366 10.0.0.249 - - [2025-11-03 03:13:35] "POST /neutron/network HTTP/1.1" 200 840 0.005894 10.0.0.249 - - [2025-11-03 03:13:35] "POST /neutron/port HTTP/1.1" 200 1056 0.015915 10.0.0.249 - - [2025-11-03 03:13:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006124 10.0.0.23 - - [2025-11-03 03:13:36] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001169 10.0.0.249 - - [2025-11-03 03:13:36] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.077434 10.0.0.249 - - [2025-11-03 03:13:36] "POST /neutron/network HTTP/1.1" 200 830 0.012420 10.0.0.249 - - [2025-11-03 03:13:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.013919 10.0.0.249 - - [2025-11-03 03:13:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003600 10.0.0.249 - - [2025-11-03 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-11-03 03:13:36] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.249 - - [2025-11-03 03:13:36] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013395 10.0.0.249 - - [2025-11-03 03:13:36] "POST /service-templates HTTP/1.1" 200 543 0.027283 10.0.0.249 - - [2025-11-03 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-11-03 03:13:36] "GET /service-template/314e9bc7-7c82-452a-8955-cd0c72d212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006360 10.0.0.249 - - [2025-11-03 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.249 - - [2025-11-03 03:13:36] "GET /service-template/314e9bc7-7c82-452a-8955-cd0c72d212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.003882 10.0.0.249 - - [2025-11-03 03:13:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.000985 10.0.0.23 - - [2025-11-03 03:13:36] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001078 10.0.0.249 - - [2025-11-03 03:13:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001205 10.0.0.249 - - [2025-11-03 03:13:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.002103 10.0.0.249 - - [2025-11-03 03:13:37] "POST /neutron/port HTTP/1.1" 200 1057 0.298541 10.0.0.249 - - [2025-11-03 03:13:37] "POST /neutron/port HTTP/1.1" 200 1057 0.019930 10.0.0.249 - - [2025-11-03 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.249 - - [2025-11-03 03:13:37] "DELETE /service-template/314e9bc7-7c82-452a-8955-cd0c72d212b2 HTTP/1.1" 200 115 0.040469 10.0.0.249 - - [2025-11-03 03:13:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.006278 10.0.0.249 - - [2025-11-03 03:13:37] "POST /neutron/port HTTP/1.1" 200 1085 0.020051 10.0.0.249 - - [2025-11-03 03:13:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.010062 10.0.0.249 - - [2025-11-03 03:13:37] "POST /neutron/network HTTP/1.1" 200 833 0.010917 10.0.0.249 - - [2025-11-03 03:13:37] "DELETE /route-target/7d18248d-7711-4d81-b5a8-bfa8f0fe32db HTTP/1.1" 200 115 0.036482 10.0.0.249 - - [2025-11-03 03:13:38] "POST /neutron/network HTTP/1.1" 200 833 0.006441 10.0.0.249 - - [2025-11-03 03:13:39] "POST /neutron/port HTTP/1.1" 200 1111 0.011849 10.0.0.249 - - [2025-11-03 03:13:39] "POST /neutron/network HTTP/1.1" 200 2183 0.008801 10.0.0.249 - - [2025-11-03 03:13:40] "POST /neutron/network HTTP/1.1" 200 833 0.007490 10.0.0.249 - - [2025-11-03 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2025-11-03 03:13:40] "POST /neutron/network HTTP/1.1" 400 204 0.014344 10.0.0.249 - - [2025-11-03 03:13:44] "POST /neutron/network HTTP/1.1" 200 830 0.006989 10.0.0.249 - - [2025-11-03 03:13:46] "POST /neutron/port HTTP/1.1" 200 1110 0.014026 10.0.0.23 - - [2025-11-03 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005112 10.0.0.23 - - [2025-11-03 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002563 10.0.0.249 - - [2025-11-03 03:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.123771 10.0.0.249 - - [2025-11-03 03:13:47] "DELETE /route-target/61f7e001-d14b-4199-9c14-85abda9cd862 HTTP/1.1" 200 115 0.025812 10.0.0.23 - - [2025-11-03 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005874 10.0.0.23 - - [2025-11-03 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004663 10.0.0.249 - - [2025-11-03 03:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.112113 10.0.0.23 - - [2025-11-03 03:13:48] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001558 10.0.0.249 - - [2025-11-03 03:13:48] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039870 10.0.0.23 - - [2025-11-03 03:13:48] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001306 10.0.0.249 - - [2025-11-03 03:13:48] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?fields=virtual_networks HTTP/1.1" 200 1035 0.046893 10.0.0.23 - - [2025-11-03 03:13:49] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001270 10.0.0.249 - - [2025-11-03 03:13:49] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.061521 10.0.0.23 - - [2025-11-03 03:13:49] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001065 10.0.0.249 - - [2025-11-03 03:13:49] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?fields=security_groups HTTP/1.1" 200 1257 0.055098 10.0.0.249 - - [2025-11-03 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.021816 10.0.0.23 - - [2025-11-03 03:13:50] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003115 10.0.0.23 - - [2025-11-03 03:13:50] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.23 - - [2025-11-03 03:13:50] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007030 10.0.0.23 - - [2025-11-03 03:13:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.001371 10.0.0.23 - - [2025-11-03 03:13:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.011070 10.0.0.23 - - [2025-11-03 03:13:50] "POST /security-groups HTTP/1.1" 200 593 0.072992 10.0.0.249 - - [2025-11-03 03:13:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004360 10.0.0.23 - - [2025-11-03 03:13:50] "POST /projects HTTP/1.1" 200 589 0.284517 10.0.0.23 - - [2025-11-03 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.353457 10.0.0.249 - - [2025-11-03 03:13:50] "POST /access-control-lists HTTP/1.1" 200 596 0.037247 10.0.0.249 - - [2025-11-03 03:13:50] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.496454 10.0.0.249 - - [2025-11-03 03:13:51] "GET / HTTP/1.1" 200 35931 0.002302 10.0.0.249 - - [2025-11-03 03:13:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.055065 10.0.0.23 - - [2025-11-03 03:13:53] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.249 - - [2025-11-03 03:13:53] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042607 10.0.0.23 - - [2025-11-03 03:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009182 10.0.0.249 - - [2025-11-03 03:13:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.249423 10.0.0.249 - - [2025-11-03 03:13:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001263 10.0.0.249 - - [2025-11-03 03:13:54] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005821 10.0.0.249 - - [2025-11-03 03:13:54] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007774 10.0.0.249 - - [2025-11-03 03:13:54] "POST /neutron/network HTTP/1.1" 200 831 0.007563 10.0.0.249 - - [2025-11-03 03:13:54] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006088 10.0.0.61 - - [2025-11-03 03:13:55] "GET /obj-perms HTTP/1.1" 200 5053 0.058355 10.0.0.249 - - [2025-11-03 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2025-11-03 03:13:56] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.249 - - [2025-11-03 03:13:56] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057075 10.0.0.23 - - [2025-11-03 03:13:56] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.249 - - [2025-11-03 03:13:56] "POST /neutron/network HTTP/1.1" 200 613 0.148688 10.0.0.249 - - [2025-11-03 03:13:56] "POST /route-targets HTTP/1.1" 200 327 0.013149 10.0.0.249 - - [2025-11-03 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.003384 10.0.0.249 - - [2025-11-03 03:13:56] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005552 10.0.0.249 - - [2025-11-03 03:13:56] "POST /neutron/network HTTP/1.1" 200 831 0.011444 10.0.0.249 - - [2025-11-03 03:13:56] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005754 10.0.0.249 - - [2025-11-03 03:13:56] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006164 10.0.0.23 - - [2025-11-03 03:13:57] "GET /obj-perms HTTP/1.1" 200 5053 0.054242 10.0.0.249 - - [2025-11-03 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2025-11-03 03:13:57] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.249 - - [2025-11-03 03:13:57] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.071462 10.0.0.249 - - [2025-11-03 03:13:57] "POST /neutron/network HTTP/1.1" 200 117 0.027359 10.0.0.249 - - [2025-11-03 03:13:57] "POST /ref-update HTTP/1.1" 200 156 0.047904 10.0.0.249 - - [2025-11-03 03:13:58] "POST /neutron/network HTTP/1.1" 200 837 0.008267 10.0.0.249 - - [2025-11-03 03:13:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001016 10.0.0.249 - - [2025-11-03 03:13:58] "GET /virtual-network/a4ec6f63-0ff3-442f-8c8e-f84117a8722d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006148 10.0.0.249 - - [2025-11-03 03:13:58] "GET /virtual-network/a4ec6f63-0ff3-442f-8c8e-f84117a8722d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005350 10.0.0.249 - - [2025-11-03 03:13:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.011139 10.0.0.249 - - [2025-11-03 03:13:58] "GET /virtual-network/a4ec6f63-0ff3-442f-8c8e-f84117a8722d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005752 10.0.0.249 - - [2025-11-03 03:13:58] "GET /obj-perms HTTP/1.1" 200 5053 0.048718 10.0.0.249 - - [2025-11-03 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.23 - - [2025-11-03 03:13:58] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.249 - - [2025-11-03 03:13:58] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049229 10.0.0.23 - - [2025-11-03 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008327 10.0.0.249 - - [2025-11-03 03:13:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.222704 10.0.0.249 - - [2025-11-03 03:13:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001250 10.0.0.249 - - [2025-11-03 03:13:59] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004946 10.0.0.249 - - [2025-11-03 03:13:59] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005088 10.0.0.249 - - [2025-11-03 03:13:59] "POST /neutron/network HTTP/1.1" 200 846 0.006522 10.0.0.249 - - [2025-11-03 03:13:59] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005954 10.0.0.61 - - [2025-11-03 03:13:59] "GET /obj-perms HTTP/1.1" 200 5053 0.003569 10.0.0.249 - - [2025-11-03 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.23 - - [2025-11-03 03:13:59] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.249 - - [2025-11-03 03:13:59] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044150 10.0.0.23 - - [2025-11-03 03:14:00] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.249 - - [2025-11-03 03:14:00] "POST /neutron/network HTTP/1.1" 200 631 0.135958 10.0.0.249 - - [2025-11-03 03:14:00] "POST /route-targets HTTP/1.1" 200 327 0.015684 10.0.0.249 - - [2025-11-03 03:14:00] "POST /id-to-fqname HTTP/1.1" 200 234 0.002961 10.0.0.249 - - [2025-11-03 03:14:00] "GET /virtual-network/13521490-986c-4528-909e-bde346cae68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005497 10.0.0.249 - - [2025-11-03 03:14:00] "POST /neutron/network HTTP/1.1" 200 849 0.006649 10.0.0.249 - - [2025-11-03 03:14:00] "GET /virtual-network/13521490-986c-4528-909e-bde346cae68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005790 10.0.0.249 - - [2025-11-03 03:14:00] "GET /virtual-network/13521490-986c-4528-909e-bde346cae68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006655 10.0.0.23 - - [2025-11-03 03:14:00] "GET /obj-perms HTTP/1.1" 200 5053 0.006069 10.0.0.249 - - [2025-11-03 03:14:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001267 10.0.0.249 - - [2025-11-03 03:14:01] "POST /neutron/network HTTP/1.1" 200 841 0.006789 10.0.0.23 - - [2025-11-03 03:14:01] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.249 - - [2025-11-03 03:14:01] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059201 10.0.0.249 - - [2025-11-03 03:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.012382 10.0.0.249 - - [2025-11-03 03:14:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.001239 10.0.0.249 - - [2025-11-03 03:14:02] "POST /neutron/network HTTP/1.1" 200 841 0.007119 10.0.0.249 - - [2025-11-03 03:14:02] "POST /neutron/port HTTP/1.1" 200 1063 0.015253 10.0.0.249 - - [2025-11-03 03:14:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004272 10.0.0.23 - - [2025-11-03 03:14:03] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.249 - - [2025-11-03 03:14:03] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.082689 10.0.0.249 - - [2025-11-03 03:14:03] "POST /neutron/network HTTP/1.1" 200 831 0.009266 10.0.0.249 - - [2025-11-03 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007376 10.0.0.249 - - [2025-11-03 03:14:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003131 10.0.0.249 - - [2025-11-03 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.23 - - [2025-11-03 03:14:03] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.249 - - [2025-11-03 03:14:03] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008266 10.0.0.249 - - [2025-11-03 03:14:03] "POST /service-templates HTTP/1.1" 200 543 0.037658 10.0.0.249 - - [2025-11-03 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.249 - - [2025-11-03 03:14:03] "GET /service-template/9a595297-596d-417f-a394-95e9084108c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007355 10.0.0.249 - - [2025-11-03 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.249 - - [2025-11-03 03:14:03] "GET /service-template/9a595297-596d-417f-a394-95e9084108c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007216 10.0.0.23 - - [2025-11-03 03:14:03] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000930 10.0.0.249 - - [2025-11-03 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001298 10.0.0.249 - - [2025-11-03 03:14:04] "POST /neutron/port HTTP/1.1" 200 1061 0.353832 10.0.0.249 - - [2025-11-03 03:14:04] "POST /neutron/port HTTP/1.1" 200 1061 0.016196 10.0.0.249 - - [2025-11-03 03:14:04] "POST /neutron/port HTTP/1.1" 200 1115 0.128597 10.0.0.249 - - [2025-11-03 03:14:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.010140 10.0.0.23 - - [2025-11-03 03:14:04] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002860 10.0.0.249 - - [2025-11-03 03:14:04] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073511 10.0.0.249 - - [2025-11-03 03:14:04] "POST /neutron/network HTTP/1.1" 200 846 0.007796 10.0.0.249 - - [2025-11-03 03:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.007117 10.0.0.249 - - [2025-11-03 03:14:05] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-11-03 03:14:05] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 404 171 0.043833 10.0.0.249 - - [2025-11-03 03:14:05] "POST /neutron/port HTTP/1.1" 200 1060 0.017518 10.0.0.249 - - [2025-11-03 03:14:06] "POST /neutron/port HTTP/1.1" 200 1088 0.015969 10.0.0.249 - - [2025-11-03 03:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 200 1294 0.007428 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 2984 0.007272 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006474 10.0.0.249 - - [2025-11-03 03:14:07] "PUT /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 284 0.015473 10.0.0.249 - - [2025-11-03 03:14:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008092 10.0.0.249 - - [2025-11-03 03:14:07] "POST /neutron/port HTTP/1.1" 200 1088 0.016288 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 200 1294 0.003953 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 3034 0.005589 10.0.0.249 - - [2025-11-03 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.249 - - [2025-11-03 03:14:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003351 10.0.0.249 - - [2025-11-03 03:14:07] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003011 10.0.0.249 - - [2025-11-03 03:14:08] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006063 10.0.0.249 - - [2025-11-03 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.249 - - [2025-11-03 03:14:11] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005099 10.0.0.249 - - [2025-11-03 03:14:12] "GET /obj-perms HTTP/1.1" 200 5075 0.088137 10.0.0.249 - - [2025-11-03 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.249 - - [2025-11-03 03:14:15] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008024 10.0.0.249 - - [2025-11-03 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.249 - - [2025-11-03 03:14:19] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007515 10.0.0.249 - - [2025-11-03 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.249 - - [2025-11-03 03:14:23] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006100 10.0.0.249 - - [2025-11-03 03:14:26] "POST /neutron/port HTTP/1.1" 200 1089 0.013722 10.0.0.249 - - [2025-11-03 03:14:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008847 10.0.0.249 - - [2025-11-03 03:14:26] "POST /neutron/port HTTP/1.1" 200 1091 0.017778 10.0.0.249 - - [2025-11-03 03:14:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.249 - - [2025-11-03 03:14:27] "POST /neutron/network HTTP/1.1" 200 831 0.007810 10.0.0.249 - - [2025-11-03 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-11-03 03:14:27] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005550 10.0.0.249 - - [2025-11-03 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.249 - - [2025-11-03 03:14:31] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005498 10.0.0.23 - - [2025-11-03 03:14:32] "DELETE /project/acecf4e5015f481d8e76add0586fcf91 HTTP/1.1" 404 173 0.004101 10.0.0.23 - - [2025-11-03 03:14:32] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001079 10.0.0.23 - - [2025-11-03 03:14:32] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.057818 10.0.0.23 - - [2025-11-03 03:14:32] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001786 10.0.0.23 - - [2025-11-03 03:14:32] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?fields=security_groups HTTP/1.1" 200 1362 0.057737 10.0.0.23 - - [2025-11-03 03:14:32] "DELETE /security-group/7a0c949b-b09b-4e32-947c-5ce3215b7955 HTTP/1.1" 200 115 0.051635 10.0.0.23 - - [2025-11-03 03:14:32] "GET /projects?obj_uuids=92fa87ea-a962-40f2-91f1-b7990a02d2ee&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001145 10.0.0.23 - - [2025-11-03 03:14:32] "GET /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee?fields=application_policy_sets HTTP/1.1" 200 1401 0.043815 10.0.0.249 - - [2025-11-03 03:14:32] "DELETE /access-control-list/928df6b9-778b-4578-9141-aecf4e281a1a HTTP/1.1" 200 115 0.041110 10.0.0.23 - - [2025-11-03 03:14:33] "DELETE /project/92fa87ea-a962-40f2-91f1-b7990a02d2ee HTTP/1.1" 200 115 0.432241 10.0.0.249 - - [2025-11-03 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2025-11-03 03:14:35] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005699 10.0.0.249 - - [2025-11-03 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.249 - - [2025-11-03 03:14:39] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005545 10.0.0.249 - - [2025-11-03 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-11-03 03:14:43] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005407 10.0.0.249 - - [2025-11-03 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.249 - - [2025-11-03 03:14:47] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005705 10.0.0.249 - - [2025-11-03 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.249 - - [2025-11-03 03:14:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003392 10.0.0.249 - - [2025-11-03 03:14:52] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003170 10.0.0.249 - - [2025-11-03 03:14:52] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005896 10.0.0.249 - - [2025-11-03 03:14:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017912 10.0.0.249 - - [2025-11-03 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.030106 10.0.0.249 - - [2025-11-03 03:15:02] "POST /neutron/port HTTP/1.1" 200 1088 0.015245 10.0.0.249 - - [2025-11-03 03:15:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007656 10.0.0.249 - - [2025-11-03 03:15:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.003223 10.0.0.249 - - [2025-11-03 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2025-11-03 03:15:12] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.249 - - [2025-11-03 03:15:12] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042963 10.0.0.249 - - [2025-11-03 03:15:13] "POST /service-instances HTTP/1.1" 200 547 0.046428 10.0.0.249 - - [2025-11-03 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2025-11-03 03:15:13] "GET /service-instance/bf455dd5-286b-47e8-ba26-32fae91c2ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007142 10.0.0.249 - - [2025-11-03 03:15:13] "POST /port-tuples HTTP/1.1" 200 590 0.057835 10.0.0.249 - - [2025-11-03 03:15:13] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007090 10.0.0.249 - - [2025-11-03 03:15:13] "PUT /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 284 0.014595 10.0.0.249 - - [2025-11-03 03:15:13] "POST /ref-update HTTP/1.1" 200 156 0.021525 10.0.0.249 - - [2025-11-03 03:15:13] "POST /neutron/port HTTP/1.1" 200 1091 0.016351 10.0.0.249 - - [2025-11-03 03:15:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007532 10.0.0.249 - - [2025-11-03 03:15:13] "GET /virtual-machine/79c1c467-c1f2-44d4-8934-4e0697b271e1 HTTP/1.1" 200 1293 0.006699 10.0.0.249 - - [2025-11-03 03:15:13] "GET /virtual-machine-interface/b9b059bd-b601-43a9-8edd-8fd982398097 HTTP/1.1" 200 2958 0.006464 10.0.0.249 - - [2025-11-03 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.249 - - [2025-11-03 03:15:13] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004028 10.0.0.249 - - [2025-11-03 03:15:13] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003818 10.0.0.249 - - [2025-11-03 03:15:13] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006933 10.0.0.249 - - [2025-11-03 03:15:13] "POST /ref-update HTTP/1.1" 200 156 0.328311 10.0.0.249 - - [2025-11-03 03:15:13] "POST /instance-ips HTTP/1.1" 200 373 0.054468 10.0.0.249 - - [2025-11-03 03:15:14] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009520 10.0.0.249 - - [2025-11-03 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.249 - - [2025-11-03 03:15:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004223 10.0.0.249 - - [2025-11-03 03:15:14] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004954 10.0.0.249 - - [2025-11-03 03:15:14] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007069 10.0.0.249 - - [2025-11-03 03:15:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015737 10.0.0.249 - - [2025-11-03 03:15:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007101 10.0.0.249 - - [2025-11-03 03:15:15] "GET /virtual-machine/8cab7617-48c4-4ab8-8522-2dacbd6b55ba HTTP/1.1" 200 1294 0.005706 10.0.0.249 - - [2025-11-03 03:15:15] "GET /virtual-machine-interface/4426d121-ba2d-490c-9820-d18103c528ae HTTP/1.1" 200 2960 0.007080 10.0.0.249 - - [2025-11-03 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2025-11-03 03:15:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766 10.0.0.249 - - [2025-11-03 03:15:15] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004591 10.0.0.249 - - [2025-11-03 03:15:15] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007815 10.0.0.249 - - [2025-11-03 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.249 - - [2025-11-03 03:15:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004506 10.0.0.249 - - [2025-11-03 03:15:16] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003379 10.0.0.249 - - [2025-11-03 03:15:16] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006711 10.0.0.249 - - [2025-11-03 03:15:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.003776 10.0.0.249 - - [2025-11-03 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.23 - - [2025-11-03 03:15:16] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.249 - - [2025-11-03 03:15:16] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044210 10.0.0.249 - - [2025-11-03 03:15:16] "POST /network-policys HTTP/1.1" 200 551 0.027046 10.0.0.249 - - [2025-11-03 03:15:16] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005845 10.0.0.249 - - [2025-11-03 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.249 - - [2025-11-03 03:15:17] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.014581 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004673 10.0.0.249 - - [2025-11-03 03:15:17] "POST /ref-update HTTP/1.1" 200 156 0.057046 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005088 10.0.0.249 - - [2025-11-03 03:15:17] "POST /neutron/network HTTP/1.1" 200 923 0.009946 10.0.0.249 - - [2025-11-03 03:15:17] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.026177 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2025-11-03 03:15:17] "POST /ref-update HTTP/1.1" 200 156 0.042970 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.011154 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.249 - - [2025-11-03 03:15:17] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005945 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004167 10.0.0.249 - - [2025-11-03 03:15:17] "POST /ref-update HTTP/1.1" 200 156 0.053394 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.010562 10.0.0.249 - - [2025-11-03 03:15:17] "POST /ref-update HTTP/1.1" 200 156 0.019731 10.0.0.249 - - [2025-11-03 03:15:17] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.017933 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015700 10.0.0.249 - - [2025-11-03 03:15:17] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005415 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.249 - - [2025-11-03 03:15:17] "GET /service-template/9a595297-596d-417f-a394-95e9084108c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004325 10.0.0.249 - - [2025-11-03 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2025-11-03 03:15:17] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.249 - - [2025-11-03 03:15:17] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037022 10.0.0.249 - - [2025-11-03 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2025-11-03 03:15:18] "GET /service-instance/bf455dd5-286b-47e8-ba26-32fae91c2ffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006236 10.0.0.249 - - [2025-11-03 03:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007828 10.0.0.249 - - [2025-11-03 03:15:18] "POST /neutron/port HTTP/1.1" 200 1382 0.027631 10.0.0.249 - - [2025-11-03 03:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007775 10.0.0.249 - - [2025-11-03 03:15:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001386 10.0.0.249 - - [2025-11-03 03:15:18] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 200 1294 0.005311 10.0.0.249 - - [2025-11-03 03:15:18] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 3890 0.005454 10.0.0.249 - - [2025-11-03 03:15:18] "GET /instance-ip/182aaba7-021c-4910-b983-3a21043ae0c1 HTTP/1.1" 200 1962 0.004328 10.0.0.249 - - [2025-11-03 03:15:18] "GET /instance-ip/40014e3b-9f7a-40d4-a92b-e64e27bfc237 HTTP/1.1" 200 1633 0.005581 10.0.0.249 - - [2025-11-03 03:15:18] "GET /instance-ip/45e70bbb-a15d-4b84-9c9c-709349fdd600 HTTP/1.1" 200 1964 0.003900 10.0.0.249 - - [2025-11-03 03:15:18] "POST /neutron/port HTTP/1.1" 200 1382 0.021085 10.0.0.249 - - [2025-11-03 03:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007433 10.0.0.249 - - [2025-11-03 03:15:18] "GET /virtual-machine/965d6c54-6b11-4135-80cb-2834af8fd5b3 HTTP/1.1" 200 1294 0.003708 10.0.0.249 - - [2025-11-03 03:15:19] "GET /virtual-machine-interface/77bff11d-3d7c-41b2-bec0-ca799e63a6d3 HTTP/1.1" 200 3890 0.005225 10.0.0.249 - - [2025-11-03 03:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.249 - - [2025-11-03 03:15:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.249 - - [2025-11-03 03:15:19] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003082 10.0.0.249 - - [2025-11-03 03:15:19] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005869 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-11-03 03:15:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003812 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003198 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006113 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.249 - - [2025-11-03 03:15:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005092 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005922 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.249 - - [2025-11-03 03:15:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003108 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006844 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.249 - - [2025-11-03 03:15:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004675 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-networks?parent_id=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003314 10.0.0.249 - - [2025-11-03 03:15:20] "GET /virtual-network/fb3a332e-36c8-498c-bf71-ffa9b711f7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005961 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-11-03 03:15:20] "GET /routing-instance/c2115cf7-1b3b-46c3-9ae9-a84cc2a4d4fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004107 10.0.0.249 - - [2025-11-03 03:15:20] "GET /routing-instance/c2115cf7-1b3b-46c3-9ae9-a84cc2a4d4fd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005851 10.0.0.249 - - [2025-11-03 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007458 10.0.0.23 - - [2025-11-03 03:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2025-11-03 03:15:20] "GET /routing-instance/05965a64-36ef-475b-8dab-76b970fc4677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006523 10.0.0.249 - - [2025-11-03 03:15:20] "GET /routing-instance/05965a64-36ef-475b-8dab-76b970fc4677?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1591 0.006115 10.0.0.23 - - [2025-11-03 03:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000314 10.0.0.23 - - [2025-11-03 03:15:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000862 10.0.0.23 - - [2025-11-03 03:15:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.61 - - [2025-11-03 03:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.61 - - [2025-11-03 03:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-11-03 03:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.249 - - [2025-11-03 03:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.61 - - [2025-11-03 03:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.61 - - [2025-11-03 03:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2025-11-03 03:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.249 - - [2025-11-03 03:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2025-11-03 03:15:26] "POST /neutron/network HTTP/1.1" 200 933 0.006875 10.0.0.249 - - [2025-11-03 03:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.249 - - [2025-11-03 03:15:28] "POST /neutron/port HTTP/1.1" 200 1382 0.019617 10.0.0.249 - - [2025-11-03 03:15:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.009992 10.0.0.249 - - [2025-11-03 03:16:07] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005306 10.0.0.249 - - [2025-11-03 03:16:07] "PUT /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f HTTP/1.1" 200 262 0.014951 10.0.0.249 - - [2025-11-03 03:16:08] "PUT /access-control-list/7c717407-288a-4711-afdd-36933d6a79f9 HTTP/1.1" 200 272 0.015726 10.0.0.249 - - [2025-11-03 03:16:08] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.018268 10.0.0.249 - - [2025-11-03 03:16:08] "POST /neutron/port HTTP/1.1" 200 1382 0.019527 10.0.0.61 - - [2025-11-03 03:16:14] "GET /obj-perms HTTP/1.1" 200 5075 0.042559 10.0.0.249 - - [2025-11-03 03:16:28] "POST /neutron/port HTTP/1.1" 200 1089 0.015333 10.0.0.249 - - [2025-11-03 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.009632 10.0.0.249 - - [2025-11-03 03:16:29] "POST /neutron/port HTTP/1.1" 200 1091 0.017721 10.0.0.249 - - [2025-11-03 03:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004049 10.0.0.249 - - [2025-11-03 03:16:30] "POST /neutron/network HTTP/1.1" 200 923 0.006808 10.0.0.249 - - [2025-11-03 03:16:36] "POST /ref-update HTTP/1.1" 200 156 0.049949 10.0.0.249 - - [2025-11-03 03:16:36] "POST /neutron/network HTTP/1.1" 200 831 0.018720 10.0.0.249 - - [2025-11-03 03:16:36] "GET /virtual-network/ff90b6fd-64f8-4d2e-9f83-239d2cfc6bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010248 10.0.0.249 - - [2025-11-03 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.249 - - [2025-11-03 03:16:36] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005172 10.0.0.249 - - [2025-11-03 03:16:36] "POST /ref-update HTTP/1.1" 200 156 0.032124 10.0.0.249 - - [2025-11-03 03:16:36] "POST /ref-update HTTP/1.1" 200 156 0.081621 10.0.0.249 - - [2025-11-03 03:16:36] "GET /virtual-network/fd4e52fa-c14e-4764-814d-52349137354c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.015745 10.0.0.249 - - [2025-11-03 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2025-11-03 03:16:36] "GET /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005064 10.0.0.249 - - [2025-11-03 03:16:36] "DELETE /network-policy/6c6f991d-6658-4f38-9733-c5116fac573f HTTP/1.1" 200 115 0.046374 10.0.0.249 - - [2025-11-03 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.249 - - [2025-11-03 03:16:36] "DELETE /service-instance/bf455dd5-286b-47e8-ba26-32fae91c2ffc HTTP/1.1" 200 115 0.057689 10.0.0.249 - - [2025-11-03 03:16:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003168 10.0.0.249 - - [2025-11-03 03:16:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010384 10.0.0.249 - - [2025-11-03 03:16:37] "POST /ref-update HTTP/1.1" 200 156 0.067533 10.0.0.249 - - [2025-11-03 03:16:37] "DELETE /access-control-list/7c717407-288a-4711-afdd-36933d6a79f9 HTTP/1.1" 200 115 0.039018 10.0.0.249 - - [2025-11-03 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.025519 10.0.0.249 - - [2025-11-03 03:16:37] "POST /ref-update HTTP/1.1" 200 156 0.047976 10.0.0.249 - - [2025-11-03 03:16:37] "DELETE /service-template/9a595297-596d-417f-a394-95e9084108c1 HTTP/1.1" 200 115 0.063937 10.0.0.249 - - [2025-11-03 03:16:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002939 10.0.0.23 - - [2025-11-03 03:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004266 10.0.0.23 - - [2025-11-03 03:16:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.249 - - [2025-11-03 03:16:37] "POST /neutron/network HTTP/1.1" 200 151 0.116786 10.0.0.249 - - [2025-11-03 03:16:38] "POST /neutron/network HTTP/1.1" 400 204 0.017703 10.0.0.249 - - [2025-11-03 03:16:38] "POST /neutron/port HTTP/1.1" 200 1091 0.046562 10.0.0.249 - - [2025-11-03 03:16:38] "POST /neutron/port HTTP/1.1" 200 151 0.291736 10.0.0.249 - - [2025-11-03 03:16:40] "POST /neutron/network HTTP/1.1" 200 846 0.007009 10.0.0.249 - - [2025-11-03 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141 10.0.0.23 - - [2025-11-03 03:16:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.23 - - [2025-11-03 03:16:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.249 - - [2025-11-03 03:16:40] "POST /neutron/network HTTP/1.1" 200 151 0.112866 10.0.0.249 - - [2025-11-03 03:16:40] "DELETE /route-target/512642aa-fde4-4c4c-aae5-9cf0d0ca03ad HTTP/1.1" 200 115 0.025881 10.0.0.249 - - [2025-11-03 03:16:41] "POST /neutron/network HTTP/1.1" 200 831 0.006747 10.0.0.249 - - [2025-11-03 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.23 - - [2025-11-03 03:16:42] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.249 - - [2025-11-03 03:16:42] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.067389 10.0.0.23 - - [2025-11-03 03:16:42] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001380 10.0.0.249 - - [2025-11-03 03:16:42] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?fields=virtual_networks HTTP/1.1" 200 1047 0.035081 10.0.0.23 - - [2025-11-03 03:16:42] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.249 - - [2025-11-03 03:16:42] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.042729 10.0.0.23 - - [2025-11-03 03:16:43] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.249 - - [2025-11-03 03:16:43] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?fields=security_groups HTTP/1.1" 200 1275 0.038368 10.0.0.249 - - [2025-11-03 03:16:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.337842 10.0.0.23 - - [2025-11-03 03:16:44] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003641 10.0.0.23 - - [2025-11-03 03:16:44] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.23 - - [2025-11-03 03:16:44] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036935 10.0.0.23 - - [2025-11-03 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.003127 10.0.0.23 - - [2025-11-03 03:16:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.008659 10.0.0.23 - - [2025-11-03 03:16:44] "POST /security-groups HTTP/1.1" 200 592 0.081306 10.0.0.23 - - [2025-11-03 03:16:44] "POST /projects HTTP/1.1" 200 587 0.289355 10.0.0.249 - - [2025-11-03 03:16:44] "POST /access-control-lists HTTP/1.1" 200 597 0.033838 10.0.0.23 - - [2025-11-03 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.355587 10.0.0.249 - - [2025-11-03 03:16:44] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.519092 10.0.0.249 - - [2025-11-03 03:16:45] "GET / HTTP/1.1" 200 35931 0.001393 10.0.0.249 - - [2025-11-03 03:16:47] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000751 10.0.0.23 - - [2025-11-03 03:16:48] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.249 - - [2025-11-03 03:16:48] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066949 10.0.0.249 - - [2025-11-03 03:16:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.010278 10.0.0.249 - - [2025-11-03 03:16:48] "POST /virtual-DNSs HTTP/1.1" 200 507 0.033410 10.0.0.249 - - [2025-11-03 03:16:48] "GET /virtual-DNS/db534876-e3e8-49bd-8f77-136c1a37c220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007889 10.0.0.249 - - [2025-11-03 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.249 - - [2025-11-03 03:16:48] "GET /virtual-DNS/db534876-e3e8-49bd-8f77-136c1a37c220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004869 10.0.0.249 - - [2025-11-03 03:16:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003203 10.0.0.249 - - [2025-11-03 03:16:48] "POST /network-ipams HTTP/1.1" 200 514 0.026401 10.0.0.249 - - [2025-11-03 03:16:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003485 10.0.0.249 - - [2025-11-03 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.249 - - [2025-11-03 03:16:49] "GET /network-ipam/83a58d6c-9658-4329-8f98-add2bec6b5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006001 10.0.0.249 - - [2025-11-03 03:16:49] "PUT /network-ipam/83a58d6c-9658-4329-8f98-add2bec6b5b5 HTTP/1.1" 200 258 0.017943 10.0.0.249 - - [2025-11-03 03:16:49] "POST /ref-update HTTP/1.1" 200 156 0.014802 10.0.0.249 - - [2025-11-03 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-11-03 03:16:49] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.249 - - [2025-11-03 03:16:49] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060358 10.0.0.23 - - [2025-11-03 03:16:49] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.249 - - [2025-11-03 03:16:49] "POST /neutron/network HTTP/1.1" 200 618 0.132261 10.0.0.249 - - [2025-11-03 03:16:49] "POST /route-targets HTTP/1.1" 200 327 0.014585 10.0.0.249 - - [2025-11-03 03:16:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.004632 10.0.0.249 - - [2025-11-03 03:16:49] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005841 10.0.0.249 - - [2025-11-03 03:16:49] "POST /neutron/network HTTP/1.1" 200 833 0.006886 10.0.0.249 - - [2025-11-03 03:16:49] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004916 10.0.0.249 - - [2025-11-03 03:16:50] "POST /neutron/network HTTP/1.1" 200 807 0.018831 10.0.0.249 - - [2025-11-03 03:16:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001349 10.0.0.23 - - [2025-11-03 03:16:50] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.249 - - [2025-11-03 03:16:50] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.062449 10.0.0.249 - - [2025-11-03 03:16:50] "POST /neutron/network HTTP/1.1" 200 833 0.027694 10.0.0.249 - - [2025-11-03 03:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.007382 10.0.0.249 - - [2025-11-03 03:16:51] "POST /neutron/port HTTP/1.1" 200 1058 0.014323 10.0.0.249 - - [2025-11-03 03:16:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017156 10.0.0.249 - - [2025-11-03 03:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2025-11-03 03:16:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007466 10.0.0.249 - - [2025-11-03 03:16:56] "POST /neutron/port HTTP/1.1" 200 1086 0.014178 10.0.0.249 - - [2025-11-03 03:16:56] "GET /virtual-machine/7b98c418-ff97-4278-b695-a3341eec1cb3 HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-11-03 03:16:56] "GET /virtual-machine/7b98c418-ff97-4278-b695-a3341eec1cb3 HTTP/1.1" 200 1293 0.026982 10.0.0.249 - - [2025-11-03 03:16:56] "GET /virtual-machine-interface/38c07c9b-0500-43c9-8eb3-ae461bb3f464 HTTP/1.1" 200 2964 0.006265 10.0.0.249 - - [2025-11-03 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.249 - - [2025-11-03 03:16:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003975 10.0.0.249 - - [2025-11-03 03:16:56] "GET /virtual-networks?parent_id=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003307 10.0.0.249 - - [2025-11-03 03:16:56] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007075 10.0.0.249 - - [2025-11-03 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.249 - - [2025-11-03 03:16:59] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005768 10.0.0.249 - - [2025-11-03 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012426 10.0.0.249 - - [2025-11-03 03:17:04] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006356 10.0.0.249 - - [2025-11-03 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.249 - - [2025-11-03 03:17:08] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005072 10.0.0.249 - - [2025-11-03 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.249 - - [2025-11-03 03:17:12] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005653 10.0.0.249 - - [2025-11-03 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2025-11-03 03:17:16] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006154 10.0.0.249 - - [2025-11-03 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.249 - - [2025-11-03 03:17:20] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006430 10.0.0.249 - - [2025-11-03 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.249 - - [2025-11-03 03:17:24] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005763 10.0.0.249 - - [2025-11-03 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.249 - - [2025-11-03 03:17:28] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005662 10.0.0.249 - - [2025-11-03 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.249 - - [2025-11-03 03:17:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003428 10.0.0.249 - - [2025-11-03 03:17:30] "GET /virtual-networks?parent_id=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003232 10.0.0.249 - - [2025-11-03 03:17:30] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005943 10.0.0.249 - - [2025-11-03 03:17:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007508 10.0.0.23 - - [2025-11-03 03:17:33] "DELETE /project/914d2321df79412eabb1aa784b6c752a HTTP/1.1" 404 173 0.013252 10.0.0.249 - - [2025-11-03 03:17:33] "DELETE /access-control-list/ff4d030c-a0cb-4d67-be67-52cd1c3c1e3e HTTP/1.1" 200 115 0.099488 10.0.0.23 - - [2025-11-03 03:17:33] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.23 - - [2025-11-03 03:17:33] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.106809 10.0.0.23 - - [2025-11-03 03:17:33] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.23 - - [2025-11-03 03:17:33] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?fields=security_groups HTTP/1.1" 404 171 0.046670 10.0.0.23 - - [2025-11-03 03:17:33] "GET /projects?obj_uuids=acecf4e5-015f-481d-8e76-add0586fcf91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.23 - - [2025-11-03 03:17:33] "GET /project/acecf4e5-015f-481d-8e76-add0586fcf91?fields=application_policy_sets HTTP/1.1" 404 171 0.383328 10.0.0.23 - - [2025-11-03 03:17:33] "DELETE /project/acecf4e5-015f-481d-8e76-add0586fcf91 HTTP/1.1" 404 171 0.639884 10.0.0.249 - - [2025-11-03 03:17:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015769 10.0.0.249 - - [2025-11-03 03:17:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006703 10.0.0.249 - - [2025-11-03 03:17:51] "POST /neutron/port HTTP/1.1" 200 1086 0.015595 10.0.0.23 - - [2025-11-03 03:18:15] "GET /obj-perms HTTP/1.1" 200 5075 0.058558 10.0.0.249 - - [2025-11-03 03:18:16] "GET /obj-perms HTTP/1.1" 200 5075 0.043574 10.0.0.249 - - [2025-11-03 03:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.008179 10.0.0.249 - - [2025-11-03 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.009581 10.0.0.249 - - [2025-11-03 03:18:19] "POST /neutron/network HTTP/1.1" 200 843 0.006983 10.0.0.23 - - [2025-11-03 03:18:20] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.249 - - [2025-11-03 03:18:20] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.062171 10.0.0.249 - - [2025-11-03 03:18:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007898 10.0.0.249 - - [2025-11-03 03:18:21] "POST /neutron/network HTTP/1.1" 200 843 0.006436 10.0.0.249 - - [2025-11-03 03:18:21] "POST /neutron/port HTTP/1.1" 200 1058 0.034876 10.0.0.249 - - [2025-11-03 03:18:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.249 - - [2025-11-03 03:18:21] "POST /neutron/network HTTP/1.1" 200 833 0.006481 10.0.0.249 - - [2025-11-03 03:18:30] "POST /neutron/port HTTP/1.1" 200 1086 0.028268 10.0.0.249 - - [2025-11-03 03:18:31] "POST /neutron/port HTTP/1.1" 200 1086 0.018198 10.0.0.249 - - [2025-11-03 03:18:31] "POST /neutron/subnet HTTP/1.1" 200 685 0.010226 10.0.0.249 - - [2025-11-03 03:18:31] "POST /neutron/port HTTP/1.1" 200 1086 0.039224 10.0.0.249 - - [2025-11-03 03:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.249 - - [2025-11-03 03:18:32] "POST /neutron/network HTTP/1.1" 200 833 0.007175 10.0.0.249 - - [2025-11-03 03:18:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015716 10.0.0.249 - - [2025-11-03 03:18:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007597 10.0.0.249 - - [2025-11-03 03:18:36] "GET /virtual-machine/5cb84ff1-ec11-4037-84cd-22b1a2faaf8f HTTP/1.1" 200 1292 0.008626 10.0.0.249 - - [2025-11-03 03:18:36] "GET /virtual-machine-interface/9bedfdb6-c540-4d7f-8b4f-09d2fe067a8d HTTP/1.1" 200 2965 0.006766 10.0.0.249 - - [2025-11-03 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-11-03 03:18:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003767 10.0.0.249 - - [2025-11-03 03:18:36] "GET /virtual-networks?parent_id=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004078 10.0.0.249 - - [2025-11-03 03:18:36] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007042 10.0.0.249 - - [2025-11-03 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.249 - - [2025-11-03 03:18:39] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005066 10.0.0.249 - - [2025-11-03 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.249 - - [2025-11-03 03:18:43] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005843 10.0.0.249 - - [2025-11-03 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.249 - - [2025-11-03 03:18:47] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006946 10.0.0.249 - - [2025-11-03 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.249 - - [2025-11-03 03:18:51] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005402 10.0.0.249 - - [2025-11-03 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.249 - - [2025-11-03 03:18:55] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006510 10.0.0.249 - - [2025-11-03 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2025-11-03 03:18:59] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006429 10.0.0.249 - - [2025-11-03 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-11-03 03:19:03] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005344 10.0.0.249 - - [2025-11-03 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.249 - - [2025-11-03 03:19:08] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005345 10.0.0.249 - - [2025-11-03 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.249 - - [2025-11-03 03:19:12] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006163 10.0.0.249 - - [2025-11-03 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2025-11-03 03:19:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003769 10.0.0.249 - - [2025-11-03 03:19:14] "GET /virtual-networks?parent_id=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003039 10.0.0.249 - - [2025-11-03 03:19:14] "GET /virtual-network/512d6721-5aa1-457f-a210-06a3334cf87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005499 10.0.0.249 - - [2025-11-03 03:19:19] "POST /neutron/port HTTP/1.1" 200 1086 0.015817 10.0.0.249 - - [2025-11-03 03:19:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006959 10.0.0.249 - - [2025-11-03 03:19:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015930 10.0.0.249 - - [2025-11-03 03:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.019610 10.0.0.249 - - [2025-11-03 03:19:33] "POST /neutron/subnet HTTP/1.1" 200 685 0.009041 10.0.0.249 - - [2025-11-03 03:19:33] "POST /neutron/port HTTP/1.1" 200 1086 0.016646 10.0.0.249 - - [2025-11-03 03:19:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.249 - - [2025-11-03 03:19:34] "POST /neutron/network HTTP/1.1" 200 833 0.006535 10.0.0.249 - - [2025-11-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-11-03 03:20:02] "DELETE /virtual-DNS/db534876-e3e8-49bd-8f77-136c1a37c220 HTTP/1.1" 409 235 0.008436 10.0.0.249 - - [2025-11-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003371 10.0.0.249 - - [2025-11-03 03:20:02] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.025919 10.0.0.249 - - [2025-11-03 03:20:02] "GET /virtual-DNS-record/d8100ebe-d948-43e5-8494-e3b636c4cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.007625 10.0.0.249 - - [2025-11-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.249 - - [2025-11-03 03:20:02] "GET /virtual-DNS-record/d8100ebe-d948-43e5-8494-e3b636c4cae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004386 10.0.0.249 - - [2025-11-03 03:20:09] "DELETE /virtual-DNS-record/d8100ebe-d948-43e5-8494-e3b636c4cae2 HTTP/1.1" 200 115 0.025949 10.0.0.249 - - [2025-11-03 03:20:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.005823 10.0.0.249 - - [2025-11-03 03:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014384 10.0.0.249 - - [2025-11-03 03:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.012993 10.0.0.249 - - [2025-11-03 03:20:11] "POST /neutron/network HTTP/1.1" 200 833 0.008350 10.0.0.249 - - [2025-11-03 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.249 - - [2025-11-03 03:20:11] "DELETE /network-ipam/83a58d6c-9658-4329-8f98-add2bec6b5b5 HTTP/1.1" 200 115 0.068324 10.0.0.249 - - [2025-11-03 03:20:11] "DELETE /virtual-DNS/db534876-e3e8-49bd-8f77-136c1a37c220 HTTP/1.1" 200 115 0.042237 10.0.0.249 - - [2025-11-03 03:20:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004854 10.0.0.23 - - [2025-11-03 03:20:13] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.249 - - [2025-11-03 03:20:13] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047056 10.0.0.23 - - [2025-11-03 03:20:13] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.249 - - [2025-11-03 03:20:13] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?fields=virtual_networks HTTP/1.1" 200 1045 0.042608 10.0.0.23 - - [2025-11-03 03:20:13] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.249 - - [2025-11-03 03:20:13] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.051971 10.0.0.23 - - [2025-11-03 03:20:13] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.249 - - [2025-11-03 03:20:13] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?fields=security_groups HTTP/1.1" 200 1272 0.047006 10.0.0.249 - - [2025-11-03 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.023937 10.0.0.23 - - [2025-11-03 03:20:14] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.23 - - [2025-11-03 03:20:14] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.23 - - [2025-11-03 03:20:14] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008397 10.0.0.23 - - [2025-11-03 03:20:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.005272 10.0.0.23 - - [2025-11-03 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.011335 10.0.0.23 - - [2025-11-03 03:20:14] "POST /security-groups HTTP/1.1" 200 592 0.077023 10.0.0.249 - - [2025-11-03 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.007752 10.0.0.23 - - [2025-11-03 03:20:14] "POST /projects HTTP/1.1" 200 587 0.293223 10.0.0.23 - - [2025-11-03 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.367455 10.0.0.249 - - [2025-11-03 03:20:14] "POST /access-control-lists HTTP/1.1" 200 595 0.033466 10.0.0.249 - - [2025-11-03 03:20:14] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.519012 10.0.0.249 - - [2025-11-03 03:20:15] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.61 - - [2025-11-03 03:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.046923 10.0.0.249 - - [2025-11-03 03:20:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2025-11-03 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023980 10.0.0.23 - - [2025-11-03 03:20:17] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.249 - - [2025-11-03 03:20:17] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047585 10.0.0.23 - - [2025-11-03 03:20:18] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.249 - - [2025-11-03 03:20:18] "POST /neutron/network HTTP/1.1" 200 608 0.166257 10.0.0.249 - - [2025-11-03 03:20:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.003113 10.0.0.249 - - [2025-11-03 03:20:18] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006185 10.0.0.249 - - [2025-11-03 03:20:18] "POST /neutron/network HTTP/1.1" 200 828 0.007308 10.0.0.249 - - [2025-11-03 03:20:18] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004858 10.0.0.249 - - [2025-11-03 03:20:19] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007366 10.0.0.249 - - [2025-11-03 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2025-11-03 03:20:20] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000858 10.0.0.249 - - [2025-11-03 03:20:20] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046986 10.0.0.249 - - [2025-11-03 03:20:20] "POST /neutron/network HTTP/1.1" 200 117 0.014282 10.0.0.249 - - [2025-11-03 03:20:20] "POST /route-targets HTTP/1.1" 200 327 0.013279 10.0.0.23 - - [2025-11-03 03:20:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.23 - - [2025-11-03 03:20:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 03:20:20] "POST /neutron/network HTTP/1.1" 200 828 0.008535 10.0.0.249 - - [2025-11-03 03:20:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.000992 10.0.0.249 - - [2025-11-03 03:20:21] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004745 10.0.0.249 - - [2025-11-03 03:20:21] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005744 10.0.0.249 - - [2025-11-03 03:20:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.008972 10.0.0.249 - - [2025-11-03 03:20:21] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007694 10.0.0.249 - - [2025-11-03 03:20:21] "GET /obj-perms HTTP/1.1" 200 5051 0.098314 10.0.0.23 - - [2025-11-03 03:20:21] "GET /obj-perms HTTP/1.1" 200 5051 0.051615 10.0.0.249 - - [2025-11-03 03:20:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001258 10.0.0.23 - - [2025-11-03 03:20:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.23 - - [2025-11-03 03:20:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000833 10.0.0.61 - - [2025-11-03 03:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.61 - - [2025-11-03 03:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2025-11-03 03:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000553 10.0.0.61 - - [2025-11-03 03:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.249 - - [2025-11-03 03:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.61 - - [2025-11-03 03:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000328 10.0.0.249 - - [2025-11-03 03:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-11-03 03:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-11-03 03:20:33] "DELETE /access-control-list/ae8ad609-bb3e-441b-be3a-99890fa12080 HTTP/1.1" 200 115 0.029426 10.0.0.23 - - [2025-11-03 03:20:34] "DELETE /project/3db20f8459aa4ffeb4a1ca30dd3fd10b HTTP/1.1" 404 173 0.012418 10.0.0.23 - - [2025-11-03 03:20:34] "GET /projects?obj_uuids=914d2321-df79-412e-abb1-aa784b6c752a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.23 - - [2025-11-03 03:20:34] "GET /project/914d2321-df79-412e-abb1-aa784b6c752a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.047134 10.0.0.23 - - [2025-11-03 03:20:34] "DELETE /project/914d2321-df79-412e-abb1-aa784b6c752a HTTP/1.1" 404 171 0.068425 10.0.0.23 - - [2025-11-03 03:20:37] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.249 - - [2025-11-03 03:20:37] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074342 10.0.0.249 - - [2025-11-03 03:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.006557 10.0.0.249 - - [2025-11-03 03:20:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001887 10.0.0.249 - - [2025-11-03 03:20:38] "POST /neutron/network HTTP/1.1" 200 838 0.006563 10.0.0.23 - - [2025-11-03 03:20:38] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.249 - - [2025-11-03 03:20:38] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.104330 10.0.0.249 - - [2025-11-03 03:20:38] "POST /neutron/network HTTP/1.1" 200 828 0.020479 10.0.0.249 - - [2025-11-03 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.009450 10.0.0.249 - - [2025-11-03 03:20:39] "POST /neutron/port HTTP/1.1" 200 1116 0.187974 10.0.0.249 - - [2025-11-03 03:20:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006850 10.0.0.249 - - [2025-11-03 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001805 10.0.0.23 - - [2025-11-03 03:20:39] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.249 - - [2025-11-03 03:20:40] "POST /neutron/port HTTP/1.1" 200 1062 0.531060 10.0.0.249 - - [2025-11-03 03:20:40] "POST /neutron/port HTTP/1.1" 200 1116 0.209474 10.0.0.249 - - [2025-11-03 03:20:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.023274 10.0.0.249 - - [2025-11-03 03:20:44] "POST /neutron/port HTTP/1.1" 200 1090 0.040204 10.0.0.249 - - [2025-11-03 03:20:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012879 10.0.0.249 - - [2025-11-03 03:20:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014346 10.0.0.249 - - [2025-11-03 03:21:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008205 10.0.0.249 - - [2025-11-03 03:21:15] "POST /neutron/port HTTP/1.1" 200 1090 0.013883 10.0.0.249 - - [2025-11-03 03:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006195 10.0.0.249 - - [2025-11-03 03:21:15] "GET /virtual-machine/17490198-4ea5-4ef7-8a21-f5093f72bbed HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-11-03 03:21:15] "GET /virtual-machine/17490198-4ea5-4ef7-8a21-f5093f72bbed HTTP/1.1" 200 1292 0.029270 10.0.0.249 - - [2025-11-03 03:21:15] "GET /virtual-machine-interface/dcd4e62f-68bd-42ea-924a-c18db43df21d HTTP/1.1" 200 2950 0.006455 10.0.0.249 - - [2025-11-03 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-11-03 03:21:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002996 10.0.0.249 - - [2025-11-03 03:21:15] "GET /virtual-networks?parent_id=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004699 10.0.0.249 - - [2025-11-03 03:21:15] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006991 10.0.0.249 - - [2025-11-03 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.249 - - [2025-11-03 03:21:18] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005615 10.0.0.249 - - [2025-11-03 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2025-11-03 03:21:22] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004757 10.0.0.249 - - [2025-11-03 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.249 - - [2025-11-03 03:21:27] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005569 10.0.0.249 - - [2025-11-03 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.249 - - [2025-11-03 03:21:31] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012432 10.0.0.249 - - [2025-11-03 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.249 - - [2025-11-03 03:21:35] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005317 10.0.0.249 - - [2025-11-03 03:21:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015905 10.0.0.249 - - [2025-11-03 03:21:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.249 - - [2025-11-03 03:21:35] "POST /neutron/network HTTP/1.1" 200 828 0.013059 10.0.0.249 - - [2025-11-03 03:21:35] "POST /neutron/network HTTP/1.1" 200 838 0.007642 10.0.0.249 - - [2025-11-03 03:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.249 - - [2025-11-03 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2025-11-03 03:21:39] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007138 10.0.0.249 - - [2025-11-03 03:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.249 - - [2025-11-03 03:21:43] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005295 10.0.0.249 - - [2025-11-03 03:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-11-03 03:21:47] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005247 10.0.0.249 - - [2025-11-03 03:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.249 - - [2025-11-03 03:21:51] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005377 10.0.0.249 - - [2025-11-03 03:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.249 - - [2025-11-03 03:21:55] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005460 10.0.0.249 - - [2025-11-03 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.249 - - [2025-11-03 03:21:59] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005455 10.0.0.249 - - [2025-11-03 03:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.249 - - [2025-11-03 03:22:03] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005980 10.0.0.249 - - [2025-11-03 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-11-03 03:22:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003617 10.0.0.249 - - [2025-11-03 03:22:05] "GET /virtual-networks?parent_id=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003026 10.0.0.249 - - [2025-11-03 03:22:06] "GET /virtual-network/f7544c75-5056-402d-9d21-3b0ae5b9cf1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006927 10.0.0.249 - - [2025-11-03 03:22:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007793 10.0.0.249 - - [2025-11-03 03:22:16] "POST /neutron/port HTTP/1.1" 200 1090 0.014394 10.0.0.61 - - [2025-11-03 03:22:18] "GET /obj-perms HTTP/1.1" 200 5075 0.052659 10.0.0.249 - - [2025-11-03 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031841 10.0.0.249 - - [2025-11-03 03:22:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014556 10.0.0.249 - - [2025-11-03 03:22:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006574 10.0.0.249 - - [2025-11-03 03:22:35] "POST /neutron/network HTTP/1.1" 200 838 0.006918 10.0.0.249 - - [2025-11-03 03:22:36] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.249 - - [2025-11-03 03:22:36] "POST /neutron/port HTTP/1.1" 200 1090 0.018366 10.0.0.249 - - [2025-11-03 03:22:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.010500 10.0.0.249 - - [2025-11-03 03:22:37] "POST /neutron/port HTTP/1.1" 200 1090 0.014234 10.0.0.249 - - [2025-11-03 03:22:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006723 10.0.0.249 - - [2025-11-03 03:22:47] "POST /neutron/port HTTP/1.1" 200 1090 0.016209 10.0.0.249 - - [2025-11-03 03:22:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006474 10.0.0.249 - - [2025-11-03 03:23:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017436 10.0.0.249 - - [2025-11-03 03:23:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007748 10.0.0.249 - - [2025-11-03 03:23:03] "GET /virtual-machine/f2e523c5-3a50-459a-af2d-ac78b92c8586 HTTP/1.1" 200 1294 0.006317 10.0.0.249 - - [2025-11-03 03:23:03] "GET /virtual-machine-interface/bd54e019-875b-4797-a6e3-7a061118960b HTTP/1.1" 200 2950 0.006416 10.0.0.249 - - [2025-11-03 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.249 - - [2025-11-03 03:23:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003541 10.0.0.249 - - [2025-11-03 03:23:03] "GET /virtual-networks?parent_id=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003329 10.0.0.249 - - [2025-11-03 03:23:03] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007105 10.0.0.249 - - [2025-11-03 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-11-03 03:23:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004201 10.0.0.249 - - [2025-11-03 03:23:04] "GET /virtual-networks?parent_id=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002851 10.0.0.249 - - [2025-11-03 03:23:04] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006694 10.0.0.249 - - [2025-11-03 03:23:04] "POST /neutron/port HTTP/1.1" 200 1090 0.015283 10.0.0.249 - - [2025-11-03 03:23:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007099 10.0.0.249 - - [2025-11-03 03:23:19] "POST /neutron/port HTTP/1.1" 200 1090 0.017405 10.0.0.249 - - [2025-11-03 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.23 - - [2025-11-03 03:23:25] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.023782 10.0.0.249 - - [2025-11-03 03:23:25] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.073279 10.0.0.249 - - [2025-11-03 03:23:25] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006157 10.0.0.249 - - [2025-11-03 03:23:25] "GET /floating-ip-pools?parent_id=36563302-5dc8-45d8-a35e-d04f8afb573a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003331 10.0.0.249 - - [2025-11-03 03:23:25] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007068 10.0.0.249 - - [2025-11-03 03:23:25] "POST /floating-ip-pools HTTP/1.1" 200 598 0.034921 10.0.0.249 - - [2025-11-03 03:23:25] "POST /ref-update HTTP/1.1" 200 156 0.016485 10.0.0.249 - - [2025-11-03 03:23:25] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006680 10.0.0.249 - - [2025-11-03 03:23:25] "GET /virtual-network/36563302-5dc8-45d8-a35e-d04f8afb573a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005621 10.0.0.249 - - [2025-11-03 03:23:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016593 10.0.0.249 - - [2025-11-03 03:23:26] "POST /neutron/floatingip HTTP/1.1" 200 579 0.017133 10.0.0.249 - - [2025-11-03 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.249 - - [2025-11-03 03:23:26] "GET /routing-instance/b2601222-c6ae-40dd-ac76-b87ce84f1df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005629 10.0.0.249 - - [2025-11-03 03:23:26] "GET /route-target/d00fbf20-50e0-4cac-92e0-d105f01e7c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004320 10.0.0.249 - - [2025-11-03 03:23:36] "POST /neutron/network HTTP/1.1" 200 838 0.032616 10.0.0.249 - - [2025-11-03 03:23:36] "POST /neutron/port HTTP/1.1" 200 1090 0.051622 10.0.0.249 - - [2025-11-03 03:23:36] "POST /neutron/port HTTP/1.1" 200 1090 0.017999 10.0.0.249 - - [2025-11-03 03:23:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.008382 10.0.0.249 - - [2025-11-03 03:23:50] "POST /neutron/floatingip HTTP/1.1" 200 579 0.011239 10.0.0.249 - - [2025-11-03 03:23:50] "POST /neutron/floatingip HTTP/1.1" 200 115 0.052757 10.0.0.249 - - [2025-11-03 03:23:50] "GET /floating-ip-pool/a6d9b963-f987-407b-8a15-44739277fcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.003907 10.0.0.249 - - [2025-11-03 03:23:50] "POST /ref-update HTTP/1.1" 200 156 0.011850 10.0.0.249 - - [2025-11-03 03:23:50] "DELETE /floating-ip-pool/a6d9b963-f987-407b-8a15-44739277fcae HTTP/1.1" 200 115 0.034107 10.0.0.249 - - [2025-11-03 03:23:51] "POST /neutron/port HTTP/1.1" 200 1090 0.014861 10.0.0.249 - - [2025-11-03 03:23:51] "POST /neutron/port HTTP/1.1" 200 1090 0.015084 10.0.0.249 - - [2025-11-03 03:23:52] "POST /neutron/network HTTP/1.1" 200 828 0.006918 10.0.0.23 - - [2025-11-03 03:23:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.23 - - [2025-11-03 03:23:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.249 - - [2025-11-03 03:23:53] "POST /neutron/network HTTP/1.1" 200 151 0.133636 10.0.0.249 - - [2025-11-03 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.039368 10.0.0.23 - - [2025-11-03 03:23:54] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.249 - - [2025-11-03 03:23:54] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068631 10.0.0.23 - - [2025-11-03 03:23:54] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.249 - - [2025-11-03 03:23:54] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?fields=virtual_networks HTTP/1.1" 200 1044 0.037882 10.0.0.23 - - [2025-11-03 03:23:54] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.249 - - [2025-11-03 03:23:54] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.038683 10.0.0.23 - - [2025-11-03 03:23:54] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.249 - - [2025-11-03 03:23:55] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?fields=security_groups HTTP/1.1" 200 1271 0.047405 10.0.0.249 - - [2025-11-03 03:23:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.028010 10.0.0.23 - - [2025-11-03 03:23:55] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003007 10.0.0.23 - - [2025-11-03 03:23:55] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.23 - - [2025-11-03 03:23:55] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039157 10.0.0.23 - - [2025-11-03 03:23:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.001360 10.0.0.23 - - [2025-11-03 03:23:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.018132 10.0.0.23 - - [2025-11-03 03:23:56] "POST /security-groups HTTP/1.1" 200 591 0.073707 10.0.0.23 - - [2025-11-03 03:23:56] "POST /projects HTTP/1.1" 200 585 0.305711 10.0.0.249 - - [2025-11-03 03:23:56] "POST /access-control-lists HTTP/1.1" 200 596 0.031285 10.0.0.23 - - [2025-11-03 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.383994 10.0.0.249 - - [2025-11-03 03:23:56] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.565657 10.0.0.249 - - [2025-11-03 03:23:57] "GET / HTTP/1.1" 200 35931 0.001318 10.0.0.249 - - [2025-11-03 03:23:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-11-03 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054728 10.0.0.23 - - [2025-11-03 03:23:59] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.249 - - [2025-11-03 03:23:59] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.035276 10.0.0.249 - - [2025-11-03 03:23:59] "POST /route-targets HTTP/1.1" 200 327 0.016499 10.0.0.23 - - [2025-11-03 03:24:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013046 10.0.0.249 - - [2025-11-03 03:24:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.210824 10.0.0.249 - - [2025-11-03 03:24:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001253 10.0.0.249 - - [2025-11-03 03:24:00] "GET /virtual-network/441357ad-d235-479e-a504-fb1b9cf774e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006200 10.0.0.249 - - [2025-11-03 03:24:00] "GET /virtual-network/441357ad-d235-479e-a504-fb1b9cf774e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005967 10.0.0.249 - - [2025-11-03 03:24:00] "POST /neutron/network HTTP/1.1" 200 839 0.006892 10.0.0.249 - - [2025-11-03 03:24:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001385 10.0.0.249 - - [2025-11-03 03:24:00] "POST /neutron/network HTTP/1.1" 200 849 0.008171 10.0.0.23 - - [2025-11-03 03:24:01] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.249 - - [2025-11-03 03:24:01] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.082036 10.0.0.249 - - [2025-11-03 03:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.006701 10.0.0.249 - - [2025-11-03 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-11-03 03:24:01] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003748 10.0.0.249 - - [2025-11-03 03:24:01] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.013393 10.0.0.23 - - [2025-11-03 03:24:01] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.249 - - [2025-11-03 03:24:02] "POST /neutron/port HTTP/1.1" 200 1055 0.296703 10.0.0.249 - - [2025-11-03 03:24:02] "POST /neutron/port HTTP/1.1" 200 1109 0.122708 10.0.0.249 - - [2025-11-03 03:24:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.009771 10.0.0.249 - - [2025-11-03 03:24:06] "POST /neutron/port HTTP/1.1" 200 1083 0.016244 10.0.0.249 - - [2025-11-03 03:24:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007778 10.0.0.249 - - [2025-11-03 03:24:06] "GET /virtual-machine/55a2da85-de4b-43ae-84d2-410c93415808 HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-11-03 03:24:07] "GET /virtual-machine/55a2da85-de4b-43ae-84d2-410c93415808 HTTP/1.1" 200 1291 0.026341 10.0.0.249 - - [2025-11-03 03:24:07] "GET /virtual-machine-interface/1d7cf09c-ff44-47c3-a1bb-164d6809ded7 HTTP/1.1" 200 2971 0.004730 10.0.0.249 - - [2025-11-03 03:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-11-03 03:24:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004088 10.0.0.249 - - [2025-11-03 03:24:07] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002791 10.0.0.249 - - [2025-11-03 03:24:07] "GET /virtual-network/441357ad-d235-479e-a504-fb1b9cf774e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006941 10.0.0.249 - - [2025-11-03 03:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.249 - - [2025-11-03 03:24:10] "GET /virtual-network/441357ad-d235-479e-a504-fb1b9cf774e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005463 10.0.0.249 - - [2025-11-03 03:24:11] "POST /neutron/port HTTP/1.1" 200 1083 0.018478 10.0.0.249 - - [2025-11-03 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.249 - - [2025-11-03 03:24:12] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003614 10.0.0.249 - - [2025-11-03 03:24:12] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003317 10.0.0.249 - - [2025-11-03 03:24:12] "GET /virtual-network/441357ad-d235-479e-a504-fb1b9cf774e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005683 10.0.0.249 - - [2025-11-03 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.249 - - [2025-11-03 03:24:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003657 10.0.0.249 - - [2025-11-03 03:24:14] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.011107 10.0.0.249 - - [2025-11-03 03:24:14] "POST /neutron/network HTTP/1.1" 400 204 0.014225 10.0.0.249 - - [2025-11-03 03:24:15] "POST /neutron/port HTTP/1.1" 200 151 0.165316 10.0.0.249 - - [2025-11-03 03:24:16] "DELETE /route-target/f20c2f5c-fae8-465d-beb0-2654a8ee9a24 HTTP/1.1" 200 115 0.025450 10.0.0.249 - - [2025-11-03 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.23 - - [2025-11-03 03:24:19] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.249 - - [2025-11-03 03:24:19] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045298 10.0.0.249 - - [2025-11-03 03:24:19] "POST /neutron/network HTTP/1.1" 200 117 0.013958 10.0.0.23 - - [2025-11-03 03:24:20] "GET /obj-perms HTTP/1.1" 200 5075 0.072236 10.0.0.249 - - [2025-11-03 03:24:20] "POST /neutron/network HTTP/1.1" 200 826 0.007964 10.0.0.249 - - [2025-11-03 03:24:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001038 10.0.0.249 - - [2025-11-03 03:24:20] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004900 10.0.0.249 - - [2025-11-03 03:24:20] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005490 10.0.0.249 - - [2025-11-03 03:24:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.008433 10.0.0.249 - - [2025-11-03 03:24:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001066 10.0.0.249 - - [2025-11-03 03:24:20] "GET /obj-perms HTTP/1.1" 200 5075 0.046112 10.0.0.23 - - [2025-11-03 03:24:21] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.249 - - [2025-11-03 03:24:21] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.073592 10.0.0.249 - - [2025-11-03 03:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.006184 10.0.0.249 - - [2025-11-03 03:24:21] "POST /neutron/network HTTP/1.1" 200 836 0.006581 10.0.0.249 - - [2025-11-03 03:24:22] "POST /neutron/port HTTP/1.1" 200 1062 0.016937 10.0.0.249 - - [2025-11-03 03:24:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003684 10.0.0.249 - - [2025-11-03 03:24:22] "POST /neutron/network HTTP/1.1" 200 826 0.007139 10.0.0.249 - - [2025-11-03 03:24:31] "POST /neutron/port HTTP/1.1" 200 1090 0.084565 10.0.0.249 - - [2025-11-03 03:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006674 10.0.0.249 - - [2025-11-03 03:24:32] "GET /virtual-machine/c4694ffd-c937-4a1f-a754-78abf28a65f5 HTTP/1.1" 200 1293 0.005850 10.0.0.249 - - [2025-11-03 03:24:32] "GET /virtual-machine-interface/f682b27c-8ad6-4a8a-893d-e0b7e2407f5e HTTP/1.1" 200 2941 0.006526 10.0.0.249 - - [2025-11-03 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-11-03 03:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004615 10.0.0.249 - - [2025-11-03 03:24:32] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002951 10.0.0.249 - - [2025-11-03 03:24:32] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008267 10.0.0.23 - - [2025-11-03 03:24:34] "DELETE /project/1fcfbc93e15f483fb08be8e36b47188a HTTP/1.1" 404 173 0.004021 10.0.0.23 - - [2025-11-03 03:24:34] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.23 - - [2025-11-03 03:24:34] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.050661 10.0.0.23 - - [2025-11-03 03:24:34] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.23 - - [2025-11-03 03:24:34] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?fields=security_groups HTTP/1.1" 200 1114 0.075133 10.0.0.23 - - [2025-11-03 03:24:34] "GET /projects?obj_uuids=3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002266 10.0.0.249 - - [2025-11-03 03:24:34] "DELETE /access-control-list/d412d87d-6c8a-4bf5-bacc-2603f0624d15 HTTP/1.1" 200 115 0.074569 10.0.0.23 - - [2025-11-03 03:24:34] "GET /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b?fields=application_policy_sets HTTP/1.1" 200 1415 0.089091 10.0.0.23 - - [2025-11-03 03:24:34] "DELETE /project/3db20f84-59aa-4ffe-b4a1-ca30dd3fd10b HTTP/1.1" 200 115 0.432404 10.0.0.249 - - [2025-11-03 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.249 - - [2025-11-03 03:24:35] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010721 10.0.0.249 - - [2025-11-03 03:24:37] "POST /neutron/port HTTP/1.1" 200 1090 0.013889 10.0.0.249 - - [2025-11-03 03:24:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004106 10.0.0.249 - - [2025-11-03 03:24:37] "POST /neutron/network HTTP/1.1" 200 826 0.007446 10.0.0.249 - - [2025-11-03 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-11-03 03:24:39] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005755 10.0.0.249 - - [2025-11-03 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-11-03 03:24:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004174 10.0.0.249 - - [2025-11-03 03:24:43] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003115 10.0.0.249 - - [2025-11-03 03:24:43] "GET /virtual-network/e66e2740-e61c-40be-96d1-9a678504b378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006043 10.0.0.249 - - [2025-11-03 03:24:45] "POST /neutron/network HTTP/1.1" 200 826 0.007561 10.0.0.249 - - [2025-11-03 03:24:46] "POST /neutron/port HTTP/1.1" 200 1116 0.011742 10.0.0.23 - - [2025-11-03 03:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.23 - - [2025-11-03 03:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004052 10.0.0.249 - - [2025-11-03 03:24:47] "POST /neutron/network HTTP/1.1" 200 151 0.111879 10.0.0.249 - - [2025-11-03 03:24:47] "DELETE /route-target/29bf66a2-817e-45ac-8d72-4c6c25ca04d7 HTTP/1.1" 200 115 0.021519 10.0.0.249 - - [2025-11-03 03:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003365 10.0.0.249 - - [2025-11-03 03:24:50] "POST /network-ipams HTTP/1.1" 200 541 0.032524 10.0.0.249 - - [2025-11-03 03:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003263 10.0.0.249 - - [2025-11-03 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2025-11-03 03:24:50] "GET /network-ipam/44acd438-3de8-4953-993e-a6461d9010b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.007056 10.0.0.249 - - [2025-11-03 03:24:50] "PUT /network-ipam/44acd438-3de8-4953-993e-a6461d9010b3 HTTP/1.1" 200 258 0.014096 10.0.0.249 - - [2025-11-03 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.23 - - [2025-11-03 03:24:50] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.249 - - [2025-11-03 03:24:50] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045269 10.0.0.23 - - [2025-11-03 03:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007445 10.0.0.249 - - [2025-11-03 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.242536 10.0.0.249 - - [2025-11-03 03:24:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001856 10.0.0.249 - - [2025-11-03 03:24:51] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008370 10.0.0.249 - - [2025-11-03 03:24:51] "POST /neutron/network HTTP/1.1" 200 994 0.008597 10.0.0.249 - - [2025-11-03 03:24:51] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004992 10.0.0.249 - - [2025-11-03 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.008971 10.0.0.249 - - [2025-11-03 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.009701 10.0.0.249 - - [2025-11-03 03:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001410 10.0.0.249 - - [2025-11-03 03:24:52] "POST /neutron/port HTTP/1.1" 200 1017 0.014915 10.0.0.249 - - [2025-11-03 03:24:52] "POST /neutron/port HTTP/1.1" 200 1017 0.009458 10.0.0.249 - - [2025-11-03 03:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.006049 10.0.0.249 - - [2025-11-03 03:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.034817 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009694 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/network HTTP/1.1" 200 1004 0.006628 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.007654 10.0.0.249 - - [2025-11-03 03:24:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001334 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006987 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/subnet HTTP/1.1" 200 673 0.011924 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/network HTTP/1.1" 200 994 0.009821 10.0.0.249 - - [2025-11-03 03:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.009362 10.0.0.249 - - [2025-11-03 03:24:54] "POST /neutron/port HTTP/1.1" 200 1083 0.016908 10.0.0.249 - - [2025-11-03 03:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2025-11-03 03:24:54] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.249 - - [2025-11-03 03:24:54] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058426 10.0.0.249 - - [2025-11-03 03:24:54] "POST /neutron/port HTTP/1.1" 200 2050 0.024571 10.0.0.249 - - [2025-11-03 03:24:55] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006126 10.0.0.249 - - [2025-11-03 03:24:55] "POST /neutron/network HTTP/1.1" 200 1004 0.010184 10.0.0.249 - - [2025-11-03 03:24:55] "POST /neutron/port HTTP/1.1" 200 1055 0.025918 10.0.0.249 - - [2025-11-03 03:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004199 10.0.0.249 - - [2025-11-03 03:24:55] "POST /neutron/network HTTP/1.1" 200 994 0.009855 10.0.0.249 - - [2025-11-03 03:24:56] "POST /neutron/port HTTP/1.1" 200 1083 0.014813 10.0.0.249 - - [2025-11-03 03:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006797 10.0.0.249 - - [2025-11-03 03:24:56] "GET /virtual-machine/4ed2c74d-e5c1-464b-ab98-712ff714599a HTTP/1.1" 200 1288 0.007921 10.0.0.249 - - [2025-11-03 03:24:56] "GET /virtual-machine-interface/938356a2-3e38-4698-9a5d-fdbf5a19f7bd HTTP/1.1" 200 2942 0.005807 10.0.0.249 - - [2025-11-03 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.249 - - [2025-11-03 03:24:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003873 10.0.0.249 - - [2025-11-03 03:24:56] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004148 10.0.0.249 - - [2025-11-03 03:24:56] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008166 10.0.0.249 - - [2025-11-03 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-11-03 03:24:59] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005549 10.0.0.249 - - [2025-11-03 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.249 - - [2025-11-03 03:25:04] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005743 10.0.0.249 - - [2025-11-03 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-11-03 03:25:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003570 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002627 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007826 10.0.0.249 - - [2025-11-03 03:25:06] "POST /neutron/port HTTP/1.1" 200 1083 0.017188 10.0.0.249 - - [2025-11-03 03:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007067 10.0.0.249 - - [2025-11-03 03:25:06] "POST /neutron/port HTTP/1.1" 200 1083 0.016183 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-machine/c99a16c8-3a34-4078-87cb-2d8783a68211 HTTP/1.1" 200 1288 0.005287 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-machine-interface/7dd3f036-41a7-48e3-b0c7-022112dff91f HTTP/1.1" 200 2941 0.005813 10.0.0.249 - - [2025-11-03 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.249 - - [2025-11-03 03:25:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003678 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003389 10.0.0.249 - - [2025-11-03 03:25:06] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005543 10.0.0.249 - - [2025-11-03 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.249 - - [2025-11-03 03:25:09] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005189 10.0.0.249 - - [2025-11-03 03:25:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008208 10.0.0.249 - - [2025-11-03 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-11-03 03:25:13] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005670 10.0.0.249 - - [2025-11-03 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.249 - - [2025-11-03 03:25:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003944 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002866 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006238 10.0.0.249 - - [2025-11-03 03:25:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015324 10.0.0.249 - - [2025-11-03 03:25:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008947 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-machine/b7994779-e1eb-4b90-955d-05da03145bf1 HTTP/1.1" 200 1293 0.005970 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-machine-interface/59b1e0a7-4d36-4540-8044-68f129e26831 HTTP/1.1" 200 2940 0.004681 10.0.0.249 - - [2025-11-03 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.249 - - [2025-11-03 03:25:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003499 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002713 10.0.0.249 - - [2025-11-03 03:25:16] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006031 10.0.0.249 - - [2025-11-03 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.249 - - [2025-11-03 03:25:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003595 10.0.0.249 - - [2025-11-03 03:25:17] "GET /virtual-networks?parent_id=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003263 10.0.0.249 - - [2025-11-03 03:25:17] "GET /virtual-network/2ebafea3-8777-4857-ba93-e38c6bb365fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006379 10.0.0.23 - - [2025-11-03 03:25:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.61 - - [2025-11-03 03:25:20] "GET /obj-perms HTTP/1.1" 200 5075 0.070459 10.0.0.23 - - [2025-11-03 03:25:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.23 - - [2025-11-03 03:25:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.23 - - [2025-11-03 03:25:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.61 - - [2025-11-03 03:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.61 - - [2025-11-03 03:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2025-11-03 03:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.001450 10.0.0.249 - - [2025-11-03 03:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.61 - - [2025-11-03 03:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.61 - - [2025-11-03 03:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2025-11-03 03:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-11-03 03:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2025-11-03 03:25:33] "POST /neutron/port HTTP/1.1" 200 151 0.182112 10.0.0.249 - - [2025-11-03 03:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.207134 10.0.0.249 - - [2025-11-03 03:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.215395 10.0.0.249 - - [2025-11-03 03:25:36] "POST /neutron/network HTTP/1.1" 200 994 0.009380 10.0.0.249 - - [2025-11-03 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.249 - - [2025-11-03 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.249 - - [2025-11-03 03:25:36] "DELETE /network-ipam/44acd438-3de8-4953-993e-a6461d9010b3 HTTP/1.1" 200 115 0.032715 10.0.0.249 - - [2025-11-03 03:25:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.008811 10.0.0.23 - - [2025-11-03 03:25:37] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.249 - - [2025-11-03 03:25:37] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040954 10.0.0.23 - - [2025-11-03 03:25:37] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.249 - - [2025-11-03 03:25:37] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?fields=virtual_networks HTTP/1.1" 200 1042 0.039974 10.0.0.23 - - [2025-11-03 03:25:38] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.249 - - [2025-11-03 03:25:38] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.044150 10.0.0.23 - - [2025-11-03 03:25:38] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.249 - - [2025-11-03 03:25:38] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?fields=security_groups HTTP/1.1" 200 1268 0.046715 10.0.0.249 - - [2025-11-03 03:25:38] "POST /neutron/port HTTP/1.1" 400 205 0.004547 10.0.0.249 - - [2025-11-03 03:25:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.103315 10.0.0.23 - - [2025-11-03 03:25:39] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.23 - - [2025-11-03 03:25:39] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.23 - - [2025-11-03 03:25:39] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008262 10.0.0.23 - - [2025-11-03 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.010689 10.0.0.23 - - [2025-11-03 03:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003237 10.0.0.23 - - [2025-11-03 03:25:39] "POST /security-groups HTTP/1.1" 200 599 0.034446 10.0.0.23 - - [2025-11-03 03:25:39] "POST /projects HTTP/1.1" 200 601 0.255662 10.0.0.23 - - [2025-11-03 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.326461 10.0.0.249 - - [2025-11-03 03:25:39] "POST /access-control-lists HTTP/1.1" 200 604 0.029643 10.0.0.249 - - [2025-11-03 03:25:39] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.484674 10.0.0.249 - - [2025-11-03 03:25:40] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.249 - - [2025-11-03 03:25:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.249 - - [2025-11-03 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.052488 10.0.0.23 - - [2025-11-03 03:25:42] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.249 - - [2025-11-03 03:25:42] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.042328 10.0.0.249 - - [2025-11-03 03:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.033743 10.0.0.249 - - [2025-11-03 03:25:43] "POST /route-targets HTTP/1.1" 200 327 0.013025 10.0.0.23 - - [2025-11-03 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007125 10.0.0.249 - - [2025-11-03 03:25:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.242284 10.0.0.249 - - [2025-11-03 03:25:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001542 10.0.0.249 - - [2025-11-03 03:25:43] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005770 10.0.0.249 - - [2025-11-03 03:25:43] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008191 10.0.0.249 - - [2025-11-03 03:25:43] "POST /neutron/network HTTP/1.1" 200 1004 0.009017 10.0.0.249 - - [2025-11-03 03:25:44] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005930 10.0.0.23 - - [2025-11-03 03:25:45] "GET /obj-perms HTTP/1.1" 200 5065 0.047122 10.0.0.249 - - [2025-11-03 03:25:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001645 10.0.0.249 - - [2025-11-03 03:25:45] "POST /neutron/network HTTP/1.1" 200 1014 0.008417 10.0.0.23 - - [2025-11-03 03:25:46] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.249 - - [2025-11-03 03:25:46] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.065323 10.0.0.249 - - [2025-11-03 03:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.006836 10.0.0.249 - - [2025-11-03 03:25:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001592 10.0.0.249 - - [2025-11-03 03:25:46] "POST /neutron/network HTTP/1.1" 200 1014 0.007973 10.0.0.249 - - [2025-11-03 03:25:47] "POST /neutron/port HTTP/1.1" 200 1173 0.018070 10.0.0.23 - - [2025-11-03 03:25:47] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.249 - - [2025-11-03 03:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.249 - - [2025-11-03 03:25:47] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.068872 10.0.0.249 - - [2025-11-03 03:25:47] "POST /neutron/network HTTP/1.1" 200 1004 0.009330 10.0.0.249 - - [2025-11-03 03:25:47] "POST /neutron/network HTTP/1.1" 200 1004 0.010286 10.0.0.249 - - [2025-11-03 03:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.005587 10.0.0.249 - - [2025-11-03 03:25:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001105 10.0.0.249 - - [2025-11-03 03:25:48] "POST /neutron/network HTTP/1.1" 200 1014 0.007709 10.0.0.249 - - [2025-11-03 03:25:48] "POST /neutron/port HTTP/1.1" 200 1173 0.017993 10.0.0.249 - - [2025-11-03 03:25:48] "POST /neutron/port HTTP/1.1" 200 1201 0.016837 10.0.0.249 - - [2025-11-03 03:25:48] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013707 10.0.0.249 - - [2025-11-03 03:25:49] "POST /neutron/network HTTP/1.1" 200 1004 0.008530 10.0.0.23 - - [2025-11-03 03:25:49] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.249 - - [2025-11-03 03:25:49] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.059454 10.0.0.249 - - [2025-11-03 03:25:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007695 10.0.0.249 - - [2025-11-03 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001164 10.0.0.249 - - [2025-11-03 03:25:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007061 10.0.0.23 - - [2025-11-03 03:25:49] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.249 - - [2025-11-03 03:25:49] "POST /neutron/port HTTP/1.1" 200 1173 0.311168 10.0.0.249 - - [2025-11-03 03:25:50] "POST /neutron/port HTTP/1.1" 200 1227 0.135009 10.0.0.249 - - [2025-11-03 03:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.249 - - [2025-11-03 03:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.23 - - [2025-11-03 03:25:50] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.249 - - [2025-11-03 03:25:50] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.062271 10.0.0.249 - - [2025-11-03 03:25:50] "POST /neutron/port HTTP/1.1" 200 3367 0.024548 10.0.0.249 - - [2025-11-03 03:25:50] "POST /neutron/port HTTP/1.1" 200 1201 0.018307 10.0.0.23 - - [2025-11-03 03:25:50] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001596 10.0.0.249 - - [2025-11-03 03:25:51] "POST /neutron/port HTTP/1.1" 200 1173 0.317326 10.0.0.249 - - [2025-11-03 03:25:51] "POST /neutron/port HTTP/1.1" 200 1227 0.101434 10.0.0.249 - - [2025-11-03 03:25:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.249 - - [2025-11-03 03:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.249 - - [2025-11-03 03:25:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009026 10.0.0.249 - - [2025-11-03 03:26:05] "POST /neutron/port HTTP/1.1" 200 1201 0.016507 10.0.0.249 - - [2025-11-03 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006692 10.0.0.249 - - [2025-11-03 03:26:06] "GET /virtual-machine/751bdb31-90de-4199-bcef-52cf1bbed028 HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2025-11-03 03:26:06] "GET /virtual-machine/751bdb31-90de-4199-bcef-52cf1bbed028 HTTP/1.1" 200 1300 0.031059 10.0.0.249 - - [2025-11-03 03:26:06] "GET /virtual-machine-interface/7c7e4228-f654-4467-91a8-f5f3ed46b1d7 HTTP/1.1" 200 3175 0.005318 10.0.0.249 - - [2025-11-03 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-11-03 03:26:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.249 - - [2025-11-03 03:26:06] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003142 10.0.0.249 - - [2025-11-03 03:26:06] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006215 10.0.0.249 - - [2025-11-03 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.249 - - [2025-11-03 03:26:09] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006134 10.0.0.249 - - [2025-11-03 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2025-11-03 03:26:13] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006971 10.0.0.249 - - [2025-11-03 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-11-03 03:26:17] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007368 10.0.0.249 - - [2025-11-03 03:26:21] "GET /obj-perms HTTP/1.1" 200 5075 0.058011 10.0.0.249 - - [2025-11-03 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-11-03 03:26:21] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004934 10.0.0.249 - - [2025-11-03 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-11-03 03:26:26] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006100 10.0.0.249 - - [2025-11-03 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.249 - - [2025-11-03 03:26:30] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007123 10.0.0.249 - - [2025-11-03 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.249 - - [2025-11-03 03:26:34] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005293 10.0.0.23 - - [2025-11-03 03:26:34] "DELETE /project/0b995e1ed4264bedbbcb6bccaff7adbc HTTP/1.1" 404 173 0.013442 10.0.0.23 - - [2025-11-03 03:26:34] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002257 10.0.0.23 - - [2025-11-03 03:26:35] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.104757 10.0.0.23 - - [2025-11-03 03:26:35] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001858 10.0.0.23 - - [2025-11-03 03:26:35] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?fields=security_groups HTTP/1.1" 200 1112 0.089406 10.0.0.23 - - [2025-11-03 03:26:35] "GET /projects?obj_uuids=1fcfbc93-e15f-483f-b08b-e8e36b47188a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.23 - - [2025-11-03 03:26:35] "GET /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a?fields=application_policy_sets HTTP/1.1" 200 1412 0.055804 10.0.0.249 - - [2025-11-03 03:26:35] "DELETE /access-control-list/1e767385-ef4e-468a-a6d3-2d97b7e7e934 HTTP/1.1" 200 115 0.067359 10.0.0.23 - - [2025-11-03 03:26:35] "DELETE /project/1fcfbc93-e15f-483f-b08b-e8e36b47188a HTTP/1.1" 200 115 0.454416 10.0.0.249 - - [2025-11-03 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-11-03 03:26:38] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005385 10.0.0.249 - - [2025-11-03 03:26:38] "POST /neutron/port HTTP/1.1" 200 1201 0.015734 10.0.0.249 - - [2025-11-03 03:26:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.249 - - [2025-11-03 03:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.249 - - [2025-11-03 03:26:39] "POST /neutron/port HTTP/1.1" 200 1201 0.016329 10.0.0.249 - - [2025-11-03 03:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.249 - - [2025-11-03 03:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.249 - - [2025-11-03 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-11-03 03:26:42] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006548 10.0.0.249 - - [2025-11-03 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.249 - - [2025-11-03 03:26:46] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005473 10.0.0.249 - - [2025-11-03 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-11-03 03:26:50] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005189 10.0.0.249 - - [2025-11-03 03:26:53] "POST /neutron/port HTTP/1.1" 200 1201 0.016855 10.0.0.249 - - [2025-11-03 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.249 - - [2025-11-03 03:26:54] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004952 10.0.0.249 - - [2025-11-03 03:26:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008409 10.0.0.249 - - [2025-11-03 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-11-03 03:26:58] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005895 10.0.0.249 - - [2025-11-03 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.249 - - [2025-11-03 03:27:02] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005048 10.0.0.249 - - [2025-11-03 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-11-03 03:27:07] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005275 10.0.0.249 - - [2025-11-03 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.249 - - [2025-11-03 03:27:11] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005669 10.0.0.249 - - [2025-11-03 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.249 - - [2025-11-03 03:27:15] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006964 10.0.0.249 - - [2025-11-03 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-11-03 03:27:19] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006078 10.0.0.249 - - [2025-11-03 03:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.249 - - [2025-11-03 03:27:23] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005779 10.0.0.249 - - [2025-11-03 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.249 - - [2025-11-03 03:27:27] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005537 10.0.0.249 - - [2025-11-03 03:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-11-03 03:27:31] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005513 10.0.0.249 - - [2025-11-03 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.249 - - [2025-11-03 03:27:35] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.013074 10.0.0.249 - - [2025-11-03 03:27:38] "POST /neutron/network HTTP/1.1" 200 1014 0.007072 10.0.0.249 - - [2025-11-03 03:27:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016150 10.0.0.249 - - [2025-11-03 03:27:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008508 10.0.0.249 - - [2025-11-03 03:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.249 - - [2025-11-03 03:27:39] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005649 10.0.0.249 - - [2025-11-03 03:27:41] "POST /neutron/network HTTP/1.1" 200 1014 0.006530 10.0.0.249 - - [2025-11-03 03:27:41] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016569 10.0.0.249 - - [2025-11-03 03:27:42] "POST /neutron/network HTTP/1.1" 200 1004 0.009364 10.0.0.249 - - [2025-11-03 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-11-03 03:27:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004286 10.0.0.249 - - [2025-11-03 03:27:43] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003886 10.0.0.249 - - [2025-11-03 03:27:43] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007360 10.0.0.249 - - [2025-11-03 03:27:49] "POST /neutron/port HTTP/1.1" 200 1201 0.014813 10.0.0.249 - - [2025-11-03 03:27:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007508 10.0.0.249 - - [2025-11-03 03:28:04] "POST /neutron/port HTTP/1.1" 200 1201 0.015986 10.0.0.249 - - [2025-11-03 03:28:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007144 10.0.0.249 - - [2025-11-03 03:28:15] "POST /neutron/port HTTP/1.1" 200 1201 0.016228 10.0.0.249 - - [2025-11-03 03:28:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007334 10.0.0.249 - - [2025-11-03 03:28:20] "POST /neutron/port HTTP/1.1" 200 1201 0.017994 10.0.0.249 - - [2025-11-03 03:28:20] "GET /virtual-machine/cd0f26eb-c05f-4a4d-a7bf-9603620c5023 HTTP/1.1" 200 1301 0.006630 10.0.0.249 - - [2025-11-03 03:28:20] "GET /virtual-machine-interface/2809d7f5-a8e6-43e9-b5d1-505d42db7bbd HTTP/1.1" 200 3175 0.005430 10.0.0.249 - - [2025-11-03 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.249 - - [2025-11-03 03:28:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003530 10.0.0.249 - - [2025-11-03 03:28:20] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002755 10.0.0.249 - - [2025-11-03 03:28:20] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006333 10.0.0.249 - - [2025-11-03 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.249 - - [2025-11-03 03:28:21] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004068 10.0.0.249 - - [2025-11-03 03:28:21] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003172 10.0.0.249 - - [2025-11-03 03:28:21] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005669 10.0.0.249 - - [2025-11-03 03:28:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006834 10.0.0.61 - - [2025-11-03 03:28:23] "GET /obj-perms HTTP/1.1" 200 5075 0.047405 10.0.0.249 - - [2025-11-03 03:28:29] "POST /neutron/port HTTP/1.1" 200 1201 0.056943 10.0.0.249 - - [2025-11-03 03:28:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007616 10.0.0.249 - - [2025-11-03 03:28:38] "POST /neutron/port HTTP/1.1" 200 1201 0.042068 10.0.0.249 - - [2025-11-03 03:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031 10.0.0.249 - - [2025-11-03 03:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.249 - - [2025-11-03 03:28:41] "POST /neutron/port HTTP/1.1" 200 1201 0.033926 10.0.0.249 - - [2025-11-03 03:28:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.249 - - [2025-11-03 03:28:42] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.249 - - [2025-11-03 03:28:42] "POST /neutron/port HTTP/1.1" 200 1201 0.015525 10.0.0.249 - - [2025-11-03 03:28:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006842 10.0.0.249 - - [2025-11-03 03:28:42] "GET /virtual-machine/7e3628cb-7fd0-4db5-a96f-62682b969dbf HTTP/1.1" 200 1300 0.005699 10.0.0.249 - - [2025-11-03 03:28:42] "GET /virtual-machine-interface/324b8f08-f5d5-48f1-a2fb-8a70905870da HTTP/1.1" 200 3175 0.004789 10.0.0.249 - - [2025-11-03 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-11-03 03:28:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003352 10.0.0.249 - - [2025-11-03 03:28:42] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002828 10.0.0.249 - - [2025-11-03 03:28:42] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006176 10.0.0.249 - - [2025-11-03 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.249 - - [2025-11-03 03:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005300 10.0.0.249 - - [2025-11-03 03:28:43] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004364 10.0.0.249 - - [2025-11-03 03:28:43] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005400 10.0.0.23 - - [2025-11-03 03:29:31] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024326 10.0.0.249 - - [2025-11-03 03:29:31] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.100641 10.0.0.249 - - [2025-11-03 03:29:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.003758 10.0.0.249 - - [2025-11-03 03:29:31] "POST /interface-route-tables HTTP/1.1" 200 575 0.026935 10.0.0.249 - - [2025-11-03 03:29:31] "GET /interface-route-table/f8a05f20-749c-4411-a75d-437cbf33cbbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.010471 10.0.0.249 - - [2025-11-03 03:29:31] "GET /virtual-machine-interface/7c7e4228-f654-4467-91a8-f5f3ed46b1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006508 10.0.0.249 - - [2025-11-03 03:29:31] "POST /ref-update HTTP/1.1" 200 156 0.013801 10.0.0.249 - - [2025-11-03 03:29:40] "POST /neutron/port HTTP/1.1" 200 1201 0.017722 10.0.0.249 - - [2025-11-03 03:29:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.249 - - [2025-11-03 03:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.249 - - [2025-11-03 03:29:42] "POST /neutron/port HTTP/1.1" 200 1201 0.015590 10.0.0.249 - - [2025-11-03 03:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.249 - - [2025-11-03 03:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2025-11-03 03:30:11] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.249 - - [2025-11-03 03:30:11] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051876 10.0.0.249 - - [2025-11-03 03:30:11] "POST /fqname-to-id HTTP/1.1" 404 226 0.003693 10.0.0.249 - - [2025-11-03 03:30:11] "POST /interface-route-tables HTTP/1.1" 200 575 0.031628 10.0.0.249 - - [2025-11-03 03:30:11] "GET /interface-route-table/3ce9b5a0-2d3b-4dd0-9e31-93366b3a1919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007155 10.0.0.249 - - [2025-11-03 03:30:11] "GET /virtual-machine-interface/2809d7f5-a8e6-43e9-b5d1-505d42db7bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006576 10.0.0.249 - - [2025-11-03 03:30:11] "POST /ref-update HTTP/1.1" 200 156 0.015961 10.0.0.249 - - [2025-11-03 03:30:13] "GET /virtual-machine-interface/324b8f08-f5d5-48f1-a2fb-8a70905870da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005590 10.0.0.249 - - [2025-11-03 03:30:13] "PUT /virtual-machine-interface/324b8f08-f5d5-48f1-a2fb-8a70905870da HTTP/1.1" 200 284 0.015079 10.0.0.249 - - [2025-11-03 03:30:13] "GET /virtual-machine-interface/7c7e4228-f654-4467-91a8-f5f3ed46b1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008178 10.0.0.249 - - [2025-11-03 03:30:13] "PUT /virtual-machine-interface/7c7e4228-f654-4467-91a8-f5f3ed46b1d7 HTTP/1.1" 200 284 0.013786 10.0.0.249 - - [2025-11-03 03:30:13] "GET /virtual-machine-interface/2809d7f5-a8e6-43e9-b5d1-505d42db7bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007728 10.0.0.249 - - [2025-11-03 03:30:13] "PUT /virtual-machine-interface/2809d7f5-a8e6-43e9-b5d1-505d42db7bbd HTTP/1.1" 200 284 0.014196 10.0.0.23 - - [2025-11-03 03:30:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.23 - - [2025-11-03 03:30:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.23 - - [2025-11-03 03:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.23 - - [2025-11-03 03:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.61 - - [2025-11-03 03:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.61 - - [2025-11-03 03:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2025-11-03 03:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.249 - - [2025-11-03 03:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.61 - - [2025-11-03 03:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.61 - - [2025-11-03 03:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-11-03 03:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-11-03 03:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000570 10.0.0.23 - - [2025-11-03 03:30:24] "GET /obj-perms HTTP/1.1" 200 5075 0.092902 10.0.0.249 - - [2025-11-03 03:30:24] "GET /obj-perms HTTP/1.1" 200 5075 0.047969 10.0.0.249 - - [2025-11-03 03:30:42] "POST /neutron/port HTTP/1.1" 200 1201 0.016715 10.0.0.249 - - [2025-11-03 03:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004607 10.0.0.249 - - [2025-11-03 03:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.249 - - [2025-11-03 03:30:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015180 10.0.0.249 - - [2025-11-03 03:30:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004524 10.0.0.249 - - [2025-11-03 03:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.249 - - [2025-11-03 03:31:14] "POST /neutron/port HTTP/1.1" 200 1201 0.039189 10.0.0.249 - - [2025-11-03 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020196 10.0.0.249 - - [2025-11-03 03:31:15] "GET /virtual-machine/8e054269-3f02-40bd-a665-dcc27972e332 HTTP/1.1" 200 1301 0.051842 10.0.0.249 - - [2025-11-03 03:31:15] "GET /virtual-machine-interface/e6b0e1ad-741e-47d6-b597-d0a37cb9646c HTTP/1.1" 200 3176 0.004859 10.0.0.249 - - [2025-11-03 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.022827 10.0.0.249 - - [2025-11-03 03:31:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003291 10.0.0.249 - - [2025-11-03 03:31:15] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002862 10.0.0.249 - - [2025-11-03 03:31:15] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006699 10.0.0.249 - - [2025-11-03 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.249 - - [2025-11-03 03:31:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004870 10.0.0.249 - - [2025-11-03 03:31:16] "GET /virtual-networks?parent_id=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004582 10.0.0.249 - - [2025-11-03 03:31:16] "GET /virtual-network/d2c132ff-8e52-42ac-a3a2-37e82ac02f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006477 10.0.0.249 - - [2025-11-03 03:31:16] "GET /virtual-machine-interface/e6b0e1ad-741e-47d6-b597-d0a37cb9646c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007187 10.0.0.249 - - [2025-11-03 03:31:16] "PUT /virtual-machine-interface/e6b0e1ad-741e-47d6-b597-d0a37cb9646c HTTP/1.1" 200 284 0.015502 10.0.0.249 - - [2025-11-03 03:31:43] "POST /neutron/port HTTP/1.1" 200 1201 0.015130 10.0.0.249 - - [2025-11-03 03:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003983 10.0.0.249 - - [2025-11-03 03:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.249 - - [2025-11-03 03:31:44] "POST /neutron/port HTTP/1.1" 200 1201 0.017384 10.0.0.249 - - [2025-11-03 03:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.249 - - [2025-11-03 03:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2025-11-03 03:31:55] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.249 - - [2025-11-03 03:31:55] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045643 10.0.0.249 - - [2025-11-03 03:31:55] "POST /fqname-to-id HTTP/1.1" 404 226 0.004607 10.0.0.249 - - [2025-11-03 03:31:55] "POST /interface-route-tables HTTP/1.1" 200 575 0.030022 10.0.0.249 - - [2025-11-03 03:31:55] "GET /interface-route-table/abc15f4c-9e4b-4dee-9516-1e9fa478179b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006576 10.0.0.249 - - [2025-11-03 03:31:55] "GET /virtual-machine-interface/e6b0e1ad-741e-47d6-b597-d0a37cb9646c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006162 10.0.0.249 - - [2025-11-03 03:31:55] "POST /ref-update HTTP/1.1" 200 156 0.018980 10.0.0.249 - - [2025-11-03 03:31:57] "GET /virtual-machine-interface/7c7e4228-f654-4467-91a8-f5f3ed46b1d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005577 10.0.0.249 - - [2025-11-03 03:31:57] "POST /ref-update HTTP/1.1" 200 156 0.025627 10.0.0.249 - - [2025-11-03 03:31:57] "DELETE /interface-route-table/f8a05f20-749c-4411-a75d-437cbf33cbbb HTTP/1.1" 200 115 0.042471 10.0.0.249 - - [2025-11-03 03:31:58] "POST /neutron/port HTTP/1.1" 200 1201 0.019488 10.0.0.249 - - [2025-11-03 03:32:07] "GET /virtual-machine-interface/e6b0e1ad-741e-47d6-b597-d0a37cb9646c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.011336 10.0.0.249 - - [2025-11-03 03:32:07] "POST /ref-update HTTP/1.1" 200 156 0.016018 10.0.0.249 - - [2025-11-03 03:32:07] "DELETE /interface-route-table/abc15f4c-9e4b-4dee-9516-1e9fa478179b HTTP/1.1" 200 115 0.031430 10.0.0.249 - - [2025-11-03 03:32:07] "GET /virtual-machine-interface/2809d7f5-a8e6-43e9-b5d1-505d42db7bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006630 10.0.0.249 - - [2025-11-03 03:32:07] "POST /ref-update HTTP/1.1" 200 156 0.014835 10.0.0.249 - - [2025-11-03 03:32:07] "DELETE /interface-route-table/3ce9b5a0-2d3b-4dd0-9e31-93366b3a1919 HTTP/1.1" 200 115 0.035164 10.0.0.249 - - [2025-11-03 03:32:07] "POST /neutron/network HTTP/1.1" 200 1004 0.008913 10.0.0.249 - - [2025-11-03 03:32:08] "POST /neutron/port HTTP/1.1" 200 1227 0.021514 10.0.0.249 - - [2025-11-03 03:32:08] "POST /neutron/port HTTP/1.1" 200 1227 0.021954 10.0.0.249 - - [2025-11-03 03:32:08] "POST /neutron/port HTTP/1.1" 200 1227 0.024478 10.0.0.23 - - [2025-11-03 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004176 10.0.0.23 - - [2025-11-03 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002480 10.0.0.23 - - [2025-11-03 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.23 - - [2025-11-03 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.249 - - [2025-11-03 03:32:10] "POST /neutron/network HTTP/1.1" 200 151 0.147575 10.0.0.23 - - [2025-11-03 03:32:11] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.249 - - [2025-11-03 03:32:11] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.070634 10.0.0.23 - - [2025-11-03 03:32:11] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.249 - - [2025-11-03 03:32:11] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?fields=virtual_networks HTTP/1.1" 200 1057 0.041205 10.0.0.23 - - [2025-11-03 03:32:11] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.249 - - [2025-11-03 03:32:11] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.053104 10.0.0.23 - - [2025-11-03 03:32:11] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.249 - - [2025-11-03 03:32:11] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?fields=security_groups HTTP/1.1" 200 1291 0.043098 10.0.0.249 - - [2025-11-03 03:32:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.023580 10.0.0.23 - - [2025-11-03 03:32:12] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003293 10.0.0.23 - - [2025-11-03 03:32:12] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001880 10.0.0.23 - - [2025-11-03 03:32:12] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029825 10.0.0.23 - - [2025-11-03 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001784 10.0.0.23 - - [2025-11-03 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.007644 10.0.0.23 - - [2025-11-03 03:32:13] "POST /security-groups HTTP/1.1" 200 586 0.028553 10.0.0.23 - - [2025-11-03 03:32:13] "POST /projects HTTP/1.1" 200 575 0.246327 10.0.0.249 - - [2025-11-03 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.030052 10.0.0.23 - - [2025-11-03 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.336372 10.0.0.249 - - [2025-11-03 03:32:13] "POST /access-control-lists HTTP/1.1" 200 589 0.032414 10.0.0.249 - - [2025-11-03 03:32:13] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.503625 10.0.0.249 - - [2025-11-03 03:32:14] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.23 - - [2025-11-03 03:32:17] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.249 - - [2025-11-03 03:32:17] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043747 10.0.0.23 - - [2025-11-03 03:32:17] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.249 - - [2025-11-03 03:32:17] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?fields=virtual_networks HTTP/1.1" 200 1033 0.051698 10.0.0.23 - - [2025-11-03 03:32:17] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001393 10.0.0.249 - - [2025-11-03 03:32:17] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.056199 10.0.0.23 - - [2025-11-03 03:32:17] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001359 10.0.0.249 - - [2025-11-03 03:32:17] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?fields=security_groups HTTP/1.1" 200 1254 0.040568 10.0.0.249 - - [2025-11-03 03:32:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.025689 10.0.0.23 - - [2025-11-03 03:32:18] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003468 10.0.0.23 - - [2025-11-03 03:32:18] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.23 - - [2025-11-03 03:32:18] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006535 10.0.0.23 - - [2025-11-03 03:32:18] "POST /id-to-fqname HTTP/1.1" 200 195 0.003843 10.0.0.23 - - [2025-11-03 03:32:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.009240 10.0.0.23 - - [2025-11-03 03:32:18] "POST /security-groups HTTP/1.1" 200 596 0.031036 10.0.0.23 - - [2025-11-03 03:32:18] "POST /projects HTTP/1.1" 200 595 0.249739 10.0.0.23 - - [2025-11-03 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.325624 10.0.0.249 - - [2025-11-03 03:32:18] "POST /fqname-to-id HTTP/1.1" 404 238 0.025081 10.0.0.249 - - [2025-11-03 03:32:18] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.461135 10.0.0.249 - - [2025-11-03 03:32:20] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.23 - - [2025-11-03 03:32:22] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.249 - - [2025-11-03 03:32:23] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.039675 10.0.0.23 - - [2025-11-03 03:32:23] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001112 10.0.0.249 - - [2025-11-03 03:32:23] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?fields=virtual_networks HTTP/1.1" 200 1052 0.065164 10.0.0.23 - - [2025-11-03 03:32:23] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001067 10.0.0.249 - - [2025-11-03 03:32:23] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.041312 10.0.0.23 - - [2025-11-03 03:32:23] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001083 10.0.0.249 - - [2025-11-03 03:32:23] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?fields=security_groups HTTP/1.1" 200 1283 0.041455 10.0.0.249 - - [2025-11-03 03:32:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.024950 10.0.0.23 - - [2025-11-03 03:32:24] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498 10.0.0.23 - - [2025-11-03 03:32:24] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.23 - - [2025-11-03 03:32:24] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007389 10.0.0.23 - - [2025-11-03 03:32:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.002394 10.0.0.23 - - [2025-11-03 03:32:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.004342 10.0.0.23 - - [2025-11-03 03:32:24] "POST /security-groups HTTP/1.1" 200 602 0.077038 10.0.0.23 - - [2025-11-03 03:32:24] "POST /projects HTTP/1.1" 200 607 0.268542 10.0.0.249 - - [2025-11-03 03:32:24] "POST /access-control-lists HTTP/1.1" 200 607 0.032438 10.0.0.23 - - [2025-11-03 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.345606 10.0.0.249 - - [2025-11-03 03:32:24] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.501474 10.0.0.249 - - [2025-11-03 03:32:25] "GET / HTTP/1.1" 200 35931 0.001674 10.0.0.61 - - [2025-11-03 03:32:26] "GET /obj-perms HTTP/1.1" 200 5075 0.044217 10.0.0.23 - - [2025-11-03 03:32:28] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000870 10.0.0.249 - - [2025-11-03 03:32:28] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.048859 10.0.0.23 - - [2025-11-03 03:32:28] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.249 - - [2025-11-03 03:32:28] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?fields=virtual_networks HTTP/1.1" 200 1065 0.053302 10.0.0.23 - - [2025-11-03 03:32:29] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001228 10.0.0.249 - - [2025-11-03 03:32:29] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.055849 10.0.0.23 - - [2025-11-03 03:32:29] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001328 10.0.0.249 - - [2025-11-03 03:32:29] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?fields=security_groups HTTP/1.1" 200 1302 0.047216 10.0.0.249 - - [2025-11-03 03:32:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.021837 10.0.0.23 - - [2025-11-03 03:32:30] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002751 10.0.0.23 - - [2025-11-03 03:32:30] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.23 - - [2025-11-03 03:32:30] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007706 10.0.0.23 - - [2025-11-03 03:32:30] "POST /id-to-fqname HTTP/1.1" 200 187 0.004196 10.0.0.23 - - [2025-11-03 03:32:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.004501 10.0.0.23 - - [2025-11-03 03:32:30] "POST /security-groups HTTP/1.1" 200 588 0.026962 10.0.0.249 - - [2025-11-03 03:32:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.003830 10.0.0.23 - - [2025-11-03 03:32:30] "POST /projects HTTP/1.1" 200 579 0.218429 10.0.0.23 - - [2025-11-03 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.288955 10.0.0.249 - - [2025-11-03 03:32:30] "POST /access-control-lists HTTP/1.1" 200 591 0.028463 10.0.0.249 - - [2025-11-03 03:32:30] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.421521 10.0.0.249 - - [2025-11-03 03:32:31] "GET / HTTP/1.1" 200 35931 0.002898 10.0.0.23 - - [2025-11-03 03:32:34] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000983 10.0.0.249 - - [2025-11-03 03:32:34] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062980 10.0.0.23 - - [2025-11-03 03:32:34] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001055 10.0.0.249 - - [2025-11-03 03:32:34] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?fields=virtual_networks HTTP/1.1" 200 1037 0.060420 10.0.0.23 - - [2025-11-03 03:32:34] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001352 10.0.0.249 - - [2025-11-03 03:32:35] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.062257 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000899 10.0.0.249 - - [2025-11-03 03:32:35] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?fields=security_groups HTTP/1.1" 200 1260 0.053851 10.0.0.23 - - [2025-11-03 03:32:35] "DELETE /project/a43dc622924942e4b10c43ee79fcb059 HTTP/1.1" 404 173 0.021028 10.0.0.23 - - [2025-11-03 03:32:35] "DELETE /project/bca2e0122ad544fdab6d35d7fd417173 HTTP/1.1" 404 173 0.017455 10.0.0.23 - - [2025-11-03 03:32:35] "DELETE /project/7b8e1e96ba244f9ba71be621ddb08b4f HTTP/1.1" 404 173 0.013519 10.0.0.23 - - [2025-11-03 03:32:35] "DELETE /project/ff0826aa1617428d8f12014d72d14ec4 HTTP/1.1" 404 173 0.021212 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000823 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000760 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000694 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000658 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000709 10.0.0.23 - - [2025-11-03 03:32:35] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.072598 10.0.0.23 - - [2025-11-03 03:32:35] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.074601 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.23 - - [2025-11-03 03:32:35] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.100527 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.23 - - [2025-11-03 03:32:35] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.118548 10.0.0.23 - - [2025-11-03 03:32:35] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.119491 10.0.0.23 - - [2025-11-03 03:32:35] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001636 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000974 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?fields=security_groups HTTP/1.1" 200 1359 0.143986 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?fields=security_groups HTTP/1.1" 200 1396 0.180346 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?fields=security_groups HTTP/1.1" 200 1388 0.152990 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?fields=security_groups HTTP/1.1" 200 1407 0.185644 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /security-group/69623f9e-0bc3-402e-80dd-8a9b4f147296 HTTP/1.1" 404 171 0.020576 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?fields=security_groups HTTP/1.1" 200 1365 0.254479 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=0b995e1e-d426-4bed-bbcb-6bccaff7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc?fields=application_policy_sets HTTP/1.1" 200 1435 0.161110 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /security-group/3b31afcc-0b7a-47fe-8281-0a0f98048853 HTTP/1.1" 200 115 0.273428 10.0.0.249 - - [2025-11-03 03:32:36] "POST /fqname-to-id HTTP/1.1" 404 182 0.123420 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /security-group/09d4ae56-8010-4f2e-861f-a485b2a587ad HTTP/1.1" 200 115 0.287569 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=bca2e012-2ad5-44fd-ab6d-35d7fd417173&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003898 10.0.0.249 - - [2025-11-03 03:32:36] "DELETE /access-control-list/3af1f676-07dd-4ac1-bc75-fd5b4951a0f7 HTTP/1.1" 200 115 0.165981 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /security-group/aea5867b-3529-424e-b3b8-6b1032e54e3a HTTP/1.1" 200 115 0.345191 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=ff0826aa-1617-428d-8f12-014d72d14ec4&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /security-group/45496a10-ca18-4835-aaeb-8a97af7af2fe HTTP/1.1" 200 115 0.299819 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173?fields=application_policy_sets HTTP/1.1" 200 1398 0.148435 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=a43dc622-9249-42e4-b10c-43ee79fcb059&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001928 10.0.0.23 - - [2025-11-03 03:32:36] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010552 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f?fields=application_policy_sets HTTP/1.1" 200 1427 0.170084 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/a43dc622-9249-42e4-b10c-43ee79fcb059?fields=application_policy_sets HTTP/1.1" 200 1404 0.104482 10.0.0.23 - - [2025-11-03 03:32:36] "GET /project/ff0826aa-1617-428d-8f12-014d72d14ec4?fields=application_policy_sets HTTP/1.1" 200 1446 0.146725 10.0.0.23 - - [2025-11-03 03:32:36] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.23 - - [2025-11-03 03:32:36] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029482 10.0.0.23 - - [2025-11-03 03:32:36] "DELETE /project/0b995e1e-d426-4bed-bbcb-6bccaff7adbc HTTP/1.1" 404 190 0.960716 10.0.0.249 - - [2025-11-03 03:32:36] "DELETE /access-control-list/9fb9dd08-dfbd-4e40-b54e-dc17aa0c7195 HTTP/1.1" 200 115 0.113592 10.0.0.23 - - [2025-11-03 03:32:37] "DELETE /project/bca2e012-2ad5-44fd-ab6d-35d7fd417173 HTTP/1.1" 200 115 1.201723 10.0.0.23 - - [2025-11-03 03:32:37] "DELETE /project/ff0826aa-1617-428d-8f12-014d72d14ec4 HTTP/1.1" 200 115 1.261807 10.0.0.23 - - [2025-11-03 03:32:37] "DELETE /project/a43dc622-9249-42e4-b10c-43ee79fcb059 HTTP/1.1" 200 115 1.289786 10.0.0.23 - - [2025-11-03 03:32:37] "DELETE /project/7b8e1e96-ba24-4f9b-a71b-e621ddb08b4f HTTP/1.1" 200 115 1.295854 10.0.0.249 - - [2025-11-03 03:32:37] "DELETE /access-control-list/9132f726-3eaa-4ddc-ad40-8bc70cf7fc01 HTTP/1.1" 200 115 0.112377 10.0.0.23 - - [2025-11-03 03:32:37] "POST /id-to-fqname HTTP/1.1" 200 184 0.001294 10.0.0.23 - - [2025-11-03 03:32:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.010393 10.0.0.23 - - [2025-11-03 03:32:37] "POST /security-groups HTTP/1.1" 200 585 0.042455 10.0.0.23 - - [2025-11-03 03:32:37] "POST /projects HTTP/1.1" 200 573 0.444057 10.0.0.23 - - [2025-11-03 03:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.501517 10.0.0.249 - - [2025-11-03 03:32:37] "POST /access-control-lists HTTP/1.1" 200 590 0.033493 10.0.0.249 - - [2025-11-03 03:32:37] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.791365 10.0.0.249 - - [2025-11-03 03:32:38] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.23 - - [2025-11-03 03:32:41] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001429 10.0.0.249 - - [2025-11-03 03:32:41] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.056427 10.0.0.23 - - [2025-11-03 03:32:41] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001281 10.0.0.249 - - [2025-11-03 03:32:41] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?fields=virtual_networks HTTP/1.1" 200 1031 0.065989 10.0.0.23 - - [2025-11-03 03:32:41] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001153 10.0.0.249 - - [2025-11-03 03:32:41] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046013 10.0.0.23 - - [2025-11-03 03:32:42] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000945 10.0.0.249 - - [2025-11-03 03:32:42] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?fields=security_groups HTTP/1.1" 200 1251 0.045078 10.0.0.249 - - [2025-11-03 03:32:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.024487 10.0.0.23 - - [2025-11-03 03:32:42] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003148 10.0.0.23 - - [2025-11-03 03:32:42] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.23 - - [2025-11-03 03:32:42] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007083 10.0.0.23 - - [2025-11-03 03:32:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.001560 10.0.0.23 - - [2025-11-03 03:32:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.005487 10.0.0.23 - - [2025-11-03 03:32:43] "POST /security-groups HTTP/1.1" 200 589 0.077513 10.0.0.249 - - [2025-11-03 03:32:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.005604 10.0.0.23 - - [2025-11-03 03:32:43] "POST /projects HTTP/1.1" 200 581 0.286466 10.0.0.23 - - [2025-11-03 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.355889 10.0.0.249 - - [2025-11-03 03:32:43] "POST /access-control-lists HTTP/1.1" 200 592 0.037942 10.0.0.249 - - [2025-11-03 03:32:43] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.492017 10.0.0.249 - - [2025-11-03 03:32:44] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.23 - - [2025-11-03 03:32:47] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.249 - - [2025-11-03 03:32:47] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038477 10.0.0.23 - - [2025-11-03 03:32:47] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.249 - - [2025-11-03 03:32:47] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?fields=virtual_networks HTTP/1.1" 200 1038 0.055300 10.0.0.23 - - [2025-11-03 03:32:47] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.249 - - [2025-11-03 03:32:47] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.057637 10.0.0.23 - - [2025-11-03 03:32:47] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.249 - - [2025-11-03 03:32:47] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?fields=security_groups HTTP/1.1" 200 1262 0.049232 10.0.0.249 - - [2025-11-03 03:32:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.024962 10.0.0.23 - - [2025-11-03 03:32:48] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002622 10.0.0.23 - - [2025-11-03 03:32:48] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.23 - - [2025-11-03 03:32:48] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007508 10.0.0.23 - - [2025-11-03 03:32:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.004641 10.0.0.23 - - [2025-11-03 03:32:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003404 10.0.0.23 - - [2025-11-03 03:32:48] "POST /security-groups HTTP/1.1" 200 589 0.028253 10.0.0.23 - - [2025-11-03 03:32:48] "POST /projects HTTP/1.1" 200 581 0.224737 10.0.0.249 - - [2025-11-03 03:32:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.008307 10.0.0.23 - - [2025-11-03 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.293649 10.0.0.249 - - [2025-11-03 03:32:48] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.423633 10.0.0.249 - - [2025-11-03 03:32:49] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.249 - - [2025-11-03 03:32:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000554 10.0.0.249 - - [2025-11-03 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.072991 10.0.0.23 - - [2025-11-03 03:32:52] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.249 - - [2025-11-03 03:32:52] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.034380 10.0.0.249 - - [2025-11-03 03:32:52] "POST /ref-update HTTP/1.1" 200 156 0.026610 10.0.0.23 - - [2025-11-03 03:32:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004875 10.0.0.249 - - [2025-11-03 03:32:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.213138 10.0.0.249 - - [2025-11-03 03:32:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001199 10.0.0.249 - - [2025-11-03 03:32:52] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005285 10.0.0.249 - - [2025-11-03 03:32:52] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006757 10.0.0.249 - - [2025-11-03 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2025-11-03 03:32:52] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006482 10.0.0.249 - - [2025-11-03 03:32:52] "PUT /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763 HTTP/1.1" 200 264 0.046915 10.0.0.249 - - [2025-11-03 03:32:52] "POST /neutron/network HTTP/1.1" 200 824 0.008884 10.0.0.249 - - [2025-11-03 03:32:53] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005508 10.0.0.249 - - [2025-11-03 03:32:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.009973 10.0.0.249 - - [2025-11-03 03:32:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001077 10.0.0.23 - - [2025-11-03 03:32:55] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.249 - - [2025-11-03 03:32:55] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.094379 10.0.0.249 - - [2025-11-03 03:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.249 - - [2025-11-03 03:32:56] "POST /neutron/network HTTP/1.1" 200 834 0.007890 10.0.0.249 - - [2025-11-03 03:32:56] "POST /neutron/port HTTP/1.1" 200 1060 0.015029 10.0.0.249 - - [2025-11-03 03:32:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.249 - - [2025-11-03 03:32:57] "POST /neutron/network HTTP/1.1" 200 824 0.007985 10.0.0.249 - - [2025-11-03 03:33:01] "POST /neutron/port HTTP/1.1" 200 1088 0.021601 10.0.0.249 - - [2025-11-03 03:33:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007623 10.0.0.249 - - [2025-11-03 03:33:01] "GET /virtual-machine/db7c8aff-bbc7-42ac-885e-eaded49def7a HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-11-03 03:33:01] "GET /virtual-machine/db7c8aff-bbc7-42ac-885e-eaded49def7a HTTP/1.1" 200 1290 0.034632 10.0.0.249 - - [2025-11-03 03:33:01] "GET /virtual-machine-interface/ee6226cb-d445-49f1-b3a2-7973fcbc1dbf HTTP/1.1" 200 2932 0.005330 10.0.0.249 - - [2025-11-03 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.249 - - [2025-11-03 03:33:01] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004053 10.0.0.249 - - [2025-11-03 03:33:01] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003251 10.0.0.249 - - [2025-11-03 03:33:01] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006748 10.0.0.249 - - [2025-11-03 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2025-11-03 03:33:04] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005497 10.0.0.249 - - [2025-11-03 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.249 - - [2025-11-03 03:33:08] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004997 10.0.0.249 - - [2025-11-03 03:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2025-11-03 03:33:13] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006437 10.0.0.249 - - [2025-11-03 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.249 - - [2025-11-03 03:33:17] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006033 10.0.0.249 - - [2025-11-03 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.249 - - [2025-11-03 03:33:21] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006475 10.0.0.249 - - [2025-11-03 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.249 - - [2025-11-03 03:33:25] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006205 10.0.0.23 - - [2025-11-03 03:33:27] "GET /obj-perms HTTP/1.1" 200 5075 0.052861 10.0.0.249 - - [2025-11-03 03:33:27] "GET /obj-perms HTTP/1.1" 200 5075 0.043491 10.0.0.249 - - [2025-11-03 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.249 - - [2025-11-03 03:33:29] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006411 10.0.0.249 - - [2025-11-03 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.249 - - [2025-11-03 03:33:33] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005974 10.0.0.249 - - [2025-11-03 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.249 - - [2025-11-03 03:33:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003888 10.0.0.249 - - [2025-11-03 03:33:35] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003978 10.0.0.249 - - [2025-11-03 03:33:35] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.010495 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /project/8698de36e4364598a45ddfbf31795627 HTTP/1.1" 404 173 0.003554 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /project/f22c8fdac4114c7eaa074a5418b0dbc0 HTTP/1.1" 404 173 0.017028 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /project/fd0ddf81c7504af4abe8b3d4edbd47a1 HTTP/1.1" 404 173 0.016342 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000973 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.061964 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.088427 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000922 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?fields=security_groups HTTP/1.1" 200 1356 0.055026 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?fields=security_groups HTTP/1.1" 200 1367 0.071445 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /security-group/95dab372-5656-433c-ac18-4b0b404f0488 HTTP/1.1" 200 115 0.061940 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=f22c8fda-c411-4c7e-aa07-4a5418b0dbc0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001124 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /security-group/570f69f8-c74e-431b-b66b-e53f0d0c159c HTTP/1.1" 200 115 0.088026 10.0.0.23 - - [2025-11-03 03:33:37] "GET /projects?obj_uuids=8698de36-e436-4598-a45d-dfbf31795627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.249 - - [2025-11-03 03:33:37] "DELETE /access-control-list/e2cd2b8e-3971-42d9-8dc2-6151bb9adf6e HTTP/1.1" 200 115 0.066760 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0?fields=application_policy_sets HTTP/1.1" 200 1395 0.071961 10.0.0.23 - - [2025-11-03 03:33:37] "GET /project/8698de36-e436-4598-a45d-dfbf31795627?fields=application_policy_sets HTTP/1.1" 200 1406 0.131714 10.0.0.249 - - [2025-11-03 03:33:37] "DELETE /access-control-list/f8550de2-4881-43d4-9130-d724468a61c3 HTTP/1.1" 200 115 0.059078 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /project/f22c8fda-c411-4c7e-aa07-4a5418b0dbc0 HTTP/1.1" 200 115 0.605269 10.0.0.23 - - [2025-11-03 03:33:37] "DELETE /project/8698de36-e436-4598-a45d-dfbf31795627 HTTP/1.1" 200 115 0.643040 10.0.0.249 - - [2025-11-03 03:33:40] "POST /neutron/port HTTP/1.1" 200 1088 0.016078 10.0.0.249 - - [2025-11-03 03:33:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.031427 10.0.0.249 - - [2025-11-03 03:33:46] "POST /neutron/network HTTP/1.1" 200 834 0.025250 10.0.0.249 - - [2025-11-03 03:33:46] "POST /neutron/port HTTP/1.1" 200 1088 0.014758 10.0.0.249 - - [2025-11-03 03:33:46] "POST /neutron/network HTTP/1.1" 200 824 0.008602 10.0.0.249 - - [2025-11-03 03:33:56] "POST /neutron/port HTTP/1.1" 200 1088 0.016701 10.0.0.249 - - [2025-11-03 03:33:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007022 10.0.0.249 - - [2025-11-03 03:33:56] "POST /neutron/port HTTP/1.1" 200 1088 0.017040 10.0.0.249 - - [2025-11-03 03:33:56] "POST /neutron/network HTTP/1.1" 200 824 0.006645 10.0.0.249 - - [2025-11-03 03:33:56] "POST /id-to-fqname HTTP/1.1" 200 218 0.001219 10.0.0.249 - - [2025-11-03 03:33:56] "GET /virtual-machine/db7c8aff-bbc7-42ac-885e-eaded49def7a HTTP/1.1" 200 1290 0.007571 10.0.0.249 - - [2025-11-03 03:33:56] "GET /virtual-machine-interface/ee6226cb-d445-49f1-b3a2-7973fcbc1dbf HTTP/1.1" 200 2932 0.005460 10.0.0.249 - - [2025-11-03 03:33:56] "GET /instance-ip/68838fad-330d-47c6-96a2-d93a978b8d32 HTTP/1.1" 200 1618 0.005651 10.0.0.249 - - [2025-11-03 03:33:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.006412 10.0.0.249 - - [2025-11-03 03:33:56] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005435 10.0.0.23 - - [2025-11-03 03:33:56] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000907 10.0.0.249 - - [2025-11-03 03:33:56] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051932 10.0.0.249 - - [2025-11-03 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.249 - - [2025-11-03 03:33:57] "GET /security-group/c21ff9c1-03be-44b8-8e0c-fb4e68e31be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3759 0.009329 10.0.0.249 - - [2025-11-03 03:33:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.095910 10.0.0.249 - - [2025-11-03 03:33:57] "POST /instance-ips HTTP/1.1" 200 357 0.044900 10.0.0.249 - - [2025-11-03 03:33:57] "GET /instance-ip/3622bf39-5498-40a4-b2c3-67235eda1b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.006209 10.0.0.249 - - [2025-11-03 03:33:57] "GET /virtual-machine-interface/ed4ea4db-e5db-418d-a31b-40970acbb7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.007487 10.0.0.249 - - [2025-11-03 03:33:57] "GET /virtual-machine-interface/ed4ea4db-e5db-418d-a31b-40970acbb7aa?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.009130 10.0.0.249 - - [2025-11-03 03:33:57] "GET /instance-ip/3622bf39-5498-40a4-b2c3-67235eda1b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.004711 10.0.0.249 - - [2025-11-03 03:33:57] "POST /id-to-fqname HTTP/1.1" 200 218 0.001724 10.0.0.249 - - [2025-11-03 03:33:57] "POST /neutron/port HTTP/1.1" 200 967 0.010289 10.0.0.249 - - [2025-11-03 03:33:57] "POST /neutron/port HTTP/1.1" 200 967 0.011844 10.0.0.249 - - [2025-11-03 03:33:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007279 10.0.0.249 - - [2025-11-03 03:33:58] "POST /neutron/port HTTP/1.1" 200 967 0.025428 10.0.0.249 - - [2025-11-03 03:33:58] "POST /neutron/port HTTP/1.1" 200 967 0.011279 10.0.0.249 - - [2025-11-03 03:33:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005021 10.0.0.249 - - [2025-11-03 03:33:58] "POST /neutron/network HTTP/1.1" 200 824 0.014206 10.0.0.249 - - [2025-11-03 03:34:03] "POST /neutron/port HTTP/1.1" 200 1033 0.019806 10.0.0.249 - - [2025-11-03 03:34:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008155 10.0.0.249 - - [2025-11-03 03:34:03] "GET /virtual-machine/2beac91b-f3ba-45bd-b5ad-d147ce6daab6 HTTP/1.1" 200 1268 0.007655 10.0.0.249 - - [2025-11-03 03:34:03] "GET /virtual-machine-interface/ed4ea4db-e5db-418d-a31b-40970acbb7aa HTTP/1.1" 200 2982 0.005865 10.0.0.249 - - [2025-11-03 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2025-11-03 03:34:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005050 10.0.0.249 - - [2025-11-03 03:34:03] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005362 10.0.0.249 - - [2025-11-03 03:34:03] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005935 10.0.0.249 - - [2025-11-03 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-11-03 03:34:06] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005383 10.0.0.249 - - [2025-11-03 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.249 - - [2025-11-03 03:34:10] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006257 10.0.0.249 - - [2025-11-03 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.249 - - [2025-11-03 03:34:14] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005763 10.0.0.249 - - [2025-11-03 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-11-03 03:34:18] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005170 10.0.0.249 - - [2025-11-03 03:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.249 - - [2025-11-03 03:34:23] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007626 10.0.0.249 - - [2025-11-03 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2025-11-03 03:34:27] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005548 10.0.0.249 - - [2025-11-03 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.249 - - [2025-11-03 03:34:31] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005006 10.0.0.249 - - [2025-11-03 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.249 - - [2025-11-03 03:34:35] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005110 10.0.0.249 - - [2025-11-03 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.249 - - [2025-11-03 03:34:39] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006031 10.0.0.249 - - [2025-11-03 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-11-03 03:34:41] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004303 10.0.0.249 - - [2025-11-03 03:34:41] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003755 10.0.0.249 - - [2025-11-03 03:34:41] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005615 10.0.0.249 - - [2025-11-03 03:34:46] "POST /neutron/port HTTP/1.1" 200 1033 0.014486 10.0.0.249 - - [2025-11-03 03:34:46] "POST /neutron/port HTTP/1.1" 200 1088 0.014755 10.0.0.249 - - [2025-11-03 03:34:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.008376 10.0.0.249 - - [2025-11-03 03:34:49] "POST /neutron/port HTTP/1.1" 200 1033 0.015795 10.0.0.249 - - [2025-11-03 03:34:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008215 10.0.0.249 - - [2025-11-03 03:34:57] "POST /id-to-fqname HTTP/1.1" 200 218 0.001353 10.0.0.249 - - [2025-11-03 03:34:57] "POST /neutron/network HTTP/1.1" 200 834 0.007074 10.0.0.23 - - [2025-11-03 03:34:58] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.021637 10.0.0.249 - - [2025-11-03 03:34:58] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.108860 10.0.0.249 - - [2025-11-03 03:34:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009267 10.0.0.249 - - [2025-11-03 03:34:58] "POST /neutron/network HTTP/1.1" 200 834 0.006561 10.0.0.249 - - [2025-11-03 03:34:59] "POST /neutron/port HTTP/1.1" 200 1060 0.039386 10.0.0.249 - - [2025-11-03 03:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004085 10.0.0.249 - - [2025-11-03 03:34:59] "POST /neutron/network HTTP/1.1" 200 824 0.006500 10.0.0.249 - - [2025-11-03 03:35:08] "POST /neutron/port HTTP/1.1" 200 1088 0.016525 10.0.0.249 - - [2025-11-03 03:35:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007023 10.0.0.249 - - [2025-11-03 03:35:08] "GET /virtual-machine/a3090b24-f416-4c4c-ac34-8ed8632e930e HTTP/1.1" 200 1291 0.006201 10.0.0.249 - - [2025-11-03 03:35:08] "GET /virtual-machine-interface/e9658b60-3e9a-4a9b-bbdd-28084618c0f6 HTTP/1.1" 200 2932 0.006021 10.0.0.249 - - [2025-11-03 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.249 - - [2025-11-03 03:35:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005961 10.0.0.249 - - [2025-11-03 03:35:08] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002630 10.0.0.249 - - [2025-11-03 03:35:08] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005849 10.0.0.249 - - [2025-11-03 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.249 - - [2025-11-03 03:35:11] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005068 10.0.0.249 - - [2025-11-03 03:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-11-03 03:35:16] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005437 10.0.0.249 - - [2025-11-03 03:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-11-03 03:35:20] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005267 10.0.0.23 - - [2025-11-03 03:35:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.23 - - [2025-11-03 03:35:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001277 10.0.0.23 - - [2025-11-03 03:35:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.23 - - [2025-11-03 03:35:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.61 - - [2025-11-03 03:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.61 - - [2025-11-03 03:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2025-11-03 03:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2025-11-03 03:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.61 - - [2025-11-03 03:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.61 - - [2025-11-03 03:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.249 - - [2025-11-03 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.249 - - [2025-11-03 03:35:24] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005287 10.0.0.249 - - [2025-11-03 03:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.249 - - [2025-11-03 03:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2025-11-03 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-11-03 03:35:28] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006610 10.0.0.61 - - [2025-11-03 03:35:28] "GET /obj-perms HTTP/1.1" 200 5075 0.047353 10.0.0.249 - - [2025-11-03 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-11-03 03:35:32] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005109 10.0.0.249 - - [2025-11-03 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.249 - - [2025-11-03 03:35:36] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006881 10.0.0.249 - - [2025-11-03 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.249 - - [2025-11-03 03:35:40] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005381 10.0.0.249 - - [2025-11-03 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.249 - - [2025-11-03 03:35:44] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005217 10.0.0.249 - - [2025-11-03 03:35:46] "POST /neutron/port HTTP/1.1" 200 1088 0.015920 10.0.0.249 - - [2025-11-03 03:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.249 - - [2025-11-03 03:35:46] "POST /neutron/network HTTP/1.1" 200 824 0.007349 10.0.0.249 - - [2025-11-03 03:35:47] "POST /neutron/network HTTP/1.1" 200 834 0.006351 10.0.0.249 - - [2025-11-03 03:35:48] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.249 - - [2025-11-03 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.249 - - [2025-11-03 03:35:48] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005657 10.0.0.249 - - [2025-11-03 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.249 - - [2025-11-03 03:35:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.249 - - [2025-11-03 03:35:50] "GET /virtual-networks?parent_id=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002903 10.0.0.249 - - [2025-11-03 03:35:50] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006274 10.0.0.249 - - [2025-11-03 03:35:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007487 10.0.0.249 - - [2025-11-03 03:36:01] "POST /neutron/port HTTP/1.1" 200 1088 0.016636 10.0.0.249 - - [2025-11-03 03:36:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008652 10.0.0.249 - - [2025-11-03 03:36:11] "POST /neutron/port HTTP/1.1" 200 1088 0.018057 10.0.0.249 - - [2025-11-03 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007272 10.0.0.249 - - [2025-11-03 03:36:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015432 10.0.0.249 - - [2025-11-03 03:36:12] "POST /neutron/network HTTP/1.1" 200 824 0.006260 10.0.0.249 - - [2025-11-03 03:36:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.000989 10.0.0.249 - - [2025-11-03 03:36:12] "GET /virtual-machine/a3090b24-f416-4c4c-ac34-8ed8632e930e HTTP/1.1" 200 1291 0.004007 10.0.0.249 - - [2025-11-03 03:36:12] "GET /virtual-machine-interface/e9658b60-3e9a-4a9b-bbdd-28084618c0f6 HTTP/1.1" 200 2932 0.005294 10.0.0.249 - - [2025-11-03 03:36:12] "GET /instance-ip/f3fc3bf9-ca88-4112-81e3-8fa13f934a29 HTTP/1.1" 200 1618 0.006368 10.0.0.249 - - [2025-11-03 03:36:12] "GET /virtual-machine-interface/e9658b60-3e9a-4a9b-bbdd-28084618c0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.006254 10.0.0.249 - - [2025-11-03 03:36:12] "PUT /virtual-machine-interface/e9658b60-3e9a-4a9b-bbdd-28084618c0f6 HTTP/1.1" 200 284 0.013878 10.0.0.249 - - [2025-11-03 03:36:47] "POST /neutron/network HTTP/1.1" 200 834 0.006710 10.0.0.249 - - [2025-11-03 03:36:47] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.249 - - [2025-11-03 03:36:48] "POST /neutron/port HTTP/1.1" 200 1088 0.015256 10.0.0.249 - - [2025-11-03 03:36:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.011309 10.0.0.23 - - [2025-11-03 03:37:30] "GET /obj-perms HTTP/1.1" 200 5075 0.046943 10.0.0.249 - - [2025-11-03 03:37:31] "DELETE /instance-ip/3622bf39-5498-40a4-b2c3-67235eda1b33 HTTP/1.1" 200 115 0.044715 10.0.0.249 - - [2025-11-03 03:37:31] "DELETE /virtual-machine-interface/ed4ea4db-e5db-418d-a31b-40970acbb7aa HTTP/1.1" 200 115 0.088806 10.0.0.249 - - [2025-11-03 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-11-03 03:37:32] "GET /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005848 10.0.0.249 - - [2025-11-03 03:37:32] "PUT /virtual-network/bf17f9d8-f56b-4ed5-ad3b-936c71211763 HTTP/1.1" 200 264 0.062145 10.0.0.249 - - [2025-11-03 03:37:32] "POST /neutron/network HTTP/1.1" 200 824 0.006756 10.0.0.249 - - [2025-11-03 03:37:32] "POST /neutron/port HTTP/1.1" 200 1114 0.013762 10.0.0.249 - - [2025-11-03 03:37:32] "DELETE /route-target/de8bf714-5273-4f13-8182-16ea0a1cde30 HTTP/1.1" 200 115 0.043533 10.0.0.249 - - [2025-11-03 03:37:32] "POST /neutron/port HTTP/1.1" 200 1114 0.010951 10.0.0.23 - - [2025-11-03 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003195 10.0.0.23 - - [2025-11-03 03:37:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.249 - - [2025-11-03 03:37:34] "POST /neutron/network HTTP/1.1" 200 151 0.123381 10.0.0.23 - - [2025-11-03 03:37:35] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.249 - - [2025-11-03 03:37:35] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.101420 10.0.0.23 - - [2025-11-03 03:37:35] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001884 10.0.0.249 - - [2025-11-03 03:37:36] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?fields=virtual_networks HTTP/1.1" 200 1039 0.067727 10.0.0.23 - - [2025-11-03 03:37:36] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.249 - - [2025-11-03 03:37:36] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.051823 10.0.0.23 - - [2025-11-03 03:37:36] "GET /projects?obj_uuids=fd0ddf81-c750-4af4-abe8-b3d4edbd47a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.249 - - [2025-11-03 03:37:36] "GET /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1?fields=security_groups HTTP/1.1" 200 1263 0.046471 10.0.0.249 - - [2025-11-03 03:37:37] "DELETE /access-control-list/338d7ef8-c3fb-4936-a920-807394f47f33 HTTP/1.1" 200 115 0.050438 10.0.0.249 - - [2025-11-03 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.041728 10.0.0.23 - - [2025-11-03 03:37:37] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002552 10.0.0.23 - - [2025-11-03 03:37:37] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.23 - - [2025-11-03 03:37:37] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.053185 10.0.0.23 - - [2025-11-03 03:37:38] "DELETE /project/fd0ddf81-c750-4af4-abe8-b3d4edbd47a1 HTTP/1.1" 404 177 0.003101 10.0.0.23 - - [2025-11-03 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 187 0.002594 10.0.0.23 - - [2025-11-03 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.010032 10.0.0.23 - - [2025-11-03 03:37:38] "POST /security-groups HTTP/1.1" 200 588 0.074997 10.0.0.23 - - [2025-11-03 03:37:38] "POST /projects HTTP/1.1" 200 579 0.296100 10.0.0.249 - - [2025-11-03 03:37:38] "POST /access-control-lists HTTP/1.1" 200 593 0.029153 10.0.0.23 - - [2025-11-03 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.365443 10.0.0.249 - - [2025-11-03 03:37:38] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.547039 10.0.0.249 - - [2025-11-03 03:37:39] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.249 - - [2025-11-03 03:37:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2025-11-03 03:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.049183 10.0.0.23 - - [2025-11-03 03:37:41] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000826 10.0.0.249 - - [2025-11-03 03:37:41] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.036990 10.0.0.249 - - [2025-11-03 03:37:41] "POST /neutron/network HTTP/1.1" 200 117 0.040497 10.0.0.249 - - [2025-11-03 03:37:41] "POST /route-targets HTTP/1.1" 200 327 0.014163 10.0.0.249 - - [2025-11-03 03:37:42] "POST /neutron/network HTTP/1.1" 200 829 0.010127 10.0.0.249 - - [2025-11-03 03:37:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001148 10.0.0.249 - - [2025-11-03 03:37:42] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005460 10.0.0.249 - - [2025-11-03 03:37:42] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006994 10.0.0.249 - - [2025-11-03 03:37:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.011198 10.0.0.249 - - [2025-11-03 03:37:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.002622 10.0.0.249 - - [2025-11-03 03:37:42] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005373 10.0.0.249 - - [2025-11-03 03:37:42] "GET /virtual-machine-interface/5415f1ff-b40c-4af0-b433-261373d8c8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007265 10.0.0.249 - - [2025-11-03 03:37:42] "GET /virtual-machine-interface/5415f1ff-b40c-4af0-b433-261373d8c8aa?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.008779 10.0.0.249 - - [2025-11-03 03:37:42] "GET /instance-ip/fe5814fc-1e92-4cbb-a40e-51567878446c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.005248 10.0.0.249 - - [2025-11-03 03:37:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001444 10.0.0.23 - - [2025-11-03 03:37:43] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000969 10.0.0.249 - - [2025-11-03 03:37:43] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.070286 10.0.0.249 - - [2025-11-03 03:37:43] "POST /neutron/network HTTP/1.1" 200 829 0.029138 10.0.0.249 - - [2025-11-03 03:37:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001413 10.0.0.249 - - [2025-11-03 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/network HTTP/1.1" 200 829 0.006453 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/network HTTP/1.1" 200 839 0.005901 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.011858 10.0.0.23 - - [2025-11-03 03:37:44] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002501 10.0.0.249 - - [2025-11-03 03:37:44] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.055064 10.0.0.249 - - [2025-11-03 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.005178 10.0.0.249 - - [2025-11-03 03:37:44] "POST /interface-route-tables HTTP/1.1" 200 556 0.043586 10.0.0.249 - - [2025-11-03 03:37:44] "GET /interface-route-table/388caa4d-1f70-4b08-b5e7-c0d3ff74d026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.010319 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/port HTTP/1.1" 200 1111 0.123813 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/network HTTP/1.1" 200 839 0.005676 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/port HTTP/1.1" 200 983 0.008541 10.0.0.249 - - [2025-11-03 03:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.249 - - [2025-11-03 03:37:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.249 - - [2025-11-03 03:37:45] "POST /neutron/network HTTP/1.1" 200 829 0.008624 10.0.0.249 - - [2025-11-03 03:37:45] "GET /virtual-machine-interface/5415f1ff-b40c-4af0-b433-261373d8c8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.008953 10.0.0.249 - - [2025-11-03 03:37:45] "POST /ref-update HTTP/1.1" 200 156 0.014788 10.0.0.249 - - [2025-11-03 03:37:50] "POST /neutron/port HTTP/1.1" 200 1085 0.024266 10.0.0.249 - - [2025-11-03 03:37:50] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008113 10.0.0.249 - - [2025-11-03 03:37:51] "POST /neutron/port HTTP/1.1" 200 1085 0.014568 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 200 1288 0.035103 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 200 1288 0.003852 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine-interface/cc6c4d09-8322-461f-834e-14ddb3f19558 HTTP/1.1" 200 2938 0.005616 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 200 1288 0.003437 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine-interface/cc6c4d09-8322-461f-834e-14ddb3f19558 HTTP/1.1" 200 2938 0.005261 10.0.0.249 - - [2025-11-03 03:37:51] "GET /instance-ip/36121391-a23d-4920-a68e-42442cdaf38a HTTP/1.1" 200 1618 0.005865 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 200 1288 0.003290 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-machine-interface/cc6c4d09-8322-461f-834e-14ddb3f19558 HTTP/1.1" 200 2938 0.005124 10.0.0.249 - - [2025-11-03 03:37:51] "GET /instance-ip/36121391-a23d-4920-a68e-42442cdaf38a HTTP/1.1" 200 1618 0.003677 10.0.0.249 - - [2025-11-03 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2025-11-03 03:37:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003401 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005924 10.0.0.249 - - [2025-11-03 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-11-03 03:37:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004484 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003551 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006852 10.0.0.249 - - [2025-11-03 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-11-03 03:37:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003648 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005268 10.0.0.249 - - [2025-11-03 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.249 - - [2025-11-03 03:37:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002696 10.0.0.249 - - [2025-11-03 03:37:51] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005525 10.0.0.249 - - [2025-11-03 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.249 - - [2025-11-03 03:37:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004553 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002889 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006071 10.0.0.249 - - [2025-11-03 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.249 - - [2025-11-03 03:37:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003105 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006020 10.0.0.249 - - [2025-11-03 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.249 - - [2025-11-03 03:37:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004328 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003292 10.0.0.249 - - [2025-11-03 03:37:52] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005486 10.0.0.249 - - [2025-11-03 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.249 - - [2025-11-03 03:37:55] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005578 10.0.0.249 - - [2025-11-03 03:37:55] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008280 10.0.0.249 - - [2025-11-03 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-11-03 03:37:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003862 10.0.0.249 - - [2025-11-03 03:37:57] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003467 10.0.0.249 - - [2025-11-03 03:37:57] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005430 10.0.0.249 - - [2025-11-03 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.249 - - [2025-11-03 03:37:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005409 10.0.0.249 - - [2025-11-03 03:37:57] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002451 10.0.0.249 - - [2025-11-03 03:37:57] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008292 10.0.0.249 - - [2025-11-03 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.249 - - [2025-11-03 03:37:57] "GET /routing-instance/bd3d0abf-16a9-4f35-91e6-731374b7e0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006790 10.0.0.249 - - [2025-11-03 03:37:58] "GET /route-target/44c9cd0d-928a-4c7a-a0d0-c79aeb6d9ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004218 10.0.0.249 - - [2025-11-03 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.249 - - [2025-11-03 03:37:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004483 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.010702 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006411 10.0.0.249 - - [2025-11-03 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.249 - - [2025-11-03 03:37:58] "GET /routing-instance/bd3d0abf-16a9-4f35-91e6-731374b7e0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004352 10.0.0.249 - - [2025-11-03 03:37:58] "GET /route-target/44c9cd0d-928a-4c7a-a0d0-c79aeb6d9ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003981 10.0.0.249 - - [2025-11-03 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008458 10.0.0.249 - - [2025-11-03 03:37:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005953 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003260 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005859 10.0.0.249 - - [2025-11-03 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.249 - - [2025-11-03 03:37:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004063 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006717 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005929 10.0.0.249 - - [2025-11-03 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.249 - - [2025-11-03 03:37:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007772 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005974 10.0.0.249 - - [2025-11-03 03:37:58] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007212 10.0.0.249 - - [2025-11-03 03:38:01] "GET /obj-perms HTTP/1.1" 200 5043 0.050932 10.0.0.23 - - [2025-11-03 03:38:01] "GET /obj-perms HTTP/1.1" 200 5043 0.043982 10.0.0.249 - - [2025-11-03 03:38:01] "GET /obj-perms HTTP/1.1" 200 5043 0.003292 10.0.0.249 - - [2025-11-03 03:38:01] "GET /obj-perms HTTP/1.1" 200 5043 0.003859 10.0.0.249 - - [2025-11-03 03:38:02] "POST /neutron/port HTTP/1.1" 200 1049 0.019345 10.0.0.249 - - [2025-11-03 03:38:02] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007758 10.0.0.249 - - [2025-11-03 03:38:02] "GET /virtual-machine/76d66d86-8ad9-463b-8a2d-1da99d7dbd26 HTTP/1.1" 200 1266 0.005820 10.0.0.249 - - [2025-11-03 03:38:02] "GET /virtual-machine-interface/5415f1ff-b40c-4af0-b433-261373d8c8aa HTTP/1.1" 200 3150 0.006854 10.0.0.249 - - [2025-11-03 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-11-03 03:38:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003652 10.0.0.249 - - [2025-11-03 03:38:02] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003214 10.0.0.249 - - [2025-11-03 03:38:02] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006251 10.0.0.249 - - [2025-11-03 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-11-03 03:38:05] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005244 10.0.0.249 - - [2025-11-03 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-11-03 03:38:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003549 10.0.0.249 - - [2025-11-03 03:38:07] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003069 10.0.0.249 - - [2025-11-03 03:38:08] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006277 10.0.0.249 - - [2025-11-03 03:38:08] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007142 10.0.0.249 - - [2025-11-03 03:38:08] "GET /obj-perms HTTP/1.1" 200 5043 0.004142 10.0.0.61 - - [2025-11-03 03:38:08] "GET /obj-perms HTTP/1.1" 200 5043 0.051860 10.0.0.23 - - [2025-11-03 03:38:08] "GET /obj-perms HTTP/1.1" 200 5043 0.004140 10.0.0.249 - - [2025-11-03 03:38:09] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 200 1288 0.004699 10.0.0.249 - - [2025-11-03 03:38:09] "POST /neutron/port HTTP/1.1" 200 1085 0.015312 10.0.0.249 - - [2025-11-03 03:38:11] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 404 171 0.004166 10.0.0.249 - - [2025-11-03 03:38:11] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 404 171 0.003670 10.0.0.249 - - [2025-11-03 03:38:11] "GET /virtual-machine/25f3096e-3ab8-4326-899e-1860b54fd55a HTTP/1.1" 404 171 0.003846 10.0.0.249 - - [2025-11-03 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.249 - - [2025-11-03 03:38:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003403 10.0.0.249 - - [2025-11-03 03:38:11] "GET /virtual-networks?parent_id=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005363 10.0.0.249 - - [2025-11-03 03:38:11] "GET /virtual-network/f2709bfb-c8e6-4ef8-916e-88ab6e2ae994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009074 10.0.0.249 - - [2025-11-03 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.249 - - [2025-11-03 03:38:11] "GET /routing-instance/bd3d0abf-16a9-4f35-91e6-731374b7e0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005609 10.0.0.249 - - [2025-11-03 03:38:11] "GET /route-target/44c9cd0d-928a-4c7a-a0d0-c79aeb6d9ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003917 10.0.0.249 - - [2025-11-03 03:38:14] "GET /obj-perms HTTP/1.1" 200 5043 0.003865 10.0.0.249 - - [2025-11-03 03:38:17] "GET /obj-perms HTTP/1.1" 200 5043 0.004763 10.0.0.249 - - [2025-11-03 03:38:23] "GET /obj-perms HTTP/1.1" 200 5043 0.004096 10.0.0.249 - - [2025-11-03 03:38:27] "GET /obj-perms HTTP/1.1" 200 5043 0.003977 10.0.0.249 - - [2025-11-03 03:38:30] "GET /obj-perms HTTP/1.1" 200 5043 0.003941 10.0.0.249 - - [2025-11-03 03:38:30] "GET /interface-route-table/388caa4d-1f70-4b08-b5e7-c0d3ff74d026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004187 10.0.0.249 - - [2025-11-03 03:38:30] "GET /virtual-machine-interface/5415f1ff-b40c-4af0-b433-261373d8c8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005720 10.0.0.249 - - [2025-11-03 03:38:30] "POST /ref-update HTTP/1.1" 200 156 0.017904 10.0.0.249 - - [2025-11-03 03:38:30] "DELETE /interface-route-table/388caa4d-1f70-4b08-b5e7-c0d3ff74d026 HTTP/1.1" 200 115 0.038208 10.0.0.249 - - [2025-11-03 03:38:30] "POST /neutron/port HTTP/1.1" 200 1075 0.013866 10.0.0.23 - - [2025-11-03 03:38:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004171 10.0.0.23 - - [2025-11-03 03:38:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004217 10.0.0.249 - - [2025-11-03 03:38:30] "POST /neutron/network HTTP/1.1" 200 151 0.142199 10.0.0.249 - - [2025-11-03 03:38:30] "DELETE /route-target/44c9cd0d-928a-4c7a-a0d0-c79aeb6d9ea1 HTTP/1.1" 200 115 0.033866 10.0.0.23 - - [2025-11-03 03:38:32] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000987 10.0.0.249 - - [2025-11-03 03:38:32] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.046788 10.0.0.23 - - [2025-11-03 03:38:32] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000885 10.0.0.249 - - [2025-11-03 03:38:32] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?fields=virtual_networks HTTP/1.1" 200 1034 0.055899 10.0.0.23 - - [2025-11-03 03:38:32] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002257 10.0.0.249 - - [2025-11-03 03:38:32] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039253 10.0.0.23 - - [2025-11-03 03:38:32] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000916 10.0.0.249 - - [2025-11-03 03:38:32] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?fields=security_groups HTTP/1.1" 200 1257 0.042707 10.0.0.249 - - [2025-11-03 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.023902 10.0.0.23 - - [2025-11-03 03:38:33] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003501 10.0.0.23 - - [2025-11-03 03:38:33] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.23 - - [2025-11-03 03:38:33] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007793 10.0.0.23 - - [2025-11-03 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 194 0.007835 10.0.0.23 - - [2025-11-03 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.006440 10.0.0.23 - - [2025-11-03 03:38:33] "POST /security-groups HTTP/1.1" 200 595 0.073133 10.0.0.23 - - [2025-11-03 03:38:33] "POST /projects HTTP/1.1" 200 593 0.303703 10.0.0.249 - - [2025-11-03 03:38:34] "POST /fqname-to-id HTTP/1.1" 404 237 0.007112 10.0.0.23 - - [2025-11-03 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.375998 10.0.0.249 - - [2025-11-03 03:38:34] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.540258 10.0.0.249 - - [2025-11-03 03:38:35] "GET / HTTP/1.1" 200 35931 0.001900 10.0.0.249 - - [2025-11-03 03:38:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2025-11-03 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.064289 10.0.0.23 - - [2025-11-03 03:38:35] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.249 - - [2025-11-03 03:38:35] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.056790 10.0.0.249 - - [2025-11-03 03:38:36] "POST /neutron/network HTTP/1.1" 200 117 0.066045 10.0.0.249 - - [2025-11-03 03:38:36] "POST /ref-update HTTP/1.1" 200 156 0.036929 10.0.0.249 - - [2025-11-03 03:38:36] "POST /neutron/network HTTP/1.1" 200 827 0.015613 10.0.0.249 - - [2025-11-03 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001082 10.0.0.249 - - [2025-11-03 03:38:36] "GET /virtual-network/a3ce3780-de85-4e3b-b71f-53a08e1879a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005105 10.0.0.249 - - [2025-11-03 03:38:36] "GET /virtual-network/a3ce3780-de85-4e3b-b71f-53a08e1879a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005217 10.0.0.249 - - [2025-11-03 03:38:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.010173 10.0.0.249 - - [2025-11-03 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2025-11-03 03:38:36] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001172 10.0.0.249 - - [2025-11-03 03:38:36] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055274 10.0.0.23 - - [2025-11-03 03:38:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007258 10.0.0.249 - - [2025-11-03 03:38:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.190081 10.0.0.249 - - [2025-11-03 03:38:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001216 10.0.0.249 - - [2025-11-03 03:38:37] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005368 10.0.0.249 - - [2025-11-03 03:38:37] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005382 10.0.0.249 - - [2025-11-03 03:38:37] "POST /neutron/network HTTP/1.1" 200 826 0.007418 10.0.0.249 - - [2025-11-03 03:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2025-11-03 03:38:37] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001060 10.0.0.249 - - [2025-11-03 03:38:37] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.052921 10.0.0.23 - - [2025-11-03 03:38:37] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001506 10.0.0.249 - - [2025-11-03 03:38:37] "POST /neutron/network HTTP/1.1" 200 609 0.133235 10.0.0.249 - - [2025-11-03 03:38:37] "POST /route-targets HTTP/1.1" 200 327 0.017576 10.0.0.249 - - [2025-11-03 03:38:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.004920 10.0.0.249 - - [2025-11-03 03:38:37] "GET /virtual-network/43f269ef-86a3-4840-b3ef-eb4417197d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007497 10.0.0.249 - - [2025-11-03 03:38:37] "POST /neutron/network HTTP/1.1" 200 829 0.006528 10.0.0.249 - - [2025-11-03 03:38:37] "GET /virtual-network/43f269ef-86a3-4840-b3ef-eb4417197d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006949 10.0.0.249 - - [2025-11-03 03:38:38] "POST /fqname-to-id HTTP/1.1" 404 214 0.003638 10.0.0.249 - - [2025-11-03 03:38:38] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005554 10.0.0.23 - - [2025-11-03 03:38:38] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001023 10.0.0.23 - - [2025-11-03 03:38:38] "DELETE /project/731c7e6c3a3c4378a4418120bebf25d3 HTTP/1.1" 404 173 0.008018 10.0.0.23 - - [2025-11-03 03:38:38] "DELETE /project/0b2ec979793f4ffc8233a1bec478f7f7 HTTP/1.1" 404 173 0.005709 10.0.0.23 - - [2025-11-03 03:38:38] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000903 10.0.0.23 - - [2025-11-03 03:38:38] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.042248 10.0.0.23 - - [2025-11-03 03:38:38] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001017 10.0.0.23 - - [2025-11-03 03:38:38] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?fields=security_groups HTTP/1.1" 200 1362 0.078251 10.0.0.23 - - [2025-11-03 03:38:38] "DELETE /security-group/921e3f8b-0892-4523-abf2-cdb923b1a0f9 HTTP/1.1" 200 115 0.083328 10.0.0.249 - - [2025-11-03 03:38:38] "POST /neutron/port HTTP/1.1" 200 988 0.335417 10.0.0.23 - - [2025-11-03 03:38:38] "GET /projects?obj_uuids=0b2ec979-793f-4ffc-8233-a1bec478f7f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001128 10.0.0.249 - - [2025-11-03 03:38:38] "GET /virtual-machine-interface/2513f2d8-db12-4095-a0bf-78b8d4a74441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.015176 10.0.0.249 - - [2025-11-03 03:38:38] "GET /virtual-machine-interface/2513f2d8-db12-4095-a0bf-78b8d4a74441?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007723 10.0.0.249 - - [2025-11-03 03:38:38] "DELETE /access-control-list/e0a1ca0c-6a67-430d-87f8-9dd4c5eb5102 HTTP/1.1" 200 115 0.037544 10.0.0.23 - - [2025-11-03 03:38:38] "GET /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7?fields=application_policy_sets HTTP/1.1" 200 1401 0.089741 10.0.0.249 - - [2025-11-03 03:38:38] "GET /instance-ip/ec9984be-aef0-406f-bf6a-0ab39f99d324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.011635 10.0.0.249 - - [2025-11-03 03:38:38] "POST /fqname-to-id HTTP/1.1" 404 214 0.004431 10.0.0.249 - - [2025-11-03 03:38:38] "GET /virtual-network/a3ce3780-de85-4e3b-b71f-53a08e1879a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005691 10.0.0.23 - - [2025-11-03 03:38:38] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001356 10.0.0.249 - - [2025-11-03 03:38:38] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075978 10.0.0.249 - - [2025-11-03 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010833 10.0.0.23 - - [2025-11-03 03:38:38] "DELETE /project/0b2ec979-793f-4ffc-8233-a1bec478f7f7 HTTP/1.1" 200 115 0.587385 10.0.0.249 - - [2025-11-03 03:38:38] "GET /security-group/c1a44c12-2d79-4c33-888e-64fd586e9fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004620 10.0.0.249 - - [2025-11-03 03:38:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.091902 10.0.0.249 - - [2025-11-03 03:38:38] "POST /instance-ips HTTP/1.1" 200 357 0.041983 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/a7631b26-80bf-4945-a18c-7c7fd0a39257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005754 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/a7631b26-80bf-4945-a18c-7c7fd0a39257?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009826 10.0.0.249 - - [2025-11-03 03:38:39] "GET /instance-ip/74fc49b1-e33b-4750-99cc-bc48e72f9ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004607 10.0.0.249 - - [2025-11-03 03:38:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.003792 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006154 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/bdc8e801-c3fc-45f9-8bb3-69c24ef93bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008392 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/bdc8e801-c3fc-45f9-8bb3-69c24ef93bb9?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.012021 10.0.0.249 - - [2025-11-03 03:38:39] "GET /instance-ip/8add505c-638d-4a77-b938-179002719e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004681 10.0.0.249 - - [2025-11-03 03:38:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.002582 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-network/a3ce3780-de85-4e3b-b71f-53a08e1879a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005893 10.0.0.23 - - [2025-11-03 03:38:39] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001224 10.0.0.249 - - [2025-11-03 03:38:39] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.043485 10.0.0.249 - - [2025-11-03 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-11-03 03:38:39] "GET /security-group/c1a44c12-2d79-4c33-888e-64fd586e9fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004488 10.0.0.249 - - [2025-11-03 03:38:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.116329 10.0.0.249 - - [2025-11-03 03:38:39] "POST /instance-ips HTTP/1.1" 200 357 0.039896 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/08f5e865-d832-4aaf-88f4-cb922e91e1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005804 10.0.0.249 - - [2025-11-03 03:38:39] "GET /virtual-machine-interface/08f5e865-d832-4aaf-88f4-cb922e91e1bb?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009130 10.0.0.249 - - [2025-11-03 03:38:40] "GET /instance-ip/d309edc9-e398-4e50-b226-4fa2329967cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004607 10.0.0.249 - - [2025-11-03 03:38:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.003895 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006043 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-machine-interface/b6361825-e1ce-43f0-a124-870387d5333f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007311 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-machine-interface/b6361825-e1ce-43f0-a124-870387d5333f?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008207 10.0.0.249 - - [2025-11-03 03:38:40] "GET /instance-ip/9250eab2-05a1-492b-b105-84e5fd480b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005548 10.0.0.249 - - [2025-11-03 03:38:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.002739 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-network/43f269ef-86a3-4840-b3ef-eb4417197d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006406 10.0.0.23 - - [2025-11-03 03:38:40] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.249 - - [2025-11-03 03:38:40] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.052148 10.0.0.249 - - [2025-11-03 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-11-03 03:38:40] "GET /security-group/c1a44c12-2d79-4c33-888e-64fd586e9fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.005065 10.0.0.249 - - [2025-11-03 03:38:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102442 10.0.0.249 - - [2025-11-03 03:38:40] "POST /instance-ips HTTP/1.1" 200 357 0.047344 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-machine-interface/e9bf3dfa-eb38-43ec-ba3c-6a5298265104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006146 10.0.0.249 - - [2025-11-03 03:38:40] "GET /virtual-machine-interface/e9bf3dfa-eb38-43ec-ba3c-6a5298265104?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009178 10.0.0.249 - - [2025-11-03 03:38:40] "GET /instance-ip/152e67b2-7942-4ce2-b682-2e3f8afca23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004521 10.0.0.249 - - [2025-11-03 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001723 10.0.0.249 - - [2025-11-03 03:38:42] "POST /neutron/port HTTP/1.1" 200 988 0.009761 10.0.0.249 - - [2025-11-03 03:38:42] "POST /neutron/port HTTP/1.1" 200 988 0.008940 10.0.0.249 - - [2025-11-03 03:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.249 - - [2025-11-03 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.249 - - [2025-11-03 03:38:43] "POST /neutron/port HTTP/1.1" 200 988 0.010267 10.0.0.249 - - [2025-11-03 03:38:43] "POST /neutron/port HTTP/1.1" 200 988 0.010072 10.0.0.23 - - [2025-11-03 03:38:43] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001211 10.0.0.249 - - [2025-11-03 03:38:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.249 - - [2025-11-03 03:38:43] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074717 10.0.0.249 - - [2025-11-03 03:38:43] "POST /neutron/port HTTP/1.1" 200 117 0.001450 10.0.0.249 - - [2025-11-03 03:38:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007749 10.0.0.249 - - [2025-11-03 03:38:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001248 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007019 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/network HTTP/1.1" 200 826 0.007465 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/port HTTP/1.1" 200 988 0.011425 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007667 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/port HTTP/1.1" 200 1065 0.022208 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/router HTTP/1.1" 200 598 0.009900 10.0.0.249 - - [2025-11-03 03:38:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009044 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/network HTTP/1.1" 200 829 0.010745 10.0.0.249 - - [2025-11-03 03:38:45] "POST /ref-update HTTP/1.1" 200 156 0.016833 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/port HTTP/1.1" 200 988 0.028607 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/port HTTP/1.1" 200 988 0.009771 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015552 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006530 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.249 - - [2025-11-03 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006773 10.0.0.249 - - [2025-11-03 03:38:45] "GET /virtual-machine/d35b8379-1f4f-498f-9d47-5699918067a9 HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-11-03 03:38:46] "GET /virtual-machine/d35b8379-1f4f-498f-9d47-5699918067a9 HTTP/1.1" 200 1275 0.024729 10.0.0.249 - - [2025-11-03 03:38:46] "GET /virtual-machine-interface/2513f2d8-db12-4095-a0bf-78b8d4a74441 HTTP/1.1" 200 3187 0.008044 10.0.0.249 - - [2025-11-03 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-11-03 03:38:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004591 10.0.0.249 - - [2025-11-03 03:38:46] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002683 10.0.0.249 - - [2025-11-03 03:38:46] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005534 10.0.0.249 - - [2025-11-03 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.249 - - [2025-11-03 03:38:49] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004731 10.0.0.249 - - [2025-11-03 03:38:52] "POST /neutron/network HTTP/1.1" 200 836 0.029561 10.0.0.249 - - [2025-11-03 03:38:53] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.249 - - [2025-11-03 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2025-11-03 03:38:53] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005277 10.0.0.249 - - [2025-11-03 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008183 10.0.0.249 - - [2025-11-03 03:38:57] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009015 10.0.0.249 - - [2025-11-03 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.249 - - [2025-11-03 03:39:01] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006168 10.0.0.249 - - [2025-11-03 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.249 - - [2025-11-03 03:39:05] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006997 10.0.0.249 - - [2025-11-03 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.249 - - [2025-11-03 03:39:09] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005561 10.0.0.249 - - [2025-11-03 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.249 - - [2025-11-03 03:39:14] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005651 10.0.0.249 - - [2025-11-03 03:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.249 - - [2025-11-03 03:39:18] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004894 10.0.0.249 - - [2025-11-03 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.249 - - [2025-11-03 03:39:22] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005364 10.0.0.249 - - [2025-11-03 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-11-03 03:39:26] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006156 10.0.0.249 - - [2025-11-03 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.249 - - [2025-11-03 03:39:28] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004069 10.0.0.249 - - [2025-11-03 03:39:28] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003611 10.0.0.249 - - [2025-11-03 03:39:28] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008408 10.0.0.249 - - [2025-11-03 03:39:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007218 10.0.0.249 - - [2025-11-03 03:39:31] "GET /obj-perms HTTP/1.1" 200 5075 0.047723 10.0.0.249 - - [2025-11-03 03:39:37] "POST /neutron/port HTTP/1.1" 200 1054 0.036407 10.0.0.249 - - [2025-11-03 03:39:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007565 10.0.0.249 - - [2025-11-03 03:39:43] "POST /neutron/port HTTP/1.1" 200 1054 0.015732 10.0.0.249 - - [2025-11-03 03:39:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006017 10.0.0.249 - - [2025-11-03 03:39:49] "POST /neutron/port HTTP/1.1" 200 1093 0.018081 10.0.0.249 - - [2025-11-03 03:39:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009069 10.0.0.249 - - [2025-11-03 03:39:49] "GET /virtual-machine/dec424c2-f1a4-48e1-aae0-f67fa9dad64c HTTP/1.1" 200 1297 0.006596 10.0.0.249 - - [2025-11-03 03:39:49] "GET /virtual-machine-interface/0062009a-f311-4338-88ba-fe520d270574 HTTP/1.1" 200 2958 0.004895 10.0.0.249 - - [2025-11-03 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.249 - - [2025-11-03 03:39:49] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003851 10.0.0.249 - - [2025-11-03 03:39:49] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003093 10.0.0.249 - - [2025-11-03 03:39:49] "GET /virtual-network/43f269ef-86a3-4840-b3ef-eb4417197d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006298 10.0.0.249 - - [2025-11-03 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2025-11-03 03:39:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003926 10.0.0.249 - - [2025-11-03 03:39:50] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003762 10.0.0.249 - - [2025-11-03 03:39:50] "GET /virtual-network/43f269ef-86a3-4840-b3ef-eb4417197d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007326 10.0.0.249 - - [2025-11-03 03:39:52] "POST /neutron/port HTTP/1.1" 200 1093 0.015332 10.0.0.249 - - [2025-11-03 03:39:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003744 10.0.0.249 - - [2025-11-03 03:39:52] "POST /neutron/network HTTP/1.1" 200 829 0.007172 10.0.0.249 - - [2025-11-03 03:39:52] "POST /neutron/network HTTP/1.1" 200 836 0.007277 10.0.0.249 - - [2025-11-03 03:39:53] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.249 - - [2025-11-03 03:39:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007847 10.0.0.249 - - [2025-11-03 03:39:56] "POST /neutron/port HTTP/1.1" 200 1054 0.018761 10.0.0.249 - - [2025-11-03 03:39:56] "GET /virtual-machine/d082d69f-a5d7-4054-a56c-b8bc576dc7a3 HTTP/1.1" 200 1275 0.005959 10.0.0.249 - - [2025-11-03 03:39:56] "GET /virtual-machine-interface/b6361825-e1ce-43f0-a124-870387d5333f HTTP/1.1" 200 3188 0.005798 10.0.0.249 - - [2025-11-03 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007777 10.0.0.249 - - [2025-11-03 03:39:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004543 10.0.0.249 - - [2025-11-03 03:39:56] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003864 10.0.0.249 - - [2025-11-03 03:39:56] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005649 10.0.0.249 - - [2025-11-03 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2025-11-03 03:39:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003618 10.0.0.249 - - [2025-11-03 03:39:57] "GET /virtual-networks?parent_id=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003451 10.0.0.249 - - [2025-11-03 03:39:57] "GET /virtual-network/56ac3181-8776-45aa-87df-2e621d98f911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006404 10.0.0.23 - - [2025-11-03 03:40:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.23 - - [2025-11-03 03:40:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.23 - - [2025-11-03 03:40:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.23 - - [2025-11-03 03:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.61 - - [2025-11-03 03:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.61 - - [2025-11-03 03:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-11-03 03:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.249 - - [2025-11-03 03:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.61 - - [2025-11-03 03:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.61 - - [2025-11-03 03:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.249 - - [2025-11-03 03:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2025-11-03 03:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.61 - - [2025-11-03 03:40:32] "GET /obj-perms HTTP/1.1" 200 5075 0.047104 10.0.0.23 - - [2025-11-03 03:40:32] "GET /obj-perms HTTP/1.1" 200 5075 0.050817 10.0.0.249 - - [2025-11-03 03:40:53] "POST /neutron/port HTTP/1.1" 200 1093 0.037318 10.0.0.249 - - [2025-11-03 03:40:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.009126 10.0.0.249 - - [2025-11-03 03:40:54] "POST /neutron/port HTTP/1.1" 200 1054 0.014983 10.0.0.249 - - [2025-11-03 03:40:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.249 - - [2025-11-03 03:40:55] "POST /neutron/network HTTP/1.1" 200 826 0.007565 10.0.0.249 - - [2025-11-03 03:41:44] "POST /neutron/router HTTP/1.1" 200 598 0.009537 10.0.0.249 - - [2025-11-03 03:41:44] "POST /neutron/router HTTP/1.1" 200 151 0.083176 10.0.0.249 - - [2025-11-03 03:41:44] "POST /ref-update HTTP/1.1" 200 156 0.017581 10.0.0.249 - - [2025-11-03 03:41:45] "POST /neutron/port HTTP/1.1" 200 151 0.177325 10.0.0.249 - - [2025-11-03 03:41:46] "DELETE /instance-ip/152e67b2-7942-4ce2-b682-2e3f8afca23b HTTP/1.1" 200 115 0.044953 10.0.0.249 - - [2025-11-03 03:41:46] "DELETE /virtual-machine-interface/e9bf3dfa-eb38-43ec-ba3c-6a5298265104 HTTP/1.1" 200 115 0.076363 10.0.0.249 - - [2025-11-03 03:41:46] "DELETE /instance-ip/d309edc9-e398-4e50-b226-4fa2329967cc HTTP/1.1" 200 115 0.063949 10.0.0.249 - - [2025-11-03 03:41:46] "DELETE /virtual-machine-interface/08f5e865-d832-4aaf-88f4-cb922e91e1bb HTTP/1.1" 200 115 0.055666 10.0.0.249 - - [2025-11-03 03:41:46] "POST /neutron/port HTTP/1.1" 200 988 0.011047 10.0.0.249 - - [2025-11-03 03:41:46] "DELETE /instance-ip/74fc49b1-e33b-4750-99cc-bc48e72f9ad0 HTTP/1.1" 200 115 0.049728 10.0.0.249 - - [2025-11-03 03:41:47] "DELETE /virtual-machine-interface/a7631b26-80bf-4945-a18c-7c7fd0a39257 HTTP/1.1" 200 115 0.056213 10.0.0.249 - - [2025-11-03 03:41:47] "POST /neutron/port HTTP/1.1" 200 151 0.197998 10.0.0.249 - - [2025-11-03 03:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.249 - - [2025-11-03 03:41:47] "POST /neutron/network HTTP/1.1" 200 826 0.008564 10.0.0.249 - - [2025-11-03 03:41:47] "DELETE /route-target/3cce4b22-6190-4698-b426-1a2f2b0e1f0a HTTP/1.1" 200 115 0.030552 10.0.0.23 - - [2025-11-03 03:41:47] "POST /useragent-kv HTTP/1.1" 200 115 0.041096 10.0.0.23 - - [2025-11-03 03:41:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004103 10.0.0.249 - - [2025-11-03 03:41:47] "POST /neutron/network HTTP/1.1" 200 151 0.171963 10.0.0.23 - - [2025-11-03 03:41:47] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001615 10.0.0.249 - - [2025-11-03 03:41:47] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.104205 10.0.0.23 - - [2025-11-03 03:41:47] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001887 10.0.0.249 - - [2025-11-03 03:41:47] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?fields=virtual_networks HTTP/1.1" 200 1050 0.055699 10.0.0.23 - - [2025-11-03 03:41:48] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001365 10.0.0.249 - - [2025-11-03 03:41:48] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.044100 10.0.0.23 - - [2025-11-03 03:41:48] "GET /projects?obj_uuids=731c7e6c-3a3c-4378-a441-8120bebf25d3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001170 10.0.0.249 - - [2025-11-03 03:41:48] "GET /project/731c7e6c-3a3c-4378-a441-8120bebf25d3?fields=security_groups HTTP/1.1" 200 1280 0.051053 10.0.0.249 - - [2025-11-03 03:41:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.028553 10.0.0.23 - - [2025-11-03 03:41:49] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005226 10.0.0.23 - - [2025-11-03 03:41:49] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.23 - - [2025-11-03 03:41:49] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007523 10.0.0.23 - - [2025-11-03 03:41:49] "POST /id-to-fqname HTTP/1.1" 200 189 0.003444 10.0.0.23 - - [2025-11-03 03:41:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.004656 10.0.0.23 - - [2025-11-03 03:41:49] "POST /security-groups HTTP/1.1" 200 590 0.079438 10.0.0.249 - - [2025-11-03 03:41:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.003839 10.0.0.23 - - [2025-11-03 03:41:49] "POST /projects HTTP/1.1" 200 583 0.315948 10.0.0.23 - - [2025-11-03 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.387316 10.0.0.249 - - [2025-11-03 03:41:49] "POST /access-control-lists HTTP/1.1" 200 593 0.036686 10.0.0.249 - - [2025-11-03 03:41:49] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.534445 10.0.0.249 - - [2025-11-03 03:41:50] "GET / HTTP/1.1" 200 35931 0.002258 10.0.0.249 - - [2025-11-03 03:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.007312 10.0.0.249 - - [2025-11-03 03:41:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2025-11-03 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.053369 10.0.0.23 - - [2025-11-03 03:41:52] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001163 10.0.0.249 - - [2025-11-03 03:41:52] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048738 10.0.0.23 - - [2025-11-03 03:41:52] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001019 10.0.0.249 - - [2025-11-03 03:41:52] "POST /neutron/network HTTP/1.1" 200 604 0.152957 10.0.0.249 - - [2025-11-03 03:41:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.003512 10.0.0.249 - - [2025-11-03 03:41:53] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007236 10.0.0.249 - - [2025-11-03 03:41:53] "POST /neutron/network HTTP/1.1" 200 823 0.009892 10.0.0.249 - - [2025-11-03 03:41:53] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005954 10.0.0.249 - - [2025-11-03 03:41:53] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005620 10.0.0.249 - - [2025-11-03 03:41:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001999 10.0.0.249 - - [2025-11-03 03:41:55] "POST /neutron/network HTTP/1.1" 200 833 0.006579 10.0.0.23 - - [2025-11-03 03:41:55] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001157 10.0.0.249 - - [2025-11-03 03:41:56] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066489 10.0.0.249 - - [2025-11-03 03:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.006794 10.0.0.249 - - [2025-11-03 03:41:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001311 10.0.0.249 - - [2025-11-03 03:41:56] "POST /neutron/network HTTP/1.1" 200 833 0.006517 10.0.0.249 - - [2025-11-03 03:41:57] "POST /neutron/port HTTP/1.1" 200 1059 0.020722 10.0.0.23 - - [2025-11-03 03:41:57] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000864 10.0.0.249 - - [2025-11-03 03:41:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006077 10.0.0.249 - - [2025-11-03 03:41:57] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.091999 10.0.0.249 - - [2025-11-03 03:41:57] "POST /neutron/network HTTP/1.1" 200 823 0.006736 10.0.0.249 - - [2025-11-03 03:41:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.021137 10.0.0.249 - - [2025-11-03 03:41:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007212 10.0.0.249 - - [2025-11-03 03:41:58] "POST /neutron/port HTTP/1.1" 200 1059 0.022408 10.0.0.249 - - [2025-11-03 03:41:58] "POST /neutron/port HTTP/1.1" 200 1087 0.019617 10.0.0.249 - - [2025-11-03 03:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.249 - - [2025-11-03 03:42:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007487 10.0.0.249 - - [2025-11-03 03:42:02] "POST /neutron/port HTTP/1.1" 200 1087 0.017902 10.0.0.249 - - [2025-11-03 03:42:02] "GET /virtual-machine/3fb50c3b-f14a-4a75-bab4-7ac1d6504e81 HTTP/1.1" 401 293 0.000698 10.0.0.249 - - [2025-11-03 03:42:03] "GET /virtual-machine/3fb50c3b-f14a-4a75-bab4-7ac1d6504e81 HTTP/1.1" 200 1291 0.028547 10.0.0.249 - - [2025-11-03 03:42:03] "GET /virtual-machine-interface/0a2b49ff-963d-4e93-8d90-bc7f1e739085 HTTP/1.1" 200 2935 0.005640 10.0.0.249 - - [2025-11-03 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.249 - - [2025-11-03 03:42:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004530 10.0.0.249 - - [2025-11-03 03:42:03] "GET /virtual-networks?parent_id=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002943 10.0.0.249 - - [2025-11-03 03:42:03] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005940 10.0.0.249 - - [2025-11-03 03:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.249 - - [2025-11-03 03:42:06] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006102 10.0.0.249 - - [2025-11-03 03:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.249 - - [2025-11-03 03:42:10] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005863 10.0.0.249 - - [2025-11-03 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.249 - - [2025-11-03 03:42:14] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005182 10.0.0.249 - - [2025-11-03 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.249 - - [2025-11-03 03:42:18] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005049 10.0.0.249 - - [2025-11-03 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.249 - - [2025-11-03 03:42:22] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005744 10.0.0.249 - - [2025-11-03 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.249 - - [2025-11-03 03:42:26] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005046 10.0.0.249 - - [2025-11-03 03:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-11-03 03:42:31] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008219 10.0.0.249 - - [2025-11-03 03:42:34] "GET /obj-perms HTTP/1.1" 200 5075 0.051502 10.0.0.249 - - [2025-11-03 03:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2025-11-03 03:42:35] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004885 10.0.0.249 - - [2025-11-03 03:42:38] "DELETE /access-control-list/62c869ad-6349-434c-85ec-af6edb609b93 HTTP/1.1" 200 115 0.085613 10.0.0.23 - - [2025-11-03 03:42:38] "DELETE /project/3d49c059a8a14fc196da7ee38a09e50b HTTP/1.1" 404 173 0.032922 10.0.0.23 - - [2025-11-03 03:42:38] "DELETE /project/731c7e6c-3a3c-4378-a441-8120bebf25d3 HTTP/1.1" 404 177 0.063692 10.0.0.249 - - [2025-11-03 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.249 - - [2025-11-03 03:42:39] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006244 10.0.0.249 - - [2025-11-03 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.249 - - [2025-11-03 03:42:43] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005373 10.0.0.249 - - [2025-11-03 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.249 - - [2025-11-03 03:42:47] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006367 10.0.0.249 - - [2025-11-03 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.249 - - [2025-11-03 03:42:51] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005284 10.0.0.249 - - [2025-11-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-11-03 03:42:55] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005700 10.0.0.249 - - [2025-11-03 03:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.249 - - [2025-11-03 03:42:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005445 10.0.0.249 - - [2025-11-03 03:42:57] "GET /virtual-networks?parent_id=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004245 10.0.0.249 - - [2025-11-03 03:42:57] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007457 10.0.0.249 - - [2025-11-03 03:42:57] "POST /neutron/port HTTP/1.1" 200 1087 0.019696 10.0.0.249 - - [2025-11-03 03:42:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004757 10.0.0.249 - - [2025-11-03 03:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.249 - - [2025-11-03 03:43:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007451 10.0.0.249 - - [2025-11-03 03:43:07] "POST /neutron/port HTTP/1.1" 200 1087 0.020769 10.0.0.249 - - [2025-11-03 03:43:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007222 10.0.0.249 - - [2025-11-03 03:43:18] "POST /neutron/port HTTP/1.1" 200 1087 0.016154 10.0.0.249 - - [2025-11-03 03:43:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010403 10.0.0.249 - - [2025-11-03 03:43:18] "GET /virtual-machine/45e71944-7b87-4be4-9b7f-b9dbadd1c941 HTTP/1.1" 200 1291 0.006150 10.0.0.249 - - [2025-11-03 03:43:18] "GET /virtual-machine-interface/5c8bc10e-e683-4350-aa11-e75dbec2c775 HTTP/1.1" 200 2936 0.006057 10.0.0.249 - - [2025-11-03 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-11-03 03:43:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004189 10.0.0.249 - - [2025-11-03 03:43:19] "GET /virtual-networks?parent_id=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003478 10.0.0.249 - - [2025-11-03 03:43:19] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006484 10.0.0.249 - - [2025-11-03 03:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.249 - - [2025-11-03 03:43:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319 10.0.0.249 - - [2025-11-03 03:43:20] "GET /virtual-networks?parent_id=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002971 10.0.0.249 - - [2025-11-03 03:43:20] "GET /virtual-network/e213b6a8-ba87-460c-a662-a98aba091eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007129 10.0.0.61 - - [2025-11-03 03:43:34] "GET /obj-perms HTTP/1.1" 200 5075 0.040806 10.0.0.23 - - [2025-11-03 03:43:34] "GET /obj-perms HTTP/1.1" 200 5075 0.045396 10.0.0.249 - - [2025-11-03 03:43:59] "POST /neutron/port HTTP/1.1" 200 1087 0.043684 10.0.0.249 - - [2025-11-03 03:44:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005057 10.0.0.249 - - [2025-11-03 03:44:00] "POST /neutron/network HTTP/1.1" 200 823 0.008159 10.0.0.249 - - [2025-11-03 03:45:00] "POST /neutron/network HTTP/1.1" 200 833 0.007905 10.0.0.249 - - [2025-11-03 03:45:01] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2025-11-03 03:45:17] "POST /neutron/network HTTP/1.1" 400 204 0.014664 10.0.0.249 - - [2025-11-03 03:45:18] "POST /neutron/port HTTP/1.1" 200 151 0.195851 10.0.0.249 - - [2025-11-03 03:45:18] "POST /neutron/port HTTP/1.1" 200 151 0.229072 10.0.0.249 - - [2025-11-03 03:45:20] "DELETE /route-target/c0b3741a-84fa-4093-8694-071b25bfb103 HTTP/1.1" 200 115 0.023355 10.0.0.23 - - [2025-11-03 03:45:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.23 - - [2025-11-03 03:45:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.23 - - [2025-11-03 03:45:21] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001310 10.0.0.249 - - [2025-11-03 03:45:21] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.071692 10.0.0.23 - - [2025-11-03 03:45:21] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000906 10.0.0.249 - - [2025-11-03 03:45:21] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?fields=virtual_networks HTTP/1.1" 200 1040 0.048260 10.0.0.23 - - [2025-11-03 03:45:21] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001505 10.0.0.249 - - [2025-11-03 03:45:21] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053322 10.0.0.23 - - [2025-11-03 03:45:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.23 - - [2025-11-03 03:45:21] "GET /projects?obj_uuids=3d49c059-a8a1-4fc1-96da-7ee38a09e50b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001086 10.0.0.23 - - [2025-11-03 03:45:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2025-11-03 03:45:22] "GET /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b?fields=security_groups HTTP/1.1" 200 1265 0.046737 10.0.0.61 - - [2025-11-03 03:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.61 - - [2025-11-03 03:45:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2025-11-03 03:45:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.023580 10.0.0.23 - - [2025-11-03 03:45:22] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002956 10.0.0.23 - - [2025-11-03 03:45:22] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.23 - - [2025-11-03 03:45:22] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008254 10.0.0.249 - - [2025-11-03 03:45:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.23 - - [2025-11-03 03:45:23] "POST /id-to-fqname HTTP/1.1" 200 189 0.001886 10.0.0.249 - - [2025-11-03 03:45:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.23 - - [2025-11-03 03:45:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.005483 10.0.0.61 - - [2025-11-03 03:45:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000315 10.0.0.61 - - [2025-11-03 03:45:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.23 - - [2025-11-03 03:45:23] "POST /security-groups HTTP/1.1" 200 590 0.080874 10.0.0.23 - - [2025-11-03 03:45:23] "POST /projects HTTP/1.1" 200 583 0.297637 10.0.0.249 - - [2025-11-03 03:45:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.021876 10.0.0.23 - - [2025-11-03 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.372148 10.0.0.249 - - [2025-11-03 03:45:23] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.522178 10.0.0.249 - - [2025-11-03 03:45:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.249 - - [2025-11-03 03:45:24] "GET / HTTP/1.1" 200 35931 0.001679 10.0.0.249 - - [2025-11-03 03:45:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2025-11-03 03:45:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2025-11-03 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.056360 10.0.0.23 - - [2025-11-03 03:45:26] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000934 10.0.0.249 - - [2025-11-03 03:45:26] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046618 10.0.0.249 - - [2025-11-03 03:45:26] "POST /neutron/network HTTP/1.1" 200 117 0.040008 10.0.0.249 - - [2025-11-03 03:45:26] "POST /ref-update HTTP/1.1" 200 156 0.025492 10.0.0.249 - - [2025-11-03 03:45:27] "POST /neutron/network HTTP/1.1" 200 820 0.008124 10.0.0.249 - - [2025-11-03 03:45:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.000958 10.0.0.249 - - [2025-11-03 03:45:27] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004473 10.0.0.249 - - [2025-11-03 03:45:27] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006683 10.0.0.249 - - [2025-11-03 03:45:27] "POST /neutron/subnet HTTP/1.1" 200 710 0.010642 10.0.0.249 - - [2025-11-03 03:45:27] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006477 10.0.0.249 - - [2025-11-03 03:45:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001366 10.0.0.23 - - [2025-11-03 03:45:30] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000993 10.0.0.249 - - [2025-11-03 03:45:30] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060433 10.0.0.249 - - [2025-11-03 03:45:30] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.249 - - [2025-11-03 03:45:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001245 10.0.0.249 - - [2025-11-03 03:45:30] "POST /neutron/network HTTP/1.1" 200 830 0.007546 10.0.0.249 - - [2025-11-03 03:45:31] "POST /neutron/port HTTP/1.1" 200 1056 0.029243 10.0.0.23 - - [2025-11-03 03:45:31] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001045 10.0.0.249 - - [2025-11-03 03:45:31] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.083223 10.0.0.249 - - [2025-11-03 03:45:31] "POST /neutron/network HTTP/1.1" 200 820 0.057636 10.0.0.249 - - [2025-11-03 03:45:31] "POST /neutron/subnet HTTP/1.1" 200 684 0.011836 10.0.0.249 - - [2025-11-03 03:45:31] "POST /neutron/port HTTP/1.1" 200 1084 0.023064 10.0.0.249 - - [2025-11-03 03:45:31] "POST /neutron/port HTTP/1.1" 200 1084 0.015251 10.0.0.23 - - [2025-11-03 03:45:31] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000945 10.0.0.249 - - [2025-11-03 03:45:32] "POST /neutron/port HTTP/1.1" 200 1056 0.268964 10.0.0.249 - - [2025-11-03 03:45:32] "POST /neutron/port HTTP/1.1" 200 1110 0.114767 10.0.0.249 - - [2025-11-03 03:45:32] "POST /neutron/subnet HTTP/1.1" 200 684 0.009531 10.0.0.249 - - [2025-11-03 03:45:36] "GET /obj-perms HTTP/1.1" 200 5075 0.058364 10.0.0.249 - - [2025-11-03 03:45:36] "POST /neutron/port HTTP/1.1" 200 1084 0.017769 10.0.0.249 - - [2025-11-03 03:45:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009092 10.0.0.249 - - [2025-11-03 03:45:36] "GET /virtual-machine/f57a9ec0-0629-4ba2-907e-b18ac831336b HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-11-03 03:45:37] "GET /virtual-machine/f57a9ec0-0629-4ba2-907e-b18ac831336b HTTP/1.1" 200 1292 0.042425 10.0.0.249 - - [2025-11-03 03:45:37] "GET /virtual-machine-interface/c0bd583a-a476-4502-97c0-0d4055010b79 HTTP/1.1" 200 2937 0.006254 10.0.0.249 - - [2025-11-03 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-11-03 03:45:37] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004092 10.0.0.249 - - [2025-11-03 03:45:37] "GET /virtual-networks?parent_id=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002404 10.0.0.249 - - [2025-11-03 03:45:37] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005815 10.0.0.23 - - [2025-11-03 03:45:39] "DELETE /project/d7709a52da92477b9f9ff822ab4f5205 HTTP/1.1" 404 173 0.004487 10.0.0.23 - - [2025-11-03 03:45:39] "DELETE /project/3d49c059-a8a1-4fc1-96da-7ee38a09e50b HTTP/1.1" 404 177 0.003913 10.0.0.249 - - [2025-11-03 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2025-11-03 03:45:40] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005793 10.0.0.249 - - [2025-11-03 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.249 - - [2025-11-03 03:45:44] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006800 10.0.0.249 - - [2025-11-03 03:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.249 - - [2025-11-03 03:45:48] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005957 10.0.0.249 - - [2025-11-03 03:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-11-03 03:45:52] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005607 10.0.0.249 - - [2025-11-03 03:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005768 10.0.0.249 - - [2025-11-03 03:45:56] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005148 10.0.0.249 - - [2025-11-03 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.249 - - [2025-11-03 03:46:01] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006892 10.0.0.249 - - [2025-11-03 03:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-11-03 03:46:05] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006285 10.0.0.249 - - [2025-11-03 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.249 - - [2025-11-03 03:46:09] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006800 10.0.0.249 - - [2025-11-03 03:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.249 - - [2025-11-03 03:46:13] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007090 10.0.0.249 - - [2025-11-03 03:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-11-03 03:46:17] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005572 10.0.0.249 - - [2025-11-03 03:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-11-03 03:46:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003613 10.0.0.249 - - [2025-11-03 03:46:19] "GET /virtual-networks?parent_id=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003012 10.0.0.249 - - [2025-11-03 03:46:19] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005970 10.0.0.249 - - [2025-11-03 03:46:19] "POST /neutron/port HTTP/1.1" 200 1084 0.017425 10.0.0.249 - - [2025-11-03 03:46:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009115 10.0.0.249 - - [2025-11-03 03:46:28] "POST /neutron/port HTTP/1.1" 200 1084 0.040012 10.0.0.249 - - [2025-11-03 03:46:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009651 10.0.0.61 - - [2025-11-03 03:46:36] "GET /obj-perms HTTP/1.1" 200 5075 0.044506 10.0.0.23 - - [2025-11-03 03:46:37] "GET /obj-perms HTTP/1.1" 200 5075 0.048956 10.0.0.249 - - [2025-11-03 03:46:40] "POST /neutron/port HTTP/1.1" 200 1084 0.015666 10.0.0.249 - - [2025-11-03 03:46:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007531 10.0.0.249 - - [2025-11-03 03:46:40] "GET /virtual-machine/211b1c5f-2189-447c-8898-11467a913cbb HTTP/1.1" 200 1290 0.008683 10.0.0.249 - - [2025-11-03 03:46:40] "GET /virtual-machine-interface/e4da1784-e295-4339-845d-63522113d82f HTTP/1.1" 200 2936 0.005371 10.0.0.249 - - [2025-11-03 03:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.249 - - [2025-11-03 03:46:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003546 10.0.0.249 - - [2025-11-03 03:46:40] "GET /virtual-networks?parent_id=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003102 10.0.0.249 - - [2025-11-03 03:46:40] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006105 10.0.0.249 - - [2025-11-03 03:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.249 - - [2025-11-03 03:46:41] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003795 10.0.0.249 - - [2025-11-03 03:46:41] "GET /virtual-networks?parent_id=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003658 10.0.0.249 - - [2025-11-03 03:46:41] "GET /virtual-network/f7425618-4a3e-4a06-8ffa-652266fbff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006919 10.0.0.249 - - [2025-11-03 03:47:02] "POST /neutron/port HTTP/1.1" 200 1084 0.014722 10.0.0.249 - - [2025-11-03 03:47:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.249 - - [2025-11-03 03:47:03] "POST /neutron/network HTTP/1.1" 200 820 0.006843 10.0.0.249 - - [2025-11-03 03:47:07] "POST /neutron/port HTTP/1.1" 200 1084 0.015893 10.0.0.249 - - [2025-11-03 03:47:08] "POST /neutron/port HTTP/1.1" 200 1084 0.018245 10.0.0.249 - - [2025-11-03 03:47:09] "POST /neutron/network HTTP/1.1" 200 820 0.007344 10.0.0.249 - - [2025-11-03 03:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.23 - - [2025-11-03 03:47:11] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.025947 10.0.0.249 - - [2025-11-03 03:47:11] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.079568 10.0.0.23 - - [2025-11-03 03:47:11] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001231 10.0.0.249 - - [2025-11-03 03:47:11] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?fields=virtual_networks HTTP/1.1" 200 1041 0.039469 10.0.0.23 - - [2025-11-03 03:47:11] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001248 10.0.0.249 - - [2025-11-03 03:47:11] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.046911 10.0.0.23 - - [2025-11-03 03:47:11] "GET /projects?obj_uuids=d7709a52-da92-477b-9f9f-f822ab4f5205&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001093 10.0.0.249 - - [2025-11-03 03:47:11] "GET /project/d7709a52-da92-477b-9f9f-f822ab4f5205?fields=security_groups HTTP/1.1" 200 1266 0.034693 10.0.0.249 - - [2025-11-03 03:47:24] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.249 - - [2025-11-03 03:47:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2025-11-03 03:47:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.041114 10.0.0.23 - - [2025-11-03 03:47:25] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003210 10.0.0.23 - - [2025-11-03 03:47:25] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.23 - - [2025-11-03 03:47:25] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008223 10.0.0.23 - - [2025-11-03 03:47:25] "POST /id-to-fqname HTTP/1.1" 200 203 0.002211 10.0.0.23 - - [2025-11-03 03:47:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.009256 10.0.0.23 - - [2025-11-03 03:47:25] "POST /security-groups HTTP/1.1" 200 604 0.089494 10.0.0.23 - - [2025-11-03 03:47:25] "POST /projects HTTP/1.1" 200 611 0.311457 10.0.0.249 - - [2025-11-03 03:47:25] "POST /access-control-lists HTTP/1.1" 200 609 0.035656 10.0.0.23 - - [2025-11-03 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.378477 10.0.0.249 - - [2025-11-03 03:47:26] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.524139 10.0.0.249 - - [2025-11-03 03:47:27] "GET / HTTP/1.1" 200 35931 0.002299 10.0.0.249 - - [2025-11-03 03:47:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2025-11-03 03:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.046631 10.0.0.23 - - [2025-11-03 03:47:27] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001263 10.0.0.249 - - [2025-11-03 03:47:27] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.039385 10.0.0.23 - - [2025-11-03 03:47:28] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000956 10.0.0.249 - - [2025-11-03 03:47:28] "POST /neutron/network HTTP/1.1" 200 620 0.135760 10.0.0.249 - - [2025-11-03 03:47:28] "POST /route-targets HTTP/1.1" 200 327 0.014770 10.0.0.249 - - [2025-11-03 03:47:28] "POST /id-to-fqname HTTP/1.1" 200 234 0.003593 10.0.0.249 - - [2025-11-03 03:47:28] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006524 10.0.0.249 - - [2025-11-03 03:47:28] "POST /neutron/network HTTP/1.1" 200 838 0.006956 10.0.0.249 - - [2025-11-03 03:47:28] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006076 10.0.0.249 - - [2025-11-03 03:47:28] "POST /id-to-fqname HTTP/1.1" 200 234 0.001299 10.0.0.249 - - [2025-11-03 03:47:28] "POST /neutron/network HTTP/1.1" 200 848 0.007237 10.0.0.23 - - [2025-11-03 03:47:29] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001011 10.0.0.249 - - [2025-11-03 03:47:29] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.068699 10.0.0.249 - - [2025-11-03 03:47:29] "POST /neutron/port HTTP/1.1" 200 117 0.008069 10.0.0.249 - - [2025-11-03 03:47:29] "POST /id-to-fqname HTTP/1.1" 200 234 0.001291 10.0.0.249 - - [2025-11-03 03:47:29] "POST /neutron/network HTTP/1.1" 200 848 0.007999 10.0.0.249 - - [2025-11-03 03:47:30] "POST /neutron/port HTTP/1.1" 200 1072 0.016868 10.0.0.23 - - [2025-11-03 03:47:30] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001004 10.0.0.249 - - [2025-11-03 03:47:30] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.063235 10.0.0.249 - - [2025-11-03 03:47:30] "POST /neutron/port HTTP/1.1" 200 1100 0.016644 10.0.0.249 - - [2025-11-03 03:47:30] "POST /neutron/port HTTP/1.1" 200 1100 0.017956 10.0.0.249 - - [2025-11-03 03:47:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006545 10.0.0.23 - - [2025-11-03 03:47:31] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000979 10.0.0.249 - - [2025-11-03 03:47:31] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009384 10.0.0.249 - - [2025-11-03 03:47:31] "POST /neutron/port HTTP/1.1" 200 1072 0.335532 10.0.0.249 - - [2025-11-03 03:47:31] "POST /neutron/port HTTP/1.1" 200 1126 0.130041 10.0.0.249 - - [2025-11-03 03:47:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.009116 10.0.0.249 - - [2025-11-03 03:47:33] "POST /neutron/port HTTP/1.1" 200 1100 0.016512 10.0.0.249 - - [2025-11-03 03:47:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007040 10.0.0.249 - - [2025-11-03 03:47:33] "GET /virtual-machine/0b998a89-43af-49ca-a068-319a22f290a5 HTTP/1.1" 401 293 0.000527 10.0.0.249 - - [2025-11-03 03:47:33] "GET /virtual-machine/0b998a89-43af-49ca-a068-319a22f290a5 HTTP/1.1" 200 1304 0.026323 10.0.0.249 - - [2025-11-03 03:47:33] "GET /virtual-machine-interface/0baf3eeb-0a02-44c6-8b7d-b521c2d9bc38 HTTP/1.1" 200 3008 0.005043 10.0.0.249 - - [2025-11-03 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006028 10.0.0.249 - - [2025-11-03 03:47:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004957 10.0.0.249 - - [2025-11-03 03:47:33] "GET /virtual-networks?parent_id=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.008603 10.0.0.249 - - [2025-11-03 03:47:33] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008056 10.0.0.249 - - [2025-11-03 03:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.249 - - [2025-11-03 03:47:36] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006785 10.0.0.249 - - [2025-11-03 03:47:39] "DELETE /access-control-list/2fb0795b-285f-4256-a396-c1140d1c8440 HTTP/1.1" 200 115 0.086059 10.0.0.23 - - [2025-11-03 03:47:39] "DELETE /project/d7709a52-da92-477b-9f9f-f822ab4f5205 HTTP/1.1" 404 177 0.039822 10.0.0.23 - - [2025-11-03 03:47:39] "DELETE /project/7c46d30855ac4a96a00f93cd276ad5e9 HTTP/1.1" 404 173 0.057667 10.0.0.249 - - [2025-11-03 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2025-11-03 03:47:40] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004874 10.0.0.249 - - [2025-11-03 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.249 - - [2025-11-03 03:47:44] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005745 10.0.0.249 - - [2025-11-03 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-11-03 03:47:48] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005548 10.0.0.249 - - [2025-11-03 03:47:50] "POST /neutron/port HTTP/1.1" 200 1100 0.015200 10.0.0.249 - - [2025-11-03 03:47:52] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007353 10.0.0.249 - - [2025-11-03 03:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-11-03 03:47:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004661 10.0.0.249 - - [2025-11-03 03:47:52] "GET /virtual-networks?parent_id=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003484 10.0.0.249 - - [2025-11-03 03:47:52] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006042 10.0.0.249 - - [2025-11-03 03:47:58] "POST /neutron/port HTTP/1.1" 200 1100 0.015852 10.0.0.249 - - [2025-11-03 03:47:58] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007954 10.0.0.249 - - [2025-11-03 03:47:58] "GET /virtual-machine/c3febd1d-85eb-40c9-9b43-07f097ffec8f HTTP/1.1" 200 1306 0.005992 10.0.0.249 - - [2025-11-03 03:47:58] "GET /virtual-machine-interface/0282625c-1767-42cb-8068-c63cb67bef05 HTTP/1.1" 200 3007 0.008697 10.0.0.249 - - [2025-11-03 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-11-03 03:47:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003850 10.0.0.249 - - [2025-11-03 03:47:58] "GET /virtual-networks?parent_id=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004080 10.0.0.249 - - [2025-11-03 03:47:58] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005750 10.0.0.249 - - [2025-11-03 03:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.249 - - [2025-11-03 03:47:59] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003685 10.0.0.249 - - [2025-11-03 03:47:59] "GET /virtual-networks?parent_id=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003239 10.0.0.249 - - [2025-11-03 03:47:59] "GET /virtual-network/c4fa572d-c1e5-4048-a0e1-7bd2b318214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005833 10.0.0.249 - - [2025-11-03 03:47:59] "POST /neutron/port HTTP/1.1" 200 1100 0.015867 10.0.0.249 - - [2025-11-03 03:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005884 10.0.0.249 - - [2025-11-03 03:48:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004894 10.0.0.249 - - [2025-11-03 03:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.249 - - [2025-11-03 03:48:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004193 10.0.0.249 - - [2025-11-03 03:48:05] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.011040 10.0.0.249 - - [2025-11-03 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.249 - - [2025-11-03 03:48:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004014 10.0.0.249 - - [2025-11-03 03:48:16] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.014310 10.0.0.249 - - [2025-11-03 03:48:38] "GET /obj-perms HTTP/1.1" 200 5075 0.044951 10.0.0.249 - - [2025-11-03 03:49:05] "POST /neutron/network HTTP/1.1" 400 204 0.014666 10.0.0.249 - - [2025-11-03 03:49:06] "POST /neutron/port HTTP/1.1" 200 1100 0.016479 10.0.0.249 - - [2025-11-03 03:49:06] "POST /neutron/port HTTP/1.1" 200 151 0.284305 10.0.0.23 - - [2025-11-03 03:49:07] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000979 10.0.0.249 - - [2025-11-03 03:49:07] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.044409 10.0.0.23 - - [2025-11-03 03:49:07] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000961 10.0.0.249 - - [2025-11-03 03:49:08] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?fields=virtual_networks HTTP/1.1" 200 1068 0.045685 10.0.0.23 - - [2025-11-03 03:49:08] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001000 10.0.0.249 - - [2025-11-03 03:49:08] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.045664 10.0.0.23 - - [2025-11-03 03:49:08] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000921 10.0.0.249 - - [2025-11-03 03:49:08] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?fields=security_groups HTTP/1.1" 200 1307 0.047607 10.0.0.249 - - [2025-11-03 03:49:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.022705 10.0.0.23 - - [2025-11-03 03:49:08] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002989 10.0.0.23 - - [2025-11-03 03:49:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.23 - - [2025-11-03 03:49:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007286 10.0.0.23 - - [2025-11-03 03:49:09] "POST /id-to-fqname HTTP/1.1" 200 209 0.001562 10.0.0.23 - - [2025-11-03 03:49:09] "POST /fqname-to-id HTTP/1.1" 404 217 0.002420 10.0.0.23 - - [2025-11-03 03:49:09] "POST /security-groups HTTP/1.1" 200 609 0.078820 10.0.0.249 - - [2025-11-03 03:49:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.006029 10.0.0.23 - - [2025-11-03 03:49:09] "POST /projects HTTP/1.1" 200 621 0.276304 10.0.0.23 - - [2025-11-03 03:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.347031 10.0.0.249 - - [2025-11-03 03:49:09] "POST /access-control-lists HTTP/1.1" 200 612 0.027977 10.0.0.249 - - [2025-11-03 03:49:09] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.474349 10.0.0.249 - - [2025-11-03 03:49:10] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.249 - - [2025-11-03 03:49:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-11-03 03:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.061959 10.0.0.23 - - [2025-11-03 03:49:11] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000929 10.0.0.249 - - [2025-11-03 03:49:11] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.043428 10.0.0.249 - - [2025-11-03 03:49:11] "POST /neutron/network HTTP/1.1" 200 117 0.037110 10.0.0.249 - - [2025-11-03 03:49:11] "POST /neutron/network HTTP/1.1" 200 844 0.008597 10.0.0.249 - - [2025-11-03 03:49:11] "POST /id-to-fqname HTTP/1.1" 200 239 0.001235 10.0.0.249 - - [2025-11-03 03:49:11] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005903 10.0.0.249 - - [2025-11-03 03:49:12] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005834 10.0.0.249 - - [2025-11-03 03:49:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009079 10.0.0.249 - - [2025-11-03 03:49:12] "POST /id-to-fqname HTTP/1.1" 200 239 0.001478 10.0.0.23 - - [2025-11-03 03:49:13] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001194 10.0.0.249 - - [2025-11-03 03:49:13] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.062888 10.0.0.249 - - [2025-11-03 03:49:13] "POST /neutron/port HTTP/1.1" 200 117 0.006903 10.0.0.249 - - [2025-11-03 03:49:13] "POST /id-to-fqname HTTP/1.1" 200 239 0.001735 10.0.0.249 - - [2025-11-03 03:49:13] "POST /neutron/network HTTP/1.1" 200 854 0.007858 10.0.0.249 - - [2025-11-03 03:49:14] "POST /neutron/port HTTP/1.1" 200 1078 0.069693 10.0.0.23 - - [2025-11-03 03:49:14] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000930 10.0.0.249 - - [2025-11-03 03:49:14] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.116746 10.0.0.249 - - [2025-11-03 03:49:14] "POST /neutron/port HTTP/1.1" 200 1106 0.047258 10.0.0.249 - - [2025-11-03 03:49:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.009830 10.0.0.249 - - [2025-11-03 03:49:14] "POST /neutron/port HTTP/1.1" 200 1106 0.017723 10.0.0.249 - - [2025-11-03 03:49:14] "POST /neutron/network HTTP/1.1" 200 854 0.007540 10.0.0.249 - - [2025-11-03 03:49:15] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005894 10.0.0.249 - - [2025-11-03 03:49:15] "POST /neutron/port HTTP/1.1" 200 1078 0.026169 10.0.0.249 - - [2025-11-03 03:49:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004064 10.0.0.249 - - [2025-11-03 03:49:15] "POST /neutron/network HTTP/1.1" 200 844 0.007343 10.0.0.61 - - [2025-11-03 03:49:16] "GET /obj-perms HTTP/1.1" 200 5085 0.049827 10.0.0.23 - - [2025-11-03 03:49:16] "GET /obj-perms HTTP/1.1" 200 5085 0.052379 10.0.0.249 - - [2025-11-03 03:49:16] "POST /neutron/port HTTP/1.1" 200 1106 0.019587 10.0.0.249 - - [2025-11-03 03:49:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008250 10.0.0.249 - - [2025-11-03 03:49:16] "GET /virtual-machine/577837ad-998b-4ddb-933a-728cbf2c38cd HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-11-03 03:49:17] "GET /virtual-machine/577837ad-998b-4ddb-933a-728cbf2c38cd HTTP/1.1" 200 1310 0.028667 10.0.0.249 - - [2025-11-03 03:49:17] "GET /virtual-machine-interface/e119bf28-9aed-4df0-b52e-1f481f6f6e66 HTTP/1.1" 200 3035 0.005957 10.0.0.249 - - [2025-11-03 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-11-03 03:49:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005218 10.0.0.249 - - [2025-11-03 03:49:17] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003485 10.0.0.249 - - [2025-11-03 03:49:17] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005707 10.0.0.249 - - [2025-11-03 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-11-03 03:49:20] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007528 10.0.0.249 - - [2025-11-03 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.249 - - [2025-11-03 03:49:24] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005575 10.0.0.249 - - [2025-11-03 03:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.249 - - [2025-11-03 03:49:28] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006432 10.0.0.249 - - [2025-11-03 03:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-11-03 03:49:32] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005476 10.0.0.249 - - [2025-11-03 03:49:35] "POST /neutron/port HTTP/1.1" 200 1106 0.018486 10.0.0.249 - - [2025-11-03 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2025-11-03 03:49:36] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004183 10.0.0.249 - - [2025-11-03 03:49:36] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003401 10.0.0.249 - - [2025-11-03 03:49:36] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006332 10.0.0.249 - - [2025-11-03 03:49:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007383 10.0.0.23 - - [2025-11-03 03:49:39] "DELETE /project/6f0130e2889f4fdcac5261ed9d15ec1a HTTP/1.1" 404 173 0.004127 10.0.0.23 - - [2025-11-03 03:49:39] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001179 10.0.0.23 - - [2025-11-03 03:49:39] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.076566 10.0.0.23 - - [2025-11-03 03:49:39] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001349 10.0.0.23 - - [2025-11-03 03:49:39] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?fields=security_groups HTTP/1.1" 200 1138 0.082153 10.0.0.249 - - [2025-11-03 03:49:39] "DELETE /access-control-list/68929ac0-c13d-4b7c-93f1-556bfd4e2e46 HTTP/1.1" 200 115 0.083606 10.0.0.23 - - [2025-11-03 03:49:39] "GET /projects?obj_uuids=7c46d308-55ac-4a96-a00f-93cd276ad5e9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002358 10.0.0.23 - - [2025-11-03 03:49:39] "GET /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9?fields=application_policy_sets HTTP/1.1" 200 1451 0.105482 10.0.0.23 - - [2025-11-03 03:49:39] "DELETE /project/7c46d308-55ac-4a96-a00f-93cd276ad5e9 HTTP/1.1" 404 190 0.402773 10.0.0.249 - - [2025-11-03 03:49:42] "POST /neutron/port HTTP/1.1" 200 1106 0.014157 10.0.0.249 - - [2025-11-03 03:49:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008309 10.0.0.249 - - [2025-11-03 03:49:42] "GET /virtual-machine/5213e77a-50da-403c-9512-62be5c0a096a HTTP/1.1" 200 1310 0.006509 10.0.0.249 - - [2025-11-03 03:49:42] "GET /virtual-machine-interface/256dd0aa-96fd-4f6f-9e2d-012a1f3c7307 HTTP/1.1" 200 3034 0.009388 10.0.0.249 - - [2025-11-03 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.249 - - [2025-11-03 03:49:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003255 10.0.0.249 - - [2025-11-03 03:49:42] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004257 10.0.0.249 - - [2025-11-03 03:49:42] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005948 10.0.0.249 - - [2025-11-03 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.249 - - [2025-11-03 03:49:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003569 10.0.0.249 - - [2025-11-03 03:49:43] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003047 10.0.0.249 - - [2025-11-03 03:49:43] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007479 10.0.0.249 - - [2025-11-03 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-11-03 03:49:49] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001290 10.0.0.249 - - [2025-11-03 03:49:49] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.048152 10.0.0.249 - - [2025-11-03 03:49:49] "POST /neutron/network HTTP/1.1" 200 117 0.015698 10.0.0.249 - - [2025-11-03 03:49:49] "POST /ref-update HTTP/1.1" 200 156 0.029096 10.0.0.249 - - [2025-11-03 03:49:49] "POST /neutron/network HTTP/1.1" 200 844 0.008989 10.0.0.249 - - [2025-11-03 03:49:49] "POST /id-to-fqname HTTP/1.1" 200 239 0.001092 10.0.0.249 - - [2025-11-03 03:49:49] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005735 10.0.0.249 - - [2025-11-03 03:49:49] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005477 10.0.0.249 - - [2025-11-03 03:49:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009890 10.0.0.249 - - [2025-11-03 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.23 - - [2025-11-03 03:49:49] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000911 10.0.0.249 - - [2025-11-03 03:49:49] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.046335 10.0.0.23 - - [2025-11-03 03:49:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006021 10.0.0.249 - - [2025-11-03 03:49:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.199498 10.0.0.249 - - [2025-11-03 03:49:50] "POST /id-to-fqname HTTP/1.1" 200 242 0.001227 10.0.0.249 - - [2025-11-03 03:49:50] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005497 10.0.0.249 - - [2025-11-03 03:49:50] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.007333 10.0.0.249 - - [2025-11-03 03:49:50] "POST /neutron/network HTTP/1.1" 200 851 0.006932 10.0.0.249 - - [2025-11-03 03:49:50] "POST /id-to-fqname HTTP/1.1" 200 239 0.001400 10.0.0.249 - - [2025-11-03 03:49:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007637 10.0.0.23 - - [2025-11-03 03:49:51] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000993 10.0.0.249 - - [2025-11-03 03:49:51] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.071892 10.0.0.249 - - [2025-11-03 03:49:51] "POST /neutron/port HTTP/1.1" 200 2096 0.020043 10.0.0.249 - - [2025-11-03 03:49:51] "POST /id-to-fqname HTTP/1.1" 200 242 0.001642 10.0.0.249 - - [2025-11-03 03:49:51] "POST /neutron/port HTTP/1.1" 200 2096 0.019039 10.0.0.249 - - [2025-11-03 03:49:51] "POST /neutron/network HTTP/1.1" 200 854 0.007909 10.0.0.249 - - [2025-11-03 03:49:52] "POST /neutron/port HTTP/1.1" 200 1078 0.039572 10.0.0.23 - - [2025-11-03 03:49:52] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001043 10.0.0.249 - - [2025-11-03 03:49:52] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.069564 10.0.0.249 - - [2025-11-03 03:49:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.083043 10.0.0.249 - - [2025-11-03 03:49:52] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.249 - - [2025-11-03 03:49:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007274 10.0.0.249 - - [2025-11-03 03:49:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001243 10.0.0.249 - - [2025-11-03 03:49:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001286 10.0.0.249 - - [2025-11-03 03:49:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007503 10.0.0.23 - - [2025-11-03 03:49:53] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000981 10.0.0.249 - - [2025-11-03 03:49:53] "POST /neutron/port HTTP/1.1" 200 1079 0.305107 10.0.0.249 - - [2025-11-03 03:49:53] "POST /neutron/port HTTP/1.1" 200 1133 0.101784 10.0.0.23 - - [2025-11-03 03:49:53] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000985 10.0.0.249 - - [2025-11-03 03:49:53] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.076344 10.0.0.249 - - [2025-11-03 03:49:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.009764 10.0.0.249 - - [2025-11-03 03:49:54] "POST /neutron/network HTTP/1.1" 200 844 0.006568 10.0.0.249 - - [2025-11-03 03:49:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008413 10.0.0.249 - - [2025-11-03 03:49:54] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007271 10.0.0.23 - - [2025-11-03 03:49:54] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001068 10.0.0.249 - - [2025-11-03 03:49:55] "POST /neutron/port HTTP/1.1" 200 1078 0.355850 10.0.0.249 - - [2025-11-03 03:49:55] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008001 10.0.0.249 - - [2025-11-03 03:49:55] "POST /neutron/port HTTP/1.1" 200 1078 0.013278 10.0.0.249 - - [2025-11-03 03:49:55] "GET /obj-perms HTTP/1.1" 200 5085 0.105640 10.0.0.61 - - [2025-11-03 03:49:55] "GET /obj-perms HTTP/1.1" 200 5085 0.003985 10.0.0.23 - - [2025-11-03 03:49:55] "GET /obj-perms HTTP/1.1" 200 5085 0.003197 10.0.0.249 - - [2025-11-03 03:49:55] "POST /neutron/port HTTP/1.1" 200 1078 0.019555 10.0.0.249 - - [2025-11-03 03:49:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006077 10.0.0.249 - - [2025-11-03 03:49:55] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.004900 10.0.0.249 - - [2025-11-03 03:49:56] "POST /neutron/network HTTP/1.1" 200 844 0.007765 10.0.0.249 - - [2025-11-03 03:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.249 - - [2025-11-03 03:49:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007772 10.0.0.249 - - [2025-11-03 03:50:05] "POST /neutron/port HTTP/1.1" 200 1106 0.018883 10.0.0.249 - - [2025-11-03 03:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.249 - - [2025-11-03 03:50:06] "POST /neutron/network HTTP/1.1" 200 844 0.007144 10.0.0.249 - - [2025-11-03 03:50:11] "POST /neutron/port HTTP/1.1" 200 1107 0.018905 10.0.0.249 - - [2025-11-03 03:50:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008427 10.0.0.249 - - [2025-11-03 03:50:16] "POST /neutron/port HTTP/1.1" 200 1107 0.014929 10.0.0.249 - - [2025-11-03 03:50:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008092 10.0.0.249 - - [2025-11-03 03:50:16] "GET /virtual-machine/35676cac-0410-44f6-a339-54915d574cd3 HTTP/1.1" 200 1310 0.006259 10.0.0.249 - - [2025-11-03 03:50:16] "GET /virtual-machine-interface/dec8afaf-dae7-45d4-89ee-d45f138eef8a HTTP/1.1" 200 3043 0.005518 10.0.0.249 - - [2025-11-03 03:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.249 - - [2025-11-03 03:50:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003812 10.0.0.249 - - [2025-11-03 03:50:16] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002919 10.0.0.249 - - [2025-11-03 03:50:17] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.007502 10.0.0.249 - - [2025-11-03 03:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.249 - - [2025-11-03 03:50:20] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005813 10.0.0.23 - - [2025-11-03 03:50:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.23 - - [2025-11-03 03:50:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.23 - - [2025-11-03 03:50:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.23 - - [2025-11-03 03:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.61 - - [2025-11-03 03:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.61 - - [2025-11-03 03:50:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.249 - - [2025-11-03 03:50:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2025-11-03 03:50:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.61 - - [2025-11-03 03:50:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.61 - - [2025-11-03 03:50:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-11-03 03:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.249 - - [2025-11-03 03:50:24] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006249 10.0.0.249 - - [2025-11-03 03:50:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-11-03 03:50:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.249 - - [2025-11-03 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.249 - - [2025-11-03 03:50:28] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.007147 10.0.0.249 - - [2025-11-03 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.249 - - [2025-11-03 03:50:32] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005355 10.0.0.249 - - [2025-11-03 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.249 - - [2025-11-03 03:50:36] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.004978 10.0.0.249 - - [2025-11-03 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-11-03 03:50:40] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006930 10.0.0.249 - - [2025-11-03 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.249 - - [2025-11-03 03:50:44] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005185 10.0.0.249 - - [2025-11-03 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-11-03 03:50:48] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.004671 10.0.0.249 - - [2025-11-03 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-11-03 03:50:52] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006449 10.0.0.249 - - [2025-11-03 03:50:53] "POST /neutron/port HTTP/1.1" 200 1107 0.016091 10.0.0.249 - - [2025-11-03 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.249 - - [2025-11-03 03:50:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003863 10.0.0.249 - - [2025-11-03 03:50:54] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003342 10.0.0.249 - - [2025-11-03 03:50:55] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006515 10.0.0.249 - - [2025-11-03 03:50:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009737 10.0.0.249 - - [2025-11-03 03:51:05] "POST /neutron/port HTTP/1.1" 200 1106 0.018999 10.0.0.249 - - [2025-11-03 03:51:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008763 10.0.0.249 - - [2025-11-03 03:51:05] "GET /virtual-machine/07027160-f1e0-4420-950d-c2ba51633aec HTTP/1.1" 200 1309 0.007317 10.0.0.249 - - [2025-11-03 03:51:05] "POST /neutron/port HTTP/1.1" 200 1106 0.027219 10.0.0.249 - - [2025-11-03 03:51:05] "GET /virtual-machine-interface/62d2d0f6-f83c-4bfe-9326-92f3d79e3bb6 HTTP/1.1" 200 3034 0.005783 10.0.0.249 - - [2025-11-03 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.249 - - [2025-11-03 03:51:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004229 10.0.0.249 - - [2025-11-03 03:51:05] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003239 10.0.0.249 - - [2025-11-03 03:51:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003464 10.0.0.249 - - [2025-11-03 03:51:06] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006036 10.0.0.249 - - [2025-11-03 03:51:06] "POST /neutron/network HTTP/1.1" 200 844 0.006443 10.0.0.249 - - [2025-11-03 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.249 - - [2025-11-03 03:51:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004347 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003062 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007225 10.0.0.249 - - [2025-11-03 03:51:07] "POST /neutron/port HTTP/1.1" 200 2096 0.019191 10.0.0.249 - - [2025-11-03 03:51:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007844 10.0.0.249 - - [2025-11-03 03:51:07] "POST /neutron/port HTTP/1.1" 200 1106 0.015779 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-machine/650e44e2-b5eb-4fdc-a73f-3acd3dff2a41 HTTP/1.1" 200 1586 0.006663 10.0.0.249 - - [2025-11-03 03:51:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003072 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-machine-interface/bddd2c6e-3a30-4095-8e2e-92de48efdc7e HTTP/1.1" 200 3035 0.005421 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-machine-interface/f8f86c20-1b2c-471b-8d73-98d0167bcf11 HTTP/1.1" 200 3035 0.005381 10.0.0.249 - - [2025-11-03 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.249 - - [2025-11-03 03:51:07] "POST /neutron/network HTTP/1.1" 200 844 0.007402 10.0.0.249 - - [2025-11-03 03:51:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003185 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003457 10.0.0.249 - - [2025-11-03 03:51:07] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006984 10.0.0.249 - - [2025-11-03 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-11-03 03:51:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003708 10.0.0.249 - - [2025-11-03 03:51:08] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003537 10.0.0.249 - - [2025-11-03 03:51:09] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006706 10.0.0.249 - - [2025-11-03 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.249 - - [2025-11-03 03:51:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003851 10.0.0.249 - - [2025-11-03 03:51:09] "GET /virtual-networks?parent_id=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003266 10.0.0.249 - - [2025-11-03 03:51:09] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006188 10.0.0.249 - - [2025-11-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.249 - - [2025-11-03 03:51:10] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004554 10.0.0.249 - - [2025-11-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-11-03 03:51:10] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004512 10.0.0.249 - - [2025-11-03 03:51:10] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.013990 10.0.0.249 - - [2025-11-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 404 217 0.003654 10.0.0.249 - - [2025-11-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.23 - - [2025-11-03 03:51:10] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000960 10.0.0.249 - - [2025-11-03 03:51:10] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.051449 10.0.0.249 - - [2025-11-03 03:51:11] "POST /network-policys HTTP/1.1" 200 539 0.034938 10.0.0.249 - - [2025-11-03 03:51:11] "GET /network-policy/9d43a4a7-cef5-423a-8675-2709184abe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.007818 10.0.0.249 - - [2025-11-03 03:51:11] "POST /neutron/network HTTP/1.1" 200 938 0.008793 10.0.0.249 - - [2025-11-03 03:51:11] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004708 10.0.0.249 - - [2025-11-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007146 10.0.0.249 - - [2025-11-03 03:51:11] "GET /network-policy/9d43a4a7-cef5-423a-8675-2709184abe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004038 10.0.0.249 - - [2025-11-03 03:51:11] "POST /neutron/network HTTP/1.1" 200 938 0.011783 10.0.0.249 - - [2025-11-03 03:51:11] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.004424 10.0.0.249 - - [2025-11-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.249 - - [2025-11-03 03:51:11] "GET /network-policy/9d43a4a7-cef5-423a-8675-2709184abe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004140 10.0.0.249 - - [2025-11-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.002663 10.0.0.249 - - [2025-11-03 03:51:11] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004963 10.0.0.249 - - [2025-11-03 03:51:11] "POST /access-control-lists HTTP/1.1" 200 609 0.032731 10.0.0.249 - - [2025-11-03 03:51:11] "GET /obj-perms HTTP/1.1" 200 5085 0.003992 10.0.0.61 - - [2025-11-03 03:51:12] "GET /obj-perms HTTP/1.1" 200 5085 0.003283 10.0.0.249 - - [2025-11-03 03:51:12] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006065 10.0.0.23 - - [2025-11-03 03:51:12] "GET /obj-perms HTTP/1.1" 200 5085 0.004020 10.0.0.249 - - [2025-11-03 03:51:12] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005128 10.0.0.249 - - [2025-11-03 03:51:13] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005687 10.0.0.249 - - [2025-11-03 03:51:13] "GET /obj-perms HTTP/1.1" 200 5085 0.003828 10.0.0.61 - - [2025-11-03 03:51:13] "GET /obj-perms HTTP/1.1" 200 5085 0.003067 10.0.0.249 - - [2025-11-03 03:51:13] "GET /virtual-network/fd754c8d-1e2f-4ddb-ae00-b90c1e6fba39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005602 10.0.0.23 - - [2025-11-03 03:51:13] "GET /obj-perms HTTP/1.1" 200 5085 0.004182 10.0.0.249 - - [2025-11-03 03:51:28] "GET /obj-perms HTTP/1.1" 200 5085 0.003900 10.0.0.249 - - [2025-11-03 03:52:06] "POST /neutron/network HTTP/1.1" 200 1744 0.010091 10.0.0.249 - - [2025-11-03 03:52:07] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.249 - - [2025-11-03 03:52:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.011056 10.0.0.249 - - [2025-11-03 03:52:07] "POST /neutron/port HTTP/1.1" 200 1107 0.016361 10.0.0.249 - - [2025-11-03 03:52:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003672 10.0.0.249 - - [2025-11-03 03:52:07] "POST /neutron/network HTTP/1.1" 200 851 0.006691 10.0.0.249 - - [2025-11-03 03:53:07] "POST /neutron/network HTTP/1.1" 200 948 0.008163 10.0.0.249 - - [2025-11-03 03:53:07] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.249 - - [2025-11-03 03:53:09] "POST /neutron/port HTTP/1.1" 200 1106 0.016013 10.0.0.249 - - [2025-11-03 03:53:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.009466 10.0.0.249 - - [2025-11-03 03:53:41] "GET /obj-perms HTTP/1.1" 200 5075 0.040107 10.0.0.61 - - [2025-11-03 03:53:42] "GET /obj-perms HTTP/1.1" 200 5075 0.045834 10.0.0.249 - - [2025-11-03 03:54:08] "POST /neutron/port HTTP/1.1" 200 1106 0.015811 10.0.0.249 - - [2025-11-03 03:54:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.249 - - [2025-11-03 03:54:08] "POST /neutron/network HTTP/1.1" 200 938 0.006181 10.0.0.249 - - [2025-11-03 03:54:11] "POST /neutron/network HTTP/1.1" 200 861 0.006515 10.0.0.249 - - [2025-11-03 03:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.23 - - [2025-11-03 03:54:42] "GET /obj-perms HTTP/1.1" 200 5075 0.047783 10.0.0.249 - - [2025-11-03 03:54:50] "GET /obj-perms HTTP/1.1" 200 5085 0.003890 10.0.0.249 - - [2025-11-03 03:54:52] "GET /obj-perms HTTP/1.1" 200 5085 0.004719 10.0.0.249 - - [2025-11-03 03:54:53] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.026822 10.0.0.249 - - [2025-11-03 03:54:53] "POST /neutron/network HTTP/1.1" 200 844 0.110726 10.0.0.249 - - [2025-11-03 03:54:53] "DELETE /access-control-list/a1a1d366-b4ab-4e2f-8fd0-0a0d7e86e8fc HTTP/1.1" 200 115 0.074662 10.0.0.249 - - [2025-11-03 03:54:53] "GET /virtual-network/38c8ba9b-1180-4586-845e-8f6833d53ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007444 10.0.0.249 - - [2025-11-03 03:54:54] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005998 10.0.0.249 - - [2025-11-03 03:54:54] "POST /neutron/network HTTP/1.1" 200 844 0.112431 10.0.0.249 - - [2025-11-03 03:54:54] "GET /virtual-network/5b9a7e54-dc32-4946-96fd-d0d1f138a9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006625 10.0.0.249 - - [2025-11-03 03:54:54] "DELETE /network-policy/9d43a4a7-cef5-423a-8675-2709184abe1d HTTP/1.1" 200 115 0.028063 10.0.0.249 - - [2025-11-03 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-11-03 03:54:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004837 10.0.0.249 - - [2025-11-03 03:54:54] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.014232 10.0.0.249 - - [2025-11-03 03:54:54] "DELETE /access-control-list/eb19b0dd-e002-47e2-9c37-0aa7525ce368 HTTP/1.1" 200 115 0.034837 10.0.0.249 - - [2025-11-03 03:54:55] "POST /neutron/network HTTP/1.1" 400 204 0.014916 10.0.0.249 - - [2025-11-03 03:54:56] "POST /neutron/port HTTP/1.1" 200 1132 0.015911 10.0.0.249 - - [2025-11-03 03:54:56] "POST /neutron/port HTTP/1.1" 200 151 0.339334 10.0.0.249 - - [2025-11-03 03:54:56] "POST /neutron/port HTTP/1.1" 200 151 0.346680 10.0.0.249 - - [2025-11-03 03:54:57] "POST /neutron/network HTTP/1.1" 200 851 0.013278 10.0.0.249 - - [2025-11-03 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2025-11-03 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.028717 10.0.0.23 - - [2025-11-03 03:54:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.249 - - [2025-11-03 03:54:58] "POST /neutron/network HTTP/1.1" 200 151 0.168029 10.0.0.249 - - [2025-11-03 03:54:58] "DELETE /route-target/88954052-100e-45df-b070-54506bd6561a HTTP/1.1" 200 115 0.037598 10.0.0.249 - - [2025-11-03 03:54:59] "POST /neutron/port HTTP/1.1" 200 1106 0.017774 10.0.0.249 - - [2025-11-03 03:54:59] "POST /neutron/port HTTP/1.1" 200 151 0.239742 10.0.0.249 - - [2025-11-03 03:55:01] "POST /neutron/network HTTP/1.1" 200 844 0.013962 10.0.0.23 - - [2025-11-03 03:55:01] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001456 10.0.0.249 - - [2025-11-03 03:55:01] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.075600 10.0.0.23 - - [2025-11-03 03:55:01] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001162 10.0.0.249 - - [2025-11-03 03:55:01] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?fields=virtual_networks HTTP/1.1" 200 1078 0.060453 10.0.0.23 - - [2025-11-03 03:55:01] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001664 10.0.0.249 - - [2025-11-03 03:55:01] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1078 0.050796 10.0.0.23 - - [2025-11-03 03:55:01] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000895 10.0.0.249 - - [2025-11-03 03:55:01] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?fields=security_groups HTTP/1.1" 200 1322 0.050714 10.0.0.249 - - [2025-11-03 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.024548 10.0.0.23 - - [2025-11-03 03:55:02] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003193 10.0.0.23 - - [2025-11-03 03:55:02] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.23 - - [2025-11-03 03:55:02] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039927 10.0.0.23 - - [2025-11-03 03:55:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001237 10.0.0.23 - - [2025-11-03 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.009037 10.0.0.23 - - [2025-11-03 03:55:02] "POST /security-groups HTTP/1.1" 200 586 0.073474 10.0.0.249 - - [2025-11-03 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.005997 10.0.0.23 - - [2025-11-03 03:55:02] "POST /projects HTTP/1.1" 200 575 0.298867 10.0.0.23 - - [2025-11-03 03:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.371675 10.0.0.249 - - [2025-11-03 03:55:03] "POST /access-control-lists HTTP/1.1" 200 589 0.033522 10.0.0.249 - - [2025-11-03 03:55:03] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.540659 10.0.0.249 - - [2025-11-03 03:55:04] "GET / HTTP/1.1" 200 35931 0.002369 10.0.0.23 - - [2025-11-03 03:55:04] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000976 10.0.0.249 - - [2025-11-03 03:55:04] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.043776 10.0.0.249 - - [2025-11-03 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.249 - - [2025-11-03 03:55:05] "GET /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.005640 10.0.0.249 - - [2025-11-03 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2025-11-03 03:55:05] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001078 10.0.0.249 - - [2025-11-03 03:55:05] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.046571 10.0.0.249 - - [2025-11-03 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.249 - - [2025-11-03 03:55:05] "GET /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.008016 10.0.0.249 - - [2025-11-03 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.249 - - [2025-11-03 03:55:05] "PUT /security-group/d1aa50ff-e48e-4759-b5d7-2389645260db HTTP/1.1" 200 262 0.020026 10.0.0.23 - - [2025-11-03 03:55:08] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.249 - - [2025-11-03 03:55:08] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.038317 10.0.0.23 - - [2025-11-03 03:55:08] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000849 10.0.0.249 - - [2025-11-03 03:55:08] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?fields=virtual_networks HTTP/1.1" 200 1032 0.039844 10.0.0.23 - - [2025-11-03 03:55:08] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.249 - - [2025-11-03 03:55:08] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.044833 10.0.0.23 - - [2025-11-03 03:55:08] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.249 - - [2025-11-03 03:55:08] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?fields=security_groups HTTP/1.1" 200 1253 0.048164 10.0.0.249 - - [2025-11-03 03:55:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.025897 10.0.0.23 - - [2025-11-03 03:55:09] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.23 - - [2025-11-03 03:55:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.23 - - [2025-11-03 03:55:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007007 10.0.0.23 - - [2025-11-03 03:55:09] "POST /id-to-fqname HTTP/1.1" 200 194 0.007155 10.0.0.23 - - [2025-11-03 03:55:09] "POST /fqname-to-id HTTP/1.1" 404 203 0.011474 10.0.0.23 - - [2025-11-03 03:55:09] "POST /security-groups HTTP/1.1" 200 595 0.034523 10.0.0.249 - - [2025-11-03 03:55:09] "POST /fqname-to-id HTTP/1.1" 404 238 0.004441 10.0.0.23 - - [2025-11-03 03:55:09] "POST /projects HTTP/1.1" 200 593 0.257403 10.0.0.23 - - [2025-11-03 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.328464 10.0.0.249 - - [2025-11-03 03:55:09] "POST /access-control-lists HTTP/1.1" 200 598 0.028762 10.0.0.249 - - [2025-11-03 03:55:09] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.465351 10.0.0.249 - - [2025-11-03 03:55:10] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.249 - - [2025-11-03 03:55:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2025-11-03 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.052469 10.0.0.23 - - [2025-11-03 03:55:12] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000866 10.0.0.249 - - [2025-11-03 03:55:12] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040311 10.0.0.23 - - [2025-11-03 03:55:13] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001121 10.0.0.249 - - [2025-11-03 03:55:13] "POST /neutron/network HTTP/1.1" 200 623 0.148574 10.0.0.249 - - [2025-11-03 03:55:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.003314 10.0.0.249 - - [2025-11-03 03:55:13] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005845 10.0.0.249 - - [2025-11-03 03:55:13] "POST /neutron/network HTTP/1.1" 200 841 0.006251 10.0.0.249 - - [2025-11-03 03:55:13] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005699 10.0.0.249 - - [2025-11-03 03:55:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001396 10.0.0.249 - - [2025-11-03 03:55:13] "POST /neutron/network HTTP/1.1" 200 851 0.006898 10.0.0.23 - - [2025-11-03 03:55:14] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.249 - - [2025-11-03 03:55:14] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065569 10.0.0.249 - - [2025-11-03 03:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.011742 10.0.0.249 - - [2025-11-03 03:55:14] "POST /id-to-fqname HTTP/1.1" 200 231 0.001310 10.0.0.23 - - [2025-11-03 03:55:15] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.249 - - [2025-11-03 03:55:15] "POST /neutron/port HTTP/1.1" 200 1063 0.294119 10.0.0.249 - - [2025-11-03 03:55:15] "POST /neutron/port HTTP/1.1" 200 1117 0.128562 10.0.0.249 - - [2025-11-03 03:55:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.008663 10.0.0.23 - - [2025-11-03 03:55:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.23 - - [2025-11-03 03:55:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.23 - - [2025-11-03 03:55:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.23 - - [2025-11-03 03:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.61 - - [2025-11-03 03:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.61 - - [2025-11-03 03:55:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.249 - - [2025-11-03 03:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2025-11-03 03:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.61 - - [2025-11-03 03:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.61 - - [2025-11-03 03:55:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-11-03 03:55:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.249 - - [2025-11-03 03:55:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2025-11-03 03:55:31] "POST /neutron/port HTTP/1.1" 200 1091 0.042529 10.0.0.23 - - [2025-11-03 03:55:36] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000991 10.0.0.249 - - [2025-11-03 03:55:36] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.067182 10.0.0.249 - - [2025-11-03 03:55:36] "POST /neutron/network HTTP/1.1" 200 841 0.032594 10.0.0.249 - - [2025-11-03 03:55:36] "POST /neutron/port HTTP/1.1" 200 117 0.007812 10.0.0.249 - - [2025-11-03 03:55:36] "POST /neutron/port HTTP/1.1" 200 1091 0.016845 10.0.0.249 - - [2025-11-03 03:55:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007451 10.0.0.249 - - [2025-11-03 03:55:36] "GET /virtual-machine/ab2cf65d-0370-477b-af57-012b72aabe44 HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2025-11-03 03:55:37] "GET /virtual-machine/ab2cf65d-0370-477b-af57-012b72aabe44 HTTP/1.1" 200 1297 0.053860 10.0.0.249 - - [2025-11-03 03:55:37] "GET /virtual-machine-interface/2c409ae8-4d11-408b-96f0-0a6e714a911e HTTP/1.1" 200 2982 0.005294 10.0.0.249 - - [2025-11-03 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.249 - - [2025-11-03 03:55:37] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010699 10.0.0.249 - - [2025-11-03 03:55:37] "GET /virtual-networks?parent_id=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002878 10.0.0.249 - - [2025-11-03 03:55:37] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005047 10.0.0.249 - - [2025-11-03 03:55:37] "POST /neutron/port HTTP/1.1" 200 1063 0.061983 10.0.0.249 - - [2025-11-03 03:55:38] "POST /neutron/port HTTP/1.1" 200 1091 0.034729 10.0.0.249 - - [2025-11-03 03:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.002033 10.0.0.249 - - [2025-11-03 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.249 - - [2025-11-03 03:55:38] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010823 10.0.0.249 - - [2025-11-03 03:55:38] "GET /virtual-networks?parent_id=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004106 10.0.0.249 - - [2025-11-03 03:55:38] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006659 10.0.0.249 - - [2025-11-03 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017612 10.0.0.23 - - [2025-11-03 03:55:40] "DELETE /project/2465bd060bb6449e99ae441942ce3d74 HTTP/1.1" 404 173 0.008442 10.0.0.23 - - [2025-11-03 03:55:40] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000823 10.0.0.23 - - [2025-11-03 03:55:40] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000921 10.0.0.23 - - [2025-11-03 03:55:40] "DELETE /project/0824f766e47f4b1aa227b12d5225c09c HTTP/1.1" 404 173 0.011975 10.0.0.23 - - [2025-11-03 03:55:40] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.095662 10.0.0.23 - - [2025-11-03 03:55:40] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001794 10.0.0.23 - - [2025-11-03 03:55:40] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.127631 10.0.0.23 - - [2025-11-03 03:55:40] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.23 - - [2025-11-03 03:55:40] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?fields=security_groups HTTP/1.1" 200 1427 0.134506 10.0.0.23 - - [2025-11-03 03:55:40] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?fields=security_groups HTTP/1.1" 200 1358 0.167805 10.0.0.23 - - [2025-11-03 03:55:41] "DELETE /security-group/331179e0-a210-41d2-a3b3-c8738f1f2922 HTTP/1.1" 200 115 0.146727 10.0.0.23 - - [2025-11-03 03:55:41] "GET /projects?obj_uuids=6f0130e2-889f-4fdc-ac52-61ed9d15ec1a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002584 10.0.0.249 - - [2025-11-03 03:55:41] "DELETE /access-control-list/6e229bf1-bf4d-4d8f-bccf-4780703114c8 HTTP/1.1" 200 115 0.085440 10.0.0.23 - - [2025-11-03 03:55:41] "DELETE /security-group/1dda53b3-388e-42d9-9750-ebbc0adf369f HTTP/1.1" 200 115 0.154067 10.0.0.23 - - [2025-11-03 03:55:41] "GET /projects?obj_uuids=2465bd06-0bb6-449e-99ae-441942ce3d74&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.23 - - [2025-11-03 03:55:41] "GET /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a?fields=application_policy_sets HTTP/1.1" 200 1466 0.135499 10.0.0.23 - - [2025-11-03 03:55:41] "GET /project/2465bd06-0bb6-449e-99ae-441942ce3d74?fields=application_policy_sets HTTP/1.1" 200 1397 0.143525 10.0.0.249 - - [2025-11-03 03:55:41] "DELETE /access-control-list/0bbfcee4-2964-41fe-9a40-de7ff807d5ed HTTP/1.1" 200 115 0.104987 10.0.0.23 - - [2025-11-03 03:55:41] "DELETE /project/6f0130e2-889f-4fdc-ac52-61ed9d15ec1a HTTP/1.1" 200 115 0.911555 10.0.0.23 - - [2025-11-03 03:55:41] "DELETE /project/2465bd06-0bb6-449e-99ae-441942ce3d74 HTTP/1.1" 200 115 1.003007 10.0.0.249 - - [2025-11-03 03:55:49] "POST /neutron/port HTTP/1.1" 200 1091 0.032993 10.0.0.249 - - [2025-11-03 03:55:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007685 10.0.0.249 - - [2025-11-03 03:56:04] "POST /neutron/port HTTP/1.1" 200 1091 0.020470 10.0.0.249 - - [2025-11-03 03:56:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008382 10.0.0.249 - - [2025-11-03 03:56:11] "POST /neutron/network HTTP/1.1" 200 851 0.008257 10.0.0.249 - - [2025-11-03 03:56:11] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.249 - - [2025-11-03 03:56:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008271 10.0.0.249 - - [2025-11-03 03:56:24] "POST /neutron/port HTTP/1.1" 200 1091 0.015013 10.0.0.249 - - [2025-11-03 03:56:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007370 10.0.0.249 - - [2025-11-03 03:56:30] "POST /neutron/port HTTP/1.1" 200 1091 0.014871 10.0.0.249 - - [2025-11-03 03:56:30] "GET /virtual-machine/791168ca-2e97-4274-ba8f-522df3c39b74 HTTP/1.1" 200 1296 0.006005 10.0.0.249 - - [2025-11-03 03:56:30] "GET /virtual-machine-interface/a9d5779c-aad1-4623-85eb-5d5b267f8cbb HTTP/1.1" 200 2982 0.006199 10.0.0.249 - - [2025-11-03 03:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.249 - - [2025-11-03 03:56:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003619 10.0.0.249 - - [2025-11-03 03:56:30] "GET /virtual-networks?parent_id=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003091 10.0.0.249 - - [2025-11-03 03:56:30] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006193 10.0.0.249 - - [2025-11-03 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.249 - - [2025-11-03 03:56:33] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006617 10.0.0.249 - - [2025-11-03 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.249 - - [2025-11-03 03:56:37] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005606 10.0.0.249 - - [2025-11-03 03:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.249 - - [2025-11-03 03:56:41] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005958 10.0.0.249 - - [2025-11-03 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2025-11-03 03:56:45] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006619 10.0.0.249 - - [2025-11-03 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.249 - - [2025-11-03 03:56:49] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005244 10.0.0.249 - - [2025-11-03 03:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.249 - - [2025-11-03 03:56:53] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006288 10.0.0.249 - - [2025-11-03 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.249 - - [2025-11-03 03:56:57] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005784 10.0.0.249 - - [2025-11-03 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.249 - - [2025-11-03 03:57:01] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005545 10.0.0.249 - - [2025-11-03 03:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.249 - - [2025-11-03 03:57:06] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005586 10.0.0.249 - - [2025-11-03 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.249 - - [2025-11-03 03:57:10] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006195 10.0.0.249 - - [2025-11-03 03:57:12] "POST /neutron/port HTTP/1.1" 200 1091 0.022248 10.0.0.249 - - [2025-11-03 03:57:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.010068 10.0.0.249 - - [2025-11-03 03:57:13] "POST /neutron/port HTTP/1.1" 200 1091 0.016242 10.0.0.249 - - [2025-11-03 03:57:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.249 - - [2025-11-03 03:57:13] "POST /neutron/network HTTP/1.1" 200 841 0.007060 10.0.0.249 - - [2025-11-03 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.249 - - [2025-11-03 03:57:14] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006631 10.0.0.249 - - [2025-11-03 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.249 - - [2025-11-03 03:57:18] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007346 10.0.0.249 - - [2025-11-03 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.249 - - [2025-11-03 03:57:22] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007360 10.0.0.249 - - [2025-11-03 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2025-11-03 03:57:26] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005394 10.0.0.249 - - [2025-11-03 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2025-11-03 03:57:30] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006202 10.0.0.249 - - [2025-11-03 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2025-11-03 03:57:34] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005212 10.0.0.249 - - [2025-11-03 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.249 - - [2025-11-03 03:57:38] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006499 10.0.0.249 - - [2025-11-03 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-11-03 03:57:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004230 10.0.0.249 - - [2025-11-03 03:57:40] "GET /virtual-networks?parent_id=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005761 10.0.0.249 - - [2025-11-03 03:57:40] "GET /virtual-network/4b723ed6-fa3b-4b3c-858d-8206852bfb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005606 10.0.0.249 - - [2025-11-03 03:57:41] "POST /neutron/port HTTP/1.1" 200 1091 0.018104 10.0.0.249 - - [2025-11-03 03:57:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007345 10.0.0.249 - - [2025-11-03 03:57:56] "POST /neutron/port HTTP/1.1" 200 1091 0.015245 10.0.0.249 - - [2025-11-03 03:58:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008324 10.0.0.249 - - [2025-11-03 03:58:11] "POST /neutron/port HTTP/1.1" 200 1091 0.018953 10.0.0.249 - - [2025-11-03 03:58:14] "POST /neutron/port HTTP/1.1" 200 1091 0.016664 10.0.0.249 - - [2025-11-03 03:58:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.010407 10.0.0.249 - - [2025-11-03 03:58:15] "POST /neutron/port HTTP/1.1" 200 1091 0.015214 10.0.0.249 - - [2025-11-03 03:58:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004487 10.0.0.249 - - [2025-11-03 03:58:15] "POST /neutron/network HTTP/1.1" 200 841 0.008121 10.0.0.249 - - [2025-11-03 03:58:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.003433 10.0.0.249 - - [2025-11-03 03:58:22] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.035503 10.0.0.249 - - [2025-11-03 03:58:22] "GET /bgp-as-a-service/71d7206f-debe-40c5-9b43-9db1297a2c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1621 0.007253 10.0.0.249 - - [2025-11-03 03:58:22] "GET /virtual-machine-interface/a9d5779c-aad1-4623-85eb-5d5b267f8cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006092 10.0.0.249 - - [2025-11-03 03:58:22] "POST /ref-update HTTP/1.1" 200 156 0.012975 10.0.0.249 - - [2025-11-03 03:58:23] "POST /neutron/network HTTP/1.1" 200 841 0.014653 10.0.0.249 - - [2025-11-03 03:58:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.009051 10.0.0.249 - - [2025-11-03 03:58:23] "POST /ref-update HTTP/1.1" 200 156 0.038055 10.0.0.61 - - [2025-11-03 03:58:45] "GET /obj-perms HTTP/1.1" 200 5075 0.047388 10.0.0.23 - - [2025-11-03 03:58:45] "GET /obj-perms HTTP/1.1" 200 5075 0.050692 10.0.0.249 - - [2025-11-03 03:58:50] "GET /bgp-as-a-service/71d7206f-debe-40c5-9b43-9db1297a2c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007299 10.0.0.249 - - [2025-11-03 03:58:50] "GET /virtual-machine-interface/a9d5779c-aad1-4623-85eb-5d5b267f8cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007046 10.0.0.249 - - [2025-11-03 03:58:50] "POST /ref-update HTTP/1.1" 200 156 0.013069 10.0.0.249 - - [2025-11-03 03:58:50] "POST /ref-update HTTP/1.1" 200 156 0.014551 10.0.0.249 - - [2025-11-03 03:58:50] "DELETE /bgp-as-a-service/71d7206f-debe-40c5-9b43-9db1297a2c71 HTTP/1.1" 200 115 0.071939 10.0.0.249 - - [2025-11-03 03:58:50] "POST /neutron/port HTTP/1.1" 200 1091 0.018460 10.0.0.249 - - [2025-11-03 03:58:50] "POST /neutron/port HTTP/1.1" 200 1117 0.011756 10.0.0.249 - - [2025-11-03 03:58:52] "POST /neutron/network HTTP/1.1" 200 841 0.007233 10.0.0.249 - - [2025-11-03 03:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2025-11-03 03:58:54] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.249 - - [2025-11-03 03:58:54] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042057 10.0.0.23 - - [2025-11-03 03:58:54] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000893 10.0.0.249 - - [2025-11-03 03:58:54] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?fields=virtual_networks HTTP/1.1" 200 1049 0.041638 10.0.0.23 - - [2025-11-03 03:58:54] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001061 10.0.0.249 - - [2025-11-03 03:58:54] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045385 10.0.0.23 - - [2025-11-03 03:58:54] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001364 10.0.0.249 - - [2025-11-03 03:58:54] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?fields=security_groups HTTP/1.1" 200 1279 0.044620 10.0.0.249 - - [2025-11-03 03:58:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.022907 10.0.0.23 - - [2025-11-03 03:58:55] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002913 10.0.0.23 - - [2025-11-03 03:58:55] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002271 10.0.0.23 - - [2025-11-03 03:58:55] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008314 10.0.0.23 - - [2025-11-03 03:58:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.001123 10.0.0.23 - - [2025-11-03 03:58:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.005953 10.0.0.23 - - [2025-11-03 03:58:55] "POST /security-groups HTTP/1.1" 200 592 0.033862 10.0.0.23 - - [2025-11-03 03:58:55] "POST /projects HTTP/1.1" 200 587 0.231245 10.0.0.249 - - [2025-11-03 03:58:55] "POST /access-control-lists HTTP/1.1" 200 597 0.032821 10.0.0.23 - - [2025-11-03 03:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.302470 10.0.0.249 - - [2025-11-03 03:58:55] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.449393 10.0.0.249 - - [2025-11-03 03:58:56] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.249 - - [2025-11-03 03:58:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.249 - - [2025-11-03 03:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.060017 10.0.0.23 - - [2025-11-03 03:58:58] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.249 - - [2025-11-03 03:58:58] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044424 10.0.0.23 - - [2025-11-03 03:58:58] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.249 - - [2025-11-03 03:58:58] "POST /neutron/network HTTP/1.1" 200 614 0.150906 10.0.0.249 - - [2025-11-03 03:58:58] "POST /route-targets HTTP/1.1" 200 327 0.016647 10.0.0.249 - - [2025-11-03 03:58:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.004594 10.0.0.249 - - [2025-11-03 03:58:59] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006944 10.0.0.249 - - [2025-11-03 03:58:59] "POST /neutron/network HTTP/1.1" 200 834 0.006604 10.0.0.249 - - [2025-11-03 03:58:59] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005730 10.0.0.249 - - [2025-11-03 03:58:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001374 10.0.0.249 - - [2025-11-03 03:58:59] "POST /neutron/network HTTP/1.1" 200 844 0.007199 10.0.0.23 - - [2025-11-03 03:59:00] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.249 - - [2025-11-03 03:59:00] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.063242 10.0.0.249 - - [2025-11-03 03:59:00] "POST /neutron/port HTTP/1.1" 200 117 0.006342 10.0.0.249 - - [2025-11-03 03:59:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001193 10.0.0.249 - - [2025-11-03 03:59:00] "POST /neutron/network HTTP/1.1" 200 844 0.007261 10.0.0.23 - - [2025-11-03 03:59:01] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001399 10.0.0.249 - - [2025-11-03 03:59:01] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.097381 10.0.0.249 - - [2025-11-03 03:59:01] "POST /neutron/network HTTP/1.1" 200 834 0.020386 10.0.0.249 - - [2025-11-03 03:59:01] "POST /neutron/port HTTP/1.1" 200 1048 0.083797 10.0.0.249 - - [2025-11-03 03:59:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.002798 10.0.0.249 - - [2025-11-03 03:59:02] "POST /neutron/port HTTP/1.1" 200 1090 0.031259 10.0.0.249 - - [2025-11-03 03:59:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017449 10.0.0.249 - - [2025-11-03 03:59:02] "POST /neutron/network HTTP/1.1" 200 834 0.007922 10.0.0.23 - - [2025-11-03 03:59:02] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.249 - - [2025-11-03 03:59:02] "POST /neutron/port HTTP/1.1" 200 1062 0.577421 10.0.0.23 - - [2025-11-03 03:59:03] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.249 - - [2025-11-03 03:59:03] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.142933 10.0.0.249 - - [2025-11-03 03:59:03] "POST /neutron/port HTTP/1.1" 200 1116 0.249650 10.0.0.249 - - [2025-11-03 03:59:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013447 10.0.0.249 - - [2025-11-03 03:59:03] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.249 - - [2025-11-03 03:59:03] "POST /neutron/port HTTP/1.1" 200 117 0.008066 10.0.0.249 - - [2025-11-03 03:59:03] "POST /neutron/network HTTP/1.1" 200 844 0.019078 10.0.0.249 - - [2025-11-03 03:59:04] "POST /neutron/port HTTP/1.1" 200 1062 0.032564 10.0.0.249 - - [2025-11-03 03:59:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008795 10.0.0.249 - - [2025-11-03 03:59:05] "POST /neutron/network HTTP/1.1" 200 834 0.014953 10.0.0.249 - - [2025-11-03 03:59:13] "POST /neutron/port HTTP/1.1" 200 1090 0.036533 10.0.0.249 - - [2025-11-03 03:59:19] "POST /neutron/port HTTP/1.1" 200 1090 0.015846 10.0.0.249 - - [2025-11-03 03:59:19] "POST /neutron/network HTTP/1.1" 200 844 0.006490 10.0.0.249 - - [2025-11-03 03:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.249 - - [2025-11-03 03:59:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009041 10.0.0.249 - - [2025-11-03 03:59:34] "POST /neutron/port HTTP/1.1" 200 1090 0.016703 10.0.0.249 - - [2025-11-03 03:59:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007053 10.0.0.23 - - [2025-11-03 03:59:41] "DELETE /project/9d22eabac211486793e17a591286c3be HTTP/1.1" 404 173 0.010619 10.0.0.23 - - [2025-11-03 03:59:41] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000841 10.0.0.23 - - [2025-11-03 03:59:41] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.098267 10.0.0.23 - - [2025-11-03 03:59:41] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001711 10.0.0.23 - - [2025-11-03 03:59:42] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?fields=security_groups HTTP/1.1" 200 1384 0.068635 10.0.0.23 - - [2025-11-03 03:59:42] "DELETE /security-group/33b4efbe-51bd-4784-82ac-75321ab3bffc HTTP/1.1" 404 177 0.007152 10.0.0.23 - - [2025-11-03 03:59:42] "GET /projects?obj_uuids=0824f766-e47f-4b1a-a227-b12d5225c09c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001448 10.0.0.23 - - [2025-11-03 03:59:42] "GET /project/0824f766-e47f-4b1a-a227-b12d5225c09c?fields=application_policy_sets HTTP/1.1" 200 1423 0.076484 10.0.0.249 - - [2025-11-03 03:59:42] "DELETE /access-control-list/1e7996ba-7552-4933-959c-fccabc97c361 HTTP/1.1" 200 115 0.088050 10.0.0.23 - - [2025-11-03 03:59:42] "DELETE /project/0824f766-e47f-4b1a-a227-b12d5225c09c HTTP/1.1" 200 115 0.571725 10.0.0.249 - - [2025-11-03 03:59:44] "POST /neutron/port HTTP/1.1" 200 1090 0.015164 10.0.0.249 - - [2025-11-03 03:59:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023538 10.0.0.249 - - [2025-11-03 03:59:44] "GET /virtual-machine/6c857eee-248c-4608-b92b-d5cc27184043 HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-11-03 03:59:44] "GET /virtual-machine/6c857eee-248c-4608-b92b-d5cc27184043 HTTP/1.1" 200 1293 0.029731 10.0.0.249 - - [2025-11-03 03:59:45] "GET /virtual-machine-interface/209bb217-541e-487e-9f34-09549afc3dc4 HTTP/1.1" 200 2958 0.005065 10.0.0.249 - - [2025-11-03 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-11-03 03:59:45] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003981 10.0.0.249 - - [2025-11-03 03:59:45] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002860 10.0.0.249 - - [2025-11-03 03:59:45] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007020 10.0.0.249 - - [2025-11-03 03:59:46] "GET /obj-perms HTTP/1.1" 200 5075 0.048759 10.0.0.249 - - [2025-11-03 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.249 - - [2025-11-03 03:59:48] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007333 10.0.0.249 - - [2025-11-03 03:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.249 - - [2025-11-03 03:59:52] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007351 10.0.0.249 - - [2025-11-03 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.249 - - [2025-11-03 03:59:56] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005023 10.0.0.249 - - [2025-11-03 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.249 - - [2025-11-03 04:00:00] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006211 10.0.0.249 - - [2025-11-03 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.249 - - [2025-11-03 04:00:04] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009579 10.0.0.249 - - [2025-11-03 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.249 - - [2025-11-03 04:00:08] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006036 10.0.0.249 - - [2025-11-03 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-11-03 04:00:12] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006301 10.0.0.249 - - [2025-11-03 04:00:16] "POST /neutron/network HTTP/1.1" 200 844 0.026730 10.0.0.249 - - [2025-11-03 04:00:16] "POST /neutron/port HTTP/1.1" 200 117 0.001464 10.0.0.249 - - [2025-11-03 04:00:16] "POST /neutron/port HTTP/1.1" 200 1090 0.015040 10.0.0.249 - - [2025-11-03 04:00:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.009177 10.0.0.249 - - [2025-11-03 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.249 - - [2025-11-03 04:00:16] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005781 10.0.0.249 - - [2025-11-03 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-11-03 04:00:20] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005444 10.0.0.23 - - [2025-11-03 04:00:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.23 - - [2025-11-03 04:00:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000322 10.0.0.23 - - [2025-11-03 04:00:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.23 - - [2025-11-03 04:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.61 - - [2025-11-03 04:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.61 - - [2025-11-03 04:00:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.249 - - [2025-11-03 04:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.249 - - [2025-11-03 04:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000903 10.0.0.61 - - [2025-11-03 04:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.61 - - [2025-11-03 04:00:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.249 - - [2025-11-03 04:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-11-03 04:00:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-11-03 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.249 - - [2025-11-03 04:00:25] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005458 10.0.0.249 - - [2025-11-03 04:00:26] "POST /neutron/port HTTP/1.1" 200 1090 0.015986 10.0.0.249 - - [2025-11-03 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.249 - - [2025-11-03 04:00:29] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008038 10.0.0.249 - - [2025-11-03 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.249 - - [2025-11-03 04:00:33] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004951 10.0.0.249 - - [2025-11-03 04:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-11-03 04:00:37] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006517 10.0.0.249 - - [2025-11-03 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.249 - - [2025-11-03 04:00:41] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005493 10.0.0.249 - - [2025-11-03 04:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-11-03 04:00:45] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005848 10.0.0.249 - - [2025-11-03 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.249 - - [2025-11-03 04:00:49] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005021 10.0.0.249 - - [2025-11-03 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.249 - - [2025-11-03 04:00:53] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005691 10.0.0.249 - - [2025-11-03 04:00:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036301 10.0.0.249 - - [2025-11-03 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.249 - - [2025-11-03 04:00:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003377 10.0.0.249 - - [2025-11-03 04:00:55] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003708 10.0.0.249 - - [2025-11-03 04:00:55] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006644 10.0.0.249 - - [2025-11-03 04:00:56] "POST /neutron/port HTTP/1.1" 200 1090 0.024104 10.0.0.249 - - [2025-11-03 04:01:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008375 10.0.0.249 - - [2025-11-03 04:01:11] "POST /neutron/port HTTP/1.1" 200 1090 0.016228 10.0.0.249 - - [2025-11-03 04:01:15] "POST /neutron/port HTTP/1.1" 200 1090 0.020115 10.0.0.249 - - [2025-11-03 04:01:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.009218 10.0.0.249 - - [2025-11-03 04:01:16] "POST /neutron/port HTTP/1.1" 200 1090 0.017636 10.0.0.249 - - [2025-11-03 04:01:17] "POST /neutron/port HTTP/1.1" 200 1090 0.035182 10.0.0.249 - - [2025-11-03 04:01:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.011482 10.0.0.249 - - [2025-11-03 04:01:21] "POST /neutron/port HTTP/1.1" 200 1090 0.016421 10.0.0.249 - - [2025-11-03 04:01:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006944 10.0.0.249 - - [2025-11-03 04:01:37] "POST /neutron/port HTTP/1.1" 200 1090 0.016745 10.0.0.249 - - [2025-11-03 04:01:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009259 10.0.0.249 - - [2025-11-03 04:01:42] "POST /neutron/port HTTP/1.1" 200 1090 0.016030 10.0.0.249 - - [2025-11-03 04:01:42] "GET /virtual-machine/1dc863ae-b99b-4efe-affa-e2a874321b53 HTTP/1.1" 200 1293 0.008894 10.0.0.249 - - [2025-11-03 04:01:42] "GET /virtual-machine-interface/1a88f8c3-2bcd-4124-898c-b6169ffedc2a HTTP/1.1" 200 2957 0.005959 10.0.0.249 - - [2025-11-03 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.249 - - [2025-11-03 04:01:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.249 - - [2025-11-03 04:01:42] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002401 10.0.0.249 - - [2025-11-03 04:01:42] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006894 10.0.0.249 - - [2025-11-03 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.249 - - [2025-11-03 04:01:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003587 10.0.0.249 - - [2025-11-03 04:01:43] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004002 10.0.0.249 - - [2025-11-03 04:01:43] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006285 10.0.0.249 - - [2025-11-03 04:01:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007074 10.0.0.249 - - [2025-11-03 04:01:44] "POST /neutron/port HTTP/1.1" 200 1090 0.014755 10.0.0.249 - - [2025-11-03 04:01:44] "GET /virtual-machine/e67df40a-c114-4019-b75b-618905933673 HTTP/1.1" 200 1294 0.005850 10.0.0.249 - - [2025-11-03 04:01:44] "GET /virtual-machine-interface/f7e9ad10-94ea-4fa6-b6c9-64125bfcec3c HTTP/1.1" 200 2959 0.005241 10.0.0.249 - - [2025-11-03 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.249 - - [2025-11-03 04:01:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003268 10.0.0.249 - - [2025-11-03 04:01:44] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003434 10.0.0.249 - - [2025-11-03 04:01:44] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006248 10.0.0.249 - - [2025-11-03 04:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.249 - - [2025-11-03 04:01:45] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003901 10.0.0.249 - - [2025-11-03 04:01:45] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003251 10.0.0.249 - - [2025-11-03 04:01:45] "GET /virtual-network/7ea94abf-1187-4c39-a919-a2b867ea4d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005339 10.0.0.249 - - [2025-11-03 04:01:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.002943 10.0.0.249 - - [2025-11-03 04:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-11-03 04:01:45] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009010 10.0.0.249 - - [2025-11-03 04:01:45] "POST /control-node-zones HTTP/1.1" 200 569 0.027290 10.0.0.249 - - [2025-11-03 04:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.249 - - [2025-11-03 04:01:45] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004668 10.0.0.249 - - [2025-11-03 04:01:45] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007235 10.0.0.249 - - [2025-11-03 04:01:46] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.021701 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003336 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.249 - - [2025-11-03 04:01:46] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006302 10.0.0.249 - - [2025-11-03 04:01:46] "POST /control-node-zones HTTP/1.1" 200 569 0.023329 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2025-11-03 04:01:46] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004535 10.0.0.249 - - [2025-11-03 04:01:46] "GET /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005936 10.0.0.249 - - [2025-11-03 04:01:46] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.018789 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003138 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.249 - - [2025-11-03 04:01:46] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005915 10.0.0.249 - - [2025-11-03 04:01:46] "POST /control-node-zones HTTP/1.1" 200 569 0.024127 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.249 - - [2025-11-03 04:01:46] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006730 10.0.0.249 - - [2025-11-03 04:01:46] "GET /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005698 10.0.0.249 - - [2025-11-03 04:01:46] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.021595 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-11-03 04:01:46] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008145 10.0.0.249 - - [2025-11-03 04:01:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003147 10.0.0.249 - - [2025-11-03 04:01:46] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031314 10.0.0.249 - - [2025-11-03 04:01:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.009418 10.0.0.249 - - [2025-11-03 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.249 - - [2025-11-03 04:01:47] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006046 10.0.0.249 - - [2025-11-03 04:01:47] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004566 10.0.0.249 - - [2025-11-03 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.016068 10.0.0.249 - - [2025-11-03 04:02:04] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008674 10.0.0.249 - - [2025-11-03 04:02:04] "GET /virtual-machine-interface/209bb217-541e-487e-9f34-09549afc3dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008606 10.0.0.249 - - [2025-11-03 04:02:04] "POST /ref-update HTTP/1.1" 200 156 0.014150 10.0.0.249 - - [2025-11-03 04:02:04] "POST /ref-update HTTP/1.1" 200 156 0.050656 10.0.0.249 - - [2025-11-03 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.249 - - [2025-11-03 04:02:05] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005933 10.0.0.249 - - [2025-11-03 04:02:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003442 10.0.0.249 - - [2025-11-03 04:02:05] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038315 10.0.0.249 - - [2025-11-03 04:02:05] "POST /neutron/network HTTP/1.1" 200 834 0.008606 10.0.0.249 - - [2025-11-03 04:02:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.011087 10.0.0.249 - - [2025-11-03 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.249 - - [2025-11-03 04:02:05] "GET /bgp-as-a-service/22ba5047-057d-41f9-8b9d-09bf339b5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008815 10.0.0.249 - - [2025-11-03 04:02:05] "GET /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005027 10.0.0.249 - - [2025-11-03 04:02:05] "POST /ref-update HTTP/1.1" 200 156 0.016962 10.0.0.249 - - [2025-11-03 04:02:14] "GET /bgp-as-a-service/22ba5047-057d-41f9-8b9d-09bf339b5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006472 10.0.0.249 - - [2025-11-03 04:02:14] "GET /virtual-machine-interface/1a88f8c3-2bcd-4124-898c-b6169ffedc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.007409 10.0.0.249 - - [2025-11-03 04:02:14] "POST /ref-update HTTP/1.1" 200 156 0.013081 10.0.0.249 - - [2025-11-03 04:02:14] "POST /bgp-routers HTTP/1.1" 200 640 0.043510 10.0.0.249 - - [2025-11-03 04:02:14] "PUT /bgp-router/f219f124-ad4a-4250-afae-0152d9ac6789 HTTP/1.1" 200 254 0.033484 10.0.0.249 - - [2025-11-03 04:02:17] "POST /neutron/network HTTP/1.1" 200 844 0.007227 10.0.0.249 - - [2025-11-03 04:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.249 - - [2025-11-03 04:02:21] "POST /neutron/port HTTP/1.1" 200 1090 0.022030 10.0.0.249 - - [2025-11-03 04:02:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008924 10.0.0.249 - - [2025-11-03 04:02:33] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004844 10.0.0.249 - - [2025-11-03 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.021284 10.0.0.249 - - [2025-11-03 04:02:33] "GET /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004270 10.0.0.249 - - [2025-11-03 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.021125 10.0.0.249 - - [2025-11-03 04:02:33] "GET /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004483 10.0.0.249 - - [2025-11-03 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.020119 10.0.0.249 - - [2025-11-03 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2025-11-03 04:02:34] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005356 10.0.0.249 - - [2025-11-03 04:02:34] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003503 10.0.0.249 - - [2025-11-03 04:02:34] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.023529 10.0.0.249 - - [2025-11-03 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-11-03 04:02:34] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004974 10.0.0.249 - - [2025-11-03 04:02:34] "GET /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004104 10.0.0.249 - - [2025-11-03 04:02:34] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.021873 10.0.0.249 - - [2025-11-03 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-11-03 04:02:34] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004914 10.0.0.249 - - [2025-11-03 04:02:34] "GET /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004058 10.0.0.249 - - [2025-11-03 04:02:34] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.024319 10.0.0.61 - - [2025-11-03 04:02:48] "GET /obj-perms HTTP/1.1" 200 5075 0.046742 10.0.0.249 - - [2025-11-03 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-11-03 04:02:52] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006948 10.0.0.249 - - [2025-11-03 04:02:52] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004297 10.0.0.249 - - [2025-11-03 04:02:52] "POST /ref-update HTTP/1.1" 200 156 0.020088 10.0.0.249 - - [2025-11-03 04:02:52] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004528 10.0.0.249 - - [2025-11-03 04:02:52] "POST /ref-update HTTP/1.1" 200 156 0.020840 10.0.0.249 - - [2025-11-03 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.249 - - [2025-11-03 04:02:52] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006081 10.0.0.249 - - [2025-11-03 04:02:52] "POST /neutron/network HTTP/1.1" 200 834 0.007103 10.0.0.249 - - [2025-11-03 04:02:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.008335 10.0.0.249 - - [2025-11-03 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.249 - - [2025-11-03 04:02:52] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005468 10.0.0.249 - - [2025-11-03 04:02:52] "GET /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.002796 10.0.0.249 - - [2025-11-03 04:02:52] "POST /ref-update HTTP/1.1" 200 156 0.015748 10.0.0.249 - - [2025-11-03 04:02:55] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006822 10.0.0.249 - - [2025-11-03 04:02:55] "GET /virtual-machine-interface/209bb217-541e-487e-9f34-09549afc3dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008444 10.0.0.249 - - [2025-11-03 04:03:07] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007005 10.0.0.249 - - [2025-11-03 04:03:07] "GET /virtual-machine-interface/209bb217-541e-487e-9f34-09549afc3dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007692 10.0.0.249 - - [2025-11-03 04:03:07] "POST /ref-update HTTP/1.1" 200 156 0.016048 10.0.0.249 - - [2025-11-03 04:03:07] "GET /bgp-as-a-service/22ba5047-057d-41f9-8b9d-09bf339b5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.010611 10.0.0.249 - - [2025-11-03 04:03:07] "GET /virtual-machine-interface/1a88f8c3-2bcd-4124-898c-b6169ffedc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.012406 10.0.0.249 - - [2025-11-03 04:03:07] "POST /ref-update HTTP/1.1" 200 156 0.027613 10.0.0.249 - - [2025-11-03 04:03:07] "DELETE /bgp-router/41c3cee8-4b46-4626-8022-e100269561f9 HTTP/1.1" 200 115 0.074426 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /bgp-as-a-service/22ba5047-057d-41f9-8b9d-09bf339b5841 HTTP/1.1" 200 115 0.049593 10.0.0.249 - - [2025-11-03 04:03:08] "GET /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.013778 10.0.0.249 - - [2025-11-03 04:03:08] "GET /virtual-machine-interface/209bb217-541e-487e-9f34-09549afc3dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.016272 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /bgp-router/f219f124-ad4a-4250-afae-0152d9ac6789 HTTP/1.1" 200 115 0.078150 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /bgp-as-a-service/15317c32-67c7-4150-910c-419f1b02b5f7 HTTP/1.1" 200 115 0.072037 10.0.0.249 - - [2025-11-03 04:03:08] "GET /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010700 10.0.0.249 - - [2025-11-03 04:03:08] "POST /ref-update HTTP/1.1" 200 156 0.022175 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /control-node-zone/a8a54493-7215-412e-b002-85b8d22dbaea HTTP/1.1" 200 115 0.026804 10.0.0.249 - - [2025-11-03 04:03:08] "GET /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005125 10.0.0.249 - - [2025-11-03 04:03:08] "POST /ref-update HTTP/1.1" 200 156 0.026410 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /control-node-zone/34e83d95-3e8c-4d48-9fa8-7843fff340b3 HTTP/1.1" 200 115 0.033431 10.0.0.249 - - [2025-11-03 04:03:08] "GET /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005799 10.0.0.249 - - [2025-11-03 04:03:08] "DELETE /control-node-zone/e189aabf-6829-4eb0-ade3-5e3247d95cb0 HTTP/1.1" 200 115 0.028292 10.0.0.249 - - [2025-11-03 04:03:09] "POST /neutron/port HTTP/1.1" 200 1090 0.016232 10.0.0.249 - - [2025-11-03 04:03:09] "POST /neutron/port HTTP/1.1" 200 1090 0.016420 10.0.0.249 - - [2025-11-03 04:03:09] "POST /neutron/port HTTP/1.1" 200 151 0.205300 10.0.0.249 - - [2025-11-03 04:03:10] "POST /neutron/network HTTP/1.1" 200 834 0.006855 10.0.0.249 - - [2025-11-03 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.23 - - [2025-11-03 04:03:13] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028869 10.0.0.249 - - [2025-11-03 04:03:13] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.081136 10.0.0.23 - - [2025-11-03 04:03:13] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001303 10.0.0.249 - - [2025-11-03 04:03:13] "POST /neutron/network HTTP/1.1" 200 614 0.128553 10.0.0.249 - - [2025-11-03 04:03:13] "POST /route-targets HTTP/1.1" 200 327 0.017009 10.0.0.249 - - [2025-11-03 04:03:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.003917 10.0.0.249 - - [2025-11-03 04:03:14] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005538 10.0.0.249 - - [2025-11-03 04:03:14] "POST /neutron/network HTTP/1.1" 200 830 0.007898 10.0.0.249 - - [2025-11-03 04:03:14] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005373 10.0.0.249 - - [2025-11-03 04:03:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001282 10.0.0.249 - - [2025-11-03 04:03:14] "POST /neutron/network HTTP/1.1" 200 840 0.006693 10.0.0.23 - - [2025-11-03 04:03:15] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.249 - - [2025-11-03 04:03:15] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.063262 10.0.0.249 - - [2025-11-03 04:03:15] "POST /neutron/port HTTP/1.1" 200 117 0.005576 10.0.0.249 - - [2025-11-03 04:03:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001417 10.0.0.249 - - [2025-11-03 04:03:15] "POST /neutron/network HTTP/1.1" 200 840 0.007373 10.0.0.249 - - [2025-11-03 04:03:16] "POST /neutron/port HTTP/1.1" 200 1058 0.015705 10.0.0.23 - - [2025-11-03 04:03:16] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.249 - - [2025-11-03 04:03:16] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.123933 10.0.0.249 - - [2025-11-03 04:03:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017919 10.0.0.249 - - [2025-11-03 04:03:16] "POST /neutron/port HTTP/1.1" 200 117 0.001830 10.0.0.249 - - [2025-11-03 04:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007972 10.0.0.249 - - [2025-11-03 04:03:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.002169 10.0.0.249 - - [2025-11-03 04:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008412 10.0.0.23 - - [2025-11-03 04:03:17] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.249 - - [2025-11-03 04:03:17] "POST /neutron/port HTTP/1.1" 200 1058 0.313715 10.0.0.249 - - [2025-11-03 04:03:17] "POST /neutron/port HTTP/1.1" 200 1112 0.105180 10.0.0.249 - - [2025-11-03 04:03:17] "POST /neutron/subnet HTTP/1.1" 200 684 0.009916 10.0.0.23 - - [2025-11-03 04:03:17] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.249 - - [2025-11-03 04:03:17] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076689 10.0.0.249 - - [2025-11-03 04:03:17] "POST /neutron/network HTTP/1.1" 200 830 0.029886 10.0.0.249 - - [2025-11-03 04:03:18] "POST /neutron/port HTTP/1.1" 200 117 0.010964 10.0.0.249 - - [2025-11-03 04:03:18] "POST /neutron/network HTTP/1.1" 200 840 0.008232 10.0.0.249 - - [2025-11-03 04:03:19] "POST /neutron/port HTTP/1.1" 200 1058 0.016737 10.0.0.249 - - [2025-11-03 04:03:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.249 - - [2025-11-03 04:03:19] "POST /neutron/network HTTP/1.1" 200 830 0.007299 10.0.0.249 - - [2025-11-03 04:03:28] "POST /neutron/port HTTP/1.1" 200 1086 0.017343 10.0.0.249 - - [2025-11-03 04:03:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008572 10.0.0.249 - - [2025-11-03 04:03:38] "POST /neutron/port HTTP/1.1" 200 1086 0.016448 10.0.0.249 - - [2025-11-03 04:03:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007426 10.0.0.249 - - [2025-11-03 04:03:38] "GET /virtual-machine/86ae9c6d-adad-48ff-84d3-529665d0ca48 HTTP/1.1" 200 1292 0.006497 10.0.0.249 - - [2025-11-03 04:03:38] "GET /virtual-machine-interface/1674539e-a8fb-4db1-b34f-22f63581c6f7 HTTP/1.1" 200 2958 0.006029 10.0.0.249 - - [2025-11-03 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2025-11-03 04:03:38] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003666 10.0.0.249 - - [2025-11-03 04:03:38] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003300 10.0.0.249 - - [2025-11-03 04:03:38] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005681 10.0.0.249 - - [2025-11-03 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.249 - - [2025-11-03 04:03:41] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007652 10.0.0.249 - - [2025-11-03 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2025-11-03 04:03:46] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005465 10.0.0.23 - - [2025-11-03 04:03:49] "GET /obj-perms HTTP/1.1" 200 5075 0.049979 10.0.0.249 - - [2025-11-03 04:03:49] "GET /obj-perms HTTP/1.1" 200 5075 0.044631 10.0.0.249 - - [2025-11-03 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.249 - - [2025-11-03 04:03:50] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007248 10.0.0.249 - - [2025-11-03 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-11-03 04:03:54] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005741 10.0.0.249 - - [2025-11-03 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.031008 10.0.0.249 - - [2025-11-03 04:03:58] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006907 10.0.0.249 - - [2025-11-03 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.249 - - [2025-11-03 04:04:02] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005769 10.0.0.249 - - [2025-11-03 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.249 - - [2025-11-03 04:04:06] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006537 10.0.0.249 - - [2025-11-03 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.249 - - [2025-11-03 04:04:10] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004957 10.0.0.249 - - [2025-11-03 04:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.249 - - [2025-11-03 04:04:14] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005129 10.0.0.249 - - [2025-11-03 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.249 - - [2025-11-03 04:04:18] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006353 10.0.0.249 - - [2025-11-03 04:04:18] "POST /neutron/network HTTP/1.1" 200 840 0.006886 10.0.0.249 - - [2025-11-03 04:04:19] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.249 - - [2025-11-03 04:04:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006869 10.0.0.249 - - [2025-11-03 04:04:21] "POST /neutron/network HTTP/1.1" 200 840 0.006954 10.0.0.249 - - [2025-11-03 04:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.249 - - [2025-11-03 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.249 - - [2025-11-03 04:04:22] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007447 10.0.0.249 - - [2025-11-03 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2025-11-03 04:04:27] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006240 10.0.0.249 - - [2025-11-03 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.249 - - [2025-11-03 04:04:31] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007934 10.0.0.249 - - [2025-11-03 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-11-03 04:04:35] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004799 10.0.0.249 - - [2025-11-03 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.249 - - [2025-11-03 04:04:39] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005221 10.0.0.249 - - [2025-11-03 04:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.249 - - [2025-11-03 04:04:43] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007312 10.0.0.249 - - [2025-11-03 04:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.249 - - [2025-11-03 04:04:47] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005654 10.0.0.249 - - [2025-11-03 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-11-03 04:04:51] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005677 10.0.0.249 - - [2025-11-03 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2025-11-03 04:04:55] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008182 10.0.0.249 - - [2025-11-03 04:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.249 - - [2025-11-03 04:04:59] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006026 10.0.0.249 - - [2025-11-03 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.249 - - [2025-11-03 04:05:03] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006435 10.0.0.249 - - [2025-11-03 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.249 - - [2025-11-03 04:05:08] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005883 10.0.0.249 - - [2025-11-03 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.249 - - [2025-11-03 04:05:12] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005852 10.0.0.249 - - [2025-11-03 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.249 - - [2025-11-03 04:05:16] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006145 10.0.0.249 - - [2025-11-03 04:05:19] "POST /neutron/port HTTP/1.1" 200 1086 0.038945 10.0.0.249 - - [2025-11-03 04:05:20] "POST /neutron/subnet HTTP/1.1" 200 684 0.010053 10.0.0.249 - - [2025-11-03 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-11-03 04:05:20] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005791 10.0.0.23 - - [2025-11-03 04:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.23 - - [2025-11-03 04:05:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.23 - - [2025-11-03 04:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.23 - - [2025-11-03 04:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.61 - - [2025-11-03 04:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.61 - - [2025-11-03 04:05:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2025-11-03 04:05:22] "POST /neutron/port HTTP/1.1" 200 1086 0.019694 10.0.0.249 - - [2025-11-03 04:05:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.249 - - [2025-11-03 04:05:22] "POST /neutron/network HTTP/1.1" 200 830 0.007563 10.0.0.249 - - [2025-11-03 04:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-11-03 04:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.61 - - [2025-11-03 04:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.61 - - [2025-11-03 04:05:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.249 - - [2025-11-03 04:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-11-03 04:05:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2025-11-03 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.249 - - [2025-11-03 04:05:24] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005240 10.0.0.249 - - [2025-11-03 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.249 - - [2025-11-03 04:05:28] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006272 10.0.0.249 - - [2025-11-03 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-11-03 04:05:30] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004787 10.0.0.249 - - [2025-11-03 04:05:30] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003223 10.0.0.249 - - [2025-11-03 04:05:30] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006571 10.0.0.249 - - [2025-11-03 04:05:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032943 10.0.0.249 - - [2025-11-03 04:05:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007699 10.0.0.249 - - [2025-11-03 04:05:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016410 10.0.0.249 - - [2025-11-03 04:05:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008006 10.0.0.249 - - [2025-11-03 04:05:56] "POST /neutron/port HTTP/1.1" 200 1086 0.016473 10.0.0.249 - - [2025-11-03 04:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008216 10.0.0.249 - - [2025-11-03 04:06:12] "POST /neutron/port HTTP/1.1" 200 1086 0.018094 10.0.0.249 - - [2025-11-03 04:06:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008438 10.0.0.249 - - [2025-11-03 04:06:20] "POST /neutron/network HTTP/1.1" 200 840 0.005871 10.0.0.249 - - [2025-11-03 04:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.249 - - [2025-11-03 04:06:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007482 10.0.0.249 - - [2025-11-03 04:06:22] "POST /neutron/port HTTP/1.1" 200 1086 0.018327 10.0.0.249 - - [2025-11-03 04:06:22] "GET /virtual-machine/b336d456-0b9f-405c-9449-93a5def1ebcf HTTP/1.1" 200 1294 0.030008 10.0.0.249 - - [2025-11-03 04:06:22] "GET /virtual-machine-interface/78d074b8-f3fc-4189-8652-d4490759ddac HTTP/1.1" 200 2957 0.005746 10.0.0.249 - - [2025-11-03 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-11-03 04:06:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004264 10.0.0.249 - - [2025-11-03 04:06:22] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003132 10.0.0.249 - - [2025-11-03 04:06:22] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006472 10.0.0.249 - - [2025-11-03 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.249 - - [2025-11-03 04:06:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003439 10.0.0.249 - - [2025-11-03 04:06:23] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003592 10.0.0.249 - - [2025-11-03 04:06:24] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006975 10.0.0.249 - - [2025-11-03 04:06:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007108 10.0.0.249 - - [2025-11-03 04:06:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015058 10.0.0.249 - - [2025-11-03 04:06:24] "GET /virtual-machine/e3cb3038-672c-4215-8ce5-87ea853f69ef HTTP/1.1" 200 1294 0.006523 10.0.0.249 - - [2025-11-03 04:06:24] "GET /virtual-machine-interface/21823de0-14ce-44da-b9e9-6eee72de364c HTTP/1.1" 200 2958 0.005395 10.0.0.249 - - [2025-11-03 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.249 - - [2025-11-03 04:06:24] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003343 10.0.0.249 - - [2025-11-03 04:06:24] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003838 10.0.0.249 - - [2025-11-03 04:06:24] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005928 10.0.0.249 - - [2025-11-03 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-11-03 04:06:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.249 - - [2025-11-03 04:06:25] "GET /virtual-networks?parent_id=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003495 10.0.0.249 - - [2025-11-03 04:06:25] "GET /virtual-network/f34612ba-d4a5-4835-9cca-c831984baa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006424 10.0.0.249 - - [2025-11-03 04:06:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.004084 10.0.0.249 - - [2025-11-03 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2025-11-03 04:06:25] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006345 10.0.0.249 - - [2025-11-03 04:06:25] "POST /control-node-zones HTTP/1.1" 200 569 0.032737 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.249 - - [2025-11-03 04:06:26] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004822 10.0.0.249 - - [2025-11-03 04:06:26] "GET /control-node-zone/6cdabd32-d71a-4a42-a261-180aae09dfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006305 10.0.0.249 - - [2025-11-03 04:06:26] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.020745 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003270 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.249 - - [2025-11-03 04:06:26] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006760 10.0.0.249 - - [2025-11-03 04:06:26] "POST /control-node-zones HTTP/1.1" 200 569 0.028022 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-11-03 04:06:26] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005924 10.0.0.249 - - [2025-11-03 04:06:26] "GET /control-node-zone/1349394c-c6ee-4d2d-b4ec-3fdea8a1e383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005550 10.0.0.249 - - [2025-11-03 04:06:26] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.021170 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003494 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007800 10.0.0.249 - - [2025-11-03 04:06:26] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006593 10.0.0.249 - - [2025-11-03 04:06:26] "POST /control-node-zones HTTP/1.1" 200 569 0.027319 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.249 - - [2025-11-03 04:06:26] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005052 10.0.0.249 - - [2025-11-03 04:06:26] "GET /control-node-zone/0c6e16af-37f9-4a1e-868b-0ae65de15544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005637 10.0.0.249 - - [2025-11-03 04:06:26] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.020804 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010451 10.0.0.249 - - [2025-11-03 04:06:26] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006696 10.0.0.249 - - [2025-11-03 04:06:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002877 10.0.0.249 - - [2025-11-03 04:06:27] "POST /neutron/port HTTP/1.1" 200 1086 0.036729 10.0.0.249 - - [2025-11-03 04:06:27] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.027998 10.0.0.249 - - [2025-11-03 04:06:27] "POST /neutron/network HTTP/1.1" 200 830 0.006690 10.0.0.249 - - [2025-11-03 04:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.249 - - [2025-11-03 04:06:27] "POST /neutron/subnet HTTP/1.1" 200 710 0.017915 10.0.0.249 - - [2025-11-03 04:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.249 - - [2025-11-03 04:06:27] "GET /bgp-as-a-service/2b9d4be2-a17a-422e-9cb6-a92630040b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006254 10.0.0.249 - - [2025-11-03 04:06:27] "GET /control-node-zone/6cdabd32-d71a-4a42-a261-180aae09dfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004245 10.0.0.249 - - [2025-11-03 04:06:27] "POST /ref-update HTTP/1.1" 200 156 0.016361 10.0.0.249 - - [2025-11-03 04:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2025-11-03 04:06:27] "GET /bgp-as-a-service/2b9d4be2-a17a-422e-9cb6-a92630040b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.009197 10.0.0.249 - - [2025-11-03 04:06:27] "GET /control-node-zone/1349394c-c6ee-4d2d-b4ec-3fdea8a1e383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004353 10.0.0.249 - - [2025-11-03 04:06:27] "POST /ref-update HTTP/1.1" 200 156 0.014557 10.0.0.249 - - [2025-11-03 04:06:47] "GET /bgp-as-a-service/2b9d4be2-a17a-422e-9cb6-a92630040b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006676 10.0.0.249 - - [2025-11-03 04:06:47] "GET /virtual-machine-interface/1674539e-a8fb-4db1-b34f-22f63581c6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005330 10.0.0.249 - - [2025-11-03 04:06:47] "POST /ref-update HTTP/1.1" 200 156 0.013904 10.0.0.249 - - [2025-11-03 04:06:47] "POST /bgp-routers HTTP/1.1" 200 640 0.047771 10.0.0.249 - - [2025-11-03 04:06:47] "PUT /bgp-router/476fbd14-23fb-4f35-af7f-d383da0c3095 HTTP/1.1" 200 254 0.030944 10.0.0.249 - - [2025-11-03 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.249 - - [2025-11-03 04:06:48] "GET /global-system-config/9f079d4a-47d0-414c-97e8-b0424b1d4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006825 10.0.0.249 - - [2025-11-03 04:06:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004022 10.0.0.249 - - [2025-11-03 04:06:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033338 10.0.0.249 - - [2025-11-03 04:06:48] "POST /neutron/network HTTP/1.1" 200 830 0.006876 10.0.0.249 - - [2025-11-03 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-11-03 04:06:48] "GET /bgp-as-a-service/3558c6b8-b2a6-4f43-8480-cf2457323c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005652 10.0.0.249 - - [2025-11-03 04:06:48] "GET /control-node-zone/6cdabd32-d71a-4a42-a261-180aae09dfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004204 10.0.0.249 - - [2025-11-03 04:06:48] "POST /ref-update HTTP/1.1" 200 156 0.017934 10.0.0.249 - - [2025-11-03 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.249 - - [2025-11-03 04:06:48] "GET /bgp-as-a-service/3558c6b8-b2a6-4f43-8480-cf2457323c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006724 10.0.0.249 - - [2025-11-03 04:06:48] "GET /control-node-zone/1349394c-c6ee-4d2d-b4ec-3fdea8a1e383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003877 10.0.0.249 - - [2025-11-03 04:06:48] "POST /ref-update HTTP/1.1" 200 156 0.018867 10.0.0.249 - - [2025-11-03 04:07:02] "GET /bgp-as-a-service/3558c6b8-b2a6-4f43-8480-cf2457323c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007597 10.0.0.249 - - [2025-11-03 04:07:02] "GET /virtual-machine-interface/78d074b8-f3fc-4189-8652-d4490759ddac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006243 10.0.0.249 - - [2025-11-03 04:07:02] "POST /ref-update HTTP/1.1" 200 156 0.015523 10.0.0.249 - - [2025-11-03 04:07:02] "POST /ref-update HTTP/1.1" 200 156 0.019671 10.0.0.249 - - [2025-11-03 04:07:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016906 10.0.0.249 - - [2025-11-03 04:07:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.009090 10.0.0.249 - - [2025-11-03 04:07:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016326 10.0.0.249 - - [2025-11-03 04:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004402 10.0.0.249 - - [2025-11-03 04:07:23] "POST /neutron/network HTTP/1.1" 200 830 0.007741 10.0.0.249 - - [2025-11-03 04:07:29] "GET /bgp-as-a-service/3558c6b8-b2a6-4f43-8480-cf2457323c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006697 10.0.0.249 - - [2025-11-03 04:07:29] "GET /virtual-machine-interface/78d074b8-f3fc-4189-8652-d4490759ddac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005502 10.0.0.249 - - [2025-11-03 04:07:29] "POST /ref-update HTTP/1.1" 200 156 0.014189 10.0.0.249 - - [2025-11-03 04:07:29] "DELETE /bgp-as-a-service/3558c6b8-b2a6-4f43-8480-cf2457323c3e HTTP/1.1" 200 115 0.049829 10.0.0.249 - - [2025-11-03 04:07:29] "GET /bgp-as-a-service/2b9d4be2-a17a-422e-9cb6-a92630040b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.008383 10.0.0.249 - - [2025-11-03 04:07:29] "GET /virtual-machine-interface/1674539e-a8fb-4db1-b34f-22f63581c6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009498 10.0.0.249 - - [2025-11-03 04:07:29] "POST /ref-update HTTP/1.1" 200 156 0.017565 10.0.0.249 - - [2025-11-03 04:07:29] "DELETE /bgp-as-a-service/2b9d4be2-a17a-422e-9cb6-a92630040b4a HTTP/1.1" 200 115 0.045954 10.0.0.249 - - [2025-11-03 04:07:29] "GET /control-node-zone/0c6e16af-37f9-4a1e-868b-0ae65de15544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.007235 10.0.0.249 - - [2025-11-03 04:07:29] "POST /ref-update HTTP/1.1" 200 156 0.020251 10.0.0.249 - - [2025-11-03 04:07:30] "DELETE /control-node-zone/0c6e16af-37f9-4a1e-868b-0ae65de15544 HTTP/1.1" 200 115 0.031819 10.0.0.249 - - [2025-11-03 04:07:30] "GET /control-node-zone/1349394c-c6ee-4d2d-b4ec-3fdea8a1e383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006802 10.0.0.249 - - [2025-11-03 04:07:30] "POST /ref-update HTTP/1.1" 200 156 0.020820 10.0.0.249 - - [2025-11-03 04:07:30] "DELETE /control-node-zone/1349394c-c6ee-4d2d-b4ec-3fdea8a1e383 HTTP/1.1" 200 115 0.044643 10.0.0.249 - - [2025-11-03 04:07:30] "GET /control-node-zone/6cdabd32-d71a-4a42-a261-180aae09dfac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004318 10.0.0.249 - - [2025-11-03 04:07:30] "POST /ref-update HTTP/1.1" 200 156 0.054618 10.0.0.249 - - [2025-11-03 04:07:30] "POST /ref-update HTTP/1.1" 200 156 0.017450 10.0.0.249 - - [2025-11-03 04:07:30] "DELETE /control-node-zone/6cdabd32-d71a-4a42-a261-180aae09dfac HTTP/1.1" 200 115 0.064256 10.0.0.249 - - [2025-11-03 04:07:30] "DELETE /bgp-router/476fbd14-23fb-4f35-af7f-d383da0c3095 HTTP/1.1" 200 115 0.058542 10.0.0.249 - - [2025-11-03 04:07:31] "POST /neutron/port HTTP/1.1" 200 1086 0.019991 10.0.0.249 - - [2025-11-03 04:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.280900 10.0.0.249 - - [2025-11-03 04:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.256124 10.0.0.249 - - [2025-11-03 04:07:32] "POST /neutron/network HTTP/1.1" 200 830 0.006166 10.0.0.23 - - [2025-11-03 04:07:34] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.249 - - [2025-11-03 04:07:34] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079940 10.0.0.23 - - [2025-11-03 04:07:34] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.249 - - [2025-11-03 04:07:34] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?fields=virtual_networks HTTP/1.1" 200 1045 0.057264 10.0.0.23 - - [2025-11-03 04:07:34] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.249 - - [2025-11-03 04:07:34] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.059278 10.0.0.23 - - [2025-11-03 04:07:34] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.249 - - [2025-11-03 04:07:34] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?fields=security_groups HTTP/1.1" 200 1272 0.050180 10.0.0.249 - - [2025-11-03 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.023756 10.0.0.23 - - [2025-11-03 04:07:35] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004483 10.0.0.23 - - [2025-11-03 04:07:35] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.23 - - [2025-11-03 04:07:35] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038784 10.0.0.23 - - [2025-11-03 04:07:35] "POST /id-to-fqname HTTP/1.1" 200 183 0.004377 10.0.0.23 - - [2025-11-03 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.003942 10.0.0.23 - - [2025-11-03 04:07:35] "POST /security-groups HTTP/1.1" 200 584 0.097056 10.0.0.249 - - [2025-11-03 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 227 0.004179 10.0.0.23 - - [2025-11-03 04:07:35] "POST /projects HTTP/1.1" 200 571 0.335865 10.0.0.23 - - [2025-11-03 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.409041 10.0.0.249 - - [2025-11-03 04:07:35] "POST /access-control-lists HTTP/1.1" 200 587 0.031407 10.0.0.249 - - [2025-11-03 04:07:35] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.611680 10.0.0.249 - - [2025-11-03 04:07:37] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.23 - - [2025-11-03 04:07:40] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000923 10.0.0.249 - - [2025-11-03 04:07:40] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045105 10.0.0.23 - - [2025-11-03 04:07:40] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000839 10.0.0.249 - - [2025-11-03 04:07:40] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?fields=virtual_networks HTTP/1.1" 200 1028 0.062964 10.0.0.23 - - [2025-11-03 04:07:40] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000990 10.0.0.249 - - [2025-11-03 04:07:40] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.047571 10.0.0.23 - - [2025-11-03 04:07:40] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000879 10.0.0.249 - - [2025-11-03 04:07:40] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?fields=security_groups HTTP/1.1" 200 1247 0.041842 10.0.0.249 - - [2025-11-03 04:07:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.025027 10.0.0.23 - - [2025-11-03 04:07:41] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003289 10.0.0.23 - - [2025-11-03 04:07:41] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.23 - - [2025-11-03 04:07:41] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007128 10.0.0.23 - - [2025-11-03 04:07:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.004216 10.0.0.23 - - [2025-11-03 04:07:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.007915 10.0.0.23 - - [2025-11-03 04:07:41] "POST /security-groups HTTP/1.1" 200 592 0.037585 10.0.0.23 - - [2025-11-03 04:07:41] "POST /projects HTTP/1.1" 200 587 0.250270 10.0.0.249 - - [2025-11-03 04:07:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003703 10.0.0.23 - - [2025-11-03 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.321018 10.0.0.249 - - [2025-11-03 04:07:41] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.468670 10.0.0.249 - - [2025-11-03 04:07:42] "GET / HTTP/1.1" 200 35931 0.001932 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /project/b571868bf3c64f2ba097f36c6ac67a0b HTTP/1.1" 404 173 0.009268 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /project/4d090409439a4702a3b1002ebc0d1f98 HTTP/1.1" 404 173 0.011020 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000987 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000847 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.051815 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.058843 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000837 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?fields=security_groups HTTP/1.1" 200 1377 0.065830 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?fields=security_groups HTTP/1.1" 200 1352 0.075543 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /security-group/abba4956-a574-46af-b03f-fcef93063352 HTTP/1.1" 200 115 0.060692 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=9d22eaba-c211-4867-93e1-7a591286c3be&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003119 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /security-group/f41c6801-a640-4fa4-a683-916da5e5cd17 HTTP/1.1" 200 115 0.089677 10.0.0.23 - - [2025-11-03 04:07:43] "GET /projects?obj_uuids=4d090409-439a-4702-a3b1-002ebc0d1f98&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001846 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/9d22eaba-c211-4867-93e1-7a591286c3be?fields=application_policy_sets HTTP/1.1" 200 1416 0.072512 10.0.0.249 - - [2025-11-03 04:07:43] "DELETE /access-control-list/5e2b01e7-071c-49bf-8aa5-e75ee8e5697a HTTP/1.1" 200 115 0.049100 10.0.0.23 - - [2025-11-03 04:07:43] "GET /project/4d090409-439a-4702-a3b1-002ebc0d1f98?fields=application_policy_sets HTTP/1.1" 200 1391 0.105263 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /project/9d22eaba-c211-4867-93e1-7a591286c3be HTTP/1.1" 200 115 0.637706 10.0.0.23 - - [2025-11-03 04:07:43] "DELETE /project/4d090409-439a-4702-a3b1-002ebc0d1f98 HTTP/1.1" 200 115 0.719274 10.0.0.23 - - [2025-11-03 04:07:45] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.249 - - [2025-11-03 04:07:45] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051199 10.0.0.23 - - [2025-11-03 04:07:45] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.249 - - [2025-11-03 04:07:45] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?fields=virtual_networks HTTP/1.1" 200 1045 0.049725 10.0.0.23 - - [2025-11-03 04:07:46] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001587 10.0.0.249 - - [2025-11-03 04:07:46] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.051815 10.0.0.23 - - [2025-11-03 04:07:46] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.249 - - [2025-11-03 04:07:46] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?fields=security_groups HTTP/1.1" 200 1272 0.050040 10.0.0.249 - - [2025-11-03 04:07:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.024968 10.0.0.23 - - [2025-11-03 04:07:46] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003664 10.0.0.23 - - [2025-11-03 04:07:47] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.23 - - [2025-11-03 04:07:47] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.015846 10.0.0.23 - - [2025-11-03 04:07:47] "POST /id-to-fqname HTTP/1.1" 200 197 0.006430 10.0.0.23 - - [2025-11-03 04:07:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.009783 10.0.0.23 - - [2025-11-03 04:07:47] "POST /security-groups HTTP/1.1" 200 598 0.073841 10.0.0.249 - - [2025-11-03 04:07:47] "POST /fqname-to-id HTTP/1.1" 404 241 0.005064 10.0.0.23 - - [2025-11-03 04:07:47] "POST /projects HTTP/1.1" 200 599 0.338856 10.0.0.23 - - [2025-11-03 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.376646 10.0.0.249 - - [2025-11-03 04:07:47] "POST /access-control-lists HTTP/1.1" 200 601 0.048446 10.0.0.249 - - [2025-11-03 04:07:47] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.541366 10.0.0.249 - - [2025-11-03 04:07:48] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.249 - - [2025-11-03 04:07:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.249 - - [2025-11-03 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.054673 10.0.0.249 - - [2025-11-03 04:07:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003420 10.0.0.249 - - [2025-11-03 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2025-11-03 04:07:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004138 10.0.0.249 - - [2025-11-03 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2025-11-03 04:07:50] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.013171 10.0.0.249 - - [2025-11-03 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2025-11-03 04:07:50] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001050 10.0.0.249 - - [2025-11-03 04:07:50] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.045318 10.0.0.23 - - [2025-11-03 04:07:51] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001006 10.0.0.249 - - [2025-11-03 04:07:51] "POST /neutron/network HTTP/1.1" 200 594 0.148946 10.0.0.249 - - [2025-11-03 04:07:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.003524 10.0.0.249 - - [2025-11-03 04:07:51] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006169 10.0.0.249 - - [2025-11-03 04:07:51] "POST /neutron/network HTTP/1.1" 200 808 0.006829 10.0.0.249 - - [2025-11-03 04:07:51] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005041 10.0.0.249 - - [2025-11-03 04:07:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001163 10.0.0.249 - - [2025-11-03 04:07:51] "POST /neutron/network HTTP/1.1" 200 818 0.007758 10.0.0.61 - - [2025-11-03 04:07:52] "GET /obj-perms HTTP/1.1" 200 5075 0.053496 10.0.0.23 - - [2025-11-03 04:07:52] "GET /obj-perms HTTP/1.1" 200 5075 0.043843 10.0.0.23 - - [2025-11-03 04:07:52] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000920 10.0.0.249 - - [2025-11-03 04:07:52] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.074746 10.0.0.249 - - [2025-11-03 04:07:52] "POST /neutron/port HTTP/1.1" 200 117 0.006838 10.0.0.249 - - [2025-11-03 04:07:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001214 10.0.0.249 - - [2025-11-03 04:07:53] "POST /neutron/network HTTP/1.1" 200 818 0.007656 10.0.0.249 - - [2025-11-03 04:07:53] "POST /neutron/port HTTP/1.1" 200 1062 0.024507 10.0.0.23 - - [2025-11-03 04:07:53] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001316 10.0.0.249 - - [2025-11-03 04:07:53] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.106417 10.0.0.249 - - [2025-11-03 04:07:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.249 - - [2025-11-03 04:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.249 - - [2025-11-03 04:07:53] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007877 10.0.0.23 - - [2025-11-03 04:07:54] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000917 10.0.0.249 - - [2025-11-03 04:07:54] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006640 10.0.0.249 - - [2025-11-03 04:07:54] "POST /neutron/port HTTP/1.1" 200 1062 0.310579 10.0.0.249 - - [2025-11-03 04:07:54] "POST /neutron/port HTTP/1.1" 200 1116 0.115401 10.0.0.249 - - [2025-11-03 04:07:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.008347 10.0.0.249 - - [2025-11-03 04:07:55] "GET /obj-perms HTTP/1.1" 200 5063 0.044782 10.0.0.249 - - [2025-11-03 04:07:56] "POST /neutron/port HTTP/1.1" 200 1090 0.017622 10.0.0.249 - - [2025-11-03 04:07:56] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007444 10.0.0.249 - - [2025-11-03 04:07:56] "POST /neutron/port HTTP/1.1" 200 1090 0.016774 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.028125 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.005202 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.007172 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.006198 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.005939 10.0.0.249 - - [2025-11-03 04:07:56] "GET /instance-ip/7ad03883-75e7-4d56-8277-41bce672cdd0 HTTP/1.1" 200 1619 0.007369 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.004748 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.006993 10.0.0.249 - - [2025-11-03 04:07:56] "GET /instance-ip/7ad03883-75e7-4d56-8277-41bce672cdd0 HTTP/1.1" 200 1619 0.004344 10.0.0.249 - - [2025-11-03 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.249 - - [2025-11-03 04:07:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004646 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003317 10.0.0.249 - - [2025-11-03 04:07:56] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005927 10.0.0.249 - - [2025-11-03 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.249 - - [2025-11-03 04:07:56] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004574 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004807 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005993 10.0.0.249 - - [2025-11-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006225 10.0.0.249 - - [2025-11-03 04:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004015 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003313 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013701 10.0.0.249 - - [2025-11-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2025-11-03 04:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004114 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002854 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006081 10.0.0.249 - - [2025-11-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.249 - - [2025-11-03 04:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003038 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005488 10.0.0.249 - - [2025-11-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2025-11-03 04:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003737 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004174 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005868 10.0.0.249 - - [2025-11-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2025-11-03 04:07:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003304 10.0.0.249 - - [2025-11-03 04:07:57] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006566 10.0.0.249 - - [2025-11-03 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.249 - - [2025-11-03 04:08:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006220 10.0.0.249 - - [2025-11-03 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-11-03 04:08:04] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006396 10.0.0.249 - - [2025-11-03 04:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2025-11-03 04:08:09] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005258 10.0.0.249 - - [2025-11-03 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.249 - - [2025-11-03 04:08:13] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005569 10.0.0.249 - - [2025-11-03 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.249 - - [2025-11-03 04:08:17] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006666 10.0.0.249 - - [2025-11-03 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.249 - - [2025-11-03 04:08:21] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005384 10.0.0.249 - - [2025-11-03 04:08:22] "POST /neutron/port HTTP/1.1" 200 1090 0.018460 10.0.0.249 - - [2025-11-03 04:08:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.009008 10.0.0.249 - - [2025-11-03 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2025-11-03 04:08:25] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005492 10.0.0.249 - - [2025-11-03 04:08:25] "POST /neutron/port HTTP/1.1" 200 1090 0.015243 10.0.0.249 - - [2025-11-03 04:08:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005128 10.0.0.249 - - [2025-11-03 04:08:25] "POST /neutron/network HTTP/1.1" 200 808 0.006427 10.0.0.249 - - [2025-11-03 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.249 - - [2025-11-03 04:08:29] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005442 10.0.0.249 - - [2025-11-03 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.249 - - [2025-11-03 04:08:31] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004250 10.0.0.249 - - [2025-11-03 04:08:31] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003309 10.0.0.249 - - [2025-11-03 04:08:31] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006495 10.0.0.249 - - [2025-11-03 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006958 10.0.0.249 - - [2025-11-03 04:08:31] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984 10.0.0.249 - - [2025-11-03 04:08:31] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003561 10.0.0.249 - - [2025-11-03 04:08:31] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005544 10.0.0.249 - - [2025-11-03 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.249 - - [2025-11-03 04:08:32] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.008818 10.0.0.249 - - [2025-11-03 04:08:32] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004333 10.0.0.249 - - [2025-11-03 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.249 - - [2025-11-03 04:08:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005393 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004286 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006047 10.0.0.249 - - [2025-11-03 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.249 - - [2025-11-03 04:08:32] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004731 10.0.0.249 - - [2025-11-03 04:08:32] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007292 10.0.0.249 - - [2025-11-03 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.249 - - [2025-11-03 04:08:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004125 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003358 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008065 10.0.0.249 - - [2025-11-03 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.249 - - [2025-11-03 04:08:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004581 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003812 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005770 10.0.0.249 - - [2025-11-03 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-11-03 04:08:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003887 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003285 10.0.0.249 - - [2025-11-03 04:08:32] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006043 10.0.0.23 - - [2025-11-03 04:08:33] "GET /obj-perms HTTP/1.1" 200 5063 0.051190 10.0.0.249 - - [2025-11-03 04:08:33] "GET /obj-perms HTTP/1.1" 200 5063 0.004573 10.0.0.249 - - [2025-11-03 04:08:33] "GET /obj-perms HTTP/1.1" 200 5063 0.004254 10.0.0.249 - - [2025-11-03 04:08:33] "GET /obj-perms HTTP/1.1" 200 5063 0.003926 10.0.0.249 - - [2025-11-03 04:08:33] "POST /neutron/port HTTP/1.1" 200 1090 0.016844 10.0.0.249 - - [2025-11-03 04:08:33] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008159 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.005976 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.003407 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.004483 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.003152 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.005879 10.0.0.249 - - [2025-11-03 04:08:33] "GET /instance-ip/24704864-e0f7-4e9b-93d5-fd4a64efda23 HTTP/1.1" 200 1620 0.005758 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.003942 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.004555 10.0.0.249 - - [2025-11-03 04:08:33] "GET /instance-ip/24704864-e0f7-4e9b-93d5-fd4a64efda23 HTTP/1.1" 200 1620 0.005606 10.0.0.249 - - [2025-11-03 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-11-03 04:08:33] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003396 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003142 10.0.0.249 - - [2025-11-03 04:08:33] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006406 10.0.0.249 - - [2025-11-03 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003987 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003224 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006537 10.0.0.249 - - [2025-11-03 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004537 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002923 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006395 10.0.0.249 - - [2025-11-03 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003121 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006644 10.0.0.249 - - [2025-11-03 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005208 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005695 10.0.0.249 - - [2025-11-03 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004435 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002997 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006035 10.0.0.249 - - [2025-11-03 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2025-11-03 04:08:34] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003512 10.0.0.249 - - [2025-11-03 04:08:34] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006316 10.0.0.249 - - [2025-11-03 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.249 - - [2025-11-03 04:08:37] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004855 10.0.0.249 - - [2025-11-03 04:08:40] "POST /neutron/port HTTP/1.1" 200 1090 0.035511 10.0.0.249 - - [2025-11-03 04:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-11-03 04:08:41] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005169 10.0.0.23 - - [2025-11-03 04:08:43] "DELETE /project/acb3423613b444e49c4b173ccec74109 HTTP/1.1" 404 173 0.006351 10.0.0.23 - - [2025-11-03 04:08:43] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002113 10.0.0.23 - - [2025-11-03 04:08:44] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.126704 10.0.0.23 - - [2025-11-03 04:08:44] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.23 - - [2025-11-03 04:08:44] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?fields=security_groups HTTP/1.1" 200 1377 0.053840 10.0.0.23 - - [2025-11-03 04:08:44] "DELETE /security-group/7414580e-9b92-49cb-a951-2ae7bdf2f747 HTTP/1.1" 404 177 0.003689 10.0.0.249 - - [2025-11-03 04:08:44] "DELETE /access-control-list/dd2e922b-0212-4750-bc1b-438553736e18 HTTP/1.1" 200 115 0.051613 10.0.0.23 - - [2025-11-03 04:08:44] "GET /projects?obj_uuids=b571868b-f3c6-4f2b-a097-f36c6ac67a0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002511 10.0.0.23 - - [2025-11-03 04:08:44] "GET /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b?fields=application_policy_sets HTTP/1.1" 200 1416 0.105679 10.0.0.23 - - [2025-11-03 04:08:44] "DELETE /project/b571868b-f3c6-4f2b-a097-f36c6ac67a0b HTTP/1.1" 200 115 0.537561 10.0.0.249 - - [2025-11-03 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.249 - - [2025-11-03 04:08:46] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005374 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.249 - - [2025-11-03 04:08:48] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003313 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002762 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005893 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.249 - - [2025-11-03 04:08:48] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002655 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005563 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2025-11-03 04:08:48] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004313 10.0.0.249 - - [2025-11-03 04:08:48] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003813 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-11-03 04:08:48] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003792 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002746 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006239 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.249 - - [2025-11-03 04:08:48] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004519 10.0.0.249 - - [2025-11-03 04:08:48] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004063 10.0.0.249 - - [2025-11-03 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-11-03 04:08:48] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004056 10.0.0.249 - - [2025-11-03 04:08:48] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003191 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005474 10.0.0.249 - - [2025-11-03 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.249 - - [2025-11-03 04:08:49] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004783 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002882 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007249 10.0.0.249 - - [2025-11-03 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-11-03 04:08:49] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004341 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002810 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006175 10.0.0.23 - - [2025-11-03 04:08:49] "GET /obj-perms HTTP/1.1" 200 5063 0.004079 10.0.0.249 - - [2025-11-03 04:08:49] "GET /obj-perms HTTP/1.1" 200 5063 0.004646 10.0.0.61 - - [2025-11-03 04:08:49] "GET /obj-perms HTTP/1.1" 200 5063 0.047861 10.0.0.249 - - [2025-11-03 04:08:49] "GET /obj-perms HTTP/1.1" 200 5063 0.005009 10.0.0.23 - - [2025-11-03 04:08:49] "GET /obj-perms HTTP/1.1" 200 5063 0.004878 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.005376 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.007479 10.0.0.249 - - [2025-11-03 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.249 - - [2025-11-03 04:08:49] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004211 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002880 10.0.0.249 - - [2025-11-03 04:08:49] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007711 10.0.0.249 - - [2025-11-03 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.249 - - [2025-11-03 04:08:50] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003412 10.0.0.249 - - [2025-11-03 04:08:50] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002581 10.0.0.249 - - [2025-11-03 04:08:50] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006027 10.0.0.249 - - [2025-11-03 04:08:51] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.006501 10.0.0.249 - - [2025-11-03 04:08:51] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.004922 10.0.0.249 - - [2025-11-03 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.249 - - [2025-11-03 04:08:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003486 10.0.0.249 - - [2025-11-03 04:08:51] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003167 10.0.0.249 - - [2025-11-03 04:08:51] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006434 10.0.0.249 - - [2025-11-03 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.249 - - [2025-11-03 04:08:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004632 10.0.0.249 - - [2025-11-03 04:08:52] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004267 10.0.0.249 - - [2025-11-03 04:08:52] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006555 10.0.0.249 - - [2025-11-03 04:08:52] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008416 10.0.0.61 - - [2025-11-03 04:08:53] "GET /obj-perms HTTP/1.1" 200 5075 0.045938 10.0.0.249 - - [2025-11-03 04:08:57] "POST /neutron/port HTTP/1.1" 200 1090 0.034196 10.0.0.249 - - [2025-11-03 04:09:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008257 10.0.0.249 - - [2025-11-03 04:09:24] "POST /neutron/network HTTP/1.1" 200 818 0.007935 10.0.0.249 - - [2025-11-03 04:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.249 - - [2025-11-03 04:09:29] "POST /neutron/port HTTP/1.1" 200 1090 0.015607 10.0.0.249 - - [2025-11-03 04:09:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.009140 10.0.0.249 - - [2025-11-03 04:09:53] "GET /obj-perms HTTP/1.1" 200 5075 0.051574 10.0.0.23 - - [2025-11-03 04:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.23 - - [2025-11-03 04:10:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.23 - - [2025-11-03 04:10:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.23 - - [2025-11-03 04:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.61 - - [2025-11-03 04:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.61 - - [2025-11-03 04:10:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-11-03 04:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.249 - - [2025-11-03 04:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.61 - - [2025-11-03 04:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.61 - - [2025-11-03 04:10:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-11-03 04:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2025-11-03 04:10:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-11-03 04:10:25] "POST /neutron/port HTTP/1.1" 200 1090 0.036063 10.0.0.249 - - [2025-11-03 04:10:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.249 - - [2025-11-03 04:10:26] "POST /neutron/network HTTP/1.1" 200 808 0.008774 10.0.0.249 - - [2025-11-03 04:10:28] "POST /neutron/network HTTP/1.1" 200 818 0.007232 10.0.0.249 - - [2025-11-03 04:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.249 - - [2025-11-03 04:10:52] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008825 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.004750 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.005329 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.003885 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.006297 10.0.0.249 - - [2025-11-03 04:10:52] "GET /instance-ip/7ad03883-75e7-4d56-8277-41bce672cdd0 HTTP/1.1" 200 1619 0.004938 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.004138 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-machine-interface/b9484467-7a59-40d2-8dd5-e6398ec8d205 HTTP/1.1" 200 2950 0.008247 10.0.0.249 - - [2025-11-03 04:10:52] "GET /instance-ip/7ad03883-75e7-4d56-8277-41bce672cdd0 HTTP/1.1" 200 1619 0.004581 10.0.0.249 - - [2025-11-03 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.249 - - [2025-11-03 04:10:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004254 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003774 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006553 10.0.0.249 - - [2025-11-03 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.249 - - [2025-11-03 04:10:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005889 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003095 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006589 10.0.0.249 - - [2025-11-03 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-11-03 04:10:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004253 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003211 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014382 10.0.0.249 - - [2025-11-03 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.249 - - [2025-11-03 04:10:52] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.249 - - [2025-11-03 04:10:52] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003526 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006367 10.0.0.249 - - [2025-11-03 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.249 - - [2025-11-03 04:10:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004013 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003123 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006280 10.0.0.249 - - [2025-11-03 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.249 - - [2025-11-03 04:10:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008547 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003116 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005950 10.0.0.249 - - [2025-11-03 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.249 - - [2025-11-03 04:10:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004391 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003122 10.0.0.249 - - [2025-11-03 04:10:53] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005725 10.0.0.249 - - [2025-11-03 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.249 - - [2025-11-03 04:10:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003784 10.0.0.249 - - [2025-11-03 04:10:54] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003010 10.0.0.249 - - [2025-11-03 04:10:54] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006436 10.0.0.249 - - [2025-11-03 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025796 10.0.0.249 - - [2025-11-03 04:10:54] "GET /virtual-router/4e3bff49-2323-456f-8b4d-68791fc3dec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004543 10.0.0.249 - - [2025-11-03 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-11-03 04:10:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.249 - - [2025-11-03 04:10:54] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002900 10.0.0.249 - - [2025-11-03 04:10:54] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005872 10.0.0.249 - - [2025-11-03 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-11-03 04:10:54] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004751 10.0.0.249 - - [2025-11-03 04:10:54] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005108 10.0.0.249 - - [2025-11-03 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.249 - - [2025-11-03 04:10:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003427 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003506 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014112 10.0.0.249 - - [2025-11-03 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.249 - - [2025-11-03 04:10:55] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005515 10.0.0.249 - - [2025-11-03 04:10:55] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005169 10.0.0.249 - - [2025-11-03 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.249 - - [2025-11-03 04:10:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005040 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003405 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006613 10.0.0.249 - - [2025-11-03 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.249 - - [2025-11-03 04:10:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002984 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006222 10.0.0.249 - - [2025-11-03 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.249 - - [2025-11-03 04:10:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004414 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003606 10.0.0.249 - - [2025-11-03 04:10:55] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007521 10.0.0.23 - - [2025-11-03 04:10:55] "GET /obj-perms HTTP/1.1" 200 5063 0.004712 10.0.0.23 - - [2025-11-03 04:10:59] "GET /obj-perms HTTP/1.1" 200 5063 0.003462 10.0.0.249 - - [2025-11-03 04:10:59] "GET /obj-perms HTTP/1.1" 200 5063 0.004005 10.0.0.249 - - [2025-11-03 04:10:59] "GET /obj-perms HTTP/1.1" 200 5063 0.003954 10.0.0.249 - - [2025-11-03 04:11:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004804 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.004433 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.005379 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.005835 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.006259 10.0.0.249 - - [2025-11-03 04:11:00] "GET /instance-ip/24704864-e0f7-4e9b-93d5-fd4a64efda23 HTTP/1.1" 200 1620 0.006036 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.005824 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.009883 10.0.0.249 - - [2025-11-03 04:11:00] "GET /instance-ip/24704864-e0f7-4e9b-93d5-fd4a64efda23 HTTP/1.1" 200 1620 0.004850 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005547 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004098 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006240 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003166 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007234 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005118 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003723 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007025 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004839 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003648 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007380 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005320 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003683 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006022 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2025-11-03 04:11:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003869 10.0.0.249 - - [2025-11-03 04:11:00] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006975 10.0.0.249 - - [2025-11-03 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.249 - - [2025-11-03 04:11:01] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.249 - - [2025-11-03 04:11:01] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003544 10.0.0.249 - - [2025-11-03 04:11:01] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008779 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.249 - - [2025-11-03 04:11:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003566 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002783 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005895 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-11-03 04:11:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005999 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003319 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006642 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.249 - - [2025-11-03 04:11:02] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004850 10.0.0.249 - - [2025-11-03 04:11:02] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004004 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.249 - - [2025-11-03 04:11:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005063 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006282 10.0.0.249 - - [2025-11-03 04:11:02] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005905 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006663 10.0.0.249 - - [2025-11-03 04:11:02] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004318 10.0.0.249 - - [2025-11-03 04:11:02] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004638 10.0.0.249 - - [2025-11-03 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.249 - - [2025-11-03 04:11:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003210 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011103 10.0.0.249 - - [2025-11-03 04:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.249 - - [2025-11-03 04:11:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005456 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008346 10.0.0.249 - - [2025-11-03 04:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-11-03 04:11:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005284 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003317 10.0.0.249 - - [2025-11-03 04:11:03] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006150 10.0.0.23 - - [2025-11-03 04:11:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004419 10.0.0.23 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.004954 10.0.0.249 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.004073 10.0.0.249 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.003920 10.0.0.249 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.003882 10.0.0.61 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.003826 10.0.0.23 - - [2025-11-03 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.003690 10.0.0.249 - - [2025-11-03 04:11:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016730 10.0.0.249 - - [2025-11-03 04:11:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004366 10.0.0.249 - - [2025-11-03 04:11:26] "POST /neutron/network HTTP/1.1" 200 808 0.007931 10.0.0.249 - - [2025-11-03 04:11:28] "POST /neutron/network HTTP/1.1" 200 818 0.034498 10.0.0.249 - - [2025-11-03 04:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2025-11-03 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.249 - - [2025-11-03 04:11:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003391 10.0.0.249 - - [2025-11-03 04:11:29] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003325 10.0.0.249 - - [2025-11-03 04:11:29] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007038 10.0.0.249 - - [2025-11-03 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.249 - - [2025-11-03 04:11:31] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004738 10.0.0.249 - - [2025-11-03 04:11:31] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003413 10.0.0.249 - - [2025-11-03 04:11:31] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006228 10.0.0.249 - - [2025-11-03 04:11:46] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.004859 10.0.0.249 - - [2025-11-03 04:11:46] "GET /virtual-machine-interface/e75ffcee-5a91-4afd-bf74-3fd318376e87 HTTP/1.1" 200 2950 0.005609 10.0.0.249 - - [2025-11-03 04:11:46] "GET /instance-ip/24704864-e0f7-4e9b-93d5-fd4a64efda23 HTTP/1.1" 200 1620 0.003969 10.0.0.249 - - [2025-11-03 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2025-11-03 04:11:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005103 10.0.0.249 - - [2025-11-03 04:11:46] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002996 10.0.0.249 - - [2025-11-03 04:11:46] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006560 10.0.0.249 - - [2025-11-03 04:11:50] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 200 1299 0.004354 10.0.0.249 - - [2025-11-03 04:11:50] "POST /neutron/port HTTP/1.1" 200 1116 0.011826 10.0.0.249 - - [2025-11-03 04:11:52] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003271 10.0.0.249 - - [2025-11-03 04:11:52] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.002943 10.0.0.249 - - [2025-11-03 04:11:52] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003224 10.0.0.249 - - [2025-11-03 04:11:52] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003263 10.0.0.249 - - [2025-11-03 04:11:54] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004141 10.0.0.249 - - [2025-11-03 04:11:55] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004638 10.0.0.249 - - [2025-11-03 04:11:56] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003283 10.0.0.249 - - [2025-11-03 04:11:57] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003114 10.0.0.249 - - [2025-11-03 04:11:58] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003627 10.0.0.249 - - [2025-11-03 04:11:58] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.002687 10.0.0.249 - - [2025-11-03 04:11:59] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004279 10.0.0.249 - - [2025-11-03 04:12:00] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003836 10.0.0.249 - - [2025-11-03 04:12:01] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003982 10.0.0.249 - - [2025-11-03 04:12:02] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003358 10.0.0.249 - - [2025-11-03 04:12:03] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003751 10.0.0.249 - - [2025-11-03 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-11-03 04:12:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003925 10.0.0.249 - - [2025-11-03 04:12:03] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003327 10.0.0.249 - - [2025-11-03 04:12:03] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005913 10.0.0.249 - - [2025-11-03 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-11-03 04:12:03] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005054 10.0.0.249 - - [2025-11-03 04:12:03] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003846 10.0.0.249 - - [2025-11-03 04:12:03] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003734 10.0.0.249 - - [2025-11-03 04:12:04] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004485 10.0.0.249 - - [2025-11-03 04:12:05] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003054 10.0.0.249 - - [2025-11-03 04:12:06] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003722 10.0.0.249 - - [2025-11-03 04:12:07] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004133 10.0.0.249 - - [2025-11-03 04:12:08] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.004837 10.0.0.249 - - [2025-11-03 04:12:08] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003100 10.0.0.249 - - [2025-11-03 04:12:09] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003440 10.0.0.249 - - [2025-11-03 04:12:10] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.002780 10.0.0.249 - - [2025-11-03 04:12:11] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003763 10.0.0.249 - - [2025-11-03 04:12:12] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003239 10.0.0.249 - - [2025-11-03 04:12:13] "GET /virtual-machine/4274c3ac-369d-4eb9-922f-18d4ea3230e0 HTTP/1.1" 404 171 0.003924 10.0.0.249 - - [2025-11-03 04:12:13] "GET /obj-perms HTTP/1.1" 200 5063 0.004447 10.0.0.249 - - [2025-11-03 04:12:13] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 200 1299 0.004837 10.0.0.249 - - [2025-11-03 04:12:14] "POST /neutron/port HTTP/1.1" 200 1116 0.011753 10.0.0.249 - - [2025-11-03 04:12:15] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003140 10.0.0.249 - - [2025-11-03 04:12:15] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003668 10.0.0.249 - - [2025-11-03 04:12:15] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003607 10.0.0.249 - - [2025-11-03 04:12:15] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003185 10.0.0.249 - - [2025-11-03 04:12:16] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003688 10.0.0.249 - - [2025-11-03 04:12:17] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003391 10.0.0.249 - - [2025-11-03 04:12:18] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003197 10.0.0.249 - - [2025-11-03 04:12:19] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.004149 10.0.0.249 - - [2025-11-03 04:12:20] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003876 10.0.0.249 - - [2025-11-03 04:12:20] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.002699 10.0.0.249 - - [2025-11-03 04:12:21] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003338 10.0.0.249 - - [2025-11-03 04:12:22] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003429 10.0.0.249 - - [2025-11-03 04:12:23] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.003086 10.0.0.249 - - [2025-11-03 04:12:24] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.004318 10.0.0.249 - - [2025-11-03 04:12:25] "GET /virtual-machine/7a7fa09c-c577-457c-ad06-bfd02d4d8b3d HTTP/1.1" 404 171 0.004052 10.0.0.249 - - [2025-11-03 04:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.249 - - [2025-11-03 04:12:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004137 10.0.0.249 - - [2025-11-03 04:12:26] "GET /virtual-networks?parent_id=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003176 10.0.0.249 - - [2025-11-03 04:12:26] "GET /virtual-network/4e297ea9-1b6b-4d49-b967-2513c577aaaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006372 10.0.0.249 - - [2025-11-03 04:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2025-11-03 04:12:26] "GET /routing-instance/6814534c-08ba-4221-aa1c-fb0313a7074c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004794 10.0.0.249 - - [2025-11-03 04:12:26] "GET /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004863 10.0.0.249 - - [2025-11-03 04:12:26] "GET /obj-perms HTTP/1.1" 200 5063 0.003804 10.0.0.249 - - [2025-11-03 04:12:29] "GET /obj-perms HTTP/1.1" 200 5063 0.003786 10.0.0.61 - - [2025-11-03 04:12:29] "GET /obj-perms HTTP/1.1" 200 5063 0.003556 10.0.0.23 - - [2025-11-03 04:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004481 10.0.0.23 - - [2025-11-03 04:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.249 - - [2025-11-03 04:12:29] "POST /neutron/network HTTP/1.1" 200 151 0.132084 10.0.0.249 - - [2025-11-03 04:12:29] "DELETE /route-target/a2ec5a09-1c4b-4827-b4b1-465ded9f3c75 HTTP/1.1" 200 115 0.021869 10.0.0.249 - - [2025-11-03 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.249 - - [2025-11-03 04:12:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003305 10.0.0.249 - - [2025-11-03 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.249 - - [2025-11-03 04:12:29] "PUT /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a HTTP/1.1" 200 276 0.017522 10.0.0.23 - - [2025-11-03 04:12:32] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000928 10.0.0.249 - - [2025-11-03 04:12:32] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.052121 10.0.0.23 - - [2025-11-03 04:12:32] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000966 10.0.0.249 - - [2025-11-03 04:12:32] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?fields=virtual_networks HTTP/1.1" 200 1057 0.047538 10.0.0.23 - - [2025-11-03 04:12:32] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001170 10.0.0.249 - - [2025-11-03 04:12:32] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.045770 10.0.0.23 - - [2025-11-03 04:12:32] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000907 10.0.0.249 - - [2025-11-03 04:12:32] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?fields=security_groups HTTP/1.1" 200 1290 0.048290 10.0.0.249 - - [2025-11-03 04:12:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.025420 10.0.0.23 - - [2025-11-03 04:12:33] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003938 10.0.0.23 - - [2025-11-03 04:12:33] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.23 - - [2025-11-03 04:12:33] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007107 10.0.0.23 - - [2025-11-03 04:12:33] "POST /id-to-fqname HTTP/1.1" 200 196 0.001954 10.0.0.23 - - [2025-11-03 04:12:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.004467 10.0.0.23 - - [2025-11-03 04:12:33] "POST /security-groups HTTP/1.1" 200 597 0.072718 10.0.0.23 - - [2025-11-03 04:12:33] "POST /projects HTTP/1.1" 200 597 0.285767 10.0.0.23 - - [2025-11-03 04:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.358379 10.0.0.249 - - [2025-11-03 04:12:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.040348 10.0.0.249 - - [2025-11-03 04:12:34] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.515301 10.0.0.249 - - [2025-11-03 04:12:35] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.23 - - [2025-11-03 04:12:38] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.249 - - [2025-11-03 04:12:38] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.117857 10.0.0.23 - - [2025-11-03 04:12:38] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000810 10.0.0.249 - - [2025-11-03 04:12:38] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?fields=virtual_networks HTTP/1.1" 200 1055 0.061427 10.0.0.23 - - [2025-11-03 04:12:38] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001264 10.0.0.249 - - [2025-11-03 04:12:38] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.052085 10.0.0.23 - - [2025-11-03 04:12:38] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.249 - - [2025-11-03 04:12:38] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?fields=security_groups HTTP/1.1" 200 1287 0.035647 10.0.0.249 - - [2025-11-03 04:12:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.026668 10.0.0.23 - - [2025-11-03 04:12:39] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.23 - - [2025-11-03 04:12:39] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.23 - - [2025-11-03 04:12:39] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035468 10.0.0.23 - - [2025-11-03 04:12:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.006245 10.0.0.23 - - [2025-11-03 04:12:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.003132 10.0.0.23 - - [2025-11-03 04:12:39] "POST /security-groups HTTP/1.1" 200 591 0.031257 10.0.0.23 - - [2025-11-03 04:12:39] "POST /projects HTTP/1.1" 200 585 0.235296 10.0.0.249 - - [2025-11-03 04:12:39] "POST /access-control-lists HTTP/1.1" 200 596 0.032692 10.0.0.23 - - [2025-11-03 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.304265 10.0.0.249 - - [2025-11-03 04:12:39] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.471961 10.0.0.249 - - [2025-11-03 04:12:40] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.23 - - [2025-11-03 04:12:43] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.249 - - [2025-11-03 04:12:43] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043114 10.0.0.23 - - [2025-11-03 04:12:43] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001819 10.0.0.249 - - [2025-11-03 04:12:43] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?fields=virtual_networks HTTP/1.1" 200 1042 0.051441 10.0.0.23 - - [2025-11-03 04:12:43] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.249 - - [2025-11-03 04:12:43] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.046963 10.0.0.23 - - [2025-11-03 04:12:44] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.249 - - [2025-11-03 04:12:44] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?fields=security_groups HTTP/1.1" 200 1268 0.046006 10.0.0.23 - - [2025-11-03 04:12:44] "DELETE /project/14edbbc73d174dea911b8a87d2340e4b HTTP/1.1" 404 173 0.009748 10.0.0.23 - - [2025-11-03 04:12:44] "DELETE /project/d7db1322a9d94f9eacc7a775782f8572 HTTP/1.1" 404 173 0.012158 10.0.0.23 - - [2025-11-03 04:12:44] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.23 - - [2025-11-03 04:12:44] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000770 10.0.0.23 - - [2025-11-03 04:12:44] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000796 10.0.0.23 - - [2025-11-03 04:12:44] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.084402 10.0.0.23 - - [2025-11-03 04:12:44] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000853 10.0.0.23 - - [2025-11-03 04:12:44] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1507 0.108928 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.120834 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001311 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001926 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?fields=security_groups HTTP/1.1" 200 1373 0.082248 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?fields=security_groups HTTP/1.1" 200 1392 0.110293 10.0.0.249 - - [2025-11-03 04:12:45] "DELETE /access-control-list/f55f678a-1ec7-4354-afc7-a713b3dfda0a HTTP/1.1" 200 115 0.128004 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?fields=security_groups HTTP/1.1" 200 1127 0.229203 10.0.0.249 - - [2025-11-03 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.066426 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=acb34236-13b4-44e4-9c4b-173ccec74109&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001598 10.0.0.23 - - [2025-11-03 04:12:45] "DELETE /security-group/7471f6d0-c7dd-4328-b5c3-f0aaeee65d1e HTTP/1.1" 200 115 0.190827 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=14edbbc7-3d17-4dea-911b-8a87d2340e4b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002134 10.0.0.23 - - [2025-11-03 04:12:45] "DELETE /security-group/be20d9cd-ca52-499e-8e67-c7581568a853 HTTP/1.1" 200 115 0.182824 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=d7db1322-a9d9-4f9e-acc7-a775782f8572&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000844 10.0.0.23 - - [2025-11-03 04:12:45] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010193 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/acb34236-13b4-44e4-9c4b-173ccec74109?fields=application_policy_sets HTTP/1.1" 200 1127 0.125703 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b?fields=application_policy_sets HTTP/1.1" 200 1412 0.167606 10.0.0.23 - - [2025-11-03 04:12:45] "DELETE /project/acb34236-13b4-44e4-9c4b-173ccec74109 HTTP/1.1" 404 171 0.597718 10.0.0.23 - - [2025-11-03 04:12:45] "GET /project/d7db1322-a9d9-4f9e-acc7-a775782f8572?fields=application_policy_sets HTTP/1.1" 200 1431 0.145269 10.0.0.23 - - [2025-11-03 04:12:45] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.249 - - [2025-11-03 04:12:45] "DELETE /access-control-list/f2a9cd20-4974-4078-a96f-55f747843237 HTTP/1.1" 200 115 0.095834 10.0.0.23 - - [2025-11-03 04:12:45] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.030520 10.0.0.23 - - [2025-11-03 04:12:45] "DELETE /project/14edbbc7-3d17-4dea-911b-8a87d2340e4b HTTP/1.1" 200 115 0.850955 10.0.0.23 - - [2025-11-03 04:12:45] "DELETE /project/d7db1322-a9d9-4f9e-acc7-a775782f8572 HTTP/1.1" 200 115 0.898471 10.0.0.23 - - [2025-11-03 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.001184 10.0.0.23 - - [2025-11-03 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.008668 10.0.0.23 - - [2025-11-03 04:12:45] "POST /security-groups HTTP/1.1" 200 599 0.085922 10.0.0.249 - - [2025-11-03 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.003160 10.0.0.23 - - [2025-11-03 04:12:46] "POST /projects HTTP/1.1" 200 601 0.376265 10.0.0.23 - - [2025-11-03 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.424272 10.0.0.249 - - [2025-11-03 04:12:46] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.735714 10.0.0.249 - - [2025-11-03 04:12:46] "POST /access-control-lists HTTP/1.1" 200 602 0.052757 10.0.0.249 - - [2025-11-03 04:12:47] "GET / HTTP/1.1" 200 35931 0.002169 10.0.0.249 - - [2025-11-03 04:12:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000794 10.0.0.249 - - [2025-11-03 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.052634 10.0.0.23 - - [2025-11-03 04:12:48] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.249 - - [2025-11-03 04:12:48] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044317 10.0.0.23 - - [2025-11-03 04:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004773 10.0.0.249 - - [2025-11-03 04:12:48] "POST /neutron/subnet HTTP/1.1" 200 716 0.267694 10.0.0.249 - - [2025-11-03 04:12:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.044550 10.0.0.249 - - [2025-11-03 04:12:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001203 10.0.0.249 - - [2025-11-03 04:12:48] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007669 10.0.0.249 - - [2025-11-03 04:12:48] "POST /neutron/network HTTP/1.1" 200 974 0.012572 10.0.0.249 - - [2025-11-03 04:12:48] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010602 10.0.0.249 - - [2025-11-03 04:12:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.008995 10.0.0.249 - - [2025-11-03 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.23 - - [2025-11-03 04:12:49] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.249 - - [2025-11-03 04:12:49] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065150 10.0.0.249 - - [2025-11-03 04:12:49] "POST /route-targets HTTP/1.1" 200 327 0.014303 10.0.0.23 - - [2025-11-03 04:12:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004749 10.0.0.249 - - [2025-11-03 04:12:49] "POST /neutron/subnet HTTP/1.1" 200 716 0.222268 10.0.0.249 - - [2025-11-03 04:12:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004961 10.0.0.249 - - [2025-11-03 04:12:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001509 10.0.0.249 - - [2025-11-03 04:12:49] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008849 10.0.0.249 - - [2025-11-03 04:12:49] "POST /neutron/network HTTP/1.1" 200 974 0.009517 10.0.0.249 - - [2025-11-03 04:12:49] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005591 10.0.0.249 - - [2025-11-03 04:12:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.012145 10.0.0.249 - - [2025-11-03 04:12:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001307 10.0.0.23 - - [2025-11-03 04:12:50] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.249 - - [2025-11-03 04:12:50] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.081094 10.0.0.249 - - [2025-11-03 04:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.006072 10.0.0.249 - - [2025-11-03 04:12:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.249 - - [2025-11-03 04:12:51] "POST /neutron/network HTTP/1.1" 200 984 0.007631 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/port HTTP/1.1" 200 1152 0.019476 10.0.0.23 - - [2025-11-03 04:12:52] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.249 - - [2025-11-03 04:12:52] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.077492 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/network HTTP/1.1" 200 974 0.060790 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/port HTTP/1.1" 200 1180 0.020145 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013537 10.0.0.249 - - [2025-11-03 04:12:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007230 10.0.0.249 - - [2025-11-03 04:12:53] "POST /neutron/port HTTP/1.1" 200 1152 0.019356 10.0.0.249 - - [2025-11-03 04:12:53] "POST /neutron/port HTTP/1.1" 200 1180 0.016191 10.0.0.249 - - [2025-11-03 04:12:53] "POST /neutron/subnet HTTP/1.1" 200 1268 0.013111 10.0.0.249 - - [2025-11-03 04:12:53] "POST /neutron/network HTTP/1.1" 200 974 0.008986 10.0.0.23 - - [2025-11-03 04:12:55] "GET /obj-perms HTTP/1.1" 200 5075 0.046775 10.0.0.249 - - [2025-11-03 04:12:56] "GET /obj-perms HTTP/1.1" 200 5075 0.039197 10.0.0.249 - - [2025-11-03 04:12:57] "POST /neutron/port HTTP/1.1" 200 1180 0.015795 10.0.0.249 - - [2025-11-03 04:12:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007235 10.0.0.249 - - [2025-11-03 04:12:57] "GET /virtual-machine/4d81502e-2d39-4d0c-b5a0-c29560ee37cb HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2025-11-03 04:12:58] "GET /virtual-machine/4d81502e-2d39-4d0c-b5a0-c29560ee37cb HTTP/1.1" 200 1300 0.041631 10.0.0.249 - - [2025-11-03 04:12:58] "GET /virtual-machine-interface/0494310b-64ad-4a72-8f81-55d1e592c0b3 HTTP/1.1" 200 3156 0.005710 10.0.0.249 - - [2025-11-03 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.249 - - [2025-11-03 04:12:58] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004408 10.0.0.249 - - [2025-11-03 04:12:58] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002765 10.0.0.249 - - [2025-11-03 04:12:58] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007723 10.0.0.249 - - [2025-11-03 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.249 - - [2025-11-03 04:13:01] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006578 10.0.0.249 - - [2025-11-03 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.249 - - [2025-11-03 04:13:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004176 10.0.0.249 - - [2025-11-03 04:13:03] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004947 10.0.0.249 - - [2025-11-03 04:13:03] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008279 10.0.0.249 - - [2025-11-03 04:13:03] "POST /neutron/port HTTP/1.1" 200 1180 0.016735 10.0.0.249 - - [2025-11-03 04:13:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007818 10.0.0.249 - - [2025-11-03 04:13:03] "GET /virtual-machine/1a649098-2008-4206-a073-d54bb4f7950d HTTP/1.1" 200 1300 0.005702 10.0.0.249 - - [2025-11-03 04:13:03] "GET /virtual-machine-interface/d5714d46-36d6-4855-bcec-9ebe5b8fea93 HTTP/1.1" 200 3158 0.005497 10.0.0.249 - - [2025-11-03 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.249 - - [2025-11-03 04:13:04] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004012 10.0.0.249 - - [2025-11-03 04:13:04] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003062 10.0.0.249 - - [2025-11-03 04:13:04] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005882 10.0.0.249 - - [2025-11-03 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.249 - - [2025-11-03 04:13:07] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007219 10.0.0.249 - - [2025-11-03 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.249 - - [2025-11-03 04:13:11] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007061 10.0.0.249 - - [2025-11-03 04:13:12] "POST /neutron/port HTTP/1.1" 200 1180 0.016511 10.0.0.249 - - [2025-11-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.249 - - [2025-11-03 04:13:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003678 10.0.0.249 - - [2025-11-03 04:13:15] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003507 10.0.0.249 - - [2025-11-03 04:13:15] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006182 10.0.0.249 - - [2025-11-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 209 0.004996 10.0.0.249 - - [2025-11-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.23 - - [2025-11-03 04:13:15] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.249 - - [2025-11-03 04:13:15] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047632 10.0.0.249 - - [2025-11-03 04:13:15] "POST /network-policys HTTP/1.1" 200 533 0.027667 10.0.0.249 - - [2025-11-03 04:13:15] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009569 10.0.0.249 - - [2025-11-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2025-11-03 04:13:15] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007607 10.0.0.249 - - [2025-11-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-11-03 04:13:15] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003663 10.0.0.249 - - [2025-11-03 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.056813 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.249 - - [2025-11-03 04:13:16] "POST /access-control-lists HTTP/1.1" 200 578 0.088153 10.0.0.249 - - [2025-11-03 04:13:16] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006001 10.0.0.249 - - [2025-11-03 04:13:16] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.008625 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2025-11-03 04:13:16] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009083 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.249 - - [2025-11-03 04:13:16] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006011 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-11-03 04:13:16] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004236 10.0.0.249 - - [2025-11-03 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.049536 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010032 10.0.0.249 - - [2025-11-03 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.022444 10.0.0.249 - - [2025-11-03 04:13:16] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006327 10.0.0.249 - - [2025-11-03 04:13:16] "POST /neutron/network HTTP/1.1" 200 1060 0.018380 10.0.0.249 - - [2025-11-03 04:13:16] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.006252 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.249 - - [2025-11-03 04:13:16] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004143 10.0.0.249 - - [2025-11-03 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.23 - - [2025-11-03 04:13:16] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.249 - - [2025-11-03 04:13:16] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043302 10.0.0.249 - - [2025-11-03 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.031157 10.0.0.23 - - [2025-11-03 04:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006799 10.0.0.249 - - [2025-11-03 04:13:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.226962 10.0.0.249 - - [2025-11-03 04:13:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001455 10.0.0.249 - - [2025-11-03 04:13:17] "GET /virtual-network/627f4740-e61d-495a-bebc-c954be7b72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005594 10.0.0.249 - - [2025-11-03 04:13:17] "GET /virtual-network/627f4740-e61d-495a-bebc-c954be7b72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006087 10.0.0.249 - - [2025-11-03 04:13:17] "POST /neutron/network HTTP/1.1" 200 799 0.006582 10.0.0.249 - - [2025-11-03 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-11-03 04:13:17] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.249 - - [2025-11-03 04:13:17] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049549 10.0.0.23 - - [2025-11-03 04:13:17] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.249 - - [2025-11-03 04:13:17] "POST /neutron/network HTTP/1.1" 200 585 0.129593 10.0.0.249 - - [2025-11-03 04:13:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.003787 10.0.0.249 - - [2025-11-03 04:13:17] "GET /virtual-network/bfda8c16-a7f2-4b3c-8003-7b59a333d43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005103 10.0.0.249 - - [2025-11-03 04:13:17] "POST /neutron/network HTTP/1.1" 200 799 0.005866 10.0.0.249 - - [2025-11-03 04:13:17] "GET /virtual-network/bfda8c16-a7f2-4b3c-8003-7b59a333d43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004684 10.0.0.249 - - [2025-11-03 04:13:17] "POST /fqname-to-id HTTP/1.1" 404 239 0.003173 10.0.0.249 - - [2025-11-03 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-11-03 04:13:17] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.249 - - [2025-11-03 04:13:18] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044014 10.0.0.249 - - [2025-11-03 04:13:18] "POST /network-policys HTTP/1.1" 200 587 0.032379 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006400 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.249 - - [2025-11-03 04:13:18] "GET /virtual-network/627f4740-e61d-495a-bebc-c954be7b72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007570 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005783 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.004890 10.0.0.249 - - [2025-11-03 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.066931 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004073 10.0.0.249 - - [2025-11-03 04:13:18] "POST /neutron/network HTTP/1.1" 200 912 0.010864 10.0.0.249 - - [2025-11-03 04:13:18] "GET /virtual-network/627f4740-e61d-495a-bebc-c954be7b72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.005134 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004321 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.249 - - [2025-11-03 04:13:18] "GET /virtual-network/bfda8c16-a7f2-4b3c-8003-7b59a333d43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006439 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003919 10.0.0.249 - - [2025-11-03 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.058684 10.0.0.249 - - [2025-11-03 04:13:18] "POST /access-control-lists HTTP/1.1" 200 554 0.043201 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004551 10.0.0.249 - - [2025-11-03 04:13:18] "GET /virtual-network/bfda8c16-a7f2-4b3c-8003-7b59a333d43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.013152 10.0.0.249 - - [2025-11-03 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.249 - - [2025-11-03 04:13:18] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007663 10.0.0.249 - - [2025-11-03 04:13:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001086 10.0.0.249 - - [2025-11-03 04:13:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007617 10.0.0.23 - - [2025-11-03 04:13:19] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.249 - - [2025-11-03 04:13:19] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065010 10.0.0.249 - - [2025-11-03 04:13:20] "POST /neutron/port HTTP/1.1" 200 2242 0.021749 10.0.0.249 - - [2025-11-03 04:13:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001713 10.0.0.249 - - [2025-11-03 04:13:20] "POST /neutron/port HTTP/1.1" 200 2242 0.022294 10.0.0.249 - - [2025-11-03 04:13:20] "POST /neutron/network HTTP/1.1" 200 922 0.007022 10.0.0.249 - - [2025-11-03 04:13:20] "POST /neutron/port HTTP/1.1" 200 1063 0.018323 10.0.0.249 - - [2025-11-03 04:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.249 - - [2025-11-03 04:13:21] "POST /neutron/network HTTP/1.1" 200 912 0.007737 10.0.0.23 - - [2025-11-03 04:13:21] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.249 - - [2025-11-03 04:13:21] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.064591 10.0.0.249 - - [2025-11-03 04:13:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006992 10.0.0.249 - - [2025-11-03 04:13:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003540 10.0.0.249 - - [2025-11-03 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.249 - - [2025-11-03 04:13:21] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006244 10.0.0.23 - - [2025-11-03 04:13:21] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.249 - - [2025-11-03 04:13:22] "PUT /access-control-list/a6429336-7e91-4a88-b214-3cb3d2c0bacb HTTP/1.1" 200 272 0.035704 10.0.0.249 - - [2025-11-03 04:13:22] "POST /neutron/port HTTP/1.1" 200 1063 0.362743 10.0.0.249 - - [2025-11-03 04:13:22] "POST /neutron/port HTTP/1.1" 200 1117 0.103079 10.0.0.249 - - [2025-11-03 04:13:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.008942 10.0.0.249 - - [2025-11-03 04:13:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004889 10.0.0.249 - - [2025-11-03 04:13:22] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004351 10.0.0.249 - - [2025-11-03 04:13:22] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004758 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.029468 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.035576 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006678 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005307 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.042047 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.037668 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004454 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004380 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.034944 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.034841 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004975 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005430 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.023063 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003451 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005162 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004546 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.029566 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.046114 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005600 10.0.0.249 - - [2025-11-03 04:13:23] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007728 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.032962 10.0.0.249 - - [2025-11-03 04:13:23] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.061873 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008299 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010112 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.039904 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.041101 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005267 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007887 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.020806 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003534 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008612 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004254 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.030061 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.041052 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005337 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007117 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.041632 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.045142 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009919 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009801 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.036404 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.036010 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010128 10.0.0.249 - - [2025-11-03 04:13:24] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007370 10.0.0.249 - - [2025-11-03 04:13:24] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.031340 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003930 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005354 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004306 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.030150 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.051362 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.011214 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006067 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.042152 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.041890 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.014504 10.0.0.249 - - [2025-11-03 04:13:25] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004650 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.034286 10.0.0.249 - - [2025-11-03 04:13:25] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.053080 10.0.0.249 - - [2025-11-03 04:13:28] "POST /neutron/port HTTP/1.1" 200 1180 0.017594 10.0.0.249 - - [2025-11-03 04:13:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.249 - - [2025-11-03 04:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.249 - - [2025-11-03 04:13:29] "POST /neutron/port HTTP/1.1" 200 1091 0.017054 10.0.0.249 - - [2025-11-03 04:13:30] "POST /neutron/port HTTP/1.1" 200 1180 0.017677 10.0.0.249 - - [2025-11-03 04:13:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.249 - - [2025-11-03 04:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.249 - - [2025-11-03 04:13:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005769 10.0.0.249 - - [2025-11-03 04:13:35] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004893 10.0.0.249 - - [2025-11-03 04:13:35] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005165 10.0.0.249 - - [2025-11-03 04:13:35] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.031874 10.0.0.249 - - [2025-11-03 04:13:35] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.065515 10.0.0.249 - - [2025-11-03 04:13:35] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.010039 10.0.0.249 - - [2025-11-03 04:13:35] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006236 10.0.0.249 - - [2025-11-03 04:13:35] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.031909 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.053091 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.017875 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010149 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.035688 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.042570 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008030 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005281 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.042715 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004363 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004969 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004784 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.033682 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.055830 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005446 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007134 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.055452 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.051406 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007009 10.0.0.249 - - [2025-11-03 04:13:36] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008133 10.0.0.249 - - [2025-11-03 04:13:36] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.031775 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.055853 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006647 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009402 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.018081 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003358 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004759 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004726 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.028700 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.035984 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005964 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008114 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.036556 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.052902 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.022014 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012928 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.047813 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.045905 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009031 10.0.0.249 - - [2025-11-03 04:13:37] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007483 10.0.0.249 - - [2025-11-03 04:13:37] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.026633 10.0.0.249 - - [2025-11-03 04:13:38] "POST /ref-update HTTP/1.1" 200 156 0.061225 10.0.0.249 - - [2025-11-03 04:13:38] "GET /virtual-network/bfda8c16-a7f2-4b3c-8003-7b59a333d43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.021892 10.0.0.249 - - [2025-11-03 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.249 - - [2025-11-03 04:13:38] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003988 10.0.0.249 - - [2025-11-03 04:13:38] "POST /ref-update HTTP/1.1" 200 156 0.076691 10.0.0.249 - - [2025-11-03 04:13:38] "DELETE /access-control-list/a9a9da44-a491-4cd6-9eb9-3c31422acd50 HTTP/1.1" 200 115 0.040837 10.0.0.249 - - [2025-11-03 04:13:38] "POST /neutron/network HTTP/1.1" 200 799 0.008315 10.0.0.249 - - [2025-11-03 04:13:38] "GET /virtual-network/627f4740-e61d-495a-bebc-c954be7b72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005791 10.0.0.249 - - [2025-11-03 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010885 10.0.0.249 - - [2025-11-03 04:13:38] "GET /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005761 10.0.0.249 - - [2025-11-03 04:13:38] "DELETE /network-policy/e1fc6f4b-ec44-48bd-867a-b88edb47c623 HTTP/1.1" 200 115 0.041817 10.0.0.249 - - [2025-11-03 04:13:38] "POST /neutron/network HTTP/1.1" 400 204 0.014627 10.0.0.249 - - [2025-11-03 04:13:38] "POST /neutron/port HTTP/1.1" 200 1117 0.011955 10.0.0.249 - - [2025-11-03 04:13:40] "POST /neutron/network HTTP/1.1" 200 799 0.008862 10.0.0.249 - - [2025-11-03 04:13:40] "DELETE /route-target/b1053da1-571c-4540-9684-3289d2fc59b1 HTTP/1.1" 200 115 0.020326 10.0.0.23 - - [2025-11-03 04:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.23 - - [2025-11-03 04:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004260 10.0.0.249 - - [2025-11-03 04:13:40] "POST /neutron/network HTTP/1.1" 200 151 0.142914 10.0.0.249 - - [2025-11-03 04:13:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.015530 10.0.0.249 - - [2025-11-03 04:13:41] "POST /ref-update HTTP/1.1" 200 156 0.069427 10.0.0.249 - - [2025-11-03 04:13:41] "GET /virtual-network/8f63e187-7b2c-4002-b6b7-df063f0511c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.011457 10.0.0.249 - - [2025-11-03 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.249 - - [2025-11-03 04:13:41] "DELETE /access-control-list/af03f038-614d-4f8d-86f0-31a9a088247c HTTP/1.1" 200 115 0.086706 10.0.0.249 - - [2025-11-03 04:13:41] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005409 10.0.0.249 - - [2025-11-03 04:13:41] "POST /ref-update HTTP/1.1" 200 156 0.081309 10.0.0.249 - - [2025-11-03 04:13:41] "POST /ref-update HTTP/1.1" 200 156 0.020889 10.0.0.249 - - [2025-11-03 04:13:41] "GET /virtual-network/efc288b8-9e09-41b0-88b0-b9aa41d7ba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.021173 10.0.0.249 - - [2025-11-03 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006674 10.0.0.249 - - [2025-11-03 04:13:41] "GET /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004285 10.0.0.249 - - [2025-11-03 04:13:41] "DELETE /network-policy/e428658e-8fa5-4d9a-ad83-66b64589c157 HTTP/1.1" 200 115 0.031888 10.0.0.249 - - [2025-11-03 04:13:41] "POST /neutron/network HTTP/1.1" 200 974 0.009720 10.0.0.249 - - [2025-11-03 04:13:42] "POST /neutron/port HTTP/1.1" 200 1206 0.016252 10.0.0.249 - - [2025-11-03 04:13:42] "POST /neutron/port HTTP/1.1" 200 1206 0.015031 10.0.0.23 - - [2025-11-03 04:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.032558 10.0.0.23 - - [2025-11-03 04:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002720 10.0.0.23 - - [2025-11-03 04:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.23 - - [2025-11-03 04:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.249 - - [2025-11-03 04:13:43] "POST /neutron/network HTTP/1.1" 200 151 0.189450 10.0.0.249 - - [2025-11-03 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.249 - - [2025-11-03 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2025-11-03 04:13:45] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.249 - - [2025-11-03 04:13:45] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.038064 10.0.0.249 - - [2025-11-03 04:13:45] "POST /neutron/network HTTP/1.1" 200 117 0.014319 10.0.0.249 - - [2025-11-03 04:13:45] "POST /ref-update HTTP/1.1" 200 156 0.029006 10.0.0.23 - - [2025-11-03 04:13:45] "DELETE /project/9853f4b0b9344f71ae9b6aafb742874c HTTP/1.1" 404 173 0.007165 10.0.0.249 - - [2025-11-03 04:13:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004551 10.0.0.23 - - [2025-11-03 04:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009014 10.0.0.249 - - [2025-11-03 04:13:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.168446 10.0.0.249 - - [2025-11-03 04:13:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001220 10.0.0.249 - - [2025-11-03 04:13:46] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006347 10.0.0.249 - - [2025-11-03 04:13:46] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005642 10.0.0.249 - - [2025-11-03 04:13:46] "POST /neutron/network HTTP/1.1" 200 976 0.014260 10.0.0.249 - - [2025-11-03 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2025-11-03 04:13:46] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.249 - - [2025-11-03 04:13:46] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044132 10.0.0.249 - - [2025-11-03 04:13:46] "POST /neutron/network HTTP/1.1" 200 117 0.016173 10.0.0.23 - - [2025-11-03 04:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.010686 10.0.0.249 - - [2025-11-03 04:13:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.248965 10.0.0.249 - - [2025-11-03 04:13:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.249 - - [2025-11-03 04:13:46] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007033 10.0.0.249 - - [2025-11-03 04:13:47] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006211 10.0.0.249 - - [2025-11-03 04:13:47] "POST /neutron/network HTTP/1.1" 200 977 0.010095 10.0.0.249 - - [2025-11-03 04:13:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001462 10.0.0.249 - - [2025-11-03 04:13:47] "POST /neutron/network HTTP/1.1" 200 986 0.008411 10.0.0.23 - - [2025-11-03 04:13:47] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.249 - - [2025-11-03 04:13:47] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063762 10.0.0.249 - - [2025-11-03 04:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.249 - - [2025-11-03 04:13:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001584 10.0.0.249 - - [2025-11-03 04:13:48] "POST /neutron/network HTTP/1.1" 200 986 0.006751 10.0.0.249 - - [2025-11-03 04:13:48] "POST /neutron/port HTTP/1.1" 200 1154 0.018847 10.0.0.23 - - [2025-11-03 04:13:48] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.249 - - [2025-11-03 04:13:49] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.098094 10.0.0.249 - - [2025-11-03 04:13:49] "POST /neutron/port HTTP/1.1" 200 1182 0.019866 10.0.0.249 - - [2025-11-03 04:13:49] "POST /neutron/subnet HTTP/1.1" 200 1277 0.013898 10.0.0.249 - - [2025-11-03 04:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.249 - - [2025-11-03 04:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.006785 10.0.0.249 - - [2025-11-03 04:13:49] "POST /neutron/network HTTP/1.1" 200 987 0.009039 10.0.0.249 - - [2025-11-03 04:13:50] "POST /neutron/port HTTP/1.1" 200 1155 0.023619 10.0.0.249 - - [2025-11-03 04:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003790 10.0.0.249 - - [2025-11-03 04:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.249 - - [2025-11-03 04:13:54] "POST /neutron/port HTTP/1.1" 200 1182 0.016763 10.0.0.249 - - [2025-11-03 04:13:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007523 10.0.0.249 - - [2025-11-03 04:13:54] "GET /virtual-machine/84abba3b-33fc-4269-8448-6401ff1bc49e HTTP/1.1" 200 1299 0.006688 10.0.0.249 - - [2025-11-03 04:13:54] "GET /virtual-machine-interface/5ffe9938-d097-4fa8-a807-5f111f53f7aa HTTP/1.1" 200 3157 0.005135 10.0.0.249 - - [2025-11-03 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.249 - - [2025-11-03 04:13:54] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.249 - - [2025-11-03 04:13:54] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003249 10.0.0.249 - - [2025-11-03 04:13:54] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006532 10.0.0.249 - - [2025-11-03 04:13:57] "POST /neutron/port HTTP/1.1" 200 1182 0.056825 10.0.0.249 - - [2025-11-03 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.249 - - [2025-11-03 04:13:57] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005283 10.0.0.249 - - [2025-11-03 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-11-03 04:13:59] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004046 10.0.0.249 - - [2025-11-03 04:13:59] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003512 10.0.0.249 - - [2025-11-03 04:14:00] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006361 10.0.0.249 - - [2025-11-03 04:14:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011483 10.0.0.249 - - [2025-11-03 04:14:00] "POST /neutron/port HTTP/1.1" 200 1183 0.021057 10.0.0.249 - - [2025-11-03 04:14:00] "GET /virtual-machine/137b97d1-cc65-4008-a331-ee8f087f4795 HTTP/1.1" 200 1300 0.006322 10.0.0.249 - - [2025-11-03 04:14:00] "GET /virtual-machine-interface/3ea7b558-b43f-4e49-84e7-f56a536b4523 HTTP/1.1" 200 3156 0.005780 10.0.0.249 - - [2025-11-03 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.249 - - [2025-11-03 04:14:00] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004485 10.0.0.249 - - [2025-11-03 04:14:00] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004704 10.0.0.249 - - [2025-11-03 04:14:00] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007047 10.0.0.249 - - [2025-11-03 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.249 - - [2025-11-03 04:14:03] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.011589 10.0.0.249 - - [2025-11-03 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-11-03 04:14:07] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007187 10.0.0.249 - - [2025-11-03 04:14:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006482 10.0.0.249 - - [2025-11-03 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.249 - - [2025-11-03 04:14:11] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003754 10.0.0.249 - - [2025-11-03 04:14:11] "GET /virtual-networks?parent_id=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003333 10.0.0.249 - - [2025-11-03 04:14:11] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005697 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 404 209 0.004359 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2025-11-03 04:14:12] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.249 - - [2025-11-03 04:14:12] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047415 10.0.0.249 - - [2025-11-03 04:14:12] "POST /network-policys HTTP/1.1" 200 533 0.029292 10.0.0.249 - - [2025-11-03 04:14:12] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007329 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2025-11-03 04:14:12] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005266 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-11-03 04:14:12] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004431 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005789 10.0.0.249 - - [2025-11-03 04:14:12] "POST /ref-update HTTP/1.1" 200 156 0.052275 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.249 - - [2025-11-03 04:14:12] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006587 10.0.0.249 - - [2025-11-03 04:14:12] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.009351 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.249 - - [2025-11-03 04:14:12] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004400 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.249 - - [2025-11-03 04:14:12] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005903 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 404 230 0.004530 10.0.0.249 - - [2025-11-03 04:14:12] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003766 10.0.0.249 - - [2025-11-03 04:14:12] "POST /ref-update HTTP/1.1" 200 156 0.071246 10.0.0.249 - - [2025-11-03 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.249 - - [2025-11-03 04:14:13] "POST /access-control-lists HTTP/1.1" 200 578 0.083921 10.0.0.249 - - [2025-11-03 04:14:13] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007271 10.0.0.249 - - [2025-11-03 04:14:13] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014241 10.0.0.249 - - [2025-11-03 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.249 - - [2025-11-03 04:14:13] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006211 10.0.0.249 - - [2025-11-03 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.23 - - [2025-11-03 04:14:13] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.249 - - [2025-11-03 04:14:13] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048005 10.0.0.249 - - [2025-11-03 04:14:13] "POST /neutron/network HTTP/1.1" 200 117 0.017430 10.0.0.249 - - [2025-11-03 04:14:13] "POST /route-targets HTTP/1.1" 200 327 0.012314 10.0.0.249 - - [2025-11-03 04:14:13] "POST /neutron/network HTTP/1.1" 200 799 0.007733 10.0.0.249 - - [2025-11-03 04:14:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.000975 10.0.0.249 - - [2025-11-03 04:14:13] "GET /virtual-network/df924b4e-faba-4643-a312-b1318e625e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005118 10.0.0.249 - - [2025-11-03 04:14:13] "GET /virtual-network/df924b4e-faba-4643-a312-b1318e625e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005506 10.0.0.249 - - [2025-11-03 04:14:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.009696 10.0.0.249 - - [2025-11-03 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.23 - - [2025-11-03 04:14:13] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.249 - - [2025-11-03 04:14:13] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046319 10.0.0.249 - - [2025-11-03 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.034132 10.0.0.23 - - [2025-11-03 04:14:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006875 10.0.0.249 - - [2025-11-03 04:14:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.164972 10.0.0.249 - - [2025-11-03 04:14:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001304 10.0.0.249 - - [2025-11-03 04:14:14] "GET /virtual-network/64b42f7e-dbf5-47d7-b217-99922af2f89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005489 10.0.0.249 - - [2025-11-03 04:14:14] "GET /virtual-network/64b42f7e-dbf5-47d7-b217-99922af2f89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006310 10.0.0.249 - - [2025-11-03 04:14:14] "POST /neutron/network HTTP/1.1" 200 799 0.006475 10.0.0.249 - - [2025-11-03 04:14:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.003257 10.0.0.249 - - [2025-11-03 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.23 - - [2025-11-03 04:14:14] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001694 10.0.0.249 - - [2025-11-03 04:14:14] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049799 10.0.0.249 - - [2025-11-03 04:14:14] "POST /network-policys HTTP/1.1" 200 587 0.036262 10.0.0.249 - - [2025-11-03 04:14:14] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006148 10.0.0.249 - - [2025-11-03 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2025-11-03 04:14:14] "GET /virtual-network/df924b4e-faba-4643-a312-b1318e625e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006603 10.0.0.249 - - [2025-11-03 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2025-11-03 04:14:14] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004290 10.0.0.249 - - [2025-11-03 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.051738 10.0.0.249 - - [2025-11-03 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.249 - - [2025-11-03 04:14:15] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008882 10.0.0.249 - - [2025-11-03 04:14:15] "GET /virtual-network/df924b4e-faba-4643-a312-b1318e625e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008632 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.249 - - [2025-11-03 04:14:15] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004098 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-11-03 04:14:15] "GET /virtual-network/64b42f7e-dbf5-47d7-b217-99922af2f89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005724 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010114 10.0.0.249 - - [2025-11-03 04:14:15] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005332 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.003924 10.0.0.249 - - [2025-11-03 04:14:15] "POST /ref-update HTTP/1.1" 200 156 0.059857 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.249 - - [2025-11-03 04:14:15] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.012021 10.0.0.249 - - [2025-11-03 04:14:15] "POST /neutron/network HTTP/1.1" 200 912 0.011794 10.0.0.249 - - [2025-11-03 04:14:15] "GET /virtual-network/64b42f7e-dbf5-47d7-b217-99922af2f89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.014049 10.0.0.249 - - [2025-11-03 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008997 10.0.0.249 - - [2025-11-03 04:14:15] "PUT /access-control-list/a6656538-8ee3-4d58-a68c-35b178ce4f9c HTTP/1.1" 200 272 0.043874 10.0.0.249 - - [2025-11-03 04:14:15] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004559 10.0.0.249 - - [2025-11-03 04:14:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001103 10.0.0.249 - - [2025-11-03 04:14:15] "POST /neutron/network HTTP/1.1" 200 922 0.008452 10.0.0.23 - - [2025-11-03 04:14:16] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.249 - - [2025-11-03 04:14:16] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.073609 10.0.0.249 - - [2025-11-03 04:14:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007845 10.0.0.249 - - [2025-11-03 04:14:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001225 10.0.0.249 - - [2025-11-03 04:14:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008905 10.0.0.23 - - [2025-11-03 04:14:17] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.249 - - [2025-11-03 04:14:17] "POST /neutron/port HTTP/1.1" 200 1063 0.280178 10.0.0.249 - - [2025-11-03 04:14:17] "POST /neutron/port HTTP/1.1" 200 1117 0.122341 10.0.0.249 - - [2025-11-03 04:14:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.009218 10.0.0.23 - - [2025-11-03 04:14:17] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.249 - - [2025-11-03 04:14:17] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056110 10.0.0.249 - - [2025-11-03 04:14:17] "POST /neutron/network HTTP/1.1" 200 912 0.009370 10.0.0.249 - - [2025-11-03 04:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.006050 10.0.0.249 - - [2025-11-03 04:14:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002894 10.0.0.249 - - [2025-11-03 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2025-11-03 04:14:18] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004468 10.0.0.249 - - [2025-11-03 04:14:18] "POST /neutron/port HTTP/1.1" 200 1063 0.016568 10.0.0.249 - - [2025-11-03 04:14:18] "POST /neutron/port HTTP/1.1" 200 1091 0.018368 10.0.0.249 - - [2025-11-03 04:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004052 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004414 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004548 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.030800 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.038000 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007062 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004829 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.037899 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.068156 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008210 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006145 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.034790 10.0.0.249 - - [2025-11-03 04:14:19] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.040440 10.0.0.249 - - [2025-11-03 04:14:19] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013982 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009583 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.026529 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003583 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005032 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004768 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.031579 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.045426 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011556 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009568 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.031566 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.035228 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005659 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005665 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.033925 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.030167 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004318 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004944 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.021158 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003570 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004385 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003926 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.025769 10.0.0.249 - - [2025-11-03 04:14:20] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.037712 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004818 10.0.0.249 - - [2025-11-03 04:14:20] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005801 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.038084 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.041560 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006654 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007653 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.034319 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.058435 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.021476 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007086 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.022962 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004910 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004467 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.018884 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005264 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004142 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.016347 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005765 10.0.0.249 - - [2025-11-03 04:14:21] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006356 10.0.0.249 - - [2025-11-03 04:14:21] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.020071 10.0.0.249 - - [2025-11-03 04:14:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006443 10.0.0.249 - - [2025-11-03 04:14:30] "POST /neutron/network HTTP/1.1" 200 1073 0.007264 10.0.0.249 - - [2025-11-03 04:14:30] "POST /neutron/subnet HTTP/1.1" 200 1282 0.014907 10.0.0.249 - - [2025-11-03 04:14:30] "POST /neutron/network HTTP/1.1" 200 1063 0.008598 10.0.0.249 - - [2025-11-03 04:14:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003762 10.0.0.249 - - [2025-11-03 04:14:31] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005275 10.0.0.249 - - [2025-11-03 04:14:31] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004691 10.0.0.249 - - [2025-11-03 04:14:31] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.033753 10.0.0.249 - - [2025-11-03 04:14:31] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.040255 10.0.0.249 - - [2025-11-03 04:14:31] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.013075 10.0.0.249 - - [2025-11-03 04:14:31] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009378 10.0.0.249 - - [2025-11-03 04:14:31] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.039452 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.037770 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006573 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005646 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.037274 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.053066 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009950 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006780 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.039624 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004465 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005462 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004655 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.033444 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.042920 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004583 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004960 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.037723 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.046495 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009704 10.0.0.249 - - [2025-11-03 04:14:32] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005312 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.037386 10.0.0.249 - - [2025-11-03 04:14:32] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.052587 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009330 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007485 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.024040 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004956 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006134 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007089 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.032527 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/2d543cb1-f0d2-4aeb-ac5f-da52966a7af2 HTTP/1.1" 200 254 0.044837 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007055 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013420 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.032722 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/1f9ad8dd-ecfb-4d63-9a5f-c5839ccd8adf HTTP/1.1" 200 254 0.049423 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004542 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007036 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.028146 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.042223 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.025702 10.0.0.249 - - [2025-11-03 04:14:33] "GET /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.013730 10.0.0.249 - - [2025-11-03 04:14:33] "PUT /bgp-router/0df17f43-ab40-4328-bb9d-0d6f94fc19d5 HTTP/1.1" 200 254 0.028128 10.0.0.249 - - [2025-11-03 04:14:34] "POST /ref-update HTTP/1.1" 200 156 0.065824 10.0.0.249 - - [2025-11-03 04:14:34] "GET /virtual-network/64b42f7e-dbf5-47d7-b217-99922af2f89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010991 10.0.0.249 - - [2025-11-03 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.249 - - [2025-11-03 04:14:34] "POST /ref-update HTTP/1.1" 200 156 0.026759 10.0.0.249 - - [2025-11-03 04:14:34] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006617 10.0.0.249 - - [2025-11-03 04:14:34] "POST /ref-update HTTP/1.1" 200 156 0.054154 10.0.0.249 - - [2025-11-03 04:14:34] "GET /virtual-network/df924b4e-faba-4643-a312-b1318e625e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.016182 10.0.0.249 - - [2025-11-03 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-11-03 04:14:34] "GET /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004089 10.0.0.249 - - [2025-11-03 04:14:34] "DELETE /network-policy/d99c8143-948b-43d1-a10b-1a57afc29a94 HTTP/1.1" 200 115 0.035896 10.0.0.249 - - [2025-11-03 04:14:34] "POST /neutron/network HTTP/1.1" 200 799 0.021486 10.0.0.249 - - [2025-11-03 04:14:34] "POST /neutron/port HTTP/1.1" 200 1117 0.012757 10.0.0.249 - - [2025-11-03 04:14:34] "POST /neutron/port HTTP/1.1" 200 1117 0.015220 10.0.0.23 - - [2025-11-03 04:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004236 10.0.0.249 - - [2025-11-03 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006590 10.0.0.23 - - [2025-11-03 04:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003702 10.0.0.249 - - [2025-11-03 04:14:36] "POST /neutron/network HTTP/1.1" 200 151 0.156973 10.0.0.249 - - [2025-11-03 04:14:36] "DELETE /route-target/ab862ceb-ab9c-4121-affc-95eda3bb2693 HTTP/1.1" 200 115 0.039557 10.0.0.249 - - [2025-11-03 04:14:37] "POST /ref-update HTTP/1.1" 200 156 0.086329 10.0.0.249 - - [2025-11-03 04:14:37] "POST /neutron/network HTTP/1.1" 200 977 0.018949 10.0.0.249 - - [2025-11-03 04:14:37] "GET /virtual-network/ad821212-e528-4746-b7cc-1f18a2722958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.011355 10.0.0.249 - - [2025-11-03 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008360 10.0.0.249 - - [2025-11-03 04:14:37] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004462 10.0.0.249 - - [2025-11-03 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.012399 10.0.0.249 - - [2025-11-03 04:14:37] "POST /ref-update HTTP/1.1" 200 156 0.065999 10.0.0.249 - - [2025-11-03 04:14:37] "DELETE /access-control-list/c8c5a786-6f88-45ab-809f-96b8ccaba65c HTTP/1.1" 200 115 0.056657 10.0.0.249 - - [2025-11-03 04:14:37] "GET /virtual-network/8e1b3206-ce74-45a2-85e9-6191c01ce3fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.023764 10.0.0.249 - - [2025-11-03 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009858 10.0.0.249 - - [2025-11-03 04:14:37] "GET /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005406 10.0.0.249 - - [2025-11-03 04:14:37] "DELETE /network-policy/1dca3df7-587c-46c8-b759-8c4b728f353e HTTP/1.1" 200 115 0.047116 10.0.0.249 - - [2025-11-03 04:14:37] "POST /neutron/network HTTP/1.1" 400 204 0.014276 10.0.0.249 - - [2025-11-03 04:14:38] "POST /neutron/port HTTP/1.1" 200 1182 0.018611 10.0.0.249 - - [2025-11-03 04:14:38] "POST /neutron/port HTTP/1.1" 200 151 0.302409 10.0.0.249 - - [2025-11-03 04:14:39] "DELETE /route-target/c4cd28f5-8f80-4e42-8a9e-d63c276ca461 HTTP/1.1" 200 115 0.019576 10.0.0.249 - - [2025-11-03 04:14:39] "POST /neutron/network HTTP/1.1" 200 976 0.010865 10.0.0.23 - - [2025-11-03 04:14:41] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.249 - - [2025-11-03 04:14:41] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048254 10.0.0.23 - - [2025-11-03 04:14:41] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.249 - - [2025-11-03 04:14:41] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?fields=virtual_networks HTTP/1.1" 200 1059 0.041296 10.0.0.23 - - [2025-11-03 04:14:41] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.249 - - [2025-11-03 04:14:41] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.046758 10.0.0.23 - - [2025-11-03 04:14:41] "GET /projects?obj_uuids=9853f4b0-b934-4f71-ae9b-6aafb742874c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.249 - - [2025-11-03 04:14:41] "GET /project/9853f4b0-b934-4f71-ae9b-6aafb742874c?fields=security_groups HTTP/1.1" 200 1293 0.042171 10.0.0.249 - - [2025-11-03 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.024400 10.0.0.23 - - [2025-11-03 04:14:42] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.23 - - [2025-11-03 04:14:42] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.23 - - [2025-11-03 04:14:42] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007879 10.0.0.23 - - [2025-11-03 04:14:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001195 10.0.0.23 - - [2025-11-03 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.005183 10.0.0.23 - - [2025-11-03 04:14:42] "POST /security-groups HTTP/1.1" 200 586 0.073123 10.0.0.249 - - [2025-11-03 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.003080 10.0.0.23 - - [2025-11-03 04:14:42] "POST /projects HTTP/1.1" 200 575 0.273672 10.0.0.23 - - [2025-11-03 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.351023 10.0.0.249 - - [2025-11-03 04:14:42] "POST /access-control-lists HTTP/1.1" 200 589 0.026827 10.0.0.249 - - [2025-11-03 04:14:42] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.529233 10.0.0.249 - - [2025-11-03 04:14:43] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.249 - - [2025-11-03 04:14:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.23 - - [2025-11-03 04:14:46] "DELETE /project/9853f4b0-b934-4f71-ae9b-6aafb742874c HTTP/1.1" 404 177 0.003653 10.0.0.23 - - [2025-11-03 04:14:46] "DELETE /project/bc0cf835b8d940fbb0e4e546da0e5e7b HTTP/1.1" 404 173 0.007763 10.0.0.249 - - [2025-11-03 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.023304 10.0.0.249 - - [2025-11-03 04:14:46] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004617 10.0.0.249 - - [2025-11-03 04:14:46] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003267 10.0.0.249 - - [2025-11-03 04:14:46] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003147 10.0.0.249 - - [2025-11-03 04:14:46] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.011133 10.0.0.249 - - [2025-11-03 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.019251 10.0.0.23 - - [2025-11-03 04:14:48] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002944 10.0.0.23 - - [2025-11-03 04:14:48] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.23 - - [2025-11-03 04:14:48] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007628 10.0.0.23 - - [2025-11-03 04:14:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.002362 10.0.0.23 - - [2025-11-03 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.005079 10.0.0.23 - - [2025-11-03 04:14:48] "POST /security-groups HTTP/1.1" 200 586 0.069323 10.0.0.249 - - [2025-11-03 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.003116 10.0.0.23 - - [2025-11-03 04:14:48] "POST /projects HTTP/1.1" 200 575 0.260747 10.0.0.23 - - [2025-11-03 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.329291 10.0.0.249 - - [2025-11-03 04:14:48] "POST /access-control-lists HTTP/1.1" 200 589 0.026623 10.0.0.249 - - [2025-11-03 04:14:48] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.463762 10.0.0.249 - - [2025-11-03 04:14:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.021346 10.0.0.23 - - [2025-11-03 04:14:49] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002939 10.0.0.23 - - [2025-11-03 04:14:49] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.23 - - [2025-11-03 04:14:49] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008059 10.0.0.23 - - [2025-11-03 04:14:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.001468 10.0.0.23 - - [2025-11-03 04:14:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.008372 10.0.0.23 - - [2025-11-03 04:14:49] "POST /security-groups HTTP/1.1" 200 586 0.108841 10.0.0.23 - - [2025-11-03 04:14:49] "POST /projects HTTP/1.1" 200 575 0.316855 10.0.0.249 - - [2025-11-03 04:14:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.006141 10.0.0.23 - - [2025-11-03 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.386561 10.0.0.249 - - [2025-11-03 04:14:49] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.516128 10.0.0.249 - - [2025-11-03 04:14:50] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.249 - - [2025-11-03 04:14:51] "GET / HTTP/1.1" 200 35931 0.001734 10.0.0.249 - - [2025-11-03 04:14:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003468 10.0.0.249 - - [2025-11-03 04:14:51] "POST /api-access-lists HTTP/1.1" 200 521 0.022177 10.0.0.249 - - [2025-11-03 04:14:51] "GET /api-access-list/cd42646e-2e05-408b-b9f9-ab83e5cde211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006050 10.0.0.249 - - [2025-11-03 04:14:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.249 - - [2025-11-03 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.120348 10.0.0.23 - - [2025-11-03 04:14:52] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.249 - - [2025-11-03 04:14:52] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.054142 10.0.0.249 - - [2025-11-03 04:14:52] "GET /virtual-networks?parent_id=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018065 10.0.0.249 - - [2025-11-03 04:14:52] "POST /virtual-networks HTTP/1.1" 200 568 0.085967 10.0.0.249 - - [2025-11-03 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031752 10.0.0.249 - - [2025-11-03 04:14:52] "POST /ref-update HTTP/1.1" 200 156 0.026575 10.0.0.249 - - [2025-11-03 04:14:52] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.024325 10.0.0.23 - - [2025-11-03 04:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.013902 10.0.0.249 - - [2025-11-03 04:14:53] "POST /ref-update HTTP/1.1" 200 156 0.086168 10.0.0.249 - - [2025-11-03 04:14:53] "POST /neutron/network HTTP/1.1" 200 830 0.051612 10.0.0.249 - - [2025-11-03 04:14:53] "GET /virtual-network/988d8dce-11d6-48cc-be82-cd0a9343cab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.017600 10.0.0.249 - - [2025-11-03 04:14:54] "POST /id-to-fqname HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2025-11-03 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.042845 10.0.0.249 - - [2025-11-03 04:14:55] "POST /neutron/network HTTP/1.1" 200 840 0.053843 10.0.0.23 - - [2025-11-03 04:14:55] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.249 - - [2025-11-03 04:14:55] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.070620 10.0.0.249 - - [2025-11-03 04:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.028175 10.0.0.249 - - [2025-11-03 04:14:56] "POST /neutron/network HTTP/1.1" 200 830 0.040884 10.0.0.249 - - [2025-11-03 04:14:57] "POST /neutron/port HTTP/1.1" 200 1054 0.019535 10.0.0.249 - - [2025-11-03 04:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003849 10.0.0.249 - - [2025-11-03 04:14:57] "POST /neutron/network HTTP/1.1" 200 830 0.007605 10.0.0.249 - - [2025-11-03 04:15:01] "POST /neutron/port HTTP/1.1" 200 1082 0.019744 10.0.0.249 - - [2025-11-03 04:15:01] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010069 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 200 1285 0.048771 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 200 1285 0.028746 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine-interface/00198d64-1c59-4c53-9346-6fe5191cf415 HTTP/1.1" 200 2527 0.028816 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 200 1285 0.023006 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine-interface/00198d64-1c59-4c53-9346-6fe5191cf415 HTTP/1.1" 200 2527 0.026593 10.0.0.249 - - [2025-11-03 04:15:01] "GET /instance-ip/b53eefc5-8f53-4b48-90b1-ba51f4e9e91e HTTP/1.1" 200 1625 0.025572 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 200 1285 0.019297 10.0.0.249 - - [2025-11-03 04:15:01] "GET /virtual-machine-interface/00198d64-1c59-4c53-9346-6fe5191cf415 HTTP/1.1" 200 2527 0.024213 10.0.0.249 - - [2025-11-03 04:15:02] "GET /instance-ip/b53eefc5-8f53-4b48-90b1-ba51f4e9e91e HTTP/1.1" 200 1625 0.024351 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.020743 10.0.0.249 - - [2025-11-03 04:15:02] "GET / HTTP/1.1" 200 35931 0.002108 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.025765 10.0.0.249 - - [2025-11-03 04:15:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.249 - - [2025-11-03 04:15:02] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019963 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.015954 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.249 - - [2025-11-03 04:15:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004360 10.0.0.249 - - [2025-11-03 04:15:02] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015683 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.017778 10.0.0.249 - - [2025-11-03 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-11-03 04:15:02] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003602 10.0.0.249 - - [2025-11-03 04:15:02] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014529 10.0.0.249 - - [2025-11-03 04:15:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.016708 10.0.0.249 - - [2025-11-03 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.249 - - [2025-11-03 04:15:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004696 10.0.0.249 - - [2025-11-03 04:15:03] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018130 10.0.0.249 - - [2025-11-03 04:15:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.019862 10.0.0.249 - - [2025-11-03 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.249 - - [2025-11-03 04:15:03] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004231 10.0.0.249 - - [2025-11-03 04:15:03] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018408 10.0.0.249 - - [2025-11-03 04:15:05] "POST /neutron/port HTTP/1.1" 200 1082 0.016956 10.0.0.249 - - [2025-11-03 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.018265 10.0.0.249 - - [2025-11-03 04:15:06] "GET /virtual-network/988d8dce-11d6-48cc-be82-cd0a9343cab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.021012 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.017832 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.249 - - [2025-11-03 04:15:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004009 10.0.0.249 - - [2025-11-03 04:15:08] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019444 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.021981 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.249 - - [2025-11-03 04:15:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005134 10.0.0.249 - - [2025-11-03 04:15:08] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022360 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.018119 10.0.0.249 - - [2025-11-03 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.249 - - [2025-11-03 04:15:08] "GET /routing-instance/439ef60c-4f71-4791-bddd-74ebac3c8044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.006378 10.0.0.249 - - [2025-11-03 04:15:08] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017080 10.0.0.249 - - [2025-11-03 04:15:08] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004117 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.016379 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-11-03 04:15:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003395 10.0.0.249 - - [2025-11-03 04:15:09] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018854 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.018996 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007554 10.0.0.249 - - [2025-11-03 04:15:09] "GET /routing-instance/439ef60c-4f71-4791-bddd-74ebac3c8044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004628 10.0.0.249 - - [2025-11-03 04:15:09] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017446 10.0.0.249 - - [2025-11-03 04:15:09] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004579 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.018782 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2025-11-03 04:15:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.249 - - [2025-11-03 04:15:09] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019144 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.023398 10.0.0.249 - - [2025-11-03 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.249 - - [2025-11-03 04:15:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.249 - - [2025-11-03 04:15:09] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016296 10.0.0.23 - - [2025-11-03 04:15:10] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 990 0.037029 10.0.0.249 - - [2025-11-03 04:15:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-11-03 04:15:10] "GET /obj-perms HTTP/1.1" 200 4934 0.077656 10.0.0.249 - - [2025-11-03 04:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.017850 10.0.0.249 - - [2025-11-03 04:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.027354 10.0.0.23 - - [2025-11-03 04:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.039675 10.0.0.249 - - [2025-11-03 04:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.014595 10.0.0.249 - - [2025-11-03 04:15:11] "GET /obj-perms HTTP/1.1" 200 4934 0.058410 10.0.0.249 - - [2025-11-03 04:15:12] "GET /obj-perms HTTP/1.1" 200 4934 0.017090 10.0.0.249 - - [2025-11-03 04:15:12] "GET /obj-perms HTTP/1.1" 200 4934 0.063256 10.0.0.249 - - [2025-11-03 04:15:12] "GET /obj-perms HTTP/1.1" 200 4934 0.015686 10.0.0.61 - - [2025-11-03 04:15:13] "GET /obj-perms HTTP/1.1" 200 4934 0.057673 10.0.0.23 - - [2025-11-03 04:15:13] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021993 10.0.0.249 - - [2025-11-03 04:15:13] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 200 1285 0.024515 10.0.0.249 - - [2025-11-03 04:15:13] "POST /neutron/port HTTP/1.1" 200 1108 0.012896 10.0.0.249 - - [2025-11-03 04:15:15] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 404 171 0.020346 10.0.0.249 - - [2025-11-03 04:15:15] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 404 171 0.013664 10.0.0.249 - - [2025-11-03 04:15:15] "GET /virtual-machine/09225bad-0fc2-45e9-85ab-f6dda3c9ad1f HTTP/1.1" 404 171 0.016654 10.0.0.249 - - [2025-11-03 04:15:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.021421 10.0.0.249 - - [2025-11-03 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-11-03 04:15:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003835 10.0.0.249 - - [2025-11-03 04:15:15] "GET /virtual-networks?parent_id=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017805 10.0.0.249 - - [2025-11-03 04:15:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.029598 10.0.0.249 - - [2025-11-03 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-11-03 04:15:15] "GET /routing-instance/439ef60c-4f71-4791-bddd-74ebac3c8044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004415 10.0.0.249 - - [2025-11-03 04:15:15] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018780 10.0.0.249 - - [2025-11-03 04:15:15] "GET /route-target/607c2255-a61e-41b5-a570-a55b9cbfddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004575 10.0.0.249 - - [2025-11-03 04:15:16] "GET /obj-perms HTTP/1.1" 200 4934 0.015194 10.0.0.249 - - [2025-11-03 04:15:16] "GET /obj-perms HTTP/1.1" 200 5039 0.043832 10.0.0.249 - - [2025-11-03 04:15:19] "GET /obj-perms HTTP/1.1" 200 5039 0.003708 10.0.0.23 - - [2025-11-03 04:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.23 - - [2025-11-03 04:15:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.23 - - [2025-11-03 04:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.23 - - [2025-11-03 04:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.61 - - [2025-11-03 04:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.61 - - [2025-11-03 04:15:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2025-11-03 04:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2025-11-03 04:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.61 - - [2025-11-03 04:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.61 - - [2025-11-03 04:15:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-11-03 04:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2025-11-03 04:15:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-11-03 04:15:25] "GET /obj-perms HTTP/1.1" 200 5039 0.004134 10.0.0.249 - - [2025-11-03 04:15:28] "GET /obj-perms HTTP/1.1" 200 5039 0.005807 10.0.0.23 - - [2025-11-03 04:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005384 10.0.0.23 - - [2025-11-03 04:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.249 - - [2025-11-03 04:15:29] "DELETE /virtual-network/988d8dce-11d6-48cc-be82-cd0a9343cab6 HTTP/1.1" 200 115 0.141318 10.0.0.249 - - [2025-11-03 04:15:29] "DELETE /api-access-list/cd42646e-2e05-408b-b9f9-ab83e5cde211 HTTP/1.1" 200 115 0.039440 10.0.0.23 - - [2025-11-03 04:15:29] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.249 - - [2025-11-03 04:15:29] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.044112 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?fields=virtual_networks HTTP/1.1" 200 1032 0.064830 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045079 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?fields=security_groups HTTP/1.1" 200 1253 0.048215 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.050903 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?fields=virtual_networks HTTP/1.1" 200 1032 0.052886 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.249 - - [2025-11-03 04:15:30] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045293 10.0.0.23 - - [2025-11-03 04:15:30] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.249 - - [2025-11-03 04:15:31] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?fields=security_groups HTTP/1.1" 200 1253 0.054842 10.0.0.249 - - [2025-11-03 04:15:33] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004403 10.0.0.249 - - [2025-11-03 04:15:33] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.012305 10.0.0.23 - - [2025-11-03 04:15:33] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.249 - - [2025-11-03 04:15:33] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047088 10.0.0.23 - - [2025-11-03 04:15:33] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.249 - - [2025-11-03 04:15:33] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?fields=virtual_networks HTTP/1.1" 200 1033 0.055351 10.0.0.23 - - [2025-11-03 04:15:33] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.249 - - [2025-11-03 04:15:33] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.056359 10.0.0.23 - - [2025-11-03 04:15:33] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.249 - - [2025-11-03 04:15:33] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?fields=security_groups HTTP/1.1" 200 1254 0.042544 10.0.0.249 - - [2025-11-03 04:15:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.024390 10.0.0.23 - - [2025-11-03 04:15:34] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.23 - - [2025-11-03 04:15:34] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.23 - - [2025-11-03 04:15:34] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007143 10.0.0.23 - - [2025-11-03 04:15:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.005558 10.0.0.23 - - [2025-11-03 04:15:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.005576 10.0.0.23 - - [2025-11-03 04:15:34] "POST /security-groups HTTP/1.1" 200 591 0.031781 10.0.0.249 - - [2025-11-03 04:15:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.003468 10.0.0.23 - - [2025-11-03 04:15:34] "POST /projects HTTP/1.1" 200 585 0.247308 10.0.0.23 - - [2025-11-03 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.319947 10.0.0.249 - - [2025-11-03 04:15:34] "POST /access-control-lists HTTP/1.1" 200 594 0.031056 10.0.0.249 - - [2025-11-03 04:15:34] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.455094 10.0.0.249 - - [2025-11-03 04:15:35] "GET / HTTP/1.1" 200 35931 0.002311 10.0.0.249 - - [2025-11-03 04:15:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-11-03 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.025551 10.0.0.249 - - [2025-11-03 04:15:38] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003696 10.0.0.249 - - [2025-11-03 04:15:38] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004219 10.0.0.249 - - [2025-11-03 04:15:38] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003147 10.0.0.249 - - [2025-11-03 04:15:38] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.012286 10.0.0.249 - - [2025-11-03 04:15:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.024088 10.0.0.23 - - [2025-11-03 04:15:40] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003595 10.0.0.23 - - [2025-11-03 04:15:40] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.23 - - [2025-11-03 04:15:40] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007333 10.0.0.23 - - [2025-11-03 04:15:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.003208 10.0.0.23 - - [2025-11-03 04:15:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.003700 10.0.0.23 - - [2025-11-03 04:15:40] "POST /security-groups HTTP/1.1" 200 591 0.032706 10.0.0.23 - - [2025-11-03 04:15:40] "POST /projects HTTP/1.1" 200 585 0.243398 10.0.0.249 - - [2025-11-03 04:15:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.006413 10.0.0.23 - - [2025-11-03 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.314703 10.0.0.249 - - [2025-11-03 04:15:40] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.441983 10.0.0.249 - - [2025-11-03 04:15:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.025972 10.0.0.23 - - [2025-11-03 04:15:41] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004786 10.0.0.23 - - [2025-11-03 04:15:41] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.23 - - [2025-11-03 04:15:41] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009710 10.0.0.23 - - [2025-11-03 04:15:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.004941 10.0.0.23 - - [2025-11-03 04:15:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.010976 10.0.0.23 - - [2025-11-03 04:15:41] "POST /security-groups HTTP/1.1" 200 591 0.073470 10.0.0.23 - - [2025-11-03 04:15:41] "POST /projects HTTP/1.1" 200 585 0.283064 10.0.0.249 - - [2025-11-03 04:15:41] "POST /access-control-lists HTTP/1.1" 200 596 0.025809 10.0.0.23 - - [2025-11-03 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.353629 10.0.0.249 - - [2025-11-03 04:15:41] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.489376 10.0.0.249 - - [2025-11-03 04:15:42] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.249 - - [2025-11-03 04:15:42] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.249 - - [2025-11-03 04:15:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003021 10.0.0.249 - - [2025-11-03 04:15:43] "POST /api-access-lists HTTP/1.1" 200 521 0.022716 10.0.0.249 - - [2025-11-03 04:15:43] "GET /api-access-list/14829513-713e-466e-82a7-90a9bed4ce36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005535 10.0.0.249 - - [2025-11-03 04:15:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2025-11-03 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.044392 10.0.0.23 - - [2025-11-03 04:15:44] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001352 10.0.0.249 - - [2025-11-03 04:15:44] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060510 10.0.0.249 - - [2025-11-03 04:15:44] "GET /virtual-networks?parent_id=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.034718 10.0.0.249 - - [2025-11-03 04:15:44] "POST /virtual-networks HTTP/1.1" 200 583 0.093761 10.0.0.249 - - [2025-11-03 04:15:44] "POST /route-targets HTTP/1.1" 200 327 0.013180 10.0.0.249 - - [2025-11-03 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.060150 10.0.0.249 - - [2025-11-03 04:15:44] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016608 10.0.0.23 - - [2025-11-03 04:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006022 10.0.0.249 - - [2025-11-03 04:15:44] "POST /ref-update HTTP/1.1" 200 156 0.084363 10.0.0.249 - - [2025-11-03 04:15:44] "POST /neutron/network HTTP/1.1" 200 849 0.053696 10.0.0.249 - - [2025-11-03 04:15:44] "GET /virtual-network/0d6f952a-7674-4fa9-acc2-07d882459d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.018586 10.0.0.249 - - [2025-11-03 04:15:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000634 10.0.0.249 - - [2025-11-03 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.047470 10.0.0.23 - - [2025-11-03 04:15:45] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.249 - - [2025-11-03 04:15:45] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058627 10.0.0.249 - - [2025-11-03 04:15:45] "GET /virtual-networks?parent_id=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018177 10.0.0.249 - - [2025-11-03 04:15:45] "POST /virtual-networks HTTP/1.1" 200 583 0.105079 10.0.0.249 - - [2025-11-03 04:15:45] "POST /ref-update HTTP/1.1" 200 156 0.026333 10.0.0.249 - - [2025-11-03 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058281 10.0.0.249 - - [2025-11-03 04:15:45] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.018271 10.0.0.23 - - [2025-11-03 04:15:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009144 10.0.0.249 - - [2025-11-03 04:15:45] "POST /ref-update HTTP/1.1" 200 156 0.089255 10.0.0.249 - - [2025-11-03 04:15:46] "POST /neutron/network HTTP/1.1" 200 848 0.050725 10.0.0.249 - - [2025-11-03 04:15:46] "GET /virtual-network/0c87d679-1791-4bd9-ae2d-c0f0313a2994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.023610 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/3a001e630bc84550b442cee49c72f429 HTTP/1.1" 404 173 0.027418 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/8d4512541e784b799916e0e0d62c02a5 HTTP/1.1" 404 173 0.023628 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/963c59ba46964c44aef4e154328a1e19 HTTP/1.1" 404 173 0.030001 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000848 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000821 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/7f6b3e8b3b1940ba957d21a5c257d355 HTTP/1.1" 404 173 0.033937 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/1fd98d0979454271a84ac573ee7850d9 HTTP/1.1" 404 173 0.035886 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.083489 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.114466 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.132339 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004329 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?fields=security_groups HTTP/1.1" 200 1358 0.128525 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?fields=security_groups HTTP/1.1" 200 1358 0.129674 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?fields=security_groups HTTP/1.1" 200 1103 0.168566 10.0.0.249 - - [2025-11-03 04:15:46] "POST /neutron/subnet HTTP/1.1" 200 679 0.261199 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007326 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b?fields=application_policy_sets HTTP/1.1" 404 182 0.060993 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /project/bc0cf835-b8d9-40fb-b0e4-e546da0e5e7b HTTP/1.1" 404 171 0.468655 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /security-group/0a92dc16-412f-4a47-ad12-cbbb32ce5523 HTTP/1.1" 200 115 0.172381 10.0.0.23 - - [2025-11-03 04:15:46] "DELETE /security-group/9315f5cd-9994-49f8-96ee-a39845e6bb8c HTTP/1.1" 200 115 0.153998 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=1fd98d09-7945-4271-a84a-c573ee7850d9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001754 10.0.0.23 - - [2025-11-03 04:15:46] "GET /projects?obj_uuids=3a001e63-0bc8-4550-b442-cee49c72f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001620 10.0.0.249 - - [2025-11-03 04:15:46] "DELETE /access-control-list/38ba9c16-13e9-4bac-91aa-ba368660d7f8 HTTP/1.1" 200 115 0.071221 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/3a001e63-0bc8-4550-b442-cee49c72f429?fields=application_policy_sets HTTP/1.1" 200 1397 0.075925 10.0.0.23 - - [2025-11-03 04:15:46] "GET /project/1fd98d09-7945-4271-a84a-c573ee7850d9?fields=application_policy_sets HTTP/1.1" 200 1397 0.123795 10.0.0.249 - - [2025-11-03 04:15:47] "DELETE /access-control-list/a6c98556-46f2-4bd8-a401-a93273165a56 HTTP/1.1" 200 115 0.041746 10.0.0.23 - - [2025-11-03 04:15:47] "DELETE /project/3a001e63-0bc8-4550-b442-cee49c72f429 HTTP/1.1" 200 115 0.776485 10.0.0.23 - - [2025-11-03 04:15:47] "DELETE /project/1fd98d09-7945-4271-a84a-c573ee7850d9 HTTP/1.1" 200 115 0.810601 10.0.0.249 - - [2025-11-03 04:15:47] "PUT /virtual-network/0d6f952a-7674-4fa9-acc2-07d882459d15 HTTP/1.1" 200 264 0.052439 10.0.0.249 - - [2025-11-03 04:15:47] "PUT /virtual-network/0d6f952a-7674-4fa9-acc2-07d882459d15 HTTP/1.1" 200 264 0.051750 10.0.0.23 - - [2025-11-03 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.23 - - [2025-11-03 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003136 10.0.0.249 - - [2025-11-03 04:15:47] "DELETE /virtual-network/0c87d679-1791-4bd9-ae2d-c0f0313a2994 HTTP/1.1" 200 115 0.133160 10.0.0.23 - - [2025-11-03 04:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009274 10.0.0.249 - - [2025-11-03 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010908 10.0.0.23 - - [2025-11-03 04:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004415 10.0.0.249 - - [2025-11-03 04:15:48] "DELETE /virtual-network/0d6f952a-7674-4fa9-acc2-07d882459d15 HTTP/1.1" 200 115 0.158307 10.0.0.249 - - [2025-11-03 04:15:48] "DELETE /api-access-list/14829513-713e-466e-82a7-90a9bed4ce36 HTTP/1.1" 200 115 0.037047 10.0.0.23 - - [2025-11-03 04:15:48] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.249 - - [2025-11-03 04:15:48] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041922 10.0.0.23 - - [2025-11-03 04:15:48] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.249 - - [2025-11-03 04:15:48] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?fields=virtual_networks HTTP/1.1" 200 1042 0.044645 10.0.0.23 - - [2025-11-03 04:15:48] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.249 - - [2025-11-03 04:15:48] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049148 10.0.0.23 - - [2025-11-03 04:15:48] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.249 - - [2025-11-03 04:15:48] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?fields=security_groups HTTP/1.1" 200 1268 0.043521 10.0.0.23 - - [2025-11-03 04:15:49] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.249 - - [2025-11-03 04:15:49] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050051 10.0.0.23 - - [2025-11-03 04:15:49] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.249 - - [2025-11-03 04:15:49] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?fields=virtual_networks HTTP/1.1" 200 1043 0.040184 10.0.0.23 - - [2025-11-03 04:15:49] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.249 - - [2025-11-03 04:15:49] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047002 10.0.0.23 - - [2025-11-03 04:15:49] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.249 - - [2025-11-03 04:15:49] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?fields=security_groups HTTP/1.1" 200 1269 0.046305 10.0.0.249 - - [2025-11-03 04:15:52] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.249 - - [2025-11-03 04:15:53] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.068132 10.0.0.23 - - [2025-11-03 04:15:54] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.249 - - [2025-11-03 04:15:54] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073237 10.0.0.249 - - [2025-11-03 04:15:54] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011839 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.012858 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.014161 10.0.0.23 - - [2025-11-03 04:15:54] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.249 - - [2025-11-03 04:15:54] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.021193 10.0.0.249 - - [2025-11-03 04:15:54] "POST /service-templates HTTP/1.1" 403 264 0.012846 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.003170 10.0.0.249 - - [2025-11-03 04:15:54] "POST /api-access-lists HTTP/1.1" 200 555 0.027994 10.0.0.249 - - [2025-11-03 04:15:54] "GET /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.010792 10.0.0.249 - - [2025-11-03 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.020577 10.0.0.23 - - [2025-11-03 04:15:55] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.249 - - [2025-11-03 04:15:55] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066026 10.0.0.249 - - [2025-11-03 04:15:55] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018920 10.0.0.249 - - [2025-11-03 04:15:55] "POST /virtual-networks HTTP/1.1" 200 583 0.104807 10.0.0.249 - - [2025-11-03 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.037548 10.0.0.249 - - [2025-11-03 04:15:55] "POST /ref-update HTTP/1.1" 200 156 0.026262 10.0.0.249 - - [2025-11-03 04:15:55] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017405 10.0.0.23 - - [2025-11-03 04:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005607 10.0.0.249 - - [2025-11-03 04:15:55] "POST /ref-update HTTP/1.1" 200 156 0.097002 10.0.0.249 - - [2025-11-03 04:15:55] "GET /virtual-network/4c713365-c5ae-488a-81e0-4dbd0a999db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.033526 10.0.0.249 - - [2025-11-03 04:15:55] "POST /neutron/network HTTP/1.1" 200 847 0.069250 10.0.0.249 - - [2025-11-03 04:15:56] "GET /virtual-network/4c713365-c5ae-488a-81e0-4dbd0a999db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.005461 10.0.0.249 - - [2025-11-03 04:15:56] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003451 10.0.0.249 - - [2025-11-03 04:15:56] "GET /virtual-network/4c713365-c5ae-488a-81e0-4dbd0a999db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006026 10.0.0.249 - - [2025-11-03 04:15:56] "GET /obj-perms HTTP/1.1" 200 5049 0.045190 10.0.0.61 - - [2025-11-03 04:15:57] "GET /obj-perms HTTP/1.1" 200 5049 0.055139 10.0.0.249 - - [2025-11-03 04:15:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.018168 10.0.0.249 - - [2025-11-03 04:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.017913 10.0.0.23 - - [2025-11-03 04:15:57] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.249 - - [2025-11-03 04:15:57] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.028795 10.0.0.249 - - [2025-11-03 04:15:57] "POST /service-templates HTTP/1.1" 403 264 0.012707 10.0.0.249 - - [2025-11-03 04:15:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003510 10.0.0.249 - - [2025-11-03 04:15:57] "POST /api-access-lists HTTP/1.1" 200 521 0.035965 10.0.0.249 - - [2025-11-03 04:15:57] "GET /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006225 10.0.0.249 - - [2025-11-03 04:15:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.019257 10.0.0.249 - - [2025-11-03 04:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.015180 10.0.0.23 - - [2025-11-03 04:15:58] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.249 - - [2025-11-03 04:15:58] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.048590 10.0.0.23 - - [2025-11-03 04:15:58] "GET /obj-perms HTTP/1.1" 200 5075 0.045787 10.0.0.249 - - [2025-11-03 04:15:58] "POST /service-templates HTTP/1.1" 200 551 0.111555 10.0.0.249 - - [2025-11-03 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.021202 10.0.0.249 - - [2025-11-03 04:15:58] "GET /service-template/26bfc3fd-9fd4-46da-bd68-b14531ad5f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019710 10.0.0.249 - - [2025-11-03 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026424 10.0.0.249 - - [2025-11-03 04:15:58] "GET /service-template/26bfc3fd-9fd4-46da-bd68-b14531ad5f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.045121 10.0.0.249 - - [2025-11-03 04:15:59] "GET /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003326 10.0.0.249 - - [2025-11-03 04:15:59] "PUT /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6 HTTP/1.1" 200 264 0.012711 10.0.0.249 - - [2025-11-03 04:15:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-11-03 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.042999 10.0.0.23 - - [2025-11-03 04:15:59] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.249 - - [2025-11-03 04:15:59] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060048 10.0.0.249 - - [2025-11-03 04:15:59] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.023295 10.0.0.249 - - [2025-11-03 04:15:59] "POST /virtual-networks HTTP/1.1" 403 263 0.014777 10.0.0.249 - - [2025-11-03 04:16:00] "GET /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004534 10.0.0.249 - - [2025-11-03 04:16:00] "PUT /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b HTTP/1.1" 200 264 0.015848 10.0.0.249 - - [2025-11-03 04:16:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.026856 10.0.0.249 - - [2025-11-03 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.025307 10.0.0.23 - - [2025-11-03 04:16:00] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.249 - - [2025-11-03 04:16:00] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.025506 10.0.0.249 - - [2025-11-03 04:16:00] "POST /service-templates HTTP/1.1" 403 264 0.020058 10.0.0.249 - - [2025-11-03 04:16:00] "GET /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004931 10.0.0.249 - - [2025-11-03 04:16:00] "PUT /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6 HTTP/1.1" 200 264 0.015106 10.0.0.249 - - [2025-11-03 04:16:00] "GET /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003968 10.0.0.249 - - [2025-11-03 04:16:00] "PUT /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b HTTP/1.1" 200 264 0.018388 10.0.0.249 - - [2025-11-03 04:16:01] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004611 10.0.0.249 - - [2025-11-03 04:16:01] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.014683 10.0.0.249 - - [2025-11-03 04:16:01] "DELETE /api-access-list/ffa77af1-c8ec-47a4-9eb6-7240f4b888e6 HTTP/1.1" 200 115 0.041723 10.0.0.249 - - [2025-11-03 04:16:01] "DELETE /api-access-list/230e1d1b-7c86-4b97-b231-17c1e408fb8b HTTP/1.1" 200 115 0.031303 10.0.0.249 - - [2025-11-03 04:16:02] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004083 10.0.0.249 - - [2025-11-03 04:16:02] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.014634 10.0.0.249 - - [2025-11-03 04:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.021564 10.0.0.249 - - [2025-11-03 04:16:02] "DELETE /service-template/26bfc3fd-9fd4-46da-bd68-b14531ad5f60 HTTP/1.1" 200 115 0.045748 10.0.0.249 - - [2025-11-03 04:16:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.022601 10.0.0.23 - - [2025-11-03 04:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004558 10.0.0.23 - - [2025-11-03 04:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.249 - - [2025-11-03 04:16:02] "DELETE /virtual-network/4c713365-c5ae-488a-81e0-4dbd0a999db1 HTTP/1.1" 200 115 0.129634 10.0.0.249 - - [2025-11-03 04:16:02] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005125 10.0.0.249 - - [2025-11-03 04:16:02] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.012185 10.0.0.249 - - [2025-11-03 04:16:03] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005436 10.0.0.249 - - [2025-11-03 04:16:03] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.012251 10.0.0.249 - - [2025-11-03 04:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2025-11-03 04:16:05] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.249 - - [2025-11-03 04:16:05] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055556 10.0.0.249 - - [2025-11-03 04:16:05] "POST /neutron/network HTTP/1.1" 200 117 0.099380 10.0.0.249 - - [2025-11-03 04:16:06] "POST /route-targets HTTP/1.1" 200 327 0.026299 10.0.0.249 - - [2025-11-03 04:16:06] "POST /neutron/network HTTP/1.1" 200 863 0.010662 10.0.0.249 - - [2025-11-03 04:16:06] "POST /id-to-fqname HTTP/1.1" 200 240 0.002414 10.0.0.249 - - [2025-11-03 04:16:06] "GET /virtual-network/cffa8281-2449-4e2f-9cfc-cbe3014f7c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006971 10.0.0.249 - - [2025-11-03 04:16:06] "GET /virtual-network/cffa8281-2449-4e2f-9cfc-cbe3014f7c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005823 10.0.0.249 - - [2025-11-03 04:16:06] "POST /neutron/subnet HTTP/1.1" 200 728 0.009857 10.0.0.249 - - [2025-11-03 04:16:06] "GET /virtual-network/cffa8281-2449-4e2f-9cfc-cbe3014f7c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005567 10.0.0.249 - - [2025-11-03 04:16:06] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003194 10.0.0.249 - - [2025-11-03 04:16:06] "GET /virtual-network/cffa8281-2449-4e2f-9cfc-cbe3014f7c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006631 10.0.0.249 - - [2025-11-03 04:16:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.003520 10.0.0.249 - - [2025-11-03 04:16:07] "POST /api-access-lists HTTP/1.1" 200 555 0.027944 10.0.0.249 - - [2025-11-03 04:16:07] "GET /api-access-list/ab135ca0-8c1c-4af7-b2b7-a2bcb0e7d0d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.008540 10.0.0.249 - - [2025-11-03 04:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020741 10.0.0.23 - - [2025-11-03 04:16:07] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001858 10.0.0.249 - - [2025-11-03 04:16:07] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073032 10.0.0.23 - - [2025-11-03 04:16:07] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.249 - - [2025-11-03 04:16:07] "POST /neutron/network HTTP/1.1" 200 645 0.172092 10.0.0.249 - - [2025-11-03 04:16:07] "POST /ref-update HTTP/1.1" 200 156 0.031468 10.0.0.23 - - [2025-11-03 04:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008265 10.0.0.249 - - [2025-11-03 04:16:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.293792 10.0.0.249 - - [2025-11-03 04:16:08] "POST /id-to-fqname HTTP/1.1" 200 240 0.015666 10.0.0.249 - - [2025-11-03 04:16:08] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018159 10.0.0.249 - - [2025-11-03 04:16:08] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021837 10.0.0.249 - - [2025-11-03 04:16:08] "POST /neutron/network HTTP/1.1" 200 863 0.033666 10.0.0.249 - - [2025-11-03 04:16:08] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005963 10.0.0.249 - - [2025-11-03 04:16:08] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005123 10.0.0.249 - - [2025-11-03 04:16:08] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005752 10.0.0.249 - - [2025-11-03 04:16:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003890 10.0.0.249 - - [2025-11-03 04:16:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.018191 10.0.0.23 - - [2025-11-03 04:16:09] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.249 - - [2025-11-03 04:16:09] "POST /fqname-to-id HTTP/1.1" 404 263 0.015332 10.0.0.249 - - [2025-11-03 04:16:09] "PUT /access-control-list/6e739fd3-30a4-45b8-b9c1-8a5f10807d2b HTTP/1.1" 200 272 0.024091 10.0.0.249 - - [2025-11-03 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 1426 0.530046 10.0.0.249 - - [2025-11-03 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 1426 0.025035 10.0.0.23 - - [2025-11-03 04:16:10] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.249 - - [2025-11-03 04:16:10] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.113097 10.0.0.249 - - [2025-11-03 04:16:10] "PUT /access-control-list/6e739fd3-30a4-45b8-b9c1-8a5f10807d2b HTTP/1.1" 200 272 0.016975 10.0.0.249 - - [2025-11-03 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.030216 10.0.0.249 - - [2025-11-03 04:16:10] "GET /security-group/8bed3a16-2771-49cc-ba66-9e262498c54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.028271 10.0.0.249 - - [2025-11-03 04:16:11] "POST /id-to-fqname HTTP/1.1" 200 240 0.017484 10.0.0.249 - - [2025-11-03 04:16:11] "POST /neutron/network HTTP/1.1" 200 873 0.033808 10.0.0.23 - - [2025-11-03 04:16:12] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.249 - - [2025-11-03 04:16:12] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.064861 10.0.0.249 - - [2025-11-03 04:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.042281 10.0.0.249 - - [2025-11-03 04:16:13] "POST /neutron/network HTTP/1.1" 200 863 0.052473 10.0.0.249 - - [2025-11-03 04:16:14] "POST /neutron/port HTTP/1.1" 200 1059 0.038490 10.0.0.249 - - [2025-11-03 04:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003796 10.0.0.249 - - [2025-11-03 04:16:14] "POST /neutron/network HTTP/1.1" 200 863 0.007638 10.0.0.249 - - [2025-11-03 04:16:18] "POST /neutron/port HTTP/1.1" 200 1087 0.018860 10.0.0.249 - - [2025-11-03 04:16:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009217 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.047833 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.022245 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a HTTP/1.1" 200 3023 0.023581 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.017822 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a HTTP/1.1" 200 3023 0.022317 10.0.0.249 - - [2025-11-03 04:16:18] "GET /instance-ip/1e3f50e3-3d05-42d0-beb2-cf8d270bbf7e HTTP/1.1" 200 1639 0.018939 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.017841 10.0.0.249 - - [2025-11-03 04:16:18] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a HTTP/1.1" 200 3023 0.020925 10.0.0.249 - - [2025-11-03 04:16:19] "GET /instance-ip/1e3f50e3-3d05-42d0-beb2-cf8d270bbf7e HTTP/1.1" 200 1639 0.020273 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.016286 10.0.0.249 - - [2025-11-03 04:16:19] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.026036 10.0.0.249 - - [2025-11-03 04:16:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003849 10.0.0.249 - - [2025-11-03 04:16:19] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023680 10.0.0.249 - - [2025-11-03 04:16:19] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018298 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.016903 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.249 - - [2025-11-03 04:16:19] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003908 10.0.0.249 - - [2025-11-03 04:16:19] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023455 10.0.0.249 - - [2025-11-03 04:16:19] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023082 10.0.0.249 - - [2025-11-03 04:16:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.017863 10.0.0.249 - - [2025-11-03 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.249 - - [2025-11-03 04:16:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006073 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023148 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.025579 10.0.0.249 - - [2025-11-03 04:16:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.017130 10.0.0.249 - - [2025-11-03 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.249 - - [2025-11-03 04:16:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003953 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020792 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023875 10.0.0.249 - - [2025-11-03 04:16:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.016675 10.0.0.249 - - [2025-11-03 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-11-03 04:16:20] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003739 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021559 10.0.0.249 - - [2025-11-03 04:16:20] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019684 10.0.0.249 - - [2025-11-03 04:16:22] "POST /neutron/port HTTP/1.1" 200 1087 0.014938 10.0.0.249 - - [2025-11-03 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.019854 10.0.0.249 - - [2025-11-03 04:16:23] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018409 10.0.0.249 - - [2025-11-03 04:16:25] "POST /fqname-to-id HTTP/1.1" 403 354 0.015548 10.0.0.249 - - [2025-11-03 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-11-03 04:16:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003681 10.0.0.249 - - [2025-11-03 04:16:25] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019307 10.0.0.249 - - [2025-11-03 04:16:25] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020645 10.0.0.249 - - [2025-11-03 04:16:25] "POST /fqname-to-id HTTP/1.1" 403 354 0.018011 10.0.0.249 - - [2025-11-03 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.249 - - [2025-11-03 04:16:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003425 10.0.0.249 - - [2025-11-03 04:16:25] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023211 10.0.0.249 - - [2025-11-03 04:16:26] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022521 10.0.0.249 - - [2025-11-03 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.016282 10.0.0.249 - - [2025-11-03 04:16:26] "GET /routing-instance/05f94526-86b6-49f0-b878-ac93fdfd62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.019702 10.0.0.249 - - [2025-11-03 04:16:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.016741 10.0.0.249 - - [2025-11-03 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.249 - - [2025-11-03 04:16:26] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757 10.0.0.249 - - [2025-11-03 04:16:26] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021692 10.0.0.249 - - [2025-11-03 04:16:26] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021261 10.0.0.249 - - [2025-11-03 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014293 10.0.0.249 - - [2025-11-03 04:16:26] "GET /routing-instance/05f94526-86b6-49f0-b878-ac93fdfd62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.018625 10.0.0.23 - - [2025-11-03 04:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.033607 10.0.0.23 - - [2025-11-03 04:16:28] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014794 10.0.0.249 - - [2025-11-03 04:16:29] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.039342 10.0.0.249 - - [2025-11-03 04:16:29] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.020764 10.0.0.249 - - [2025-11-03 04:16:29] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.020324 10.0.0.249 - - [2025-11-03 04:16:29] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020867 10.0.0.23 - - [2025-11-03 04:16:29] "GET /obj-perms HTTP/1.1" 403 257 0.012580 10.0.0.249 - - [2025-11-03 04:16:29] "GET /obj-perms HTTP/1.1" 403 257 0.032409 10.0.0.249 - - [2025-11-03 04:16:30] "GET /obj-perms HTTP/1.1" 200 5049 0.004162 10.0.0.249 - - [2025-11-03 04:16:30] "GET /obj-perms HTTP/1.1" 403 257 0.030318 10.0.0.249 - - [2025-11-03 04:16:30] "GET /obj-perms HTTP/1.1" 200 5049 0.003872 10.0.0.249 - - [2025-11-03 04:16:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015182 10.0.0.249 - - [2025-11-03 04:16:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.008780 10.0.0.61 - - [2025-11-03 04:16:30] "GET /obj-perms HTTP/1.1" 403 257 0.049067 10.0.0.23 - - [2025-11-03 04:16:31] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022387 10.0.0.249 - - [2025-11-03 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016755 10.0.0.23 - - [2025-11-03 04:16:31] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.249 - - [2025-11-03 04:16:31] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072644 10.0.0.249 - - [2025-11-03 04:16:31] "GET /virtual-network/cffa8281-2449-4e2f-9cfc-cbe3014f7c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.023143 10.0.0.249 - - [2025-11-03 04:16:31] "GET /floating-ip-pools?parent_id=cffa8281-2449-4e2f-9cfc-cbe3014f7c89&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020739 10.0.0.249 - - [2025-11-03 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017322 10.0.0.249 - - [2025-11-03 04:16:31] "GET /floating-ip-pool/ade1d708-5d8d-4e47-b0d1-402d5f167dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.016830 10.0.0.23 - - [2025-11-03 04:16:31] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.249 - - [2025-11-03 04:16:31] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071895 10.0.0.249 - - [2025-11-03 04:16:31] "POST /floating-ips HTTP/1.1" 200 616 0.079595 10.0.0.249 - - [2025-11-03 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017763 10.0.0.249 - - [2025-11-03 04:16:31] "GET /floating-ip/7b621072-5ebc-4c8e-9ca5-0c2693fc7acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.021715 10.0.0.249 - - [2025-11-03 04:16:31] "GET /floating-ip/7b621072-5ebc-4c8e-9ca5-0c2693fc7acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.016641 10.0.0.249 - - [2025-11-03 04:16:31] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018114 10.0.0.249 - - [2025-11-03 04:16:31] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.017372 10.0.0.249 - - [2025-11-03 04:16:32] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.019607 10.0.0.249 - - [2025-11-03 04:16:32] "POST /ref-update HTTP/1.1" 200 156 0.024418 10.0.0.249 - - [2025-11-03 04:16:32] "POST /neutron/floatingip HTTP/1.1" 200 548 0.066474 10.0.0.249 - - [2025-11-03 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.016219 10.0.0.249 - - [2025-11-03 04:16:32] "GET /routing-instance/2b851a88-7cbc-412c-b6cd-afef17b1f8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.017979 10.0.0.249 - - [2025-11-03 04:16:32] "POST /neutron/port HTTP/1.1" 200 1113 0.064625 10.0.0.249 - - [2025-11-03 04:16:32] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.028494 10.0.0.249 - - [2025-11-03 04:16:32] "GET /virtual-machine-interface/835afae3-c1cd-455a-bf5b-6ec13c0c249a HTTP/1.1" 200 3585 0.030262 10.0.0.249 - - [2025-11-03 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.014841 10.0.0.249 - - [2025-11-03 04:16:32] "GET /security-group/8bed3a16-2771-49cc-ba66-9e262498c54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017769 10.0.0.249 - - [2025-11-03 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.020120 10.0.0.249 - - [2025-11-03 04:16:33] "GET /security-group/8bed3a16-2771-49cc-ba66-9e262498c54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.016353 10.0.0.249 - - [2025-11-03 04:16:33] "POST /neutron/security_group HTTP/1.1" 200 568 0.016755 10.0.0.249 - - [2025-11-03 04:16:33] "DELETE /floating-ip/7b621072-5ebc-4c8e-9ca5-0c2693fc7acd HTTP/1.1" 200 115 0.085279 10.0.0.249 - - [2025-11-03 04:16:33] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 200 1292 0.025950 10.0.0.249 - - [2025-11-03 04:16:34] "POST /neutron/port HTTP/1.1" 200 151 0.182755 10.0.0.249 - - [2025-11-03 04:16:35] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 404 171 0.020804 10.0.0.249 - - [2025-11-03 04:16:35] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 404 171 0.017285 10.0.0.249 - - [2025-11-03 04:16:35] "GET /virtual-machine/0f90ee7a-5dc2-4490-a96a-06280623e0dc HTTP/1.1" 404 171 0.012810 10.0.0.249 - - [2025-11-03 04:16:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.022011 10.0.0.249 - - [2025-11-03 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010489 10.0.0.249 - - [2025-11-03 04:16:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006059 10.0.0.249 - - [2025-11-03 04:16:35] "GET /virtual-networks?parent_id=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033962 10.0.0.249 - - [2025-11-03 04:16:35] "GET /virtual-network/5a28c5c8-20d4-45d9-b3aa-aa437ce41536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021862 10.0.0.249 - - [2025-11-03 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.022945 10.0.0.249 - - [2025-11-03 04:16:35] "GET /routing-instance/05f94526-86b6-49f0-b878-ac93fdfd62f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022148 10.0.0.249 - - [2025-11-03 04:16:35] "GET /obj-perms HTTP/1.1" 403 257 0.012316 10.0.0.249 - - [2025-11-03 04:16:36] "GET /obj-perms HTTP/1.1" 403 257 0.036064 10.0.0.249 - - [2025-11-03 04:16:39] "GET /obj-perms HTTP/1.1" 200 5049 0.003868 10.0.0.249 - - [2025-11-03 04:16:42] "GET /obj-perms HTTP/1.1" 200 5049 0.004206 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004276 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.095084 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.138190 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?fields=security_groups HTTP/1.1" 200 1113 0.124302 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?fields=security_groups HTTP/1.1" 200 1112 0.131534 10.0.0.249 - - [2025-11-03 04:16:47] "DELETE /access-control-list/baf12e05-e4a0-486b-88cb-394b29f63c32 HTTP/1.1" 200 115 0.125251 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=8d451254-1e78-4b79-9916-e0e0d62c02a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002786 10.0.0.23 - - [2025-11-03 04:16:47] "GET /projects?obj_uuids=7f6b3e8b-3b19-40ba-957d-21a5c257d355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002400 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/8d451254-1e78-4b79-9916-e0e0d62c02a5?fields=application_policy_sets HTTP/1.1" 404 171 0.085129 10.0.0.23 - - [2025-11-03 04:16:47] "GET /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355?fields=application_policy_sets HTTP/1.1" 404 171 0.059972 10.0.0.23 - - [2025-11-03 04:16:47] "DELETE /project/8d451254-1e78-4b79-9916-e0e0d62c02a5 HTTP/1.1" 404 171 0.429132 10.0.0.23 - - [2025-11-03 04:16:47] "DELETE /project/7f6b3e8b-3b19-40ba-957d-21a5c257d355 HTTP/1.1" 404 171 0.443640 10.0.0.249 - - [2025-11-03 04:16:48] "GET /obj-perms HTTP/1.1" 200 5049 0.004005 10.0.0.249 - - [2025-11-03 04:16:51] "GET /obj-perms HTTP/1.1" 200 5049 0.004684 10.0.0.249 - - [2025-11-03 04:16:57] "GET /obj-perms HTTP/1.1" 200 5049 0.003949 10.0.0.249 - - [2025-11-03 04:17:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004489 10.0.0.61 - - [2025-11-03 04:17:01] "GET /obj-perms HTTP/1.1" 200 5049 0.005542 10.0.0.249 - - [2025-11-03 04:17:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.037961 10.0.0.249 - - [2025-11-03 04:17:01] "DELETE /access-control-list/6e739fd3-30a4-45b8-b9c1-8a5f10807d2b HTTP/1.1" 200 115 0.036844 10.0.0.249 - - [2025-11-03 04:17:01] "POST /neutron/network HTTP/1.1" 200 863 0.038662 10.0.0.249 - - [2025-11-03 04:17:02] "DELETE /api-access-list/ab135ca0-8c1c-4af7-b2b7-a2bcb0e7d0d3 HTTP/1.1" 200 115 0.050635 10.0.0.249 - - [2025-11-03 04:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006862 10.0.0.23 - - [2025-11-03 04:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003271 10.0.0.23 - - [2025-11-03 04:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.249 - - [2025-11-03 04:17:02] "POST /neutron/network HTTP/1.1" 200 151 0.185686 10.0.0.249 - - [2025-11-03 04:17:04] "GET /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004939 10.0.0.249 - - [2025-11-03 04:17:04] "PUT /api-access-list/7727e188-b6f8-4548-b343-992e65e5b2ea HTTP/1.1" 200 264 0.015772 10.0.0.23 - - [2025-11-03 04:17:04] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.249 - - [2025-11-03 04:17:04] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048644 10.0.0.23 - - [2025-11-03 04:17:04] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.249 - - [2025-11-03 04:17:04] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?fields=virtual_networks HTTP/1.1" 200 1043 0.051871 10.0.0.23 - - [2025-11-03 04:17:04] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.249 - - [2025-11-03 04:17:04] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.053384 10.0.0.23 - - [2025-11-03 04:17:04] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.249 - - [2025-11-03 04:17:04] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?fields=security_groups HTTP/1.1" 200 1269 0.052069 10.0.0.23 - - [2025-11-03 04:17:05] "GET /projects?obj_uuids=86915b98-8264-4ee1-9675-55305ce491b3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001153 10.0.0.249 - - [2025-11-03 04:17:05] "GET /project/86915b98-8264-4ee1-9675-55305ce491b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.049464 [Introspect:8084]10.0.0.249 - - [2025-11-03 04:17:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001498 10.0.0.249 - - [2025-11-03 04:17:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.024930 10.0.0.23 - - [2025-11-03 04:17:08] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002924 10.0.0.23 - - [2025-11-03 04:17:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.23 - - [2025-11-03 04:17:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007141 10.0.0.23 - - [2025-11-03 04:17:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001346 10.0.0.23 - - [2025-11-03 04:17:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.006871 10.0.0.23 - - [2025-11-03 04:17:09] "POST /security-groups HTTP/1.1" 200 592 0.080850 10.0.0.23 - - [2025-11-03 04:17:09] "POST /projects HTTP/1.1" 200 587 0.297399 10.0.0.249 - - [2025-11-03 04:17:09] "POST /access-control-lists HTTP/1.1" 200 597 0.029484 10.0.0.23 - - [2025-11-03 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.371926 10.0.0.249 - - [2025-11-03 04:17:09] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.504286 10.0.0.249 - - [2025-11-03 04:17:10] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.249 - - [2025-11-03 04:17:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2025-11-03 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.051180 10.0.0.23 - - [2025-11-03 04:17:12] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.249 - - [2025-11-03 04:17:12] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041005 10.0.0.249 - - [2025-11-03 04:17:12] "POST /route-targets HTTP/1.1" 200 327 0.017066 10.0.0.23 - - [2025-11-03 04:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008429 10.0.0.249 - - [2025-11-03 04:17:13] "POST /neutron/subnet HTTP/1.1" 200 716 0.221814 10.0.0.249 - - [2025-11-03 04:17:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.249 - - [2025-11-03 04:17:13] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006364 10.0.0.249 - - [2025-11-03 04:17:13] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005849 10.0.0.249 - - [2025-11-03 04:17:13] "POST /neutron/network HTTP/1.1" 200 825 0.006748 10.0.0.249 - - [2025-11-03 04:17:13] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005633 10.0.0.249 - - [2025-11-03 04:17:14] "GET /obj-perms HTTP/1.1" 200 5051 0.051099 10.0.0.23 - - [2025-11-03 04:17:14] "GET /obj-perms HTTP/1.1" 200 5051 0.041163 10.0.0.249 - - [2025-11-03 04:17:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001315 10.0.0.23 - - [2025-11-03 04:17:15] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.249 - - [2025-11-03 04:17:15] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072849 10.0.0.249 - - [2025-11-03 04:17:15] "POST /neutron/network HTTP/1.1" 200 825 0.005892 10.0.0.249 - - [2025-11-03 04:17:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001469 10.0.0.249 - - [2025-11-03 04:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.007744 10.0.0.23 - - [2025-11-03 04:17:16] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.249 - - [2025-11-03 04:17:16] "POST /neutron/port HTTP/1.1" 200 1059 0.316733 10.0.0.249 - - [2025-11-03 04:17:17] "POST /neutron/port HTTP/1.1" 200 1113 0.114176 10.0.0.23 - - [2025-11-03 04:17:17] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001813 10.0.0.249 - - [2025-11-03 04:17:17] "POST /neutron/subnet HTTP/1.1" 200 690 0.008854 10.0.0.249 - - [2025-11-03 04:17:17] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071975 10.0.0.249 - - [2025-11-03 04:17:17] "POST /neutron/network HTTP/1.1" 200 825 0.008538 10.0.0.249 - - [2025-11-03 04:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.007822 10.0.0.249 - - [2025-11-03 04:17:17] "POST /neutron/network HTTP/1.1" 200 835 0.006756 10.0.0.249 - - [2025-11-03 04:17:18] "POST /neutron/port HTTP/1.1" 200 1059 0.037406 10.0.0.249 - - [2025-11-03 04:17:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003930 10.0.0.249 - - [2025-11-03 04:17:18] "POST /neutron/network HTTP/1.1" 200 825 0.006951 10.0.0.249 - - [2025-11-03 04:17:22] "POST /neutron/port HTTP/1.1" 200 1087 0.016876 10.0.0.249 - - [2025-11-03 04:17:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007515 10.0.0.249 - - [2025-11-03 04:17:22] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 401 293 0.000326 10.0.0.249 - - [2025-11-03 04:17:23] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 200 1293 0.026690 10.0.0.249 - - [2025-11-03 04:17:23] "GET /virtual-machine-interface/b1950d15-b567-41d9-9419-9eb872fc97b2 HTTP/1.1" 200 2950 0.004721 10.0.0.249 - - [2025-11-03 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.249 - - [2025-11-03 04:17:23] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004085 10.0.0.249 - - [2025-11-03 04:17:23] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002808 10.0.0.249 - - [2025-11-03 04:17:23] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007932 10.0.0.249 - - [2025-11-03 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-11-03 04:17:26] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005270 10.0.0.249 - - [2025-11-03 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.249 - - [2025-11-03 04:17:30] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005918 10.0.0.249 - - [2025-11-03 04:17:30] "POST /neutron/network HTTP/1.1" 200 835 0.008441 10.0.0.249 - - [2025-11-03 04:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.249 - - [2025-11-03 04:17:31] "POST /neutron/port HTTP/1.1" 200 1087 0.020136 10.0.0.249 - - [2025-11-03 04:17:31] "POST /neutron/subnet HTTP/1.1" 200 690 0.011931 10.0.0.249 - - [2025-11-03 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.249 - - [2025-11-03 04:17:34] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005528 10.0.0.249 - - [2025-11-03 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.249 - - [2025-11-03 04:17:38] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007897 10.0.0.249 - - [2025-11-03 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-11-03 04:17:42] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005810 10.0.0.249 - - [2025-11-03 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.249 - - [2025-11-03 04:17:46] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006068 10.0.0.23 - - [2025-11-03 04:17:47] "DELETE /project/5daccc5632574e4fa3d4efc3dda62592 HTTP/1.1" 404 173 0.044354 10.0.0.23 - - [2025-11-03 04:17:47] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001561 10.0.0.23 - - [2025-11-03 04:17:47] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.063268 10.0.0.23 - - [2025-11-03 04:17:47] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001627 10.0.0.23 - - [2025-11-03 04:17:47] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?fields=security_groups HTTP/1.1" 200 1113 0.065886 10.0.0.23 - - [2025-11-03 04:17:47] "GET /projects?obj_uuids=963c59ba-4696-4c44-aef4-e154328a1e19&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2025-11-03 04:17:48] "GET /project/963c59ba-4696-4c44-aef4-e154328a1e19?fields=application_policy_sets HTTP/1.1" 200 1413 0.098152 10.0.0.249 - - [2025-11-03 04:17:48] "DELETE /access-control-list/09cd771d-8061-4818-aa79-335fee550577 HTTP/1.1" 200 115 0.148791 10.0.0.23 - - [2025-11-03 04:17:48] "DELETE /project/963c59ba-4696-4c44-aef4-e154328a1e19 HTTP/1.1" 200 115 0.501455 10.0.0.249 - - [2025-11-03 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-11-03 04:17:51] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005457 10.0.0.249 - - [2025-11-03 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.249 - - [2025-11-03 04:17:53] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003939 10.0.0.249 - - [2025-11-03 04:17:53] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003450 10.0.0.249 - - [2025-11-03 04:17:53] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007148 10.0.0.249 - - [2025-11-03 04:17:53] "POST /neutron/port HTTP/1.1" 200 1087 0.018019 10.0.0.249 - - [2025-11-03 04:17:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009348 10.0.0.249 - - [2025-11-03 04:18:03] "POST /neutron/port HTTP/1.1" 200 1087 0.016837 10.0.0.249 - - [2025-11-03 04:18:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007351 10.0.0.249 - - [2025-11-03 04:18:14] "POST /neutron/port HTTP/1.1" 200 1087 0.017015 10.0.0.249 - - [2025-11-03 04:18:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008168 10.0.0.249 - - [2025-11-03 04:18:14] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 200 1294 0.006012 10.0.0.249 - - [2025-11-03 04:18:14] "GET /virtual-machine-interface/9414db6e-89a8-4cc2-9a9c-fb556c287a9a HTTP/1.1" 200 2950 0.006498 10.0.0.249 - - [2025-11-03 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.249 - - [2025-11-03 04:18:14] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004445 10.0.0.249 - - [2025-11-03 04:18:14] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003109 10.0.0.249 - - [2025-11-03 04:18:14] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006916 10.0.0.249 - - [2025-11-03 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.249 - - [2025-11-03 04:18:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004743 10.0.0.249 - - [2025-11-03 04:18:15] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002796 10.0.0.249 - - [2025-11-03 04:18:15] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006031 10.0.0.249 - - [2025-11-03 04:18:19] "POST /neutron/port HTTP/1.1" 200 1087 0.015088 10.0.0.249 - - [2025-11-03 04:18:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007605 10.0.0.249 - - [2025-11-03 04:18:31] "POST /neutron/port HTTP/1.1" 200 1087 0.014595 10.0.0.249 - - [2025-11-03 04:18:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004083 10.0.0.249 - - [2025-11-03 04:18:32] "POST /neutron/network HTTP/1.1" 200 825 0.006360 10.0.0.249 - - [2025-11-03 04:18:32] "POST /neutron/network HTTP/1.1" 200 835 0.006616 10.0.0.249 - - [2025-11-03 04:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.249 - - [2025-11-03 04:19:31] "POST /neutron/port HTTP/1.1" 200 1087 0.017207 10.0.0.249 - - [2025-11-03 04:19:31] "POST /neutron/subnet HTTP/1.1" 200 690 0.009424 10.0.0.249 - - [2025-11-03 04:19:34] "POST /neutron/port HTTP/1.1" 200 1087 0.017146 10.0.0.249 - - [2025-11-03 04:19:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.249 - - [2025-11-03 04:19:34] "POST /neutron/network HTTP/1.1" 200 825 0.007760 10.0.0.61 - - [2025-11-03 04:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.056205 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 200 1293 0.004143 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine-interface/b1950d15-b567-41d9-9419-9eb872fc97b2 HTTP/1.1" 200 2950 0.005597 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 200 1293 0.003622 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine-interface/b1950d15-b567-41d9-9419-9eb872fc97b2 HTTP/1.1" 200 2950 0.004927 10.0.0.249 - - [2025-11-03 04:20:05] "GET /instance-ip/11f8071d-799b-4f3e-98f5-7e6e367c363a HTTP/1.1" 200 1621 0.006533 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 200 1293 0.003336 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-machine-interface/b1950d15-b567-41d9-9419-9eb872fc97b2 HTTP/1.1" 200 2950 0.006834 10.0.0.249 - - [2025-11-03 04:20:05] "GET /instance-ip/11f8071d-799b-4f3e-98f5-7e6e367c363a HTTP/1.1" 200 1621 0.004439 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-11-03 04:20:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005059 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003111 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008310 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.249 - - [2025-11-03 04:20:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004722 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002929 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008265 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.249 - - [2025-11-03 04:20:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004021 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004138 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008073 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.249 - - [2025-11-03 04:20:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004684 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003329 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005934 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.249 - - [2025-11-03 04:20:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004218 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002873 10.0.0.249 - - [2025-11-03 04:20:05] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007143 10.0.0.249 - - [2025-11-03 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2025-11-03 04:20:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004224 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007177 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007584 10.0.0.249 - - [2025-11-03 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.249 - - [2025-11-03 04:20:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005166 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003927 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005859 10.0.0.249 - - [2025-11-03 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.249 - - [2025-11-03 04:20:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003558 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007573 10.0.0.249 - - [2025-11-03 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2025-11-03 04:20:06] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005132 10.0.0.249 - - [2025-11-03 04:20:06] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004628 10.0.0.249 - - [2025-11-03 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.249 - - [2025-11-03 04:20:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003718 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003303 10.0.0.249 - - [2025-11-03 04:20:06] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006741 10.0.0.249 - - [2025-11-03 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2025-11-03 04:20:06] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004567 10.0.0.249 - - [2025-11-03 04:20:06] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003877 10.0.0.249 - - [2025-11-03 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.249 - - [2025-11-03 04:20:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005397 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004958 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007370 10.0.0.249 - - [2025-11-03 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.249 - - [2025-11-03 04:20:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004746 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004069 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006743 10.0.0.249 - - [2025-11-03 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.249 - - [2025-11-03 04:20:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007840 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005099 10.0.0.249 - - [2025-11-03 04:20:07] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006720 10.0.0.23 - - [2025-11-03 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.005046 10.0.0.249 - - [2025-11-03 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.005438 10.0.0.249 - - [2025-11-03 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.003801 10.0.0.249 - - [2025-11-03 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.003555 10.0.0.23 - - [2025-11-03 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.004237 10.0.0.249 - - [2025-11-03 04:20:07] "POST /neutron/port HTTP/1.1" 200 1087 0.016626 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 200 1294 0.003993 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine-interface/9414db6e-89a8-4cc2-9a9c-fb556c287a9a HTTP/1.1" 200 2950 0.004971 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 200 1294 0.003959 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine-interface/9414db6e-89a8-4cc2-9a9c-fb556c287a9a HTTP/1.1" 200 2950 0.005502 10.0.0.249 - - [2025-11-03 04:20:08] "GET /instance-ip/d8e0a596-1d98-4102-977c-b2a06a7fab64 HTTP/1.1" 200 1622 0.006303 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 200 1294 0.004965 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-machine-interface/9414db6e-89a8-4cc2-9a9c-fb556c287a9a HTTP/1.1" 200 2950 0.005370 10.0.0.249 - - [2025-11-03 04:20:08] "GET /instance-ip/d8e0a596-1d98-4102-977c-b2a06a7fab64 HTTP/1.1" 200 1622 0.005553 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004352 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003669 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005905 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004155 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005164 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005973 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004139 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003108 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006857 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004160 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003008 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007636 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004542 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002721 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007051 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004046 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003708 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006179 10.0.0.249 - - [2025-11-03 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.249 - - [2025-11-03 04:20:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004907 10.0.0.249 - - [2025-11-03 04:20:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003642 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005932 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.249 - - [2025-11-03 04:20:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002910 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008447 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.249 - - [2025-11-03 04:20:09] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004335 10.0.0.249 - - [2025-11-03 04:20:09] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004676 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005664 10.0.0.249 - - [2025-11-03 04:20:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003389 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003149 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005843 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2025-11-03 04:20:09] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004806 10.0.0.249 - - [2025-11-03 04:20:09] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004803 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-11-03 04:20:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003422 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007318 10.0.0.249 - - [2025-11-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.249 - - [2025-11-03 04:20:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004841 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003159 10.0.0.249 - - [2025-11-03 04:20:09] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005505 10.0.0.249 - - [2025-11-03 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-11-03 04:20:10] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003846 10.0.0.249 - - [2025-11-03 04:20:10] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002786 10.0.0.249 - - [2025-11-03 04:20:10] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009054 10.0.0.249 - - [2025-11-03 04:20:10] "GET /obj-perms HTTP/1.1" 200 5051 0.007397 10.0.0.249 - - [2025-11-03 04:20:10] "GET /obj-perms HTTP/1.1" 200 5051 0.003850 10.0.0.23 - - [2025-11-03 04:20:10] "GET /obj-perms HTTP/1.1" 200 5051 0.003992 10.0.0.249 - - [2025-11-03 04:20:10] "GET /obj-perms HTTP/1.1" 200 5051 0.004194 10.0.0.249 - - [2025-11-03 04:20:15] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 200 1294 0.004972 10.0.0.249 - - [2025-11-03 04:20:16] "POST /neutron/port HTTP/1.1" 200 1113 0.012537 10.0.0.249 - - [2025-11-03 04:20:17] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 404 171 0.003687 10.0.0.249 - - [2025-11-03 04:20:17] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 404 171 0.002990 10.0.0.249 - - [2025-11-03 04:20:17] "GET /virtual-machine/93e562aa-a8fe-4e63-aef9-d047b0bb65ae HTTP/1.1" 404 171 0.002905 10.0.0.249 - - [2025-11-03 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.249 - - [2025-11-03 04:20:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003661 10.0.0.249 - - [2025-11-03 04:20:17] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003764 10.0.0.249 - - [2025-11-03 04:20:18] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006241 10.0.0.249 - - [2025-11-03 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-11-03 04:20:18] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005008 10.0.0.249 - - [2025-11-03 04:20:18] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004950 10.0.0.249 - - [2025-11-03 04:20:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004181 10.0.0.23 - - [2025-11-03 04:20:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.23 - - [2025-11-03 04:20:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-11-03 04:20:21] "GET /obj-perms HTTP/1.1" 200 5051 0.005025 10.0.0.23 - - [2025-11-03 04:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.23 - - [2025-11-03 04:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.61 - - [2025-11-03 04:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.61 - - [2025-11-03 04:20:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-11-03 04:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2025-11-03 04:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.61 - - [2025-11-03 04:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.61 - - [2025-11-03 04:20:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2025-11-03 04:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-11-03 04:20:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-11-03 04:20:27] "GET /obj-perms HTTP/1.1" 200 5051 0.004423 10.0.0.249 - - [2025-11-03 04:20:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004185 10.0.0.249 - - [2025-11-03 04:20:32] "POST /neutron/port HTTP/1.1" 200 1087 0.014542 10.0.0.249 - - [2025-11-03 04:20:32] "POST /neutron/subnet HTTP/1.1" 200 690 0.008391 10.0.0.249 - - [2025-11-03 04:20:36] "GET /obj-perms HTTP/1.1" 200 5051 0.003730 10.0.0.249 - - [2025-11-03 04:20:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004677 10.0.0.61 - - [2025-11-03 04:20:39] "GET /obj-perms HTTP/1.1" 200 5051 0.049696 10.0.0.249 - - [2025-11-03 04:20:40] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 200 1293 0.004295 10.0.0.249 - - [2025-11-03 04:20:40] "POST /neutron/port HTTP/1.1" 200 1087 0.016369 10.0.0.249 - - [2025-11-03 04:20:42] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 404 171 0.003826 10.0.0.249 - - [2025-11-03 04:20:42] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 404 171 0.002926 10.0.0.249 - - [2025-11-03 04:20:42] "GET /virtual-machine/71a37f3a-939c-44d1-bcaa-271b71132b77 HTTP/1.1" 404 171 0.002725 10.0.0.249 - - [2025-11-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.249 - - [2025-11-03 04:20:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004651 10.0.0.249 - - [2025-11-03 04:20:42] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002704 10.0.0.249 - - [2025-11-03 04:20:42] "GET /virtual-network/d74978d3-63fe-4208-b76c-acbc42f24683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006665 10.0.0.249 - - [2025-11-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.249 - - [2025-11-03 04:20:42] "GET /routing-instance/aa6d4ab0-7955-482c-b7d3-15f1407e4ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004844 10.0.0.249 - - [2025-11-03 04:20:42] "GET /route-target/a3edc090-697a-4ab8-b673-cbe618e668f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003894 10.0.0.249 - - [2025-11-03 04:20:42] "GET /obj-perms HTTP/1.1" 200 5051 0.004308 10.0.0.249 - - [2025-11-03 04:20:45] "GET /obj-perms HTTP/1.1" 200 5051 0.004166 10.0.0.249 - - [2025-11-03 04:20:51] "GET /obj-perms HTTP/1.1" 200 5051 0.004143 10.0.0.249 - - [2025-11-03 04:20:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004208 10.0.0.249 - - [2025-11-03 04:21:00] "GET /obj-perms HTTP/1.1" 200 5051 0.004591 10.0.0.249 - - [2025-11-03 04:21:01] "GET /obj-perms HTTP/1.1" 200 5051 0.004384 10.0.0.23 - - [2025-11-03 04:21:01] "GET /obj-perms HTTP/1.1" 200 5051 0.004671 10.0.0.249 - - [2025-11-03 04:21:01] "POST /neutron/network HTTP/1.1" 200 825 0.009813 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003491 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.23 - - [2025-11-03 04:21:04] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.023297 10.0.0.249 - - [2025-11-03 04:21:04] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070539 10.0.0.249 - - [2025-11-03 04:21:04] "POST /network-policys HTTP/1.1" 200 522 0.031567 10.0.0.249 - - [2025-11-03 04:21:04] "GET /network-policy/330780fe-e8e5-4bcb-ae56-f076a20197ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006045 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003244 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2025-11-03 04:21:04] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001617 10.0.0.249 - - [2025-11-03 04:21:04] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057749 10.0.0.249 - - [2025-11-03 04:21:04] "POST /network-policys HTTP/1.1" 200 522 0.029432 10.0.0.249 - - [2025-11-03 04:21:04] "GET /network-policy/c9e2bc82-67e0-4cc2-949d-fe560735ec7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007102 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.23 - - [2025-11-03 04:21:04] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.249 - - [2025-11-03 04:21:04] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043319 10.0.0.249 - - [2025-11-03 04:21:04] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003226 10.0.0.249 - - [2025-11-03 04:21:04] "POST /virtual-networks HTTP/1.1" 200 546 0.072638 10.0.0.249 - - [2025-11-03 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.249 - - [2025-11-03 04:21:04] "POST /route-targets HTTP/1.1" 200 327 0.016120 10.0.0.249 - - [2025-11-03 04:21:05] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006730 10.0.0.23 - - [2025-11-03 04:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007772 10.0.0.249 - - [2025-11-03 04:21:05] "POST /ref-update HTTP/1.1" 200 156 0.089374 10.0.0.249 - - [2025-11-03 04:21:05] "POST /neutron/network HTTP/1.1" 200 809 0.007983 10.0.0.249 - - [2025-11-03 04:21:05] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006327 10.0.0.249 - - [2025-11-03 04:21:05] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005985 10.0.0.61 - - [2025-11-03 04:21:05] "GET /obj-perms HTTP/1.1" 200 5051 0.004025 10.0.0.249 - - [2025-11-03 04:21:05] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005619 10.0.0.249 - - [2025-11-03 04:21:05] "PUT /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f HTTP/1.1" 200 264 0.058908 10.0.0.249 - - [2025-11-03 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.249 - - [2025-11-03 04:21:05] "GET /network-policy/330780fe-e8e5-4bcb-ae56-f076a20197ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005038 10.0.0.249 - - [2025-11-03 04:21:05] "POST /ref-update HTTP/1.1" 200 156 0.050826 10.0.0.249 - - [2025-11-03 04:21:05] "POST /access-control-lists HTTP/1.1" 200 592 0.032506 10.0.0.249 - - [2025-11-03 04:21:06] "POST /neutron/network HTTP/1.1" 200 886 0.008890 10.0.0.249 - - [2025-11-03 04:21:06] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005936 10.0.0.249 - - [2025-11-03 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.249 - - [2025-11-03 04:21:06] "GET /network-policy/330780fe-e8e5-4bcb-ae56-f076a20197ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004829 10.0.0.249 - - [2025-11-03 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.23 - - [2025-11-03 04:21:06] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001801 10.0.0.249 - - [2025-11-03 04:21:06] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046307 10.0.0.249 - - [2025-11-03 04:21:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003384 10.0.0.249 - - [2025-11-03 04:21:06] "POST /virtual-networks HTTP/1.1" 200 546 0.096076 10.0.0.249 - - [2025-11-03 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.249 - - [2025-11-03 04:21:06] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004518 10.0.0.23 - - [2025-11-03 04:21:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007691 10.0.0.249 - - [2025-11-03 04:21:06] "POST /ref-update HTTP/1.1" 200 156 0.094940 10.0.0.249 - - [2025-11-03 04:21:06] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005785 10.0.0.249 - - [2025-11-03 04:21:06] "POST /neutron/network HTTP/1.1" 200 809 0.016717 10.0.0.249 - - [2025-11-03 04:21:07] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005440 10.0.0.249 - - [2025-11-03 04:21:07] "GET /obj-perms HTTP/1.1" 200 5051 0.004907 10.0.0.249 - - [2025-11-03 04:21:07] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007007 10.0.0.249 - - [2025-11-03 04:21:07] "PUT /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0 HTTP/1.1" 200 264 0.061027 10.0.0.249 - - [2025-11-03 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.249 - - [2025-11-03 04:21:07] "GET /network-policy/c9e2bc82-67e0-4cc2-949d-fe560735ec7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004462 10.0.0.249 - - [2025-11-03 04:21:07] "POST /fqname-to-id HTTP/1.1" 404 237 0.021621 10.0.0.249 - - [2025-11-03 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.101588 10.0.0.249 - - [2025-11-03 04:21:07] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007044 10.0.0.249 - - [2025-11-03 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010536 10.0.0.249 - - [2025-11-03 04:21:07] "GET /network-policy/c9e2bc82-67e0-4cc2-949d-fe560735ec7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004557 10.0.0.249 - - [2025-11-03 04:21:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001466 10.0.0.249 - - [2025-11-03 04:21:07] "POST /neutron/network HTTP/1.1" 200 896 0.006994 10.0.0.23 - - [2025-11-03 04:21:08] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001455 10.0.0.249 - - [2025-11-03 04:21:08] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072438 10.0.0.249 - - [2025-11-03 04:21:08] "POST /neutron/port HTTP/1.1" 200 117 0.006578 10.0.0.249 - - [2025-11-03 04:21:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001265 10.0.0.249 - - [2025-11-03 04:21:09] "POST /neutron/network HTTP/1.1" 200 896 0.009267 10.0.0.249 - - [2025-11-03 04:21:09] "PUT /access-control-list/0c70f972-2590-49d7-90a8-f0db73b4fdeb HTTP/1.1" 200 272 0.060960 10.0.0.249 - - [2025-11-03 04:21:09] "POST /neutron/port HTTP/1.1" 200 1061 0.015159 10.0.0.249 - - [2025-11-03 04:21:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.23 - - [2025-11-03 04:21:09] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.249 - - [2025-11-03 04:21:09] "POST /neutron/network HTTP/1.1" 200 886 0.006669 10.0.0.249 - - [2025-11-03 04:21:09] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.083778 10.0.0.249 - - [2025-11-03 04:21:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007662 10.0.0.249 - - [2025-11-03 04:21:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008855 10.0.0.249 - - [2025-11-03 04:21:10] "POST /neutron/port HTTP/1.1" 200 1061 0.023763 10.0.0.249 - - [2025-11-03 04:21:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016926 10.0.0.249 - - [2025-11-03 04:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.249 - - [2025-11-03 04:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007354 10.0.0.249 - - [2025-11-03 04:21:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016745 10.0.0.249 - - [2025-11-03 04:21:15] "GET /virtual-machine/68a27d5e-9e0f-4fe1-b16f-c8ec2bd0a7b9 HTTP/1.1" 200 1293 0.006542 10.0.0.249 - - [2025-11-03 04:21:15] "GET /virtual-machine-interface/19975347-2add-4b72-a243-15b5203e2357 HTTP/1.1" 200 2949 0.005115 10.0.0.249 - - [2025-11-03 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-11-03 04:21:15] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003951 10.0.0.249 - - [2025-11-03 04:21:15] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006654 10.0.0.249 - - [2025-11-03 04:21:15] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006488 10.0.0.249 - - [2025-11-03 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.249 - - [2025-11-03 04:21:18] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006130 10.0.0.249 - - [2025-11-03 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-11-03 04:21:22] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006271 10.0.0.249 - - [2025-11-03 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2025-11-03 04:21:26] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007994 10.0.0.249 - - [2025-11-03 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.249 - - [2025-11-03 04:21:30] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007555 10.0.0.249 - - [2025-11-03 04:21:34] "POST /neutron/port HTTP/1.1" 200 1089 0.037994 10.0.0.249 - - [2025-11-03 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.249 - - [2025-11-03 04:21:35] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006293 10.0.0.249 - - [2025-11-03 04:21:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.009414 10.0.0.249 - - [2025-11-03 04:21:36] "POST /neutron/port HTTP/1.1" 200 1089 0.015956 10.0.0.249 - - [2025-11-03 04:21:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255 10.0.0.249 - - [2025-11-03 04:21:36] "POST /neutron/network HTTP/1.1" 200 886 0.009208 10.0.0.249 - - [2025-11-03 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-11-03 04:21:39] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006078 10.0.0.249 - - [2025-11-03 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.249 - - [2025-11-03 04:21:43] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004892 10.0.0.249 - - [2025-11-03 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-11-03 04:21:47] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004111 10.0.0.249 - - [2025-11-03 04:21:47] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003406 10.0.0.249 - - [2025-11-03 04:21:47] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006292 10.0.0.249 - - [2025-11-03 04:21:52] "POST /neutron/port HTTP/1.1" 200 1089 0.018710 10.0.0.249 - - [2025-11-03 04:21:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030007 10.0.0.23 - - [2025-11-03 04:22:02] "GET /obj-perms HTTP/1.1" 200 5075 0.040963 10.0.0.249 - - [2025-11-03 04:22:02] "POST /neutron/port HTTP/1.1" 200 1089 0.015501 10.0.0.249 - - [2025-11-03 04:22:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009054 10.0.0.249 - - [2025-11-03 04:22:08] "POST /neutron/port HTTP/1.1" 200 1089 0.015546 10.0.0.249 - - [2025-11-03 04:22:08] "GET /virtual-machine/3de6ce6c-e127-4c6c-9980-1e644a1268a6 HTTP/1.1" 200 1293 0.006371 10.0.0.249 - - [2025-11-03 04:22:08] "GET /virtual-machine-interface/c587320c-d2f6-4d91-84fd-81b3d1ca97f3 HTTP/1.1" 200 2949 0.005424 10.0.0.249 - - [2025-11-03 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.249 - - [2025-11-03 04:22:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.249 - - [2025-11-03 04:22:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003701 10.0.0.249 - - [2025-11-03 04:22:08] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006866 10.0.0.249 - - [2025-11-03 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.249 - - [2025-11-03 04:22:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004303 10.0.0.249 - - [2025-11-03 04:22:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003945 10.0.0.249 - - [2025-11-03 04:22:09] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008806 10.0.0.249 - - [2025-11-03 04:22:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007575 10.0.0.249 - - [2025-11-03 04:22:15] "POST /neutron/port HTTP/1.1" 200 1089 0.043678 10.0.0.249 - - [2025-11-03 04:22:34] "POST /neutron/port HTTP/1.1" 200 1089 0.016353 10.0.0.249 - - [2025-11-03 04:22:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.009395 10.0.0.249 - - [2025-11-03 04:22:37] "POST /neutron/port HTTP/1.1" 200 1089 0.037047 10.0.0.249 - - [2025-11-03 04:22:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.249 - - [2025-11-03 04:22:37] "POST /neutron/network HTTP/1.1" 200 886 0.007336 10.0.0.249 - - [2025-11-03 04:23:34] "POST /neutron/port HTTP/1.1" 200 1089 0.014620 10.0.0.249 - - [2025-11-03 04:23:34] "POST /neutron/port HTTP/1.1" 200 1089 0.019479 10.0.0.249 - - [2025-11-03 04:23:34] "POST /neutron/network HTTP/1.1" 200 896 0.006578 10.0.0.249 - - [2025-11-03 04:23:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003373 10.0.0.249 - - [2025-11-03 04:23:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.010210 10.0.0.249 - - [2025-11-03 04:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.249 - - [2025-11-03 04:23:35] "POST /neutron/network HTTP/1.1" 200 886 0.006688 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/port HTTP/1.1" 200 1089 0.019175 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016747 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/network HTTP/1.1" 200 896 0.007679 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/subnet HTTP/1.1" 200 646 0.009817 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.249 - - [2025-11-03 04:23:38] "POST /neutron/network HTTP/1.1" 200 886 0.014060 10.0.0.61 - - [2025-11-03 04:24:04] "GET /obj-perms HTTP/1.1" 200 5075 0.049688 ++ 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 Nov 3 04:24:07 AM UTC 2025 ===================' INFO: =================== Mon Nov 3 04:24:07 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.61:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.61:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.61:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.61:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.61:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.61:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.61:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.61:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.61:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.61:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ 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.249,10.0.0.61,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.61,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.61,10.0.0.23 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.61,10.0.0.23 +++ local servers=10.0.0.249,10.0.0.61,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.23,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.61:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/03/2025 04:24:15.531 7ff1340a2f80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/03/2025 04:24:15.663 7ff1340a2f80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/03/2025 04:24:15.674 7ff1340a2f80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/03/2025 04:24:15.674 7ff1340a2f80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-03 04:24:16] "GET / HTTP/1.1" 503 181 0.000256 10.0.0.23 - - [2025-11-03 04:24:16] "GET / HTTP/1.1" 503 181 0.000186 10.0.0.23 - - [2025-11-03 04:24:17] "GET / HTTP/1.1" 200 45871 0.001363 10.0.0.23 - - [2025-11-03 04:24:17] "GET / HTTP/1.1" 200 45871 0.001023 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-03 04:24:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000513 10.0.0.23 - - [2025-11-03 04:24:17] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000288 [Introspect:8084]10.0.0.249 - - [2025-11-03 04:24:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001377 10.0.0.23 - - [2025-11-03 04:24:18] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.609583 10.0.0.23 - - [2025-11-03 04:24:18] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.004483 10.0.0.23 - - [2025-11-03 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.344479 10.0.0.23 - - [2025-11-03 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-11-03 04:24:18] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.23 - - [2025-11-03 04:24:18] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.050543 10.0.0.23 - - [2025-11-03 04:24:18] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000839 10.0.0.23 - - [2025-11-03 04:24:18] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=security_groups HTTP/1.1" 200 1099 0.047442 10.0.0.23 - - [2025-11-03 04:24:18] "GET /projects?obj_uuids=cc8e8c30-162e-4f35-aacd-80cd3b7ef488&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 10.0.0.23 - - [2025-11-03 04:24:18] "GET /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488?fields=application_policy_sets HTTP/1.1" 200 1392 0.052251 10.0.0.23 - - [2025-11-03 04:24:18] "DELETE /project/cc8e8c30-162e-4f35-aacd-80cd3b7ef488 HTTP/1.1" 409 278 0.252441 [Introspect:8084]10.0.0.249 - - [2025-11-03 04:24:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001261 [Introspect:8084]10.0.0.249 - - [2025-11-03 04:24:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001043 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.249 - - [2025-11-03 04:24:23] "GET /obj-perms HTTP/1.1" 200 5051 0.367560 10.0.0.249 - - [2025-11-03 04:24:24] "GET /obj-perms HTTP/1.1" 200 5051 0.003732 10.0.0.249 - - [2025-11-03 04:24:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004083 10.0.0.249 - - [2025-11-03 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.024622 10.0.0.23 - - [2025-11-03 04:24:24] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.249 - - [2025-11-03 04:24:24] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046304 10.0.0.249 - - [2025-11-03 04:24:24] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004480 10.0.0.249 - - [2025-11-03 04:24:24] "POST /virtual-networks HTTP/1.1" 200 546 0.091431 10.0.0.249 - - [2025-11-03 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-11-03 04:24:24] "GET /network-ipam/58051dbd-cf80-4d23-bdff-a228eebe224e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004081 10.0.0.23 - - [2025-11-03 04:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005907 10.0.0.249 - - [2025-11-03 04:24:24] "POST /ref-update HTTP/1.1" 200 156 0.069704 10.0.0.249 - - [2025-11-03 04:24:24] "GET /virtual-network/851add8b-933f-4310-bf46-ffe1c3ccd9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007869 10.0.0.249 - - [2025-11-03 04:24:24] "POST /neutron/network HTTP/1.1" 200 809 0.039567 10.0.0.249 - - [2025-11-03 04:24:25] "POST /ref-update HTTP/1.1" 200 156 0.042046 10.0.0.249 - - [2025-11-03 04:24:25] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005890 10.0.0.249 - - [2025-11-03 04:24:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001511 10.0.0.249 - - [2025-11-03 04:24:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008350 10.0.0.23 - - [2025-11-03 04:24:26] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.249 - - [2025-11-03 04:24:26] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065118 10.0.0.249 - - [2025-11-03 04:24:26] "POST /neutron/port HTTP/1.1" 200 2062 0.022965 10.0.0.249 - - [2025-11-03 04:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.006943 10.0.0.249 - - [2025-11-03 04:24:27] "POST /neutron/port HTTP/1.1" 200 1061 0.045896 10.0.0.249 - - [2025-11-03 04:24:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018297 10.0.0.249 - - [2025-11-03 04:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.249 - - [2025-11-03 04:24:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008446 10.0.0.249 - - [2025-11-03 04:24:31] "POST /neutron/port HTTP/1.1" 200 1089 0.016701 10.0.0.249 - - [2025-11-03 04:24:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007644 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.030670 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.003150 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine-interface/87ebc179-2fa4-4653-b22b-34a664777603 HTTP/1.1" 200 2949 0.005176 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.004198 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine-interface/87ebc179-2fa4-4653-b22b-34a664777603 HTTP/1.1" 200 2949 0.005139 10.0.0.249 - - [2025-11-03 04:24:32] "GET /instance-ip/db34733b-a3b1-469a-b3c1-56057dad9c49 HTTP/1.1" 200 1624 0.007816 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.003179 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-machine-interface/87ebc179-2fa4-4653-b22b-34a664777603 HTTP/1.1" 200 2949 0.005082 10.0.0.249 - - [2025-11-03 04:24:32] "GET /instance-ip/db34733b-a3b1-469a-b3c1-56057dad9c49 HTTP/1.1" 200 1624 0.004125 10.0.0.249 - - [2025-11-03 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2025-11-03 04:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003823 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002876 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006471 10.0.0.249 - - [2025-11-03 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.249 - - [2025-11-03 04:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004518 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003160 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006854 10.0.0.249 - - [2025-11-03 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-11-03 04:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003251 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006245 10.0.0.249 - - [2025-11-03 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.249 - - [2025-11-03 04:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004762 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004143 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005393 10.0.0.249 - - [2025-11-03 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.249 - - [2025-11-03 04:24:32] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003899 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003107 10.0.0.249 - - [2025-11-03 04:24:32] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006117 10.0.0.249 - - [2025-11-03 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.249 - - [2025-11-03 04:24:35] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005789 10.0.0.249 - - [2025-11-03 04:24:36] "POST /neutron/network HTTP/1.1" 200 896 0.007163 10.0.0.249 - - [2025-11-03 04:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.249 - - [2025-11-03 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-11-03 04:24:40] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006828 10.0.0.249 - - [2025-11-03 04:24:40] "POST /neutron/port HTTP/1.1" 200 1089 0.037693 10.0.0.249 - - [2025-11-03 04:24:40] "POST /neutron/subnet HTTP/1.1" 200 646 0.008947 10.0.0.249 - - [2025-11-03 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-11-03 04:24:44] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007103 10.0.0.249 - - [2025-11-03 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.249 - - [2025-11-03 04:24:48] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005475 10.0.0.249 - - [2025-11-03 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.249 - - [2025-11-03 04:24:52] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005246 10.0.0.249 - - [2025-11-03 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.249 - - [2025-11-03 04:24:56] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006073 10.0.0.249 - - [2025-11-03 04:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.249 - - [2025-11-03 04:25:00] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006456 10.0.0.249 - - [2025-11-03 04:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.249 - - [2025-11-03 04:25:04] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006773 10.0.0.23 - - [2025-11-03 04:25:05] "GET /obj-perms HTTP/1.1" 200 5075 0.056144 10.0.0.249 - - [2025-11-03 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.249 - - [2025-11-03 04:25:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003815 10.0.0.249 - - [2025-11-03 04:25:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003499 10.0.0.249 - - [2025-11-03 04:25:06] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005476 10.0.0.249 - - [2025-11-03 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.249 - - [2025-11-03 04:25:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004023 10.0.0.249 - - [2025-11-03 04:25:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002831 10.0.0.249 - - [2025-11-03 04:25:06] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007016 10.0.0.249 - - [2025-11-03 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-11-03 04:25:07] "GET /routing-instance/b48b7971-909b-4d77-a09c-7cdf3e7c143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005197 10.0.0.249 - - [2025-11-03 04:25:07] "GET /route-target/7b3fdae7-6473-4886-bdf8-58cc68489cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006095 10.0.0.249 - - [2025-11-03 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-11-03 04:25:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003656 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003205 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005516 10.0.0.249 - - [2025-11-03 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-11-03 04:25:07] "GET /routing-instance/b48b7971-909b-4d77-a09c-7cdf3e7c143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004474 10.0.0.249 - - [2025-11-03 04:25:07] "GET /route-target/7b3fdae7-6473-4886-bdf8-58cc68489cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003607 10.0.0.249 - - [2025-11-03 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.249 - - [2025-11-03 04:25:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004433 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003023 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007190 10.0.0.249 - - [2025-11-03 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.249 - - [2025-11-03 04:25:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004192 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002917 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005892 10.0.0.249 - - [2025-11-03 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.249 - - [2025-11-03 04:25:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004531 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003629 10.0.0.249 - - [2025-11-03 04:25:07] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006030 10.0.0.249 - - [2025-11-03 04:25:07] "GET /obj-perms HTTP/1.1" 200 5051 0.003725 10.0.0.249 - - [2025-11-03 04:25:07] "GET /obj-perms HTTP/1.1" 200 5051 0.004100 10.0.0.23 - - [2025-11-03 04:25:07] "GET /obj-perms HTTP/1.1" 200 5051 0.060131 10.0.0.249 - - [2025-11-03 04:25:08] "GET /obj-perms HTTP/1.1" 200 5051 0.003714 10.0.0.249 - - [2025-11-03 04:25:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001324 10.0.0.249 - - [2025-11-03 04:25:08] "POST /neutron/port HTTP/1.1" 200 3034 0.016520 10.0.0.23 - - [2025-11-03 04:25:09] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.249 - - [2025-11-03 04:25:09] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.080722 10.0.0.249 - - [2025-11-03 04:25:09] "POST /neutron/network HTTP/1.1" 200 886 0.028812 10.0.0.249 - - [2025-11-03 04:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.006674 10.0.0.23 - - [2025-11-03 04:25:09] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.249 - - [2025-11-03 04:25:10] "POST /neutron/port HTTP/1.1" 200 1061 0.302870 10.0.0.249 - - [2025-11-03 04:25:10] "POST /neutron/port HTTP/1.1" 200 1115 0.105438 10.0.0.249 - - [2025-11-03 04:25:10] "POST /neutron/subnet HTTP/1.1" 200 646 0.010726 10.0.0.249 - - [2025-11-03 04:25:13] "POST /neutron/port HTTP/1.1" 200 1089 0.039007 10.0.0.249 - - [2025-11-03 04:25:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007877 10.0.0.23 - - [2025-11-03 04:25:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.23 - - [2025-11-03 04:25:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.23 - - [2025-11-03 04:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.23 - - [2025-11-03 04:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.61 - - [2025-11-03 04:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.61 - - [2025-11-03 04:25:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2025-11-03 04:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-11-03 04:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.61 - - [2025-11-03 04:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000752 10.0.0.61 - - [2025-11-03 04:25:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2025-11-03 04:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.249 - - [2025-11-03 04:25:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000965 10.0.0.249 - - [2025-11-03 04:25:24] "POST /neutron/port HTTP/1.1" 200 1089 0.019353 10.0.0.249 - - [2025-11-03 04:25:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008145 10.0.0.249 - - [2025-11-03 04:25:24] "POST /neutron/port HTTP/1.1" 200 1089 0.014884 10.0.0.249 - - [2025-11-03 04:25:24] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.006155 10.0.0.249 - - [2025-11-03 04:25:24] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.003996 10.0.0.249 - - [2025-11-03 04:25:24] "GET /virtual-machine-interface/87704001-ba87-4532-8964-acde86ad0ef8 HTTP/1.1" 200 2948 0.006119 10.0.0.249 - - [2025-11-03 04:25:24] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.003448 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-machine-interface/87704001-ba87-4532-8964-acde86ad0ef8 HTTP/1.1" 200 2948 0.005662 10.0.0.249 - - [2025-11-03 04:25:25] "GET /instance-ip/8c7271f3-00ca-44b2-945c-7da42cf62564 HTTP/1.1" 200 1624 0.005585 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.003383 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-machine-interface/87704001-ba87-4532-8964-acde86ad0ef8 HTTP/1.1" 200 2948 0.005721 10.0.0.249 - - [2025-11-03 04:25:25] "GET /instance-ip/8c7271f3-00ca-44b2-945c-7da42cf62564 HTTP/1.1" 200 1624 0.003498 10.0.0.249 - - [2025-11-03 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.249 - - [2025-11-03 04:25:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004923 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002891 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006093 10.0.0.249 - - [2025-11-03 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.249 - - [2025-11-03 04:25:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004230 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003790 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006383 10.0.0.249 - - [2025-11-03 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.249 - - [2025-11-03 04:25:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003735 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003432 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.021672 10.0.0.249 - - [2025-11-03 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.249 - - [2025-11-03 04:25:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004478 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003379 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006590 10.0.0.249 - - [2025-11-03 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-11-03 04:25:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003402 10.0.0.249 - - [2025-11-03 04:25:25] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006146 10.0.0.249 - - [2025-11-03 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-11-03 04:25:28] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005188 10.0.0.249 - - [2025-11-03 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.249 - - [2025-11-03 04:25:32] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005176 10.0.0.249 - - [2025-11-03 04:25:36] "POST /neutron/port HTTP/1.1" 200 1089 0.015187 10.0.0.249 - - [2025-11-03 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.249 - - [2025-11-03 04:25:36] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005512 10.0.0.249 - - [2025-11-03 04:25:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.010488 10.0.0.249 - - [2025-11-03 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.249 - - [2025-11-03 04:25:41] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005600 10.0.0.249 - - [2025-11-03 04:25:41] "POST /neutron/port HTTP/1.1" 200 1089 0.014759 10.0.0.249 - - [2025-11-03 04:25:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.249 - - [2025-11-03 04:25:41] "POST /neutron/network HTTP/1.1" 200 886 0.007193 10.0.0.249 - - [2025-11-03 04:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.249 - - [2025-11-03 04:25:45] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006354 10.0.0.249 - - [2025-11-03 04:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-11-03 04:25:49] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005377 10.0.0.249 - - [2025-11-03 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.249 - - [2025-11-03 04:25:53] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006212 10.0.0.249 - - [2025-11-03 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.249 - - [2025-11-03 04:25:57] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005628 10.0.0.249 - - [2025-11-03 04:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.249 - - [2025-11-03 04:26:01] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005746 10.0.0.249 - - [2025-11-03 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.249 - - [2025-11-03 04:26:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004258 10.0.0.249 - - [2025-11-03 04:26:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003401 10.0.0.249 - - [2025-11-03 04:26:05] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006283 10.0.0.249 - - [2025-11-03 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2025-11-03 04:26:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004402 10.0.0.249 - - [2025-11-03 04:26:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002875 10.0.0.249 - - [2025-11-03 04:26:05] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007077 10.0.0.249 - - [2025-11-03 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.249 - - [2025-11-03 04:26:05] "GET /routing-instance/5d3c1ee8-dbf5-4d7d-864e-f3ca162bdabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004936 10.0.0.249 - - [2025-11-03 04:26:05] "GET /route-target/84cdfb33-7f8b-430b-8598-e76f6785abc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003721 10.0.0.61 - - [2025-11-03 04:26:06] "GET /obj-perms HTTP/1.1" 200 5075 0.058811 10.0.0.249 - - [2025-11-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007107 10.0.0.249 - - [2025-11-03 04:26:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004646 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002998 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007237 10.0.0.249 - - [2025-11-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.249 - - [2025-11-03 04:26:06] "GET /routing-instance/5d3c1ee8-dbf5-4d7d-864e-f3ca162bdabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005047 10.0.0.249 - - [2025-11-03 04:26:06] "GET /route-target/84cdfb33-7f8b-430b-8598-e76f6785abc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003605 10.0.0.249 - - [2025-11-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-11-03 04:26:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004016 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003328 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006528 10.0.0.249 - - [2025-11-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.249 - - [2025-11-03 04:26:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004364 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003394 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006669 10.0.0.249 - - [2025-11-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.249 - - [2025-11-03 04:26:06] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004425 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003381 10.0.0.249 - - [2025-11-03 04:26:06] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005780 10.0.0.23 - - [2025-11-03 04:26:06] "GET /obj-perms HTTP/1.1" 200 5051 0.003885 10.0.0.249 - - [2025-11-03 04:26:06] "GET /obj-perms HTTP/1.1" 200 5051 0.003967 10.0.0.249 - - [2025-11-03 04:26:06] "GET /obj-perms HTTP/1.1" 200 5051 0.003855 10.0.0.249 - - [2025-11-03 04:26:06] "GET /obj-perms HTTP/1.1" 200 5051 0.004010 10.0.0.23 - - [2025-11-03 04:26:07] "GET /obj-perms HTTP/1.1" 200 5051 0.004370 10.0.0.249 - - [2025-11-03 04:26:07] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.003972 10.0.0.249 - - [2025-11-03 04:26:07] "GET /virtual-machine-interface/87ebc179-2fa4-4653-b22b-34a664777603 HTTP/1.1" 200 2949 0.006294 10.0.0.249 - - [2025-11-03 04:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.249 - - [2025-11-03 04:26:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004021 10.0.0.249 - - [2025-11-03 04:26:07] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003580 10.0.0.249 - - [2025-11-03 04:26:07] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007206 10.0.0.249 - - [2025-11-03 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.249 - - [2025-11-03 04:26:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004131 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002720 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007905 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.004498 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-machine-interface/87704001-ba87-4532-8964-acde86ad0ef8 HTTP/1.1" 200 2948 0.006654 10.0.0.249 - - [2025-11-03 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.249 - - [2025-11-03 04:26:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004578 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003277 10.0.0.249 - - [2025-11-03 04:26:08] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005821 10.0.0.249 - - [2025-11-03 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.249 - - [2025-11-03 04:26:09] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003639 10.0.0.249 - - [2025-11-03 04:26:09] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002963 10.0.0.249 - - [2025-11-03 04:26:09] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006252 10.0.0.249 - - [2025-11-03 04:26:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015237 10.0.0.249 - - [2025-11-03 04:26:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007779 10.0.0.249 - - [2025-11-03 04:26:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015428 10.0.0.249 - - [2025-11-03 04:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.249 - - [2025-11-03 04:26:39] "POST /neutron/network HTTP/1.1" 200 886 0.006966 10.0.0.249 - - [2025-11-03 04:26:41] "POST /neutron/network HTTP/1.1" 200 896 0.007200 10.0.0.249 - - [2025-11-03 04:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.249 - - [2025-11-03 04:27:02] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 200 1293 0.004399 10.0.0.249 - - [2025-11-03 04:27:03] "POST /neutron/port HTTP/1.1" 200 1115 0.012330 10.0.0.249 - - [2025-11-03 04:27:04] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 404 171 0.003720 10.0.0.249 - - [2025-11-03 04:27:04] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 404 171 0.008500 10.0.0.249 - - [2025-11-03 04:27:04] "GET /virtual-machine/97fc8e4b-f800-4adf-82bd-a1b6f224b42d HTTP/1.1" 404 171 0.003318 10.0.0.249 - - [2025-11-03 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.249 - - [2025-11-03 04:27:05] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004317 10.0.0.249 - - [2025-11-03 04:27:05] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004535 10.0.0.249 - - [2025-11-03 04:27:05] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.014296 10.0.0.249 - - [2025-11-03 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2025-11-03 04:27:05] "GET /routing-instance/5d3c1ee8-dbf5-4d7d-864e-f3ca162bdabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005832 10.0.0.249 - - [2025-11-03 04:27:05] "GET /route-target/84cdfb33-7f8b-430b-8598-e76f6785abc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005047 10.0.0.249 - - [2025-11-03 04:27:05] "GET /obj-perms HTTP/1.1" 200 5051 0.004056 10.0.0.249 - - [2025-11-03 04:27:08] "GET /obj-perms HTTP/1.1" 200 5051 0.003909 10.0.0.249 - - [2025-11-03 04:27:11] "GET /obj-perms HTTP/1.1" 200 5051 0.005353 10.0.0.249 - - [2025-11-03 04:27:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003700 10.0.0.61 - - [2025-11-03 04:27:14] "GET /obj-perms HTTP/1.1" 200 5051 0.117722 10.0.0.249 - - [2025-11-03 04:27:15] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 200 1294 0.004337 10.0.0.249 - - [2025-11-03 04:27:15] "POST /neutron/port HTTP/1.1" 200 1115 0.011392 10.0.0.249 - - [2025-11-03 04:27:17] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 404 171 0.004278 10.0.0.249 - - [2025-11-03 04:27:17] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 404 171 0.002823 10.0.0.249 - - [2025-11-03 04:27:17] "GET /virtual-machine/b7f11ee0-07f4-451e-8c82-128dada6eb6a HTTP/1.1" 404 171 0.002756 10.0.0.249 - - [2025-11-03 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.056915 10.0.0.249 - - [2025-11-03 04:27:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003553 10.0.0.249 - - [2025-11-03 04:27:17] "GET /virtual-networks?parent_id=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004024 10.0.0.249 - - [2025-11-03 04:27:17] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005996 10.0.0.249 - - [2025-11-03 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.249 - - [2025-11-03 04:27:17] "GET /routing-instance/b48b7971-909b-4d77-a09c-7cdf3e7c143a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004428 10.0.0.249 - - [2025-11-03 04:27:17] "GET /route-target/7b3fdae7-6473-4886-bdf8-58cc68489cc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003362 10.0.0.249 - - [2025-11-03 04:27:17] "GET /obj-perms HTTP/1.1" 200 5051 0.003871 10.0.0.249 - - [2025-11-03 04:27:23] "GET /obj-perms HTTP/1.1" 200 5051 0.004932 10.0.0.249 - - [2025-11-03 04:27:26] "GET /obj-perms HTTP/1.1" 200 5051 0.003762 10.0.0.249 - - [2025-11-03 04:27:33] "GET /obj-perms HTTP/1.1" 200 5051 0.003660 10.0.0.249 - - [2025-11-03 04:27:36] "GET /obj-perms HTTP/1.1" 200 5051 0.004233 10.0.0.23 - - [2025-11-03 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003783 10.0.0.23 - - [2025-11-03 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003731 10.0.0.249 - - [2025-11-03 04:27:36] "DELETE /virtual-network/851add8b-933f-4310-bf46-ffe1c3ccd9b1 HTTP/1.1" 200 115 0.141849 10.0.0.249 - - [2025-11-03 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.249 - - [2025-11-03 04:27:36] "GET /network-policy/c9e2bc82-67e0-4cc2-949d-fe560735ec7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004240 10.0.0.249 - - [2025-11-03 04:27:36] "POST /ref-update HTTP/1.1" 200 156 0.054455 10.0.0.249 - - [2025-11-03 04:27:36] "DELETE /access-control-list/0374e76c-fa38-4929-a043-1fed15a494c6 HTTP/1.1" 200 115 0.045381 10.0.0.249 - - [2025-11-03 04:27:36] "GET /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.020064 10.0.0.249 - - [2025-11-03 04:27:36] "DELETE /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0 HTTP/1.1" 409 234 0.017323 10.0.0.249 - - [2025-11-03 04:27:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016035 10.0.0.249 - - [2025-11-03 04:27:37] "POST /neutron/port HTTP/1.1" 200 1089 0.025256 10.0.0.23 - - [2025-11-03 04:27:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003816 10.0.0.23 - - [2025-11-03 04:27:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006273 10.0.0.249 - - [2025-11-03 04:27:38] "DELETE /virtual-network/b7cf4396-679d-4ed9-ba3d-ec225e057ec0 HTTP/1.1" 200 115 0.142219 10.0.0.249 - - [2025-11-03 04:27:38] "DELETE /route-target/84cdfb33-7f8b-430b-8598-e76f6785abc6 HTTP/1.1" 200 115 0.048855 10.0.0.249 - - [2025-11-03 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-11-03 04:27:39] "GET /network-policy/330780fe-e8e5-4bcb-ae56-f076a20197ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003765 10.0.0.249 - - [2025-11-03 04:27:39] "POST /ref-update HTTP/1.1" 200 156 0.046273 10.0.0.249 - - [2025-11-03 04:27:39] "POST /neutron/network HTTP/1.1" 200 809 0.009264 10.0.0.249 - - [2025-11-03 04:27:39] "GET /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005447 10.0.0.23 - - [2025-11-03 04:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003219 10.0.0.23 - - [2025-11-03 04:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003815 10.0.0.249 - - [2025-11-03 04:27:39] "DELETE /virtual-network/6b755b92-0e06-4a02-9b3a-e9f80a699f4f HTTP/1.1" 200 115 0.110258 10.0.0.249 - - [2025-11-03 04:27:39] "DELETE /route-target/7b3fdae7-6473-4886-bdf8-58cc68489cc6 HTTP/1.1" 200 115 0.027382 10.0.0.249 - - [2025-11-03 04:27:39] "DELETE /network-policy/c9e2bc82-67e0-4cc2-949d-fe560735ec7d HTTP/1.1" 200 115 0.034838 10.0.0.249 - - [2025-11-03 04:27:39] "DELETE /network-policy/330780fe-e8e5-4bcb-ae56-f076a20197ed HTTP/1.1" 200 115 0.040960 10.0.0.23 - - [2025-11-03 04:28:07] "GET /obj-perms HTTP/1.1" 200 5075 0.043291 10.0.0.249 - - [2025-11-03 04:28:07] "GET /obj-perms HTTP/1.1" 200 5075 0.041940 10.0.0.23 - - [2025-11-03 04:28:07] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001851 10.0.0.249 - - [2025-11-03 04:28:07] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071657 10.0.0.23 - - [2025-11-03 04:28:07] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002014 10.0.0.249 - - [2025-11-03 04:28:07] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?fields=virtual_networks HTTP/1.1" 200 1044 0.053227 10.0.0.23 - - [2025-11-03 04:28:08] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001468 10.0.0.249 - - [2025-11-03 04:28:08] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.052059 10.0.0.23 - - [2025-11-03 04:28:08] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.249 - - [2025-11-03 04:28:08] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?fields=security_groups HTTP/1.1" 200 1271 0.037972 10.0.0.249 - - [2025-11-03 04:28:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.022423 10.0.0.23 - - [2025-11-03 04:28:08] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002773 10.0.0.23 - - [2025-11-03 04:28:09] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.23 - - [2025-11-03 04:28:09] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007200 10.0.0.23 - - [2025-11-03 04:28:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.003305 10.0.0.23 - - [2025-11-03 04:28:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.005714 10.0.0.23 - - [2025-11-03 04:28:09] "POST /security-groups HTTP/1.1" 200 591 0.031449 10.0.0.23 - - [2025-11-03 04:28:09] "POST /projects HTTP/1.1" 200 585 0.247280 10.0.0.249 - - [2025-11-03 04:28:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.012717 10.0.0.23 - - [2025-11-03 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.319846 10.0.0.249 - - [2025-11-03 04:28:09] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.469651 10.0.0.249 - - [2025-11-03 04:28:10] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.249 - - [2025-11-03 04:28:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2025-11-03 04:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.072611 10.0.0.23 - - [2025-11-03 04:28:12] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.249 - - [2025-11-03 04:28:12] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048453 10.0.0.249 - - [2025-11-03 04:28:12] "POST /ref-update HTTP/1.1" 200 156 0.037234 10.0.0.23 - - [2025-11-03 04:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010185 10.0.0.249 - - [2025-11-03 04:28:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.247832 10.0.0.249 - - [2025-11-03 04:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001448 10.0.0.249 - - [2025-11-03 04:28:13] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005196 10.0.0.249 - - [2025-11-03 04:28:13] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005535 10.0.0.249 - - [2025-11-03 04:28:13] "POST /neutron/network HTTP/1.1" 200 824 0.006632 10.0.0.249 - - [2025-11-03 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2025-11-03 04:28:13] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001436 10.0.0.249 - - [2025-11-03 04:28:13] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039993 10.0.0.23 - - [2025-11-03 04:28:13] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.249 - - [2025-11-03 04:28:13] "POST /neutron/network HTTP/1.1" 200 605 0.125658 10.0.0.249 - - [2025-11-03 04:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.003618 10.0.0.249 - - [2025-11-03 04:28:13] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005365 10.0.0.249 - - [2025-11-03 04:28:13] "POST /neutron/network HTTP/1.1" 200 822 0.006902 10.0.0.249 - - [2025-11-03 04:28:13] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005144 10.0.0.249 - - [2025-11-03 04:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001265 10.0.0.249 - - [2025-11-03 04:28:14] "POST /neutron/network HTTP/1.1" 200 834 0.008275 10.0.0.23 - - [2025-11-03 04:28:14] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.249 - - [2025-11-03 04:28:14] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075391 10.0.0.249 - - [2025-11-03 04:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.006383 10.0.0.249 - - [2025-11-03 04:28:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001438 10.0.0.249 - - [2025-11-03 04:28:15] "POST /neutron/network HTTP/1.1" 200 834 0.007451 10.0.0.249 - - [2025-11-03 04:28:15] "POST /neutron/port HTTP/1.1" 200 1060 0.014993 10.0.0.23 - - [2025-11-03 04:28:15] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.249 - - [2025-11-03 04:28:16] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.076487 10.0.0.249 - - [2025-11-03 04:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015070 10.0.0.249 - - [2025-11-03 04:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.249 - - [2025-11-03 04:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007845 10.0.0.249 - - [2025-11-03 04:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007759 10.0.0.249 - - [2025-11-03 04:28:16] "POST /neutron/port HTTP/1.1" 200 1058 0.016020 10.0.0.249 - - [2025-11-03 04:28:17] "POST /neutron/port HTTP/1.1" 200 1086 0.020427 10.0.0.249 - - [2025-11-03 04:28:17] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.23 - - [2025-11-03 04:28:19] "DELETE /project/29fc8078b22c425da750d1a96ceffcca HTTP/1.1" 404 173 0.003927 10.0.0.23 - - [2025-11-03 04:28:19] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.23 - - [2025-11-03 04:28:19] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.039114 10.0.0.23 - - [2025-11-03 04:28:19] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.23 - - [2025-11-03 04:28:19] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?fields=security_groups HTTP/1.1" 200 1376 0.049283 10.0.0.23 - - [2025-11-03 04:28:19] "DELETE /security-group/bd798170-4063-4150-b54b-f45285387325 HTTP/1.1" 200 115 0.053997 10.0.0.23 - - [2025-11-03 04:28:19] "GET /projects?obj_uuids=5daccc56-3257-4e4f-a3d4-efc3dda62592&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.249 - - [2025-11-03 04:28:19] "DELETE /access-control-list/5a620a4d-dabd-4afc-91c8-dda9c6731273 HTTP/1.1" 200 115 0.051717 10.0.0.23 - - [2025-11-03 04:28:19] "GET /project/5daccc56-3257-4e4f-a3d4-efc3dda62592?fields=application_policy_sets HTTP/1.1" 200 1415 0.055110 10.0.0.23 - - [2025-11-03 04:28:19] "DELETE /project/5daccc56-3257-4e4f-a3d4-efc3dda62592 HTTP/1.1" 200 115 0.409666 10.0.0.249 - - [2025-11-03 04:28:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007448 10.0.0.249 - - [2025-11-03 04:28:21] "POST /neutron/port HTTP/1.1" 200 1088 0.019722 10.0.0.249 - - [2025-11-03 04:28:21] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2025-11-03 04:28:21] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 200 1292 0.031933 10.0.0.249 - - [2025-11-03 04:28:22] "GET /virtual-machine-interface/9fbc6d67-cf4d-4dd6-95aa-51335fafb624 HTTP/1.1" 200 2942 0.006305 10.0.0.249 - - [2025-11-03 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.249 - - [2025-11-03 04:28:22] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003153 10.0.0.249 - - [2025-11-03 04:28:22] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003244 10.0.0.249 - - [2025-11-03 04:28:22] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005648 10.0.0.249 - - [2025-11-03 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007609 10.0.0.249 - - [2025-11-03 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-11-03 04:28:25] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005282 10.0.0.249 - - [2025-11-03 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.249 - - [2025-11-03 04:28:27] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003679 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002695 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006176 10.0.0.249 - - [2025-11-03 04:28:27] "POST /neutron/port HTTP/1.1" 200 1086 0.016043 10.0.0.249 - - [2025-11-03 04:28:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008017 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 200 1293 0.005801 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-machine-interface/3950d4fa-4037-42fa-8c54-773e8611d1dc HTTP/1.1" 200 2941 0.004827 10.0.0.249 - - [2025-11-03 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.249 - - [2025-11-03 04:28:27] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003828 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002986 10.0.0.249 - - [2025-11-03 04:28:27] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007393 10.0.0.249 - - [2025-11-03 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2025-11-03 04:28:30] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006195 10.0.0.249 - - [2025-11-03 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.249 - - [2025-11-03 04:28:35] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005340 10.0.0.249 - - [2025-11-03 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.249 - - [2025-11-03 04:28:37] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003926 10.0.0.249 - - [2025-11-03 04:28:37] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004423 10.0.0.249 - - [2025-11-03 04:28:37] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005389 10.0.0.249 - - [2025-11-03 04:28:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015113 10.0.0.249 - - [2025-11-03 04:28:38] "POST /neutron/port HTTP/1.1" 200 1088 0.015469 10.0.0.249 - - [2025-11-03 04:28:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.010690 10.0.0.249 - - [2025-11-03 04:28:42] "POST /neutron/port HTTP/1.1" 200 1088 0.018353 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 200 1292 0.005938 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine-interface/9fbc6d67-cf4d-4dd6-95aa-51335fafb624 HTTP/1.1" 200 2942 0.005544 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 200 1292 0.004759 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine-interface/9fbc6d67-cf4d-4dd6-95aa-51335fafb624 HTTP/1.1" 200 2942 0.005792 10.0.0.249 - - [2025-11-03 04:28:42] "GET /instance-ip/b7029f20-517f-4785-8861-796eb9965bc0 HTTP/1.1" 200 1620 0.005633 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 200 1292 0.004469 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-machine-interface/9fbc6d67-cf4d-4dd6-95aa-51335fafb624 HTTP/1.1" 200 2942 0.005286 10.0.0.249 - - [2025-11-03 04:28:42] "GET /instance-ip/b7029f20-517f-4785-8861-796eb9965bc0 HTTP/1.1" 200 1620 0.004864 10.0.0.249 - - [2025-11-03 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.249 - - [2025-11-03 04:28:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004214 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002997 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007531 10.0.0.249 - - [2025-11-03 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.249 - - [2025-11-03 04:28:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004003 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003282 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005992 10.0.0.249 - - [2025-11-03 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-11-03 04:28:42] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003929 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003012 10.0.0.249 - - [2025-11-03 04:28:42] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007047 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-11-03 04:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004248 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002883 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006755 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.249 - - [2025-11-03 04:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003880 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003469 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006559 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-11-03 04:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003707 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004370 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006637 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-11-03 04:28:43] "GET /routing-instance/de1e65c8-1619-42b0-9247-39ec452dc1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004637 10.0.0.249 - - [2025-11-03 04:28:43] "GET /route-target/c7dd5bd4-2402-4193-a68f-e2889f27c8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004391 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-11-03 04:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003949 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002882 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006386 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.249 - - [2025-11-03 04:28:43] "GET /routing-instance/de1e65c8-1619-42b0-9247-39ec452dc1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004989 10.0.0.249 - - [2025-11-03 04:28:43] "GET /route-target/c7dd5bd4-2402-4193-a68f-e2889f27c8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005224 10.0.0.249 - - [2025-11-03 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-11-03 04:28:43] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005080 10.0.0.249 - - [2025-11-03 04:28:43] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004948 10.0.0.249 - - [2025-11-03 04:28:44] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005939 10.0.0.249 - - [2025-11-03 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.249 - - [2025-11-03 04:28:44] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004750 10.0.0.249 - - [2025-11-03 04:28:44] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005172 10.0.0.249 - - [2025-11-03 04:28:44] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005646 10.0.0.249 - - [2025-11-03 04:28:45] "POST /neutron/port HTTP/1.1" 200 1086 0.015146 10.0.0.249 - - [2025-11-03 04:28:45] "GET /obj-perms HTTP/1.1" 200 5049 0.055111 10.0.0.249 - - [2025-11-03 04:28:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.008893 10.0.0.23 - - [2025-11-03 04:28:45] "GET /obj-perms HTTP/1.1" 200 5049 0.056096 10.0.0.249 - - [2025-11-03 04:28:45] "GET /obj-perms HTTP/1.1" 200 5049 0.003547 10.0.0.249 - - [2025-11-03 04:28:45] "GET /obj-perms HTTP/1.1" 200 5049 0.004219 10.0.0.249 - - [2025-11-03 04:28:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014794 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 200 1293 0.004615 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine-interface/3950d4fa-4037-42fa-8c54-773e8611d1dc HTTP/1.1" 200 2941 0.005191 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 200 1293 0.003657 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine-interface/3950d4fa-4037-42fa-8c54-773e8611d1dc HTTP/1.1" 200 2941 0.006951 10.0.0.249 - - [2025-11-03 04:28:45] "GET /instance-ip/fde42c0f-e5bd-46b7-9bbb-b6dc571b719f HTTP/1.1" 200 1619 0.006001 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 200 1293 0.004491 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-machine-interface/3950d4fa-4037-42fa-8c54-773e8611d1dc HTTP/1.1" 200 2941 0.005745 10.0.0.249 - - [2025-11-03 04:28:45] "GET /instance-ip/fde42c0f-e5bd-46b7-9bbb-b6dc571b719f HTTP/1.1" 200 1619 0.004129 10.0.0.249 - - [2025-11-03 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.249 - - [2025-11-03 04:28:45] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003659 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003378 10.0.0.249 - - [2025-11-03 04:28:45] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008945 10.0.0.249 - - [2025-11-03 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005925 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003601 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006431 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004100 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003141 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006475 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004248 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003867 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006875 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004161 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002946 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005781 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004419 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002675 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005738 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.249 - - [2025-11-03 04:28:46] "GET /routing-instance/7980768e-c863-4d69-b614-48667731cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007072 10.0.0.249 - - [2025-11-03 04:28:46] "GET /route-target/a6722d06-f32f-46ce-9cff-89db24d4a8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005760 10.0.0.249 - - [2025-11-03 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-11-03 04:28:46] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004484 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004313 10.0.0.249 - - [2025-11-03 04:28:46] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007563 10.0.0.249 - - [2025-11-03 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-11-03 04:28:47] "GET /routing-instance/7980768e-c863-4d69-b614-48667731cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005849 10.0.0.249 - - [2025-11-03 04:28:47] "GET /route-target/a6722d06-f32f-46ce-9cff-89db24d4a8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005399 10.0.0.249 - - [2025-11-03 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-11-03 04:28:47] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004180 10.0.0.249 - - [2025-11-03 04:28:47] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003263 10.0.0.249 - - [2025-11-03 04:28:47] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006667 10.0.0.249 - - [2025-11-03 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.249 - - [2025-11-03 04:28:47] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.249 - - [2025-11-03 04:28:47] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004054 10.0.0.249 - - [2025-11-03 04:28:47] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006453 10.0.0.23 - - [2025-11-03 04:28:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004116 10.0.0.249 - - [2025-11-03 04:28:47] "GET /obj-perms HTTP/1.1" 200 5049 0.012876 10.0.0.249 - - [2025-11-03 04:28:47] "GET /obj-perms HTTP/1.1" 200 5049 0.003668 10.0.0.249 - - [2025-11-03 04:28:47] "GET /obj-perms HTTP/1.1" 200 5049 0.003699 10.0.0.61 - - [2025-11-03 04:28:47] "GET /obj-perms HTTP/1.1" 200 5049 0.042130 10.0.0.249 - - [2025-11-03 04:29:05] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 200 1293 0.005062 10.0.0.249 - - [2025-11-03 04:29:06] "POST /neutron/port HTTP/1.1" 200 1112 0.012262 10.0.0.249 - - [2025-11-03 04:29:07] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 404 171 0.003386 10.0.0.249 - - [2025-11-03 04:29:07] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 404 171 0.003556 10.0.0.249 - - [2025-11-03 04:29:07] "GET /virtual-machine/92debb9a-e0e5-48c0-a5cb-65739fea936a HTTP/1.1" 404 171 0.002635 10.0.0.249 - - [2025-11-03 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2025-11-03 04:29:08] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004272 10.0.0.249 - - [2025-11-03 04:29:08] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002925 10.0.0.249 - - [2025-11-03 04:29:08] "GET /virtual-network/70108373-9171-4d6e-a48e-a79502a1216f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005908 10.0.0.249 - - [2025-11-03 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.249 - - [2025-11-03 04:29:08] "GET /routing-instance/7980768e-c863-4d69-b614-48667731cd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004316 10.0.0.249 - - [2025-11-03 04:29:08] "GET /route-target/a6722d06-f32f-46ce-9cff-89db24d4a8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005896 10.0.0.23 - - [2025-11-03 04:29:08] "GET /obj-perms HTTP/1.1" 200 5075 0.049815 10.0.0.249 - - [2025-11-03 04:29:11] "GET /obj-perms HTTP/1.1" 200 5049 0.005041 10.0.0.249 - - [2025-11-03 04:29:14] "GET /obj-perms HTTP/1.1" 200 5049 0.004277 10.0.0.249 - - [2025-11-03 04:29:14] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 200 1292 0.004520 10.0.0.249 - - [2025-11-03 04:29:15] "POST /neutron/port HTTP/1.1" 200 1114 0.012304 10.0.0.249 - - [2025-11-03 04:29:16] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 404 171 0.003746 10.0.0.249 - - [2025-11-03 04:29:16] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 404 171 0.003055 10.0.0.249 - - [2025-11-03 04:29:16] "GET /virtual-machine/2764acee-63a9-4cee-9dc3-5eb90122ca83 HTTP/1.1" 404 171 0.003401 10.0.0.249 - - [2025-11-03 04:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.249 - - [2025-11-03 04:29:17] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003918 10.0.0.249 - - [2025-11-03 04:29:17] "GET /virtual-networks?parent_id=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003914 10.0.0.249 - - [2025-11-03 04:29:17] "GET /virtual-network/7bb5509c-3b0b-464e-a672-e07ecfa50253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005606 10.0.0.249 - - [2025-11-03 04:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-11-03 04:29:17] "GET /routing-instance/de1e65c8-1619-42b0-9247-39ec452dc1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004942 10.0.0.249 - - [2025-11-03 04:29:17] "GET /route-target/c7dd5bd4-2402-4193-a68f-e2889f27c8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003869 10.0.0.249 - - [2025-11-03 04:29:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003845 10.0.0.249 - - [2025-11-03 04:29:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004485 10.0.0.249 - - [2025-11-03 04:29:26] "GET /obj-perms HTTP/1.1" 200 5049 0.003955 10.0.0.249 - - [2025-11-03 04:29:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004019 10.0.0.249 - - [2025-11-03 04:29:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004103 10.0.0.249 - - [2025-11-03 04:29:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004177 10.0.0.61 - - [2025-11-03 04:29:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003915 10.0.0.23 - - [2025-11-03 04:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.037458 10.0.0.23 - - [2025-11-03 04:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005311 10.0.0.249 - - [2025-11-03 04:29:36] "POST /neutron/network HTTP/1.1" 200 151 0.163483 10.0.0.249 - - [2025-11-03 04:29:36] "DELETE /route-target/a6722d06-f32f-46ce-9cff-89db24d4a8a9 HTTP/1.1" 200 115 0.080962 10.0.0.23 - - [2025-11-03 04:29:37] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.249 - - [2025-11-03 04:29:37] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.062066 10.0.0.23 - - [2025-11-03 04:29:37] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.249 - - [2025-11-03 04:29:37] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?fields=virtual_networks HTTP/1.1" 200 1042 0.061579 10.0.0.23 - - [2025-11-03 04:29:37] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.249 - - [2025-11-03 04:29:37] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.045055 10.0.0.23 - - [2025-11-03 04:29:37] "GET /projects?obj_uuids=29fc8078-b22c-425d-a750-d1a96ceffcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.249 - - [2025-11-03 04:29:37] "GET /project/29fc8078-b22c-425d-a750-d1a96ceffcca?fields=security_groups HTTP/1.1" 200 1268 0.063412 10.0.0.249 - - [2025-11-03 04:29:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.032262 10.0.0.23 - - [2025-11-03 04:29:38] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002915 10.0.0.23 - - [2025-11-03 04:29:38] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002393 10.0.0.23 - - [2025-11-03 04:29:38] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.058465 10.0.0.23 - - [2025-11-03 04:29:39] "POST /id-to-fqname HTTP/1.1" 200 198 0.002694 10.0.0.23 - - [2025-11-03 04:29:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.005628 10.0.0.23 - - [2025-11-03 04:29:39] "POST /security-groups HTTP/1.1" 200 599 0.079181 10.0.0.249 - - [2025-11-03 04:29:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.005170 10.0.0.23 - - [2025-11-03 04:29:39] "POST /projects HTTP/1.1" 200 601 0.283777 10.0.0.23 - - [2025-11-03 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.362564 10.0.0.249 - - [2025-11-03 04:29:39] "POST /access-control-lists HTTP/1.1" 200 602 0.046363 10.0.0.249 - - [2025-11-03 04:29:39] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.588561 10.0.0.249 - - [2025-11-03 04:29:40] "GET / HTTP/1.1" 200 35931 0.002910 10.0.0.249 - - [2025-11-03 04:29:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-11-03 04:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.051523 10.0.0.23 - - [2025-11-03 04:29:43] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.249 - - [2025-11-03 04:29:43] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043164 10.0.0.249 - - [2025-11-03 04:29:43] "POST /neutron/network HTTP/1.1" 200 117 0.033355 10.0.0.23 - - [2025-11-03 04:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006589 10.0.0.249 - - [2025-11-03 04:29:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.249005 10.0.0.249 - - [2025-11-03 04:29:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001216 10.0.0.249 - - [2025-11-03 04:29:44] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005455 10.0.0.249 - - [2025-11-03 04:29:44] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005564 10.0.0.249 - - [2025-11-03 04:29:44] "POST /neutron/network HTTP/1.1" 200 1005 0.010673 10.0.0.249 - - [2025-11-03 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2025-11-03 04:29:44] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.249 - - [2025-11-03 04:29:45] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046044 10.0.0.249 - - [2025-11-03 04:29:45] "POST /neutron/network HTTP/1.1" 200 117 0.017805 10.0.0.249 - - [2025-11-03 04:29:45] "POST /route-targets HTTP/1.1" 200 327 0.014306 10.0.0.23 - - [2025-11-03 04:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010097 10.0.0.249 - - [2025-11-03 04:29:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.175388 10.0.0.249 - - [2025-11-03 04:29:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001323 10.0.0.249 - - [2025-11-03 04:29:45] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005989 10.0.0.249 - - [2025-11-03 04:29:45] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005361 10.0.0.249 - - [2025-11-03 04:29:45] "POST /neutron/network HTTP/1.1" 200 1005 0.010524 10.0.0.249 - - [2025-11-03 04:29:46] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006810 10.0.0.249 - - [2025-11-03 04:29:46] "DELETE /access-control-list/1c0b4740-7fcf-4881-85cd-957b16c68c26 HTTP/1.1" 200 115 0.038861 10.0.0.23 - - [2025-11-03 04:29:47] "GET /obj-perms HTTP/1.1" 200 5065 0.042947 10.0.0.249 - - [2025-11-03 04:29:48] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006543 10.0.0.249 - - [2025-11-03 04:29:48] "POST /neutron/network HTTP/1.1" 200 1005 0.010268 10.0.0.249 - - [2025-11-03 04:29:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001315 10.0.0.249 - - [2025-11-03 04:29:48] "POST /neutron/network HTTP/1.1" 200 1015 0.008881 10.0.0.23 - - [2025-11-03 04:29:49] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.249 - - [2025-11-03 04:29:49] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.065419 10.0.0.249 - - [2025-11-03 04:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.006649 10.0.0.23 - - [2025-11-03 04:29:49] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001539 10.0.0.249 - - [2025-11-03 04:29:50] "POST /neutron/port HTTP/1.1" 200 1174 0.389167 10.0.0.249 - - [2025-11-03 04:29:50] "POST /neutron/port HTTP/1.1" 200 1228 0.143092 10.0.0.249 - - [2025-11-03 04:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.249 - - [2025-11-03 04:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.249 - - [2025-11-03 04:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008225 10.0.0.249 - - [2025-11-03 04:29:54] "POST /neutron/port HTTP/1.1" 200 1202 0.015762 10.0.0.249 - - [2025-11-03 04:29:54] "GET /virtual-machine/54f213e3-b62c-4fd0-87e0-c58f19f7071f HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-11-03 04:29:55] "GET /virtual-machine/54f213e3-b62c-4fd0-87e0-c58f19f7071f HTTP/1.1" 200 1299 0.031285 10.0.0.249 - - [2025-11-03 04:29:55] "GET /virtual-machine-interface/0e6bd761-af46-486d-8a1a-0970ccb53d71 HTTP/1.1" 200 3174 0.005073 10.0.0.249 - - [2025-11-03 04:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2025-11-03 04:29:55] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005286 10.0.0.249 - - [2025-11-03 04:29:55] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003765 10.0.0.249 - - [2025-11-03 04:29:55] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010656 10.0.0.249 - - [2025-11-03 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2025-11-03 04:29:58] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006277 10.0.0.249 - - [2025-11-03 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.249 - - [2025-11-03 04:30:02] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006687 10.0.0.249 - - [2025-11-03 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.249 - - [2025-11-03 04:30:06] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007040 10.0.0.249 - - [2025-11-03 04:30:08] "GET /obj-perms HTTP/1.1" 200 5075 0.045262 10.0.0.61 - - [2025-11-03 04:30:09] "GET /obj-perms HTTP/1.1" 200 5075 0.045412 10.0.0.249 - - [2025-11-03 04:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2025-11-03 04:30:10] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005265 10.0.0.249 - - [2025-11-03 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-11-03 04:30:14] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005483 10.0.0.249 - - [2025-11-03 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-11-03 04:30:18] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004970 10.0.0.23 - - [2025-11-03 04:30:19] "DELETE /project/29fc8078-b22c-425d-a750-d1a96ceffcca HTTP/1.1" 404 177 0.003386 10.0.0.23 - - [2025-11-03 04:30:19] "DELETE /project/3ab865ca071448549ecec0962bcd21d6 HTTP/1.1" 404 173 0.005713 10.0.0.23 - - [2025-11-03 04:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.23 - - [2025-11-03 04:30:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.23 - - [2025-11-03 04:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.23 - - [2025-11-03 04:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.61 - - [2025-11-03 04:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000649 10.0.0.61 - - [2025-11-03 04:30:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2025-11-03 04:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.249 - - [2025-11-03 04:30:22] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006261 10.0.0.249 - - [2025-11-03 04:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2025-11-03 04:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.61 - - [2025-11-03 04:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.61 - - [2025-11-03 04:30:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.249 - - [2025-11-03 04:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2025-11-03 04:30:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000968 10.0.0.249 - - [2025-11-03 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2025-11-03 04:30:27] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005008 10.0.0.249 - - [2025-11-03 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006363 10.0.0.249 - - [2025-11-03 04:30:29] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004439 10.0.0.249 - - [2025-11-03 04:30:29] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003714 10.0.0.249 - - [2025-11-03 04:30:29] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005970 10.0.0.249 - - [2025-11-03 04:30:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009156 10.0.0.249 - - [2025-11-03 04:30:35] "POST /neutron/port HTTP/1.1" 200 1202 0.053439 10.0.0.249 - - [2025-11-03 04:30:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008794 10.0.0.249 - - [2025-11-03 04:30:41] "POST /neutron/network HTTP/1.1" 200 1015 0.007351 10.0.0.249 - - [2025-11-03 04:30:41] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013467 10.0.0.249 - - [2025-11-03 04:30:42] "POST /neutron/network HTTP/1.1" 200 1005 0.010154 10.0.0.249 - - [2025-11-03 04:30:50] "POST /neutron/port HTTP/1.1" 200 1202 0.017699 10.0.0.249 - - [2025-11-03 04:30:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007615 10.0.0.249 - - [2025-11-03 04:30:50] "POST /neutron/port HTTP/1.1" 200 1202 0.015648 10.0.0.249 - - [2025-11-03 04:30:50] "POST /neutron/network HTTP/1.1" 200 1005 0.008520 10.0.0.249 - - [2025-11-03 04:30:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001212 10.0.0.249 - - [2025-11-03 04:30:50] "GET /virtual-machine/54f213e3-b62c-4fd0-87e0-c58f19f7071f HTTP/1.1" 200 1299 0.003723 10.0.0.249 - - [2025-11-03 04:30:50] "GET /virtual-machine-interface/0e6bd761-af46-486d-8a1a-0970ccb53d71 HTTP/1.1" 200 3174 0.005573 10.0.0.249 - - [2025-11-03 04:30:50] "GET /instance-ip/e1321600-aef5-4ccc-8455-45f959134610 HTTP/1.1" 200 1656 0.006999 10.0.0.249 - - [2025-11-03 04:30:50] "GET /instance-ip/ebb381ae-2d49-4802-83a9-3e311f96fdfb HTTP/1.1" 200 1635 0.006466 10.0.0.249 - - [2025-11-03 04:30:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.003598 10.0.0.249 - - [2025-11-03 04:30:50] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008209 10.0.0.23 - - [2025-11-03 04:30:50] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001810 10.0.0.249 - - [2025-11-03 04:30:50] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051755 10.0.0.249 - - [2025-11-03 04:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-11-03 04:30:50] "GET /security-group/3852fdb9-618d-4c00-9b25-d9640d9d11f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.004747 10.0.0.249 - - [2025-11-03 04:30:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.074502 10.0.0.249 - - [2025-11-03 04:30:50] "POST /instance-ips HTTP/1.1" 200 357 0.044247 10.0.0.249 - - [2025-11-03 04:30:50] "GET /instance-ip/75812f9f-437f-4a7e-9271-966c3b4a1681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.009833 10.0.0.249 - - [2025-11-03 04:30:51] "POST /instance-ips HTTP/1.1" 200 357 0.036694 10.0.0.249 - - [2025-11-03 04:30:51] "GET /instance-ip/33c8a689-fa60-4c8f-b6e4-639cc8cccd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006976 10.0.0.249 - - [2025-11-03 04:30:51] "GET /virtual-machine-interface/1efc01a5-9aeb-4128-bd99-bb8f091ec0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005611 10.0.0.249 - - [2025-11-03 04:30:51] "GET /virtual-machine-interface/1efc01a5-9aeb-4128-bd99-bb8f091ec0b0?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.006826 10.0.0.249 - - [2025-11-03 04:30:51] "GET /instance-ip/33c8a689-fa60-4c8f-b6e4-639cc8cccd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004480 10.0.0.249 - - [2025-11-03 04:30:51] "GET /instance-ip/75812f9f-437f-4a7e-9271-966c3b4a1681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.004138 10.0.0.249 - - [2025-11-03 04:30:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001373 10.0.0.249 - - [2025-11-03 04:30:51] "POST /neutron/port HTTP/1.1" 200 1080 0.013045 10.0.0.249 - - [2025-11-03 04:30:51] "POST /neutron/port HTTP/1.1" 200 1080 0.012306 10.0.0.249 - - [2025-11-03 04:30:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007110 10.0.0.249 - - [2025-11-03 04:30:52] "POST /neutron/port HTTP/1.1" 200 1080 0.012877 10.0.0.249 - - [2025-11-03 04:30:52] "POST /neutron/port HTTP/1.1" 200 1080 0.012396 10.0.0.249 - - [2025-11-03 04:30:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.249 - - [2025-11-03 04:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2025-11-03 04:30:57] "POST /neutron/port HTTP/1.1" 200 1147 0.019998 10.0.0.249 - - [2025-11-03 04:30:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008701 10.0.0.249 - - [2025-11-03 04:30:57] "GET /virtual-machine/63ecfb5f-b771-4e21-a96f-2578df530b82 HTTP/1.1" 200 1278 0.006512 10.0.0.249 - - [2025-11-03 04:30:57] "GET /virtual-machine-interface/1efc01a5-9aeb-4128-bd99-bb8f091ec0b0 HTTP/1.1" 200 3225 0.008972 10.0.0.249 - - [2025-11-03 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.249 - - [2025-11-03 04:30:57] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.249 - - [2025-11-03 04:30:57] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002933 10.0.0.249 - - [2025-11-03 04:30:57] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005904 10.0.0.249 - - [2025-11-03 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.249 - - [2025-11-03 04:31:00] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005740 10.0.0.249 - - [2025-11-03 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.249 - - [2025-11-03 04:31:04] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005919 10.0.0.249 - - [2025-11-03 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.249 - - [2025-11-03 04:31:08] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005850 10.0.0.249 - - [2025-11-03 04:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.249 - - [2025-11-03 04:31:12] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005176 10.0.0.249 - - [2025-11-03 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-11-03 04:31:16] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006114 10.0.0.249 - - [2025-11-03 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.249 - - [2025-11-03 04:31:20] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005738 10.0.0.249 - - [2025-11-03 04:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-11-03 04:31:25] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005588 10.0.0.249 - - [2025-11-03 04:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.249 - - [2025-11-03 04:31:29] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006760 10.0.0.249 - - [2025-11-03 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-11-03 04:31:33] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005534 10.0.0.249 - - [2025-11-03 04:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007086 10.0.0.249 - - [2025-11-03 04:31:35] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005494 10.0.0.249 - - [2025-11-03 04:31:35] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003666 10.0.0.249 - - [2025-11-03 04:31:35] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006565 10.0.0.249 - - [2025-11-03 04:31:35] "POST /neutron/port HTTP/1.1" 200 1147 0.021943 10.0.0.249 - - [2025-11-03 04:31:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007120 10.0.0.249 - - [2025-11-03 04:31:43] "POST /neutron/network HTTP/1.1" 200 1015 0.006860 10.0.0.249 - - [2025-11-03 04:31:44] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013218 10.0.0.249 - - [2025-11-03 04:31:44] "POST /neutron/network HTTP/1.1" 200 1005 0.009128 10.0.0.249 - - [2025-11-03 04:31:45] "POST /neutron/port HTTP/1.1" 200 1147 0.014965 10.0.0.249 - - [2025-11-03 04:31:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006959 10.0.0.249 - - [2025-11-03 04:31:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001317 10.0.0.249 - - [2025-11-03 04:31:56] "POST /neutron/network HTTP/1.1" 200 1015 0.012018 10.0.0.23 - - [2025-11-03 04:31:57] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.249 - - [2025-11-03 04:31:57] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.084791 10.0.0.249 - - [2025-11-03 04:31:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008508 10.0.0.249 - - [2025-11-03 04:31:57] "POST /neutron/network HTTP/1.1" 200 1015 0.006969 10.0.0.249 - - [2025-11-03 04:31:58] "POST /neutron/port HTTP/1.1" 200 1174 0.041203 10.0.0.249 - - [2025-11-03 04:31:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.249 - - [2025-11-03 04:31:58] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.249 - - [2025-11-03 04:32:02] "POST /neutron/port HTTP/1.1" 200 1202 0.017296 10.0.0.249 - - [2025-11-03 04:32:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007306 10.0.0.249 - - [2025-11-03 04:32:07] "POST /neutron/port HTTP/1.1" 200 1202 0.015736 10.0.0.249 - - [2025-11-03 04:32:07] "GET /virtual-machine/ffee5aac-6d67-410a-b680-8b0cec463793 HTTP/1.1" 200 1301 0.006354 10.0.0.249 - - [2025-11-03 04:32:07] "GET /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92 HTTP/1.1" 200 3174 0.005063 10.0.0.249 - - [2025-11-03 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.249 - - [2025-11-03 04:32:07] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005093 10.0.0.249 - - [2025-11-03 04:32:07] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003151 10.0.0.249 - - [2025-11-03 04:32:07] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006378 10.0.0.23 - - [2025-11-03 04:32:10] "GET /obj-perms HTTP/1.1" 200 5075 0.049268 10.0.0.249 - - [2025-11-03 04:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-11-03 04:32:11] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006061 10.0.0.249 - - [2025-11-03 04:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2025-11-03 04:32:15] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005978 10.0.0.249 - - [2025-11-03 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-11-03 04:32:19] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006157 10.0.0.249 - - [2025-11-03 04:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.249 - - [2025-11-03 04:32:23] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005461 10.0.0.249 - - [2025-11-03 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.249 - - [2025-11-03 04:32:27] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005569 10.0.0.249 - - [2025-11-03 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.249 - - [2025-11-03 04:32:31] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006669 10.0.0.249 - - [2025-11-03 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.249 - - [2025-11-03 04:32:35] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005274 10.0.0.249 - - [2025-11-03 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-11-03 04:32:39] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005188 10.0.0.249 - - [2025-11-03 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.249 - - [2025-11-03 04:32:43] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005024 10.0.0.249 - - [2025-11-03 04:32:45] "POST /neutron/port HTTP/1.1" 200 1147 0.015777 10.0.0.249 - - [2025-11-03 04:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004685 10.0.0.249 - - [2025-11-03 04:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.249 - - [2025-11-03 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-11-03 04:32:47] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005286 10.0.0.249 - - [2025-11-03 04:32:48] "POST /neutron/port HTTP/1.1" 200 1202 0.017052 10.0.0.249 - - [2025-11-03 04:32:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.249 - - [2025-11-03 04:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.249 - - [2025-11-03 04:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.249 - - [2025-11-03 04:32:51] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.249 - - [2025-11-03 04:32:51] "GET /virtual-networks?parent_id=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003187 10.0.0.249 - - [2025-11-03 04:32:52] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010927 10.0.0.249 - - [2025-11-03 04:32:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008697 10.0.0.249 - - [2025-11-03 04:33:00] "POST /neutron/port HTTP/1.1" 200 1202 0.019807 10.0.0.249 - - [2025-11-03 04:33:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008031 10.0.0.249 - - [2025-11-03 04:33:12] "POST /neutron/port HTTP/1.1" 200 1202 0.015131 10.0.0.249 - - [2025-11-03 04:33:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008955 10.0.0.249 - - [2025-11-03 04:33:13] "POST /neutron/port HTTP/1.1" 200 1202 0.018002 10.0.0.249 - - [2025-11-03 04:33:13] "POST /neutron/network HTTP/1.1" 200 1005 0.010733 10.0.0.249 - - [2025-11-03 04:33:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001000 10.0.0.249 - - [2025-11-03 04:33:13] "GET /virtual-machine/ffee5aac-6d67-410a-b680-8b0cec463793 HTTP/1.1" 200 1301 0.003888 10.0.0.249 - - [2025-11-03 04:33:13] "GET /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92 HTTP/1.1" 200 3174 0.004906 10.0.0.249 - - [2025-11-03 04:33:13] "GET /instance-ip/259b85a1-7946-4489-8727-64d045c5deea HTTP/1.1" 200 1635 0.005959 10.0.0.249 - - [2025-11-03 04:33:13] "GET /instance-ip/cd0acf55-d59a-4c1c-9de7-a6c24d51fcfd HTTP/1.1" 200 1656 0.005698 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.004385 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.23 - - [2025-11-03 04:33:13] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.249 - - [2025-11-03 04:33:13] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.056539 10.0.0.249 - - [2025-11-03 04:33:13] "POST /network-policys HTTP/1.1" 200 569 0.031446 10.0.0.249 - - [2025-11-03 04:33:13] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006413 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.249 - - [2025-11-03 04:33:13] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005932 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-11-03 04:33:13] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004479 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.031166 10.0.0.249 - - [2025-11-03 04:33:13] "POST /ref-update HTTP/1.1" 200 156 0.064284 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2025-11-03 04:33:13] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004023 10.0.0.249 - - [2025-11-03 04:33:13] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007805 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.249 - - [2025-11-03 04:33:13] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003975 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2025-11-03 04:33:13] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005484 10.0.0.249 - - [2025-11-03 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.249 - - [2025-11-03 04:33:14] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006258 10.0.0.249 - - [2025-11-03 04:33:14] "POST /ref-update HTTP/1.1" 200 156 0.054452 10.0.0.249 - - [2025-11-03 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008483 10.0.0.249 - - [2025-11-03 04:33:14] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004822 10.0.0.249 - - [2025-11-03 04:33:14] "PUT /access-control-list/78381090-b8d3-4563-abbf-f6c304f4209a HTTP/1.1" 200 272 0.069636 10.0.0.249 - - [2025-11-03 04:33:14] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008291 10.0.0.249 - - [2025-11-03 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-11-03 04:33:14] "POST /ref-update HTTP/1.1" 200 156 0.038459 10.0.0.249 - - [2025-11-03 04:33:14] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006720 10.0.0.249 - - [2025-11-03 04:33:14] "GET /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.011267 10.0.0.249 - - [2025-11-03 04:33:14] "PUT /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92 HTTP/1.1" 200 284 0.025042 10.0.0.249 - - [2025-11-03 04:33:14] "GET /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3069 0.007073 10.0.0.249 - - [2025-11-03 04:33:14] "PUT /virtual-machine-interface/091e45aa-c6f7-4062-8cad-d8f30954fc92 HTTP/1.1" 200 284 0.017259 10.0.0.249 - - [2025-11-03 04:33:45] "POST /neutron/port HTTP/1.1" 200 1202 0.017916 10.0.0.249 - - [2025-11-03 04:33:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004950 10.0.0.249 - - [2025-11-03 04:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.249 - - [2025-11-03 04:33:50] "POST /neutron/port HTTP/1.1" 200 1202 0.015957 10.0.0.249 - - [2025-11-03 04:33:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003505 10.0.0.249 - - [2025-11-03 04:33:50] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.249 - - [2025-11-03 04:34:12] "GET /obj-perms HTTP/1.1" 200 5075 0.048446 10.0.0.249 - - [2025-11-03 04:34:47] "POST /neutron/port HTTP/1.1" 200 1147 0.015657 10.0.0.249 - - [2025-11-03 04:34:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003631 10.0.0.249 - - [2025-11-03 04:34:48] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.249 - - [2025-11-03 04:34:52] "POST /neutron/port HTTP/1.1" 200 1202 0.016408 10.0.0.249 - - [2025-11-03 04:34:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003682 10.0.0.249 - - [2025-11-03 04:34:52] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.249 - - [2025-11-03 04:35:06] "POST /ref-update HTTP/1.1" 200 156 0.085945 10.0.0.249 - - [2025-11-03 04:35:06] "POST /neutron/network HTTP/1.1" 200 1005 0.036380 10.0.0.249 - - [2025-11-03 04:35:06] "GET /virtual-network/8ffe9d25-a525-47cd-94b9-5be9689e0081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007408 10.0.0.249 - - [2025-11-03 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.249 - - [2025-11-03 04:35:06] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004143 10.0.0.249 - - [2025-11-03 04:35:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.004181 10.0.0.249 - - [2025-11-03 04:35:06] "POST /ref-update HTTP/1.1" 200 156 0.057288 10.0.0.249 - - [2025-11-03 04:35:06] "GET /virtual-network/bd29eb09-95c8-41dd-a2e9-fa266b4c356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009477 10.0.0.249 - - [2025-11-03 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.249 - - [2025-11-03 04:35:06] "GET /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004839 10.0.0.249 - - [2025-11-03 04:35:06] "DELETE /network-policy/cc63e56c-4b86-42a3-9534-36d506b98be8 HTTP/1.1" 200 115 0.039097 10.0.0.249 - - [2025-11-03 04:35:07] "DELETE /access-control-list/78381090-b8d3-4563-abbf-f6c304f4209a HTTP/1.1" 200 115 0.085998 10.0.0.249 - - [2025-11-03 04:35:07] "DELETE /instance-ip/33c8a689-fa60-4c8f-b6e4-639cc8cccd76 HTTP/1.1" 200 115 0.075962 10.0.0.249 - - [2025-11-03 04:35:07] "DELETE /instance-ip/75812f9f-437f-4a7e-9271-966c3b4a1681 HTTP/1.1" 200 115 0.062537 10.0.0.249 - - [2025-11-03 04:35:07] "DELETE /virtual-machine-interface/1efc01a5-9aeb-4128-bd99-bb8f091ec0b0 HTTP/1.1" 200 115 0.098158 10.0.0.249 - - [2025-11-03 04:35:07] "POST /neutron/port HTTP/1.1" 200 1202 0.017054 10.0.0.249 - - [2025-11-03 04:35:07] "POST /neutron/port HTTP/1.1" 200 151 0.237087 10.0.0.249 - - [2025-11-03 04:35:08] "POST /neutron/port HTTP/1.1" 200 151 0.254742 10.0.0.249 - - [2025-11-03 04:35:09] "DELETE /route-target/16e81dae-8904-47c6-9f2d-81d5b1e6f035 HTTP/1.1" 200 115 0.024985 10.0.0.249 - - [2025-11-03 04:35:09] "POST /neutron/network HTTP/1.1" 200 1005 0.011161 10.0.0.249 - - [2025-11-03 04:35:12] "POST /neutron/port HTTP/1.1" 400 205 0.005769 10.0.0.61 - - [2025-11-03 04:35:12] "GET /obj-perms HTTP/1.1" 200 5075 0.058155 10.0.0.23 - - [2025-11-03 04:35:13] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030391 10.0.0.249 - - [2025-11-03 04:35:13] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.293979 10.0.0.23 - - [2025-11-03 04:35:13] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002296 10.0.0.249 - - [2025-11-03 04:35:13] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?fields=virtual_networks HTTP/1.1" 200 1058 0.048404 10.0.0.23 - - [2025-11-03 04:35:13] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.249 - - [2025-11-03 04:35:13] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.049798 10.0.0.23 - - [2025-11-03 04:35:13] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.249 - - [2025-11-03 04:35:13] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?fields=security_groups HTTP/1.1" 200 1292 0.051188 10.0.0.249 - - [2025-11-03 04:35:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.024731 10.0.0.23 - - [2025-11-03 04:35:14] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002656 10.0.0.23 - - [2025-11-03 04:35:14] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.23 - - [2025-11-03 04:35:14] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033251 10.0.0.23 - - [2025-11-03 04:35:14] "POST /id-to-fqname HTTP/1.1" 200 194 0.004776 10.0.0.23 - - [2025-11-03 04:35:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.006207 10.0.0.23 - - [2025-11-03 04:35:14] "POST /security-groups HTTP/1.1" 200 595 0.079455 10.0.0.249 - - [2025-11-03 04:35:14] "POST /fqname-to-id HTTP/1.1" 404 238 0.014586 10.0.0.23 - - [2025-11-03 04:35:14] "POST /projects HTTP/1.1" 200 593 0.293619 10.0.0.23 - - [2025-11-03 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.366771 10.0.0.249 - - [2025-11-03 04:35:14] "POST /access-control-lists HTTP/1.1" 200 598 0.036925 10.0.0.249 - - [2025-11-03 04:35:14] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.548701 10.0.0.249 - - [2025-11-03 04:35:15] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.249 - - [2025-11-03 04:35:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2025-11-03 04:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.059560 10.0.0.23 - - [2025-11-03 04:35:17] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001587 10.0.0.249 - - [2025-11-03 04:35:17] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.045985 10.0.0.23 - - [2025-11-03 04:35:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005765 10.0.0.249 - - [2025-11-03 04:35:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.242383 10.0.0.249 - - [2025-11-03 04:35:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001238 10.0.0.249 - - [2025-11-03 04:35:18] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008520 10.0.0.249 - - [2025-11-03 04:35:18] "POST /neutron/network HTTP/1.1" 200 1002 0.009351 10.0.0.249 - - [2025-11-03 04:35:18] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005029 10.0.0.249 - - [2025-11-03 04:35:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.011663 10.0.0.249 - - [2025-11-03 04:35:19] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005974 10.0.0.23 - - [2025-11-03 04:35:19] "DELETE /project/411f89b442bb48bea2604fa51fbdc8f2 HTTP/1.1" 404 173 0.005389 10.0.0.23 - - [2025-11-03 04:35:19] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2025-11-03 04:35:19] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.065658 10.0.0.23 - - [2025-11-03 04:35:19] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.23 - - [2025-11-03 04:35:19] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?fields=security_groups HTTP/1.1" 200 1397 0.042749 10.0.0.23 - - [2025-11-03 04:35:20] "DELETE /security-group/3852fdb9-618d-4c00-9b25-d9640d9d11f6 HTTP/1.1" 200 115 0.068245 10.0.0.23 - - [2025-11-03 04:35:20] "GET /projects?obj_uuids=3ab865ca-0714-4854-9ece-c0962bcd21d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001807 10.0.0.249 - - [2025-11-03 04:35:20] "DELETE /access-control-list/54181641-4e92-4a1a-b06e-40e4933bb315 HTTP/1.1" 200 115 0.067667 10.0.0.23 - - [2025-11-03 04:35:20] "GET /project/3ab865ca-0714-4854-9ece-c0962bcd21d6?fields=application_policy_sets HTTP/1.1" 200 1436 0.070416 10.0.0.23 - - [2025-11-03 04:35:20] "DELETE /project/3ab865ca-0714-4854-9ece-c0962bcd21d6 HTTP/1.1" 200 115 0.473967 10.0.0.23 - - [2025-11-03 04:35:20] "GET /obj-perms HTTP/1.1" 200 5057 0.056044 10.0.0.249 - - [2025-11-03 04:35:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001530 10.0.0.23 - - [2025-11-03 04:35:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.23 - - [2025-11-03 04:35:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.23 - - [2025-11-03 04:35:21] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000879 10.0.0.249 - - [2025-11-03 04:35:21] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.068879 10.0.0.249 - - [2025-11-03 04:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.006596 10.0.0.249 - - [2025-11-03 04:35:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001616 10.0.0.23 - - [2025-11-03 04:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.23 - - [2025-11-03 04:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-11-03 04:35:22] "POST /neutron/network HTTP/1.1" 200 1012 0.008741 10.0.0.61 - - [2025-11-03 04:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.61 - - [2025-11-03 04:35:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2025-11-03 04:35:22] "POST /neutron/port HTTP/1.1" 200 1171 0.046619 10.0.0.23 - - [2025-11-03 04:35:23] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001430 10.0.0.249 - - [2025-11-03 04:35:23] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.088880 10.0.0.249 - - [2025-11-03 04:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2025-11-03 04:35:23] "POST /neutron/network HTTP/1.1" 200 1002 0.085047 10.0.0.249 - - [2025-11-03 04:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000325 10.0.0.61 - - [2025-11-03 04:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.61 - - [2025-11-03 04:35:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.249 - - [2025-11-03 04:35:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004528 10.0.0.249 - - [2025-11-03 04:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.249 - - [2025-11-03 04:35:23] "POST /neutron/network HTTP/1.1" 200 1002 0.009926 10.0.0.249 - - [2025-11-03 04:35:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001224 10.0.0.249 - - [2025-11-03 04:35:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007329 10.0.0.23 - - [2025-11-03 04:35:23] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001075 10.0.0.249 - - [2025-11-03 04:35:24] "POST /neutron/port HTTP/1.1" 200 1171 0.318040 10.0.0.249 - - [2025-11-03 04:35:24] "POST /neutron/port HTTP/1.1" 200 1225 0.118189 10.0.0.249 - - [2025-11-03 04:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2025-11-03 04:35:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000273 10.0.0.249 - - [2025-11-03 04:35:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003836 10.0.0.249 - - [2025-11-03 04:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.23 - - [2025-11-03 04:35:24] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001179 10.0.0.249 - - [2025-11-03 04:35:24] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067958 10.0.0.249 - - [2025-11-03 04:35:24] "POST /neutron/port HTTP/1.1" 200 2280 0.023768 10.0.0.249 - - [2025-11-03 04:35:25] "POST /neutron/port HTTP/1.1" 200 1199 0.016716 10.0.0.249 - - [2025-11-03 04:35:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008566 10.0.0.249 - - [2025-11-03 04:35:25] "GET /virtual-machine/24a2c894-8de3-45ff-b660-b12697265454 HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2025-11-03 04:35:25] "POST /neutron/network HTTP/1.1" 200 1012 0.006682 10.0.0.249 - - [2025-11-03 04:35:25] "GET /virtual-machine/24a2c894-8de3-45ff-b660-b12697265454 HTTP/1.1" 200 1296 0.032768 10.0.0.249 - - [2025-11-03 04:35:25] "GET /virtual-machine-interface/f1d2012e-f082-4e41-bec5-de73bcff0756 HTTP/1.1" 200 3156 0.005608 10.0.0.249 - - [2025-11-03 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.249 - - [2025-11-03 04:35:25] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.249 - - [2025-11-03 04:35:25] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003797 10.0.0.249 - - [2025-11-03 04:35:25] "POST /neutron/port HTTP/1.1" 200 1171 0.022767 10.0.0.249 - - [2025-11-03 04:35:25] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.012254 10.0.0.249 - - [2025-11-03 04:35:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004203 10.0.0.249 - - [2025-11-03 04:35:26] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.249 - - [2025-11-03 04:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.249 - - [2025-11-03 04:35:28] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009421 10.0.0.249 - - [2025-11-03 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-11-03 04:35:33] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005209 10.0.0.249 - - [2025-11-03 04:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.249 - - [2025-11-03 04:35:37] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006464 10.0.0.249 - - [2025-11-03 04:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.249 - - [2025-11-03 04:35:41] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005916 10.0.0.249 - - [2025-11-03 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.249 - - [2025-11-03 04:35:45] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006500 10.0.0.249 - - [2025-11-03 04:35:48] "POST /neutron/port HTTP/1.1" 200 1199 0.018840 10.0.0.249 - - [2025-11-03 04:35:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004109 10.0.0.249 - - [2025-11-03 04:35:49] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.249 - - [2025-11-03 04:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-11-03 04:35:49] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005095 10.0.0.249 - - [2025-11-03 04:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.249 - - [2025-11-03 04:35:53] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006397 10.0.0.249 - - [2025-11-03 04:35:53] "POST /neutron/port HTTP/1.1" 200 1199 0.018098 10.0.0.249 - - [2025-11-03 04:35:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.249 - - [2025-11-03 04:35:53] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.249 - - [2025-11-03 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.249 - - [2025-11-03 04:35:57] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007018 10.0.0.249 - - [2025-11-03 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.249 - - [2025-11-03 04:36:01] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005921 10.0.0.249 - - [2025-11-03 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.249 - - [2025-11-03 04:36:05] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005704 10.0.0.249 - - [2025-11-03 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.249 - - [2025-11-03 04:36:09] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005398 10.0.0.249 - - [2025-11-03 04:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-11-03 04:36:13] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005263 10.0.0.249 - - [2025-11-03 04:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2025-11-03 04:36:16] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004003 10.0.0.249 - - [2025-11-03 04:36:16] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002623 10.0.0.249 - - [2025-11-03 04:36:16] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006029 10.0.0.249 - - [2025-11-03 04:36:16] "POST /neutron/port HTTP/1.1" 200 1199 0.015546 10.0.0.249 - - [2025-11-03 04:36:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007133 10.0.0.249 - - [2025-11-03 04:36:26] "POST /neutron/port HTTP/1.1" 200 1199 0.037603 10.0.0.249 - - [2025-11-03 04:36:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007414 10.0.0.249 - - [2025-11-03 04:36:31] "POST /neutron/port HTTP/1.1" 200 1199 0.016683 10.0.0.249 - - [2025-11-03 04:36:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007496 10.0.0.249 - - [2025-11-03 04:36:37] "POST /neutron/port HTTP/1.1" 200 1199 0.014639 10.0.0.249 - - [2025-11-03 04:36:37] "GET /virtual-machine/85c0e9c3-d000-490a-a865-c0fc22497bec HTTP/1.1" 200 1296 0.006088 10.0.0.249 - - [2025-11-03 04:36:37] "GET /virtual-machine-interface/78bd8d18-f7d7-4819-880e-f3314ece8266 HTTP/1.1" 200 3154 0.007485 10.0.0.249 - - [2025-11-03 04:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-11-03 04:36:37] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004859 10.0.0.249 - - [2025-11-03 04:36:37] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003791 10.0.0.249 - - [2025-11-03 04:36:37] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006264 10.0.0.249 - - [2025-11-03 04:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.249 - - [2025-11-03 04:36:38] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004167 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003308 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006040 10.0.0.249 - - [2025-11-03 04:36:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006799 10.0.0.249 - - [2025-11-03 04:36:38] "POST /neutron/port HTTP/1.1" 200 1199 0.021291 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-machine/fa00ffbf-63bf-4a5d-bb2e-a2de4136ed79 HTTP/1.1" 200 1297 0.006202 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-machine-interface/e91d765c-b66d-432b-bad5-8a2732e4c8bc HTTP/1.1" 200 3156 0.005645 10.0.0.249 - - [2025-11-03 04:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.249 - - [2025-11-03 04:36:38] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004507 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003589 10.0.0.249 - - [2025-11-03 04:36:38] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006246 10.0.0.249 - - [2025-11-03 04:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-11-03 04:36:40] "GET /global-vrouter-config/f7040980-9a5c-471b-adf9-84deb2acd54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003574 10.0.0.249 - - [2025-11-03 04:36:40] "GET /virtual-networks?parent_id=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002971 10.0.0.249 - - [2025-11-03 04:36:40] "GET /virtual-network/2f9dfd56-c8cf-4fdc-85ed-c198865dbe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005319 10.0.0.249 - - [2025-11-03 04:36:40] "GET /virtual-machine-interface/e91d765c-b66d-432b-bad5-8a2732e4c8bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005864 10.0.0.249 - - [2025-11-03 04:36:40] "PUT /virtual-machine-interface/e91d765c-b66d-432b-bad5-8a2732e4c8bc HTTP/1.1" 200 284 0.015664 10.0.0.249 - - [2025-11-03 04:36:48] "POST /neutron/port HTTP/1.1" 200 1199 0.016571 10.0.0.249 - - [2025-11-03 04:36:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004600 10.0.0.249 - - [2025-11-03 04:36:49] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.249 - - [2025-11-03 04:36:54] "POST /neutron/port HTTP/1.1" 200 1199 0.019459 10.0.0.249 - - [2025-11-03 04:36:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003580 10.0.0.249 - - [2025-11-03 04:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.249 - - [2025-11-03 04:37:14] "GET /obj-perms HTTP/1.1" 200 5075 0.056795 10.0.0.249 - - [2025-11-03 04:37:49] "POST /neutron/port HTTP/1.1" 200 1199 0.017995 10.0.0.249 - - [2025-11-03 04:37:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003636 10.0.0.249 - - [2025-11-03 04:37:50] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.249 - - [2025-11-03 04:37:58] "POST /neutron/port HTTP/1.1" 200 1199 0.039809 10.0.0.249 - - [2025-11-03 04:37:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004542 10.0.0.249 - - [2025-11-03 04:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.61 - - [2025-11-03 04:38:15] "GET /obj-perms HTTP/1.1" 200 5075 0.044970 10.0.0.249 - - [2025-11-03 04:38:51] "POST /neutron/port HTTP/1.1" 200 1199 0.017244 10.0.0.249 - - [2025-11-03 04:38:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.249 - - [2025-11-03 04:38:52] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.249 - - [2025-11-03 04:39:00] "POST /neutron/port HTTP/1.1" 200 1199 0.018048 10.0.0.249 - - [2025-11-03 04:39:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.249 - - [2025-11-03 04:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.249 - - [2025-11-03 04:39:02] "POST /neutron/network HTTP/1.1" 400 204 0.014709 10.0.0.249 - - [2025-11-03 04:39:02] "POST /neutron/port HTTP/1.1" 200 1199 0.023999 10.0.0.249 - - [2025-11-03 04:39:02] "POST /neutron/port HTTP/1.1" 200 151 0.253117 10.0.0.249 - - [2025-11-03 04:39:03] "POST /neutron/port HTTP/1.1" 200 151 0.376715 10.0.0.249 - - [2025-11-03 04:39:04] "DELETE /route-target/8a1bbf3d-0335-4ecb-bff7-afb56808448b HTTP/1.1" 200 115 0.023897 10.0.0.23 - - [2025-11-03 04:39:06] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.249 - - [2025-11-03 04:39:06] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.042141 10.0.0.23 - - [2025-11-03 04:39:06] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001203 10.0.0.249 - - [2025-11-03 04:39:06] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?fields=virtual_networks HTTP/1.1" 200 1050 0.046317 10.0.0.23 - - [2025-11-03 04:39:06] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000899 10.0.0.249 - - [2025-11-03 04:39:06] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.051611 10.0.0.23 - - [2025-11-03 04:39:06] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001272 10.0.0.249 - - [2025-11-03 04:39:06] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?fields=security_groups HTTP/1.1" 200 1280 0.038132 10.0.0.249 - - [2025-11-03 04:39:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.024998 10.0.0.23 - - [2025-11-03 04:39:07] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003287 10.0.0.23 - - [2025-11-03 04:39:07] "GET /domains?obj_uuids=08e054d4-7d42-4fbe-9f71-53fe1c9730a1&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.23 - - [2025-11-03 04:39:07] "GET /domain/08e054d4-7d42-4fbe-9f71-53fe1c9730a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007547 10.0.0.23 - - [2025-11-03 04:39:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.008471 10.0.0.23 - - [2025-11-03 04:39:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.009785 10.0.0.23 - - [2025-11-03 04:39:07] "POST /security-groups HTTP/1.1" 200 591 0.034064 10.0.0.23 - - [2025-11-03 04:39:07] "POST /projects HTTP/1.1" 200 585 0.259487 10.0.0.249 - - [2025-11-03 04:39:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.014710 10.0.0.23 - - [2025-11-03 04:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.354492 10.0.0.249 - - [2025-11-03 04:39:07] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.505466 10.0.0.249 - - [2025-11-03 04:39:08] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.23 - - [2025-11-03 04:39:14] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.249 - - [2025-11-03 04:39:14] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048630 10.0.0.23 - - [2025-11-03 04:39:14] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.249 - - [2025-11-03 04:39:14] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?fields=virtual_networks HTTP/1.1" 200 1043 0.048500 10.0.0.23 - - [2025-11-03 04:39:14] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.249 - - [2025-11-03 04:39:14] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.051501 10.0.0.23 - - [2025-11-03 04:39:14] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.249 - - [2025-11-03 04:39:14] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?fields=security_groups HTTP/1.1" 200 1269 0.049308 10.0.0.23 - - [2025-11-03 04:39:20] "DELETE /project/ecc925b351b648b997a10e54f895a6ad HTTP/1.1" 404 173 0.008609 10.0.0.23 - - [2025-11-03 04:39:20] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001290 10.0.0.23 - - [2025-11-03 04:39:20] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.23 - - [2025-11-03 04:39:20] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.091524 10.0.0.23 - - [2025-11-03 04:39:20] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.100669 10.0.0.23 - - [2025-11-03 04:39:20] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.23 - - [2025-11-03 04:39:20] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001092 10.0.0.23 - - [2025-11-03 04:39:20] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?fields=security_groups HTTP/1.1" 200 1374 0.050953 10.0.0.23 - - [2025-11-03 04:39:20] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?fields=security_groups HTTP/1.1" 200 1385 0.067720 10.0.0.23 - - [2025-11-03 04:39:21] "DELETE /security-group/bdac6416-3644-4b8f-9375-eb5e3753f757 HTTP/1.1" 200 115 0.076216 10.0.0.23 - - [2025-11-03 04:39:21] "GET /projects?obj_uuids=ecc925b3-51b6-48b9-97a1-0e54f895a6ad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004497 10.0.0.23 - - [2025-11-03 04:39:21] "DELETE /security-group/af601cfb-e251-463e-b7d1-bdad9bb163f2 HTTP/1.1" 200 115 0.127675 10.0.0.23 - - [2025-11-03 04:39:21] "GET /projects?obj_uuids=411f89b4-42bb-48be-a260-4fa51fbdc8f2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001042 10.0.0.23 - - [2025-11-03 04:39:21] "GET /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad?fields=application_policy_sets HTTP/1.1" 200 1413 0.096448 10.0.0.249 - - [2025-11-03 04:39:21] "DELETE /access-control-list/9362bd96-6b46-49be-9738-5c9d7c640f59 HTTP/1.1" 200 115 0.066628 10.0.0.23 - - [2025-11-03 04:39:21] "GET /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2?fields=application_policy_sets HTTP/1.1" 200 1424 0.078810 10.0.0.23 - - [2025-11-03 04:39:21] "DELETE /project/ecc925b3-51b6-48b9-97a1-0e54f895a6ad HTTP/1.1" 200 115 0.609557 10.0.0.23 - - [2025-11-03 04:39:21] "DELETE /project/411f89b4-42bb-48be-a260-4fa51fbdc8f2 HTTP/1.1" 200 115 0.647404 10.0.0.23 - - [2025-11-03 04:40:16] "GET /obj-perms HTTP/1.1" 200 5075 0.047298 10.0.0.23 - - [2025-11-03 04:40:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.23 - - [2025-11-03 04:40:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.23 - - [2025-11-03 04:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.23 - - [2025-11-03 04:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.61 - - [2025-11-03 04:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.61 - - [2025-11-03 04:40:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.249 - - [2025-11-03 04:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-11-03 04:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.001586 10.0.0.61 - - [2025-11-03 04:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.61 - - [2025-11-03 04:40:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000836 10.0.0.249 - - [2025-11-03 04:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-11-03 04:40:24] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 [Introspect:8084]10.0.0.23 - - [2025-11-03 04:40:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001177 [Introspect:8084]10.0.0.23 - - [2025-11-03 04:40:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001010