++ 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 Sep 22 01:57:48 AM UTC 2025 ===================' INFO: =================== Mon Sep 22 01:57:48 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ 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.56,10.0.0.38,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56,10.0.0.38,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 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.56,10.0.0.38,10.0.0.27 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ cut -d = -f 1 ++ set -o posix ++ sort ++ set ++ 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: 09/22/2025 01:57:59.567 7f4ecd4b1f80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/22/2025 01:57:59.781 7f4ecd4b1f80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/22/2025 01:57:59.796 7f4ecd4b1f80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/22/2025 01:57:59.797 7f4ecd4b1f80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Sep 22 01:58:17 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 3 from vnc_cfg_api_server.api_server import server_main 4 if __name__ == '__main__': 5 if sys.argv[0].endswith('.exe'): 6 sys.argv[0] = sys.argv[0][:-4] 7 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5382 vnc_cgitb.enable(format='text') 5383 5384 main(args_str, VncApiServer(args_str)) 5385 #server_main 5386 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2210 else: 2211 self._db_connect(self._args.reset_config) 2212 self._db_init_entries() 2213 2214 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3753 def _db_init_entries(self): 3754 # create singleton defaults if they don't exist already in db 3755 gsc = self.create_singleton_entry(GlobalSystemConfig( 3756 autonomous_system=64512, config_version=CONFIG_VERSION)) 3757 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4022 if not ok: 4023 (code, msg) = result 4024 raise cfgm_common.exceptions.HttpError(code, msg) 4025 obj_id = result 4026 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4007, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2523, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1206, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 7, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5384, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2212, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3755, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4024, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: c3e97d28-314a-4682-a146-6c734a4c549f at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 22 01:58:19 AM UTC 2025 ===================' INFO: =================== Mon Sep 22 01:58:19 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ 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.56,10.0.0.38,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56,10.0.0.38,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 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.56,10.0.0.38,10.0.0.27 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.27 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/22/2025 01:58:28.560 7fd6a56d8200 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/22/2025 01:58:28.734 7fd6a56d8200 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/22/2025 01:58:28.749 7fd6a56d8200 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/22/2025 01:58:28.750 7fd6a56d8200 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-09-22 01:58:29] "GET / HTTP/1.1" 200 45871 0.001543 10.0.0.27 - - [2025-09-22 01:58:29] "GET / HTTP/1.1" 200 45871 0.001238 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-09-22 01:58:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.27 - - [2025-09-22 01:58:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2025-09-22 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 2.564239 10.0.0.27 - - [2025-09-22 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.27 - - [2025-09-22 01:58:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.287544 10.0.0.27 - - [2025-09-22 01:58:32] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004026 10.0.0.56 - - [2025-09-22 01:58:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.060275 10.0.0.56 - - [2025-09-22 01:58:33] "POST /service-appliance-sets HTTP/1.1" 200 553 0.061005 10.0.0.56 - - [2025-09-22 01:58:33] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007671 10.0.0.56 - - [2025-09-22 01:58:33] "GET /network-ipam/f9328f65-31bd-4faa-93d9-903327e0348b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007223 10.0.0.56 - - [2025-09-22 01:58:34] "POST /service-templates HTTP/1.1" 200 515 0.059297 /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.56 - - [2025-09-22 01:58:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.27 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 9.280069 10.0.0.56 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 7.879730 10.0.0.27 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 6.486746 10.0.0.56 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 4.201026 10.0.0.38 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 3.379150 10.0.0.38 - - [2025-09-22 01:59:09] "GET /global-system-configs HTTP/1.1" 200 322 0.913845 10.0.0.56 - - [2025-09-22 01:59:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.812041 10.0.0.56 - - [2025-09-22 01:59:11] "POST /access-control-lists HTTP/1.1" 200 585 0.050387 10.0.0.56 - - [2025-09-22 01:59:11] "POST /route-targets HTTP/1.1" 200 327 0.027519 10.0.0.56 - - [2025-09-22 01:59:11] "POST /ref-update HTTP/1.1" 200 156 0.041750 10.0.0.56 - - [2025-09-22 01:59:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.003806 10.0.0.56 - - [2025-09-22 01:59:11] "PUT /access-control-list/425ed696-5faa-45e1-8ad3-e2d4c70e0a7e HTTP/1.1" 200 272 0.020965 10.0.0.56 - - [2025-09-22 01:59:16] "POST /ref-update HTTP/1.1" 200 156 0.037867 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-09-22 02:01:45] "GET /obj-perms HTTP/1.1" 200 5056 0.348818 10.0.0.56 - - [2025-09-22 02:02:45] "GET /obj-perms HTTP/1.1" 200 5056 0.054086 10.0.0.38 - - [2025-09-22 02:02:46] "GET /obj-perms HTTP/1.1" 200 5056 0.050947 10.0.0.56 - - [2025-09-22 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.27 - - [2025-09-22 02:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.004924 10.0.0.56 - - [2025-09-22 02:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.121109 10.0.0.27 - - [2025-09-22 02:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.106054 10.0.0.27 - - [2025-09-22 02:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.146880 10.0.0.56 - - [2025-09-22 02:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.151651 10.0.0.38 - - [2025-09-22 02:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.171372 10.0.0.56 - - [2025-09-22 02:03:34] "GET /global-system-configs HTTP/1.1" 200 322 0.007378 10.0.0.38 - - [2025-09-22 02:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.014331 10.0.0.38 - - [2025-09-22 02:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.043153 10.0.0.56 - - [2025-09-22 02:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.122896 10.0.0.27 - - [2025-09-22 02:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.131846 10.0.0.38 - - [2025-09-22 02:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.142602 10.0.0.56 - - [2025-09-22 02:03:47] "GET /virtual-router/bffabf95-71e4-4dbb-9ade-8461bc3e1edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.026444 [Introspect:8084]10.0.0.27 - - [2025-09-22 02:03:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001120 [Introspect:8084]10.0.0.27 - - [2025-09-22 02:03:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000983 [Introspect:8084]10.0.0.27 - - [2025-09-22 02:04:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000992 [Introspect:8084]10.0.0.27 - - [2025-09-22 02:04:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000936 10.0.0.56 - - [2025-09-22 02:05:20] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.56 - - [2025-09-22 02:05:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000621 10.0.0.56 - - [2025-09-22 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.044377 10.0.0.27 - - [2025-09-22 02:05:21] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.048543 10.0.0.27 - - [2025-09-22 02:05:21] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.27 - - [2025-09-22 02:05:21] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.071077 10.0.0.27 - - [2025-09-22 02:05:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.001420 10.0.0.27 - - [2025-09-22 02:05:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.011025 10.0.0.27 - - [2025-09-22 02:05:21] "POST /security-groups HTTP/1.1" 200 589 0.043797 10.0.0.27 - - [2025-09-22 02:05:22] "POST /projects HTTP/1.1" 200 581 0.332061 10.0.0.27 - - [2025-09-22 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.409873 10.0.0.56 - - [2025-09-22 02:05:22] "POST /access-control-lists HTTP/1.1" 200 594 0.061341 10.0.0.56 - - [2025-09-22 02:05:22] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.644685 10.0.0.56 - - [2025-09-22 02:05:23] "GET / HTTP/1.1" 200 35931 0.003317 10.0.0.27 - - [2025-09-22 02:05:26] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.56 - - [2025-09-22 02:05:26] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051895 10.0.0.27 - - [2025-09-22 02:05:26] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.56 - - [2025-09-22 02:05:26] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?fields=virtual_networks HTTP/1.1" 200 1028 0.085689 10.0.0.27 - - [2025-09-22 02:05:26] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.56 - - [2025-09-22 02:05:26] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.076944 10.0.0.27 - - [2025-09-22 02:05:26] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.56 - - [2025-09-22 02:05:26] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?fields=security_groups HTTP/1.1" 200 1252 0.073520 10.0.0.27 - - [2025-09-22 02:05:27] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004110 10.0.0.27 - - [2025-09-22 02:05:27] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.27 - - [2025-09-22 02:05:27] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008645 10.0.0.27 - - [2025-09-22 02:05:27] "POST /id-to-fqname HTTP/1.1" 200 167 0.001701 10.0.0.27 - - [2025-09-22 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 176 0.006295 10.0.0.27 - - [2025-09-22 02:05:27] "POST /security-groups HTTP/1.1" 200 568 0.042086 10.0.0.56 - - [2025-09-22 02:05:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.006218 10.0.0.27 - - [2025-09-22 02:05:27] "POST /projects HTTP/1.1" 200 539 0.289236 10.0.0.27 - - [2025-09-22 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.358064 10.0.0.56 - - [2025-09-22 02:05:27] "POST /access-control-lists HTTP/1.1" 200 571 0.038259 10.0.0.56 - - [2025-09-22 02:05:27] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.628977 [Introspect:8084]10.0.0.56 - - [2025-09-22 02:05:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001228 10.0.0.27 - - [2025-09-22 02:05:29] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001050 10.0.0.56 - - [2025-09-22 02:05:29] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.049770 10.0.0.27 - - [2025-09-22 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.047469 [Introspect:8084]10.0.0.56 - - [2025-09-22 02:05:32] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000766 10.0.0.56 - - [2025-09-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.042907 10.0.0.56 - - [2025-09-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.006236 10.0.0.56 - - [2025-09-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004462 10.0.0.56 - - [2025-09-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004448 10.0.0.56 - - [2025-09-22 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004763 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004454 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004492 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004421 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004735 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004584 10.0.0.27 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004644 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004716 10.0.0.56 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004214 10.0.0.27 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004491 10.0.0.27 - - [2025-09-22 02:05:33] "GET /obj-perms HTTP/1.1" 200 5056 0.008766 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004256 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.005539 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.005082 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004264 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004766 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004305 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004391 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004611 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004922 10.0.0.56 - - [2025-09-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.005039 10.0.0.56 - - [2025-09-22 02:05:37] "GET /obj-perms HTTP/1.1" 200 5056 0.004937 10.0.0.56 - - [2025-09-22 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.007001 10.0.0.56 - - [2025-09-22 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.005019 10.0.0.56 - - [2025-09-22 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.010511 10.0.0.56 - - [2025-09-22 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.005076 10.0.0.56 - - [2025-09-22 02:05:40] "GET /obj-perms HTTP/1.1" 200 5056 0.004680 10.0.0.56 - - [2025-09-22 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.022897 10.0.0.27 - - [2025-09-22 02:05:41] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.27 - - [2025-09-22 02:05:41] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.27 - - [2025-09-22 02:05:41] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008364 10.0.0.27 - - [2025-09-22 02:05:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.001328 10.0.0.27 - - [2025-09-22 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.005500 10.0.0.27 - - [2025-09-22 02:05:41] "POST /security-groups HTTP/1.1" 200 602 0.054151 10.0.0.27 - - [2025-09-22 02:05:41] "POST /projects HTTP/1.1" 200 607 0.314022 10.0.0.56 - - [2025-09-22 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.016794 10.0.0.27 - - [2025-09-22 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.381658 10.0.0.56 - - [2025-09-22 02:05:41] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.561624 10.0.0.56 - - [2025-09-22 02:05:42] "GET / HTTP/1.1" 200 35931 0.001514 10.0.0.56 - - [2025-09-22 02:05:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-09-22 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.068088 10.0.0.27 - - [2025-09-22 02:05:44] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001070 10.0.0.56 - - [2025-09-22 02:05:44] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045280 10.0.0.56 - - [2025-09-22 02:05:44] "POST /ref-update HTTP/1.1" 200 156 0.047010 10.0.0.27 - - [2025-09-22 02:05:44] "POST /useragent-kv HTTP/1.1" 200 115 0.014092 10.0.0.56 - - [2025-09-22 02:05:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.284264 10.0.0.56 - - [2025-09-22 02:05:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001295 10.0.0.56 - - [2025-09-22 02:05:45] "GET /virtual-network/794d9f14-4b54-4ab0-b72e-e86b5d55b8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008884 10.0.0.56 - - [2025-09-22 02:05:45] "GET /virtual-network/794d9f14-4b54-4ab0-b72e-e86b5d55b8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011404 10.0.0.56 - - [2025-09-22 02:05:45] "POST /neutron/network HTTP/1.1" 200 838 0.010144 10.0.0.56 - - [2025-09-22 02:05:45] "GET /virtual-network/794d9f14-4b54-4ab0-b72e-e86b5d55b8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006643 10.0.0.56 - - [2025-09-22 02:05:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001861 10.0.0.38 - - [2025-09-22 02:05:48] "GET /obj-perms HTTP/1.1" 200 5056 0.084821 10.0.0.27 - - [2025-09-22 02:05:49] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001290 10.0.0.56 - - [2025-09-22 02:05:49] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069675 10.0.0.56 - - [2025-09-22 02:05:50] "POST /neutron/network HTTP/1.1" 200 838 0.028749 10.0.0.56 - - [2025-09-22 02:05:50] "POST /neutron/port HTTP/1.1" 200 117 0.008282 10.0.0.56 - - [2025-09-22 02:05:51] "POST /neutron/port HTTP/1.1" 200 1070 0.040899 10.0.0.56 - - [2025-09-22 02:05:52] "POST /neutron/port HTTP/1.1" 200 1098 0.021424 10.0.0.56 - - [2025-09-22 02:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.56 - - [2025-09-22 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010582 10.0.0.56 - - [2025-09-22 02:05:55] "GET /obj-perms HTTP/1.1" 200 5052 0.044947 10.0.0.56 - - [2025-09-22 02:05:58] "GET /obj-perms HTTP/1.1" 200 5052 0.006058 10.0.0.56 - - [2025-09-22 02:06:01] "POST /neutron/port HTTP/1.1" 200 1098 0.019825 10.0.0.56 - - [2025-09-22 02:06:02] "POST /neutron/network HTTP/1.1" 200 838 0.010331 10.0.0.27 - - [2025-09-22 02:06:03] "DELETE /project/84e649baf4ef4edc8abb58267736c11f HTTP/1.1" 404 173 0.016934 10.0.0.27 - - [2025-09-22 02:06:03] "DELETE /project/5ad78dcec82b4e119fd03e78f92a79b5 HTTP/1.1" 404 173 0.015583 10.0.0.27 - - [2025-09-22 02:06:03] "DELETE /project/bcb579bd4d0749a9b92bbaa6d624f4a1 HTTP/1.1" 404 173 0.019713 10.0.0.27 - - [2025-09-22 02:06:03] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001698 10.0.0.27 - - [2025-09-22 02:06:03] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.077961 10.0.0.27 - - [2025-09-22 02:06:03] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.27 - - [2025-09-22 02:06:03] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?fields=security_groups HTTP/1.1" 200 1357 0.059165 10.0.0.27 - - [2025-09-22 02:06:03] "DELETE /security-group/829a7c06-3762-4368-8b08-2f5646c935ab HTTP/1.1" 200 115 0.098507 10.0.0.27 - - [2025-09-22 02:06:03] "GET /projects?obj_uuids=bcb579bd-4d07-49a9-b92b-baa6d624f4a1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002303 10.0.0.56 - - [2025-09-22 02:06:03] "DELETE /access-control-list/0c5a1668-2e32-48e4-ab90-15afb3c13b17 HTTP/1.1" 200 115 0.075900 10.0.0.27 - - [2025-09-22 02:06:03] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001772 10.0.0.27 - - [2025-09-22 02:06:03] "GET /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1?fields=application_policy_sets HTTP/1.1" 200 1396 0.098499 10.0.0.56 - - [2025-09-22 02:06:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.129863 10.0.0.27 - - [2025-09-22 02:06:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001072 10.0.0.56 - - [2025-09-22 02:06:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?fields=virtual_networks HTTP/1.1" 200 1052 0.114361 10.0.0.27 - - [2025-09-22 02:06:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001315 10.0.0.27 - - [2025-09-22 02:06:04] "DELETE /project/bcb579bd-4d07-49a9-b92b-baa6d624f4a1 HTTP/1.1" 200 115 0.703618 10.0.0.56 - - [2025-09-22 02:06:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.085298 10.0.0.27 - - [2025-09-22 02:06:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001431 10.0.0.56 - - [2025-09-22 02:06:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?fields=security_groups HTTP/1.1" 200 1289 0.050773 10.0.0.27 - - [2025-09-22 02:06:04] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001044 10.0.0.56 - - [2025-09-22 02:06:05] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.078806 10.0.0.27 - - [2025-09-22 02:06:11] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.56 - - [2025-09-22 02:06:11] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.086744 10.0.0.56 - - [2025-09-22 02:06:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.023039 10.0.0.27 - - [2025-09-22 02:06:13] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008112 10.0.0.27 - - [2025-09-22 02:06:14] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688 10.0.0.27 - - [2025-09-22 02:06:14] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011825 10.0.0.27 - - [2025-09-22 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.008063 10.0.0.27 - - [2025-09-22 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.006525 10.0.0.27 - - [2025-09-22 02:06:14] "POST /security-groups HTTP/1.1" 200 603 0.078751 10.0.0.27 - - [2025-09-22 02:06:14] "POST /projects HTTP/1.1" 200 609 0.368515 10.0.0.56 - - [2025-09-22 02:06:14] "POST /access-control-lists HTTP/1.1" 200 608 0.030057 10.0.0.27 - - [2025-09-22 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.442981 10.0.0.56 - - [2025-09-22 02:06:14] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.652282 10.0.0.56 - - [2025-09-22 02:06:15] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.56 - - [2025-09-22 02:06:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.56 - - [2025-09-22 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.054726 10.0.0.27 - - [2025-09-22 02:06:16] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.56 - - [2025-09-22 02:06:16] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054792 10.0.0.27 - - [2025-09-22 02:06:16] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.56 - - [2025-09-22 02:06:16] "POST /neutron/network HTTP/1.1" 200 703 0.251423 10.0.0.56 - - [2025-09-22 02:06:16] "POST /route-targets HTTP/1.1" 200 327 0.026279 10.0.0.56 - - [2025-09-22 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.003975 10.0.0.56 - - [2025-09-22 02:06:17] "GET /virtual-network/c568143d-3aae-4d15-887c-86a12f966c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006471 10.0.0.56 - - [2025-09-22 02:06:17] "POST /neutron/network HTTP/1.1" 200 922 0.012549 10.0.0.56 - - [2025-09-22 02:06:17] "GET /virtual-network/c568143d-3aae-4d15-887c-86a12f966c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005450 10.0.0.56 - - [2025-09-22 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007208 10.0.0.27 - - [2025-09-22 02:06:17] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.56 - - [2025-09-22 02:06:17] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058937 10.0.0.56 - - [2025-09-22 02:06:17] "POST /neutron/network HTTP/1.1" 200 117 0.015430 10.0.0.56 - - [2025-09-22 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.037408 10.0.0.56 - - [2025-09-22 02:06:17] "POST /neutron/network HTTP/1.1" 200 922 0.012075 10.0.0.56 - - [2025-09-22 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.001552 10.0.0.56 - - [2025-09-22 02:06:17] "GET /virtual-network/9d9f368c-ad0c-4485-9a54-121b2a5bfdd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.007816 10.0.0.56 - - [2025-09-22 02:06:17] "GET /virtual-network/9d9f368c-ad0c-4485-9a54-121b2a5bfdd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.008393 10.0.0.56 - - [2025-09-22 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.010466 10.0.0.56 - - [2025-09-22 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2025-09-22 02:06:17] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.56 - - [2025-09-22 02:06:17] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056969 10.0.0.27 - - [2025-09-22 02:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011867 10.0.0.56 - - [2025-09-22 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.229964 10.0.0.56 - - [2025-09-22 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 276 0.001313 10.0.0.56 - - [2025-09-22 02:06:18] "GET /virtual-network/f10c99d3-26b1-4ec5-a128-a0e9dd4a4cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006413 10.0.0.56 - - [2025-09-22 02:06:18] "GET /virtual-network/f10c99d3-26b1-4ec5-a128-a0e9dd4a4cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.008488 10.0.0.56 - - [2025-09-22 02:06:18] "POST /neutron/network HTTP/1.1" 200 923 0.008317 10.0.0.56 - - [2025-09-22 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.001392 10.0.0.27 - - [2025-09-22 02:06:19] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.56 - - [2025-09-22 02:06:19] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.076856 10.0.0.56 - - [2025-09-22 02:06:19] "POST /neutron/network HTTP/1.1" 200 922 0.007664 10.0.0.56 - - [2025-09-22 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 276 0.001380 10.0.0.56 - - [2025-09-22 02:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.007282 10.0.0.27 - - [2025-09-22 02:06:20] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.27 - - [2025-09-22 02:06:20] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.56 - - [2025-09-22 02:06:20] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.094777 10.0.0.56 - - [2025-09-22 02:06:20] "POST /neutron/port HTTP/1.1" 200 1072 0.519047 10.0.0.56 - - [2025-09-22 02:06:21] "POST /neutron/port HTTP/1.1" 200 1072 0.022388 10.0.0.56 - - [2025-09-22 02:06:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012279 10.0.0.56 - - [2025-09-22 02:06:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005365 10.0.0.56 - - [2025-09-22 02:06:21] "POST /neutron/network HTTP/1.1" 200 922 0.008583 10.0.0.56 - - [2025-09-22 02:06:22] "POST /neutron/port HTTP/1.1" 200 1071 0.041264 10.0.0.56 - - [2025-09-22 02:06:22] "POST /neutron/network HTTP/1.1" 200 922 0.009454 10.0.0.56 - - [2025-09-22 02:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006399 10.0.0.56 - - [2025-09-22 02:06:23] "POST /neutron/network HTTP/1.1" 200 923 0.009190 10.0.0.56 - - [2025-09-22 02:06:23] "POST /neutron/port HTTP/1.1" 200 151 0.226080 10.0.0.56 - - [2025-09-22 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.011123 10.0.0.56 - - [2025-09-22 02:06:25] "POST /neutron/network HTTP/1.1" 200 923 0.007086 10.0.0.56 - - [2025-09-22 02:06:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015157 10.0.0.56 - - [2025-09-22 02:06:27] "POST /neutron/network HTTP/1.1" 400 204 0.020115 10.0.0.56 - - [2025-09-22 02:06:27] "POST /neutron/network HTTP/1.1" 200 117 0.009283 10.0.0.27 - - [2025-09-22 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.015149 10.0.0.27 - - [2025-09-22 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003921 10.0.0.56 - - [2025-09-22 02:06:29] "POST /neutron/network HTTP/1.1" 200 151 0.179432 10.0.0.56 - - [2025-09-22 02:06:29] "DELETE /route-target/c5699d2a-4fde-49cc-a6b2-258db70f3200 HTTP/1.1" 200 115 0.031903 10.0.0.27 - - [2025-09-22 02:06:29] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001509 10.0.0.56 - - [2025-09-22 02:06:29] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.074751 10.0.0.27 - - [2025-09-22 02:06:29] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001734 10.0.0.56 - - [2025-09-22 02:06:29] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?fields=virtual_networks HTTP/1.1" 200 1056 0.069183 10.0.0.27 - - [2025-09-22 02:06:29] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.56 - - [2025-09-22 02:06:29] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.050862 10.0.0.27 - - [2025-09-22 02:06:29] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.56 - - [2025-09-22 02:06:29] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?fields=security_groups HTTP/1.1" 200 1294 0.042953 10.0.0.56 - - [2025-09-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.028146 10.0.0.27 - - [2025-09-22 02:06:30] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004414 10.0.0.27 - - [2025-09-22 02:06:30] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001716 10.0.0.27 - - [2025-09-22 02:06:30] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009630 10.0.0.27 - - [2025-09-22 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.004197 10.0.0.27 - - [2025-09-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.004446 10.0.0.27 - - [2025-09-22 02:06:31] "POST /security-groups HTTP/1.1" 200 593 0.041546 10.0.0.56 - - [2025-09-22 02:06:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003582 10.0.0.27 - - [2025-09-22 02:06:31] "POST /projects HTTP/1.1" 200 589 0.273510 10.0.0.27 - - [2025-09-22 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.350223 10.0.0.56 - - [2025-09-22 02:06:31] "POST /access-control-lists HTTP/1.1" 200 596 0.034353 10.0.0.56 - - [2025-09-22 02:06:31] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.503149 10.0.0.56 - - [2025-09-22 02:06:32] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.56 - - [2025-09-22 02:06:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.56 - - [2025-09-22 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049567 10.0.0.27 - - [2025-09-22 02:06:32] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001899 10.0.0.56 - - [2025-09-22 02:06:33] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051911 10.0.0.56 - - [2025-09-22 02:06:33] "POST /neutron/network HTTP/1.1" 200 117 0.032781 10.0.0.56 - - [2025-09-22 02:06:33] "POST /neutron/network HTTP/1.1" 200 891 0.015466 10.0.0.56 - - [2025-09-22 02:06:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.001137 10.0.0.56 - - [2025-09-22 02:06:33] "GET /virtual-network/776cb505-3443-4d1b-a22d-34aa04fd2d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006088 10.0.0.56 - - [2025-09-22 02:06:33] "GET /virtual-network/776cb505-3443-4d1b-a22d-34aa04fd2d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007854 10.0.0.56 - - [2025-09-22 02:06:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.013699 10.0.0.56 - - [2025-09-22 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.27 - - [2025-09-22 02:06:33] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.56 - - [2025-09-22 02:06:33] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054860 10.0.0.56 - - [2025-09-22 02:06:34] "POST /route-targets HTTP/1.1" 200 327 0.029083 10.0.0.27 - - [2025-09-22 02:06:34] "POST /useragent-kv HTTP/1.1" 200 115 0.015556 10.0.0.56 - - [2025-09-22 02:06:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.259855 10.0.0.56 - - [2025-09-22 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.001354 10.0.0.56 - - [2025-09-22 02:06:34] "GET /virtual-network/016ba832-0240-4584-a32c-efc9e6b9639a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006294 10.0.0.56 - - [2025-09-22 02:06:34] "GET /virtual-network/016ba832-0240-4584-a32c-efc9e6b9639a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006371 10.0.0.56 - - [2025-09-22 02:06:34] "POST /neutron/network HTTP/1.1" 200 892 0.007528 10.0.0.56 - - [2025-09-22 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2025-09-22 02:06:34] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.56 - - [2025-09-22 02:06:34] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041505 10.0.0.27 - - [2025-09-22 02:06:34] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.56 - - [2025-09-22 02:06:34] "POST /neutron/network HTTP/1.1" 200 675 0.163018 10.0.0.56 - - [2025-09-22 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.029115 10.0.0.56 - - [2025-09-22 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 256 0.004039 10.0.0.56 - - [2025-09-22 02:06:35] "GET /virtual-network/87cf9520-3cf6-4299-b014-9457d9767a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006896 10.0.0.56 - - [2025-09-22 02:06:35] "POST /neutron/network HTTP/1.1" 200 893 0.007127 10.0.0.56 - - [2025-09-22 02:06:35] "GET /virtual-network/87cf9520-3cf6-4299-b014-9457d9767a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007889 10.0.0.56 - - [2025-09-22 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.001475 10.0.0.56 - - [2025-09-22 02:06:35] "POST /neutron/network HTTP/1.1" 200 902 0.007797 10.0.0.27 - - [2025-09-22 02:06:36] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.56 - - [2025-09-22 02:06:36] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.079254 10.0.0.56 - - [2025-09-22 02:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.008651 10.0.0.56 - - [2025-09-22 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 256 0.001703 10.0.0.56 - - [2025-09-22 02:06:36] "POST /neutron/network HTTP/1.1" 200 902 0.008299 10.0.0.56 - - [2025-09-22 02:06:37] "POST /neutron/port HTTP/1.1" 200 1062 0.017525 10.0.0.27 - - [2025-09-22 02:06:37] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.56 - - [2025-09-22 02:06:37] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.071379 10.0.0.56 - - [2025-09-22 02:06:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016263 10.0.0.56 - - [2025-09-22 02:06:37] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.56 - - [2025-09-22 02:06:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008966 10.0.0.27 - - [2025-09-22 02:06:38] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.56 - - [2025-09-22 02:06:38] "POST /neutron/port HTTP/1.1" 200 1061 0.405926 10.0.0.56 - - [2025-09-22 02:06:38] "POST /neutron/port HTTP/1.1" 200 1115 0.152150 10.0.0.56 - - [2025-09-22 02:06:38] "POST /neutron/subnet HTTP/1.1" 200 693 0.013139 10.0.0.56 - - [2025-09-22 02:06:39] "POST /neutron/network HTTP/1.1" 200 892 0.008619 10.0.0.56 - - [2025-09-22 02:06:39] "POST /neutron/port HTTP/1.1" 200 1116 0.016566 10.0.0.56 - - [2025-09-22 02:06:40] "POST /neutron/port HTTP/1.1" 200 1115 0.013997 10.0.0.27 - - [2025-09-22 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003455 10.0.0.27 - - [2025-09-22 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003998 10.0.0.56 - - [2025-09-22 02:06:41] "POST /neutron/network HTTP/1.1" 200 151 0.162360 10.0.0.56 - - [2025-09-22 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.008614 10.0.0.56 - - [2025-09-22 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.27 - - [2025-09-22 02:06:41] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.56 - - [2025-09-22 02:06:42] "DELETE /route-target/e57c835b-9e76-4d10-a876-f95b8324f8ba HTTP/1.1" 200 115 0.060256 10.0.0.56 - - [2025-09-22 02:06:42] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.091932 10.0.0.27 - - [2025-09-22 02:06:42] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001168 10.0.0.56 - - [2025-09-22 02:06:42] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?fields=virtual_networks HTTP/1.1" 200 1035 0.067582 10.0.0.27 - - [2025-09-22 02:06:42] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.56 - - [2025-09-22 02:06:42] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.069113 10.0.0.27 - - [2025-09-22 02:06:42] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.56 - - [2025-09-22 02:06:42] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?fields=security_groups HTTP/1.1" 200 1263 0.082097 10.0.0.56 - - [2025-09-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.024294 10.0.0.27 - - [2025-09-22 02:06:43] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003809 10.0.0.27 - - [2025-09-22 02:06:43] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.27 - - [2025-09-22 02:06:43] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007815 10.0.0.27 - - [2025-09-22 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.004179 10.0.0.27 - - [2025-09-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.016447 10.0.0.27 - - [2025-09-22 02:06:43] "POST /security-groups HTTP/1.1" 200 599 0.043324 10.0.0.27 - - [2025-09-22 02:06:43] "POST /projects HTTP/1.1" 200 601 0.305422 10.0.0.56 - - [2025-09-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 241 0.005745 10.0.0.27 - - [2025-09-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.372018 10.0.0.56 - - [2025-09-22 02:06:43] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.512004 10.0.0.56 - - [2025-09-22 02:06:44] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.56 - - [2025-09-22 02:06:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000600 10.0.0.56 - - [2025-09-22 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.070659 10.0.0.27 - - [2025-09-22 02:06:45] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.56 - - [2025-09-22 02:06:45] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065928 10.0.0.56 - - [2025-09-22 02:06:45] "POST /neutron/network HTTP/1.1" 200 117 0.047938 10.0.0.56 - - [2025-09-22 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.035207 10.0.0.56 - - [2025-09-22 02:06:46] "POST /neutron/network HTTP/1.1" 200 909 0.010899 10.0.0.56 - - [2025-09-22 02:06:46] "POST /id-to-fqname HTTP/1.1" 200 267 0.001263 10.0.0.56 - - [2025-09-22 02:06:46] "GET /virtual-network/4b758e82-d9bd-4bc4-85b5-afbb9e45ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.012000 10.0.0.56 - - [2025-09-22 02:06:46] "GET /virtual-network/4b758e82-d9bd-4bc4-85b5-afbb9e45ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008505 10.0.0.56 - - [2025-09-22 02:06:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.012664 10.0.0.56 - - [2025-09-22 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.27 - - [2025-09-22 02:06:46] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001566 10.0.0.56 - - [2025-09-22 02:06:46] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060447 10.0.0.27 - - [2025-09-22 02:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006362 10.0.0.56 - - [2025-09-22 02:06:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.246269 10.0.0.56 - - [2025-09-22 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001337 10.0.0.56 - - [2025-09-22 02:06:47] "GET /virtual-network/6ae78dbf-e33d-4557-8158-5875361cf05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.016054 10.0.0.56 - - [2025-09-22 02:06:47] "GET /virtual-network/6ae78dbf-e33d-4557-8158-5875361cf05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.009020 10.0.0.56 - - [2025-09-22 02:06:47] "POST /neutron/network HTTP/1.1" 200 911 0.009345 10.0.0.56 - - [2025-09-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2025-09-22 02:06:47] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.56 - - [2025-09-22 02:06:47] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060787 10.0.0.27 - - [2025-09-22 02:06:47] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001950 10.0.0.56 - - [2025-09-22 02:06:47] "POST /neutron/network HTTP/1.1" 200 693 0.194004 10.0.0.56 - - [2025-09-22 02:06:47] "POST /route-targets HTTP/1.1" 200 327 0.017350 10.0.0.56 - - [2025-09-22 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 268 0.004646 10.0.0.56 - - [2025-09-22 02:06:47] "GET /virtual-network/d4cb7452-ddb3-4f3b-b265-3003a35e1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006501 10.0.0.56 - - [2025-09-22 02:06:48] "POST /neutron/network HTTP/1.1" 200 913 0.007656 10.0.0.56 - - [2025-09-22 02:06:48] "GET /virtual-network/d4cb7452-ddb3-4f3b-b265-3003a35e1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005871 10.0.0.56 - - [2025-09-22 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001691 10.0.0.27 - - [2025-09-22 02:06:49] "GET /obj-perms HTTP/1.1" 200 5056 0.048417 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /project/2c3e84fd78524286be6f555509f16e1c HTTP/1.1" 404 173 0.020132 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /project/1b057a0f935849829714166241a6e77c HTTP/1.1" 404 173 0.012653 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /project/8fb4559145774099a54e4d6a26409982 HTTP/1.1" 404 173 0.014181 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.076145 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002583 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.101152 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.110668 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001544 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001350 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?fields=security_groups HTTP/1.1" 200 1368 0.115623 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?fields=security_groups HTTP/1.1" 200 1399 0.098611 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?fields=security_groups HTTP/1.1" 200 1394 0.165640 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /security-group/b4126d5f-5552-4058-899f-1bbd2dbb7fef HTTP/1.1" 200 115 0.087645 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=1b057a0f-9358-4982-9714-166241a6e77c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002463 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /security-group/779531d7-7d9a-4640-b29e-0cb8b18223e1 HTTP/1.1" 200 115 0.094960 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=8fb45591-4577-4099-a54e-4d6a26409982&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.27 - - [2025-09-22 02:07:04] "DELETE /security-group/f39be987-d40f-4bac-8809-36408a4cbcd9 HTTP/1.1" 200 115 0.141006 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/1b057a0f-9358-4982-9714-166241a6e77c?fields=application_policy_sets HTTP/1.1" 200 1407 0.121603 10.0.0.27 - - [2025-09-22 02:07:04] "GET /projects?obj_uuids=84e649ba-f4ef-4edc-8abb-58267736c11f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.56 - - [2025-09-22 02:07:04] "DELETE /access-control-list/d973ab2f-4a56-4f3b-b0fa-6e2b5932b43f HTTP/1.1" 200 115 0.101943 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/8fb45591-4577-4099-a54e-4d6a26409982?fields=application_policy_sets HTTP/1.1" 200 1438 0.147546 10.0.0.27 - - [2025-09-22 02:07:04] "GET /project/84e649ba-f4ef-4edc-8abb-58267736c11f?fields=application_policy_sets HTTP/1.1" 200 1433 0.120109 10.0.0.56 - - [2025-09-22 02:07:05] "DELETE /access-control-list/3fd153f2-6648-498d-b037-11d71a231a3f HTTP/1.1" 200 115 0.092530 10.0.0.27 - - [2025-09-22 02:07:05] "DELETE /project/1b057a0f-9358-4982-9714-166241a6e77c HTTP/1.1" 200 115 0.847443 10.0.0.27 - - [2025-09-22 02:07:05] "DELETE /project/8fb45591-4577-4099-a54e-4d6a26409982 HTTP/1.1" 200 115 0.855979 10.0.0.27 - - [2025-09-22 02:07:05] "DELETE /project/84e649ba-f4ef-4edc-8abb-58267736c11f HTTP/1.1" 200 115 0.920940 10.0.0.56 - - [2025-09-22 02:07:21] "POST /neutron/network HTTP/1.1" 200 921 0.011063 10.0.0.27 - - [2025-09-22 02:07:21] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.56 - - [2025-09-22 02:07:21] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.106390 10.0.0.56 - - [2025-09-22 02:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.009177 10.0.0.56 - - [2025-09-22 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.002199 10.0.0.56 - - [2025-09-22 02:07:22] "POST /neutron/network HTTP/1.1" 200 921 0.008276 10.0.0.56 - - [2025-09-22 02:07:23] "POST /neutron/port HTTP/1.1" 200 1069 0.018648 10.0.0.27 - - [2025-09-22 02:07:23] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002486 10.0.0.56 - - [2025-09-22 02:07:23] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.117707 10.0.0.56 - - [2025-09-22 02:07:23] "POST /neutron/port HTTP/1.1" 200 1097 0.023932 10.0.0.56 - - [2025-09-22 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.56 - - [2025-09-22 02:07:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014839 10.0.0.27 - - [2025-09-22 02:07:23] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001369 10.0.0.56 - - [2025-09-22 02:07:23] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.037356 10.0.0.27 - - [2025-09-22 02:07:24] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001994 10.0.0.56 - - [2025-09-22 02:07:24] "POST /neutron/port HTTP/1.1" 200 1069 0.424206 10.0.0.56 - - [2025-09-22 02:07:24] "POST /neutron/port HTTP/1.1" 200 1123 0.137541 10.0.0.56 - - [2025-09-22 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.56 - - [2025-09-22 02:07:24] "GET /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.010599 10.0.0.56 - - [2025-09-22 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.27 - - [2025-09-22 02:07:25] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002746 10.0.0.56 - - [2025-09-22 02:07:25] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.080799 10.0.0.56 - - [2025-09-22 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.56 - - [2025-09-22 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.013557 10.0.0.56 - - [2025-09-22 02:07:25] "GET /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.008445 10.0.0.56 - - [2025-09-22 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.56 - - [2025-09-22 02:07:25] "PUT /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1 HTTP/1.1" 200 262 0.043833 10.0.0.56 - - [2025-09-22 02:07:25] "PUT /access-control-list/53371b01-ada1-4877-bd6d-731cde699d9b HTTP/1.1" 200 272 0.025844 10.0.0.56 - - [2025-09-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004406 10.0.0.56 - - [2025-09-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006653 10.0.0.27 - - [2025-09-22 02:07:26] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.56 - - [2025-09-22 02:07:26] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008749 10.0.0.56 - - [2025-09-22 02:07:26] "POST /service-templates HTTP/1.1" 200 543 0.056799 10.0.0.56 - - [2025-09-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.56 - - [2025-09-22 02:07:26] "GET /service-template/20dd1705-0230-4610-be77-99266186ecc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.009243 10.0.0.56 - - [2025-09-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.56 - - [2025-09-22 02:07:26] "GET /service-template/20dd1705-0230-4610-be77-99266186ecc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005079 10.0.0.56 - - [2025-09-22 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001913 10.0.0.56 - - [2025-09-22 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001827 10.0.0.56 - - [2025-09-22 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.001883 10.0.0.56 - - [2025-09-22 02:07:26] "POST /neutron/port HTTP/1.1" 200 2078 0.029467 10.0.0.56 - - [2025-09-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005937 10.0.0.56 - - [2025-09-22 02:07:26] "DELETE /service-template/20dd1705-0230-4610-be77-99266186ecc2 HTTP/1.1" 200 115 0.046053 10.0.0.56 - - [2025-09-22 02:07:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.008861 10.0.0.56 - - [2025-09-22 02:07:29] "POST /neutron/network HTTP/1.1" 400 204 0.019478 10.0.0.56 - - [2025-09-22 02:07:33] "POST /neutron/network HTTP/1.1" 200 911 0.008470 10.0.0.56 - - [2025-09-22 02:07:35] "POST /neutron/network HTTP/1.1" 400 204 0.019477 10.0.0.56 - - [2025-09-22 02:07:39] "POST /neutron/network HTTP/1.1" 200 911 0.009294 10.0.0.56 - - [2025-09-22 02:07:41] "POST /neutron/network HTTP/1.1" 400 204 0.016154 10.0.0.56 - - [2025-09-22 02:07:45] "POST /neutron/network HTTP/1.1" 200 911 0.007644 10.0.0.56 - - [2025-09-22 02:07:47] "POST /neutron/network HTTP/1.1" 400 204 0.026676 10.0.0.56 - - [2025-09-22 02:07:51] "POST /neutron/network HTTP/1.1" 200 911 0.007509 10.0.0.56 - - [2025-09-22 02:07:53] "POST /neutron/network HTTP/1.1" 400 204 0.016403 10.0.0.56 - - [2025-09-22 02:07:58] "POST /neutron/network HTTP/1.1" 200 911 0.007432 10.0.0.56 - - [2025-09-22 02:08:00] "POST /neutron/network HTTP/1.1" 400 204 0.016793 10.0.0.56 - - [2025-09-22 02:08:04] "POST /neutron/network HTTP/1.1" 200 911 0.009055 10.0.0.56 - - [2025-09-22 02:08:06] "POST /neutron/network HTTP/1.1" 400 204 0.016542 10.0.0.56 - - [2025-09-22 02:08:10] "POST /neutron/network HTTP/1.1" 200 911 0.010628 10.0.0.56 - - [2025-09-22 02:08:11] "POST /neutron/port HTTP/1.1" 200 1123 0.018713 10.0.0.56 - - [2025-09-22 02:08:12] "POST /neutron/network HTTP/1.1" 200 911 0.008607 10.0.0.56 - - [2025-09-22 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.029417 10.0.0.56 - - [2025-09-22 02:08:13] "POST /neutron/port HTTP/1.1" 200 151 0.212941 10.0.0.27 - - [2025-09-22 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.56 - - [2025-09-22 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011880 10.0.0.27 - - [2025-09-22 02:08:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.56 - - [2025-09-22 02:08:14] "POST /neutron/network HTTP/1.1" 200 151 0.154292 10.0.0.27 - - [2025-09-22 02:08:15] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.56 - - [2025-09-22 02:08:15] "DELETE /route-target/67a2969e-8753-4b39-bc32-1ba1b9f93667 HTTP/1.1" 200 115 0.040344 10.0.0.56 - - [2025-09-22 02:08:15] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072331 10.0.0.27 - - [2025-09-22 02:08:15] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.56 - - [2025-09-22 02:08:15] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?fields=virtual_networks HTTP/1.1" 200 1047 0.098453 10.0.0.27 - - [2025-09-22 02:08:15] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.56 - - [2025-09-22 02:08:15] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.057387 10.0.0.27 - - [2025-09-22 02:08:15] "GET /projects?obj_uuids=2c3e84fd-7852-4286-be6f-555509f16e1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.56 - - [2025-09-22 02:08:15] "GET /project/2c3e84fd-7852-4286-be6f-555509f16e1c?fields=security_groups HTTP/1.1" 200 1281 0.059937 10.0.0.56 - - [2025-09-22 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.037579 10.0.0.27 - - [2025-09-22 02:08:16] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003821 10.0.0.27 - - [2025-09-22 02:08:16] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.27 - - [2025-09-22 02:08:16] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007895 10.0.0.27 - - [2025-09-22 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.002911 10.0.0.27 - - [2025-09-22 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.005527 10.0.0.27 - - [2025-09-22 02:08:16] "POST /security-groups HTTP/1.1" 200 592 0.037724 10.0.0.27 - - [2025-09-22 02:08:16] "POST /projects HTTP/1.1" 200 587 0.264029 10.0.0.56 - - [2025-09-22 02:08:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.005708 10.0.0.27 - - [2025-09-22 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.331852 10.0.0.56 - - [2025-09-22 02:08:16] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.473821 10.0.0.56 - - [2025-09-22 02:08:17] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.56 - - [2025-09-22 02:08:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.56 - - [2025-09-22 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.048801 10.0.0.27 - - [2025-09-22 02:08:18] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.56 - - [2025-09-22 02:08:18] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050143 10.0.0.56 - - [2025-09-22 02:08:18] "POST /neutron/network HTTP/1.1" 200 117 0.028979 10.0.0.56 - - [2025-09-22 02:08:18] "POST /ref-update HTTP/1.1" 200 156 0.034323 10.0.0.56 - - [2025-09-22 02:08:18] "POST /neutron/network HTTP/1.1" 200 889 0.009580 10.0.0.56 - - [2025-09-22 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 253 0.001138 10.0.0.56 - - [2025-09-22 02:08:18] "GET /virtual-network/02f24469-d0a7-4f3c-be2e-58e0646ff5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005705 10.0.0.56 - - [2025-09-22 02:08:18] "GET /virtual-network/02f24469-d0a7-4f3c-be2e-58e0646ff5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005549 10.0.0.56 - - [2025-09-22 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.010376 10.0.0.56 - - [2025-09-22 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-09-22 02:08:19] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.56 - - [2025-09-22 02:08:19] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057850 10.0.0.27 - - [2025-09-22 02:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013760 10.0.0.56 - - [2025-09-22 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.249302 10.0.0.56 - - [2025-09-22 02:08:19] "POST /id-to-fqname HTTP/1.1" 200 253 0.001646 10.0.0.56 - - [2025-09-22 02:08:19] "GET /virtual-network/01edea96-5f55-417a-94c1-63a2f5ba3188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005937 10.0.0.56 - - [2025-09-22 02:08:19] "GET /virtual-network/01edea96-5f55-417a-94c1-63a2f5ba3188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006581 10.0.0.56 - - [2025-09-22 02:08:19] "POST /neutron/network HTTP/1.1" 200 886 0.012792 10.0.0.56 - - [2025-09-22 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-09-22 02:08:19] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.56 - - [2025-09-22 02:08:19] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051410 10.0.0.27 - - [2025-09-22 02:08:19] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.56 - - [2025-09-22 02:08:20] "POST /neutron/network HTTP/1.1" 200 672 0.146223 10.0.0.56 - - [2025-09-22 02:08:20] "POST /route-targets HTTP/1.1" 200 327 0.034355 10.0.0.56 - - [2025-09-22 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 254 0.003806 10.0.0.56 - - [2025-09-22 02:08:20] "GET /virtual-network/f7b46dd5-d1b5-4896-8099-7b292d34dcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007091 10.0.0.56 - - [2025-09-22 02:08:20] "POST /neutron/network HTTP/1.1" 200 891 0.007016 10.0.0.56 - - [2025-09-22 02:08:20] "GET /virtual-network/f7b46dd5-d1b5-4896-8099-7b292d34dcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006576 10.0.0.56 - - [2025-09-22 02:08:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.001420 10.0.0.56 - - [2025-09-22 02:08:20] "POST /neutron/network HTTP/1.1" 200 896 0.006621 10.0.0.27 - - [2025-09-22 02:08:21] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001611 10.0.0.56 - - [2025-09-22 02:08:21] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068245 10.0.0.56 - - [2025-09-22 02:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.008008 10.0.0.56 - - [2025-09-22 02:08:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001661 10.0.0.56 - - [2025-09-22 02:08:21] "POST /neutron/network HTTP/1.1" 200 896 0.008127 10.0.0.56 - - [2025-09-22 02:08:22] "POST /neutron/port HTTP/1.1" 200 1058 0.017804 10.0.0.27 - - [2025-09-22 02:08:22] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.56 - - [2025-09-22 02:08:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.56 - - [2025-09-22 02:08:22] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090094 10.0.0.56 - - [2025-09-22 02:08:22] "POST /neutron/network HTTP/1.1" 200 891 0.007742 10.0.0.56 - - [2025-09-22 02:08:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009990 10.0.0.27 - - [2025-09-22 02:08:23] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.56 - - [2025-09-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003253 10.0.0.56 - - [2025-09-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342 10.0.0.56 - - [2025-09-22 02:08:23] "POST /neutron/port HTTP/1.1" 200 1061 0.320639 10.0.0.27 - - [2025-09-22 02:08:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.56 - - [2025-09-22 02:08:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008237 10.0.0.56 - - [2025-09-22 02:08:23] "POST /service-templates HTTP/1.1" 200 543 0.037987 10.0.0.56 - - [2025-09-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.56 - - [2025-09-22 02:08:23] "POST /neutron/port HTTP/1.1" 200 1115 0.141867 10.0.0.56 - - [2025-09-22 02:08:23] "GET /service-template/1901ed96-4147-4593-9a65-53900ef9af78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006891 10.0.0.56 - - [2025-09-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.56 - - [2025-09-22 02:08:23] "GET /service-template/1901ed96-4147-4593-9a65-53900ef9af78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004686 10.0.0.56 - - [2025-09-22 02:08:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.010000 10.0.0.56 - - [2025-09-22 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.001237 10.0.0.56 - - [2025-09-22 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.001587 10.0.0.56 - - [2025-09-22 02:08:23] "POST /id-to-fqname HTTP/1.1" 200 254 0.001783 10.0.0.56 - - [2025-09-22 02:08:23] "POST /neutron/port HTTP/1.1" 200 2059 0.048601 10.0.0.56 - - [2025-09-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.56 - - [2025-09-22 02:08:24] "DELETE /service-template/1901ed96-4147-4593-9a65-53900ef9af78 HTTP/1.1" 200 115 0.040552 10.0.0.56 - - [2025-09-22 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.008224 10.0.0.56 - - [2025-09-22 02:08:24] "DELETE /access-control-list/aac32dbf-00c3-421a-8852-69e755a611fb HTTP/1.1" 200 115 0.050523 10.0.0.56 - - [2025-09-22 02:08:26] "POST /neutron/network HTTP/1.1" 400 204 0.015652 10.0.0.56 - - [2025-09-22 02:08:26] "POST /neutron/port HTTP/1.1" 200 1112 0.012044 10.0.0.56 - - [2025-09-22 02:08:26] "POST /neutron/port HTTP/1.1" 200 151 0.256330 10.0.0.56 - - [2025-09-22 02:08:28] "POST /neutron/network HTTP/1.1" 200 891 0.008954 10.0.0.56 - - [2025-09-22 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2025-09-22 02:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004342 10.0.0.27 - - [2025-09-22 02:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003444 10.0.0.56 - - [2025-09-22 02:08:28] "POST /neutron/network HTTP/1.1" 200 151 0.128608 10.0.0.27 - - [2025-09-22 02:08:28] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002008 10.0.0.56 - - [2025-09-22 02:08:28] "DELETE /route-target/d83d544a-4035-4a43-8508-f70ef42cee6d HTTP/1.1" 200 115 0.037083 10.0.0.56 - - [2025-09-22 02:08:28] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.103807 10.0.0.27 - - [2025-09-22 02:08:28] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001379 10.0.0.56 - - [2025-09-22 02:08:28] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?fields=virtual_networks HTTP/1.1" 200 1034 0.051719 10.0.0.27 - - [2025-09-22 02:08:28] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001489 10.0.0.56 - - [2025-09-22 02:08:28] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038339 10.0.0.27 - - [2025-09-22 02:08:29] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.56 - - [2025-09-22 02:08:29] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?fields=security_groups HTTP/1.1" 200 1261 0.044286 10.0.0.56 - - [2025-09-22 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.030137 10.0.0.27 - - [2025-09-22 02:08:29] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005965 10.0.0.27 - - [2025-09-22 02:08:29] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.27 - - [2025-09-22 02:08:29] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007859 10.0.0.27 - - [2025-09-22 02:08:30] "POST /id-to-fqname HTTP/1.1" 200 195 0.003084 10.0.0.27 - - [2025-09-22 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.015806 10.0.0.27 - - [2025-09-22 02:08:30] "POST /security-groups HTTP/1.1" 200 596 0.048373 10.0.0.27 - - [2025-09-22 02:08:30] "POST /projects HTTP/1.1" 200 595 0.293726 10.0.0.56 - - [2025-09-22 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.004075 10.0.0.27 - - [2025-09-22 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.377679 10.0.0.56 - - [2025-09-22 02:08:30] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.537219 10.0.0.56 - - [2025-09-22 02:08:31] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.56 - - [2025-09-22 02:08:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.56 - - [2025-09-22 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.059394 10.0.0.27 - - [2025-09-22 02:08:32] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001004 10.0.0.56 - - [2025-09-22 02:08:32] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046195 10.0.0.56 - - [2025-09-22 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.033876 10.0.0.56 - - [2025-09-22 02:08:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000826 10.0.0.27 - - [2025-09-22 02:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.016585 10.0.0.56 - - [2025-09-22 02:08:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.310908 10.0.0.56 - - [2025-09-22 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001655 10.0.0.56 - - [2025-09-22 02:08:33] "GET /virtual-network/4d281aa9-6ebf-4711-b283-53a1c3e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007844 10.0.0.56 - - [2025-09-22 02:08:33] "POST /neutron/network HTTP/1.1" 200 1074 0.015192 10.0.0.56 - - [2025-09-22 02:08:33] "GET /virtual-network/4d281aa9-6ebf-4711-b283-53a1c3e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005434 10.0.0.56 - - [2025-09-22 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.011838 10.0.0.27 - - [2025-09-22 02:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.069991 10.0.0.56 - - [2025-09-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-09-22 02:08:33] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001191 10.0.0.56 - - [2025-09-22 02:08:33] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.062543 10.0.0.56 - - [2025-09-22 02:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.165481 10.0.0.56 - - [2025-09-22 02:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.057278 10.0.0.27 - - [2025-09-22 02:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.172276 10.0.0.38 - - [2025-09-22 02:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.206348 10.0.0.27 - - [2025-09-22 02:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.028650 10.0.0.27 - - [2025-09-22 02:08:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008450 10.0.0.56 - - [2025-09-22 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.255517 10.0.0.56 - - [2025-09-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.111789 10.0.0.56 - - [2025-09-22 02:08:34] "POST /id-to-fqname HTTP/1.1" 200 261 0.001634 10.0.0.56 - - [2025-09-22 02:08:34] "GET /virtual-network/65cbca30-02a8-4385-9e90-03a437ed2498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.009066 10.0.0.56 - - [2025-09-22 02:08:34] "GET /global-system-configs HTTP/1.1" 200 322 0.110027 10.0.0.56 - - [2025-09-22 02:08:34] "POST /neutron/network HTTP/1.1" 200 1072 0.009563 10.0.0.56 - - [2025-09-22 02:08:34] "GET /virtual-network/65cbca30-02a8-4385-9e90-03a437ed2498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.006008 10.0.0.56 - - [2025-09-22 02:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.180246 10.0.0.56 - - [2025-09-22 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.009415 10.0.0.56 - - [2025-09-22 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-09-22 02:08:34] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000950 10.0.0.56 - - [2025-09-22 02:08:34] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049869 10.0.0.56 - - [2025-09-22 02:08:34] "POST /route-targets HTTP/1.1" 200 327 0.015390 10.0.0.27 - - [2025-09-22 02:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007641 10.0.0.56 - - [2025-09-22 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.246668 10.0.0.56 - - [2025-09-22 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003749 10.0.0.56 - - [2025-09-22 02:08:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.001526 10.0.0.56 - - [2025-09-22 02:08:35] "GET /virtual-network/d4ca24fc-db28-43d0-a30a-7e886a5a586b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.008565 10.0.0.56 - - [2025-09-22 02:08:35] "POST /neutron/network HTTP/1.1" 200 1077 0.012731 10.0.0.56 - - [2025-09-22 02:08:35] "GET /virtual-network/d4ca24fc-db28-43d0-a30a-7e886a5a586b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006176 10.0.0.56 - - [2025-09-22 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.010691 10.0.0.56 - - [2025-09-22 02:08:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.001136 10.0.0.38 - - [2025-09-22 02:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.148245 10.0.0.38 - - [2025-09-22 02:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.146667 10.0.0.38 - - [2025-09-22 02:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.282832 10.0.0.27 - - [2025-09-22 02:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.306098 10.0.0.27 - - [2025-09-22 02:08:36] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001147 10.0.0.56 - - [2025-09-22 02:08:36] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081320 10.0.0.56 - - [2025-09-22 02:08:36] "POST /neutron/port HTTP/1.1" 200 117 0.006853 10.0.0.56 - - [2025-09-22 02:08:36] "POST /id-to-fqname HTTP/1.1" 200 262 0.001418 10.0.0.56 - - [2025-09-22 02:08:36] "POST /neutron/network HTTP/1.1" 200 1087 0.010812 10.0.0.27 - - [2025-09-22 02:08:37] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001073 10.0.0.56 - - [2025-09-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 1169 0.022206 10.0.0.56 - - [2025-09-22 02:08:37] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.084358 10.0.0.56 - - [2025-09-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 1223 0.159140 10.0.0.56 - - [2025-09-22 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008479 10.0.0.56 - - [2025-09-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.009456 10.0.0.56 - - [2025-09-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.27 - - [2025-09-22 02:08:38] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001468 10.0.0.56 - - [2025-09-22 02:08:38] "POST /neutron/port HTTP/1.1" 200 1172 0.389719 10.0.0.56 - - [2025-09-22 02:08:38] "POST /neutron/port HTTP/1.1" 200 1226 0.124825 10.0.0.56 - - [2025-09-22 02:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005252 10.0.0.56 - - [2025-09-22 02:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.56 - - [2025-09-22 02:08:39] "POST /neutron/network HTTP/1.1" 400 204 0.014601 10.0.0.56 - - [2025-09-22 02:08:39] "POST /neutron/port HTTP/1.1" 200 151 0.249215 10.0.0.56 - - [2025-09-22 02:08:40] "POST /neutron/port HTTP/1.1" 200 151 0.257890 10.0.0.56 - - [2025-09-22 02:08:41] "DELETE /route-target/78ce9a29-58d2-4079-9efe-ea79659956b1 HTTP/1.1" 200 115 0.028690 10.0.0.56 - - [2025-09-22 02:08:41] "POST /neutron/network HTTP/1.1" 200 1077 0.011737 10.0.0.56 - - [2025-09-22 02:08:41] "POST /neutron/network HTTP/1.1" 200 1074 0.024593 10.0.0.56 - - [2025-09-22 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.27 - - [2025-09-22 02:08:41] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001545 10.0.0.56 - - [2025-09-22 02:08:41] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.080046 10.0.0.27 - - [2025-09-22 02:08:41] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001476 10.0.0.56 - - [2025-09-22 02:08:42] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?fields=virtual_networks HTTP/1.1" 200 1041 0.050721 10.0.0.27 - - [2025-09-22 02:08:42] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.56 - - [2025-09-22 02:08:42] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.041630 10.0.0.27 - - [2025-09-22 02:08:42] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001029 10.0.0.56 - - [2025-09-22 02:08:42] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?fields=security_groups HTTP/1.1" 200 1272 0.056273 10.0.0.56 - - [2025-09-22 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.023769 10.0.0.27 - - [2025-09-22 02:08:42] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003734 10.0.0.27 - - [2025-09-22 02:08:43] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.27 - - [2025-09-22 02:08:43] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007964 10.0.0.27 - - [2025-09-22 02:08:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.004282 10.0.0.27 - - [2025-09-22 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005559 10.0.0.27 - - [2025-09-22 02:08:43] "POST /security-groups HTTP/1.1" 200 599 0.077915 10.0.0.27 - - [2025-09-22 02:08:43] "POST /projects HTTP/1.1" 200 601 0.306680 10.0.0.56 - - [2025-09-22 02:08:43] "POST /access-control-lists HTTP/1.1" 200 604 0.036873 10.0.0.27 - - [2025-09-22 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.371463 10.0.0.56 - - [2025-09-22 02:08:43] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.516873 10.0.0.56 - - [2025-09-22 02:08:44] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.56 - - [2025-09-22 02:08:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.56 - - [2025-09-22 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.049572 10.0.0.27 - - [2025-09-22 02:08:45] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.56 - - [2025-09-22 02:08:45] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061517 10.0.0.27 - - [2025-09-22 02:08:45] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.56 - - [2025-09-22 02:08:45] "POST /neutron/network HTTP/1.1" 200 691 0.165277 10.0.0.56 - - [2025-09-22 02:08:45] "POST /route-targets HTTP/1.1" 200 327 0.018265 10.0.0.56 - - [2025-09-22 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.006562 10.0.0.56 - - [2025-09-22 02:08:45] "GET /virtual-network/d4a8da3a-3579-4df1-9489-0d3a84d45fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.013225 10.0.0.56 - - [2025-09-22 02:08:45] "POST /neutron/network HTTP/1.1" 200 911 0.007531 10.0.0.56 - - [2025-09-22 02:08:45] "GET /virtual-network/d4a8da3a-3579-4df1-9489-0d3a84d45fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.008125 10.0.0.56 - - [2025-09-22 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2025-09-22 02:08:45] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.56 - - [2025-09-22 02:08:46] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069305 10.0.0.56 - - [2025-09-22 02:08:46] "POST /neutron/network HTTP/1.1" 200 117 0.012949 10.0.0.56 - - [2025-09-22 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.030955 10.0.0.56 - - [2025-09-22 02:08:46] "POST /neutron/network HTTP/1.1" 200 910 0.011905 10.0.0.56 - - [2025-09-22 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 267 0.001245 10.0.0.56 - - [2025-09-22 02:08:46] "GET /virtual-network/6182cde6-b2ae-4df6-85f5-1052fed12b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007678 10.0.0.56 - - [2025-09-22 02:08:46] "GET /virtual-network/6182cde6-b2ae-4df6-85f5-1052fed12b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007079 10.0.0.56 - - [2025-09-22 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.009935 10.0.0.56 - - [2025-09-22 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2025-09-22 02:08:46] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.56 - - [2025-09-22 02:08:46] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066741 10.0.0.27 - - [2025-09-22 02:08:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006301 10.0.0.56 - - [2025-09-22 02:08:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.250439 10.0.0.56 - - [2025-09-22 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 268 0.001854 10.0.0.56 - - [2025-09-22 02:08:47] "GET /virtual-network/7ed513cc-7853-4789-be39-b29df952a935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006247 10.0.0.56 - - [2025-09-22 02:08:47] "GET /virtual-network/7ed513cc-7853-4789-be39-b29df952a935?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006666 10.0.0.56 - - [2025-09-22 02:08:47] "POST /neutron/network HTTP/1.1" 200 912 0.006666 10.0.0.56 - - [2025-09-22 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001335 10.0.0.27 - - [2025-09-22 02:08:48] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.56 - - [2025-09-22 02:08:48] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065139 10.0.0.56 - - [2025-09-22 02:08:48] "POST /neutron/network HTTP/1.1" 200 910 0.009111 10.0.0.56 - - [2025-09-22 02:08:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001416 10.0.0.56 - - [2025-09-22 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.27 - - [2025-09-22 02:08:48] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.56 - - [2025-09-22 02:08:49] "POST /neutron/port HTTP/1.1" 200 1068 0.353364 10.0.0.56 - - [2025-09-22 02:08:49] "POST /neutron/port HTTP/1.1" 200 1122 0.128612 10.0.0.27 - - [2025-09-22 02:08:49] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.56 - - [2025-09-22 02:08:49] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.130816 10.0.0.56 - - [2025-09-22 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.011222 10.0.0.56 - - [2025-09-22 02:08:49] "POST /neutron/network HTTP/1.1" 200 910 0.007355 10.0.0.56 - - [2025-09-22 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.008860 10.0.0.56 - - [2025-09-22 02:08:50] "POST /neutron/port HTTP/1.1" 200 1068 0.017047 10.0.0.56 - - [2025-09-22 02:08:50] "POST /neutron/port HTTP/1.1" 200 1096 0.026872 10.0.0.56 - - [2025-09-22 02:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.56 - - [2025-09-22 02:08:50] "GET /obj-perms HTTP/1.1" 200 5056 0.041852 10.0.0.56 - - [2025-09-22 02:08:51] "POST /neutron/network HTTP/1.1" 400 204 0.014960 10.0.0.56 - - [2025-09-22 02:08:51] "POST /neutron/port HTTP/1.1" 200 151 0.200815 10.0.0.56 - - [2025-09-22 02:08:52] "POST /neutron/port HTTP/1.1" 200 151 0.182362 10.0.0.27 - - [2025-09-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003984 10.0.0.56 - - [2025-09-22 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2025-09-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002554 10.0.0.56 - - [2025-09-22 02:08:53] "POST /neutron/network HTTP/1.1" 200 151 0.131153 10.0.0.56 - - [2025-09-22 02:08:53] "DELETE /route-target/c8c2c57e-6b16-42b9-a009-715dd60fd279 HTTP/1.1" 200 115 0.024455 10.0.0.56 - - [2025-09-22 02:08:53] "POST /neutron/network HTTP/1.1" 200 911 0.011602 10.0.0.27 - - [2025-09-22 02:08:53] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.56 - - [2025-09-22 02:08:53] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054311 10.0.0.27 - - [2025-09-22 02:08:53] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.56 - - [2025-09-22 02:08:53] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?fields=virtual_networks HTTP/1.1" 200 1048 0.051290 10.0.0.27 - - [2025-09-22 02:08:53] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.56 - - [2025-09-22 02:08:53] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.060943 10.0.0.27 - - [2025-09-22 02:08:53] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.56 - - [2025-09-22 02:08:53] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?fields=security_groups HTTP/1.1" 200 1282 0.057189 10.0.0.56 - - [2025-09-22 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.022599 10.0.0.27 - - [2025-09-22 02:08:54] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003549 10.0.0.27 - - [2025-09-22 02:08:54] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.27 - - [2025-09-22 02:08:54] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008155 10.0.0.27 - - [2025-09-22 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 195 0.003390 10.0.0.27 - - [2025-09-22 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.012578 10.0.0.27 - - [2025-09-22 02:08:55] "POST /security-groups HTTP/1.1" 200 596 0.086194 10.0.0.56 - - [2025-09-22 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 239 0.003401 10.0.0.27 - - [2025-09-22 02:08:55] "POST /projects HTTP/1.1" 200 595 0.326381 10.0.0.27 - - [2025-09-22 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.397952 10.0.0.56 - - [2025-09-22 02:08:55] "POST /access-control-lists HTTP/1.1" 200 599 0.028632 10.0.0.56 - - [2025-09-22 02:08:55] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.536708 10.0.0.56 - - [2025-09-22 02:08:56] "GET / HTTP/1.1" 200 35931 0.002355 10.0.0.56 - - [2025-09-22 02:08:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.56 - - [2025-09-22 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.055130 10.0.0.27 - - [2025-09-22 02:08:56] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001205 10.0.0.56 - - [2025-09-22 02:08:56] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.046865 10.0.0.27 - - [2025-09-22 02:08:57] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001491 10.0.0.56 - - [2025-09-22 02:08:57] "POST /neutron/network HTTP/1.1" 200 682 0.166875 10.0.0.56 - - [2025-09-22 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.003567 10.0.0.56 - - [2025-09-22 02:08:57] "GET /virtual-network/5dbcd5bf-5ac2-44ad-9526-95d717231591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005734 10.0.0.56 - - [2025-09-22 02:08:57] "POST /neutron/network HTTP/1.1" 200 900 0.007606 10.0.0.56 - - [2025-09-22 02:08:57] "GET /virtual-network/5dbcd5bf-5ac2-44ad-9526-95d717231591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005348 10.0.0.56 - - [2025-09-22 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2025-09-22 02:08:57] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.56 - - [2025-09-22 02:08:57] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.042997 10.0.0.56 - - [2025-09-22 02:08:57] "POST /neutron/network HTTP/1.1" 200 117 0.013242 10.0.0.56 - - [2025-09-22 02:08:57] "POST /route-targets HTTP/1.1" 200 327 0.012436 10.0.0.56 - - [2025-09-22 02:08:58] "POST /neutron/network HTTP/1.1" 200 902 0.008691 10.0.0.56 - - [2025-09-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001074 10.0.0.56 - - [2025-09-22 02:08:58] "GET /virtual-network/34d464fd-5513-45d6-bc50-86d3c73c0606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005437 10.0.0.56 - - [2025-09-22 02:08:58] "GET /virtual-network/34d464fd-5513-45d6-bc50-86d3c73c0606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005594 10.0.0.56 - - [2025-09-22 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.011707 10.0.0.56 - - [2025-09-22 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-09-22 02:08:58] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.56 - - [2025-09-22 02:08:58] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049525 10.0.0.56 - - [2025-09-22 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.030827 10.0.0.27 - - [2025-09-22 02:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008965 10.0.0.56 - - [2025-09-22 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.237033 10.0.0.56 - - [2025-09-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.001539 10.0.0.56 - - [2025-09-22 02:08:58] "GET /virtual-network/97ba3b92-b564-4eb6-ba96-d30e2b6301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005929 10.0.0.56 - - [2025-09-22 02:08:58] "GET /virtual-network/97ba3b92-b564-4eb6-ba96-d30e2b6301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.016722 10.0.0.56 - - [2025-09-22 02:08:58] "POST /neutron/network HTTP/1.1" 200 903 0.007463 10.0.0.56 - - [2025-09-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001511 10.0.0.27 - - [2025-09-22 02:08:59] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001265 10.0.0.56 - - [2025-09-22 02:08:59] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057068 10.0.0.56 - - [2025-09-22 02:08:59] "POST /neutron/network HTTP/1.1" 200 902 0.014277 10.0.0.56 - - [2025-09-22 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001344 10.0.0.56 - - [2025-09-22 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.007080 10.0.0.27 - - [2025-09-22 02:09:00] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001024 10.0.0.56 - - [2025-09-22 02:09:00] "POST /neutron/port HTTP/1.1" 200 1066 0.400605 10.0.0.56 - - [2025-09-22 02:09:01] "POST /neutron/port HTTP/1.1" 200 1120 0.131862 10.0.0.27 - - [2025-09-22 02:09:01] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001388 10.0.0.56 - - [2025-09-22 02:09:01] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.088592 10.0.0.56 - - [2025-09-22 02:09:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005275 10.0.0.56 - - [2025-09-22 02:09:01] "POST /neutron/network HTTP/1.1" 200 902 0.007882 10.0.0.56 - - [2025-09-22 02:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.007446 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003310 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.56 - - [2025-09-22 02:09:02] "POST /neutron/port HTTP/1.1" 200 1065 0.015378 10.0.0.27 - - [2025-09-22 02:09:02] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.56 - - [2025-09-22 02:09:02] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008858 10.0.0.56 - - [2025-09-22 02:09:02] "POST /service-templates HTTP/1.1" 200 543 0.042466 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.56 - - [2025-09-22 02:09:02] "POST /neutron/port HTTP/1.1" 200 1093 0.020968 10.0.0.56 - - [2025-09-22 02:09:02] "GET /service-template/6669dbdd-da16-4b08-a388-8c19eb6d2ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006264 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.56 - - [2025-09-22 02:09:02] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.56 - - [2025-09-22 02:09:02] "GET /service-template/6669dbdd-da16-4b08-a388-8c19eb6d2ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004787 10.0.0.56 - - [2025-09-22 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001333 10.0.0.56 - - [2025-09-22 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001490 10.0.0.56 - - [2025-09-22 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 262 0.001417 10.0.0.56 - - [2025-09-22 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009716 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.56 - - [2025-09-22 02:09:02] "DELETE /service-template/6669dbdd-da16-4b08-a388-8c19eb6d2ec9 HTTP/1.1" 200 115 0.030157 10.0.0.56 - - [2025-09-22 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004688 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /project/61f6fa224e274590bbfbdeaa72bf8e4e HTTP/1.1" 404 173 0.036149 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /project/c7e73e2dfcf74dd8a1729f34f4bfb8a9 HTTP/1.1" 404 173 0.017517 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /project/e4c29d9622de426a9d0c508c83c7509b HTTP/1.1" 404 173 0.038579 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /project/ea3191533bf94537b366ef2a0647a50b HTTP/1.1" 404 173 0.008139 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /project/2c3e84fd-7852-4286-be6f-555509f16e1c HTTP/1.1" 404 177 0.017676 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000778 10.0.0.56 - - [2025-09-22 02:09:05] "POST /neutron/port HTTP/1.1" 200 1094 0.032804 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.098698 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.109286 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.119215 10.0.0.56 - - [2025-09-22 02:09:05] "POST /neutron/port HTTP/1.1" 200 1120 0.064681 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000915 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?fields=security_groups HTTP/1.1" 200 1377 0.075982 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?fields=security_groups HTTP/1.1" 200 1366 0.115153 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?fields=security_groups HTTP/1.1" 200 1387 0.172601 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /security-group/21dca6bc-9185-4f77-9ecf-09e00d3628f3 HTTP/1.1" 200 115 0.137097 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=61f6fa22-4e27-4590-bbfb-deaa72bf8e4e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002369 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /security-group/9527ed18-5e6f-4469-abc6-6754783da020 HTTP/1.1" 200 115 0.152546 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=e4c29d96-22de-426a-9d0c-508c83c7509b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001809 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e?fields=application_policy_sets HTTP/1.1" 200 1416 0.110756 10.0.0.27 - - [2025-09-22 02:09:05] "GET /project/e4c29d96-22de-426a-9d0c-508c83c7509b?fields=application_policy_sets HTTP/1.1" 200 1405 0.098090 10.0.0.27 - - [2025-09-22 02:09:05] "DELETE /security-group/6c69a4e7-7339-4990-9a46-fb8eafc067fd HTTP/1.1" 200 115 0.179396 10.0.0.27 - - [2025-09-22 02:09:05] "GET /projects?obj_uuids=c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002375 10.0.0.56 - - [2025-09-22 02:09:06] "DELETE /access-control-list/2e0f1793-fb68-4613-a749-65a20b3b92a9 HTTP/1.1" 200 115 0.104336 10.0.0.27 - - [2025-09-22 02:09:06] "GET /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9?fields=application_policy_sets HTTP/1.1" 200 1426 0.202745 10.0.0.27 - - [2025-09-22 02:09:06] "DELETE /project/61f6fa22-4e27-4590-bbfb-deaa72bf8e4e HTTP/1.1" 200 115 0.923994 10.0.0.27 - - [2025-09-22 02:09:06] "DELETE /project/e4c29d96-22de-426a-9d0c-508c83c7509b HTTP/1.1" 200 115 0.958961 10.0.0.56 - - [2025-09-22 02:09:06] "DELETE /access-control-list/e6398341-ef6b-4be4-8063-3c29d2164e33 HTTP/1.1" 200 115 0.088453 10.0.0.27 - - [2025-09-22 02:09:06] "DELETE /project/c7e73e2d-fcf7-4dd8-a172-9f34f4bfb8a9 HTTP/1.1" 200 115 1.053966 10.0.0.56 - - [2025-09-22 02:09:06] "POST /neutron/network HTTP/1.1" 200 902 0.008338 10.0.0.27 - - [2025-09-22 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004897 10.0.0.56 - - [2025-09-22 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2025-09-22 02:09:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003290 10.0.0.56 - - [2025-09-22 02:09:07] "POST /neutron/network HTTP/1.1" 200 151 0.122709 10.0.0.27 - - [2025-09-22 02:09:07] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001114 10.0.0.56 - - [2025-09-22 02:09:07] "DELETE /route-target/20bf5e3b-241a-4048-b5f5-8e22d6177119 HTTP/1.1" 200 115 0.029340 10.0.0.56 - - [2025-09-22 02:09:07] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045421 10.0.0.27 - - [2025-09-22 02:09:07] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001066 10.0.0.56 - - [2025-09-22 02:09:07] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?fields=virtual_networks HTTP/1.1" 200 1042 0.053173 10.0.0.27 - - [2025-09-22 02:09:07] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001199 10.0.0.56 - - [2025-09-22 02:09:07] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043800 10.0.0.27 - - [2025-09-22 02:09:07] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001054 10.0.0.56 - - [2025-09-22 02:09:07] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?fields=security_groups HTTP/1.1" 200 1273 0.043664 10.0.0.56 - - [2025-09-22 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.026423 10.0.0.27 - - [2025-09-22 02:09:08] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.27 - - [2025-09-22 02:09:08] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.27 - - [2025-09-22 02:09:08] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008538 10.0.0.27 - - [2025-09-22 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 199 0.005201 10.0.0.27 - - [2025-09-22 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.006068 10.0.0.27 - - [2025-09-22 02:09:08] "POST /security-groups HTTP/1.1" 200 600 0.035413 10.0.0.27 - - [2025-09-22 02:09:08] "POST /projects HTTP/1.1" 200 603 0.263209 10.0.0.56 - - [2025-09-22 02:09:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.008626 10.0.0.27 - - [2025-09-22 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.344259 10.0.0.56 - - [2025-09-22 02:09:08] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.512671 10.0.0.56 - - [2025-09-22 02:09:10] "GET / HTTP/1.1" 200 35931 0.002119 10.0.0.56 - - [2025-09-22 02:09:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.56 - - [2025-09-22 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.072211 10.0.0.27 - - [2025-09-22 02:09:10] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001045 10.0.0.56 - - [2025-09-22 02:09:10] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.060424 10.0.0.56 - - [2025-09-22 02:09:11] "POST /neutron/network HTTP/1.1" 200 117 0.041920 10.0.0.56 - - [2025-09-22 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.035425 10.0.0.27 - - [2025-09-22 02:09:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008657 10.0.0.56 - - [2025-09-22 02:09:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.236965 10.0.0.56 - - [2025-09-22 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 269 0.001671 10.0.0.56 - - [2025-09-22 02:09:11] "GET /virtual-network/6fd39328-4474-48ae-8cf7-d795e02b2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005520 10.0.0.56 - - [2025-09-22 02:09:11] "GET /virtual-network/6fd39328-4474-48ae-8cf7-d795e02b2451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007613 10.0.0.56 - - [2025-09-22 02:09:11] "POST /neutron/network HTTP/1.1" 200 1089 0.018941 10.0.0.56 - - [2025-09-22 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-09-22 02:09:11] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000937 10.0.0.56 - - [2025-09-22 02:09:11] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050487 10.0.0.56 - - [2025-09-22 02:09:12] "POST /neutron/network HTTP/1.1" 200 117 0.014196 10.0.0.56 - - [2025-09-22 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.006663 10.0.0.27 - - [2025-09-22 02:09:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014323 10.0.0.56 - - [2025-09-22 02:09:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.227184 10.0.0.56 - - [2025-09-22 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 269 0.001459 10.0.0.56 - - [2025-09-22 02:09:12] "GET /virtual-network/4d4264d7-d8c6-44c1-bd30-b8c8334c8d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006428 10.0.0.56 - - [2025-09-22 02:09:12] "GET /virtual-network/4d4264d7-d8c6-44c1-bd30-b8c8334c8d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.007281 10.0.0.56 - - [2025-09-22 02:09:12] "POST /neutron/network HTTP/1.1" 200 1085 0.009458 10.0.0.56 - - [2025-09-22 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2025-09-22 02:09:12] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001129 10.0.0.56 - - [2025-09-22 02:09:12] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045700 10.0.0.56 - - [2025-09-22 02:09:12] "POST /neutron/network HTTP/1.1" 200 117 0.017351 10.0.0.56 - - [2025-09-22 02:09:13] "POST /route-targets HTTP/1.1" 200 327 0.014017 10.0.0.56 - - [2025-09-22 02:09:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.009346 10.0.0.27 - - [2025-09-22 02:09:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006135 10.0.0.56 - - [2025-09-22 02:09:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.167582 10.0.0.56 - - [2025-09-22 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 270 0.001579 10.0.0.56 - - [2025-09-22 02:09:13] "GET /virtual-network/b9d9385a-4a5a-4f72-bafd-ef0876b43541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006095 10.0.0.56 - - [2025-09-22 02:09:13] "GET /virtual-network/b9d9385a-4a5a-4f72-bafd-ef0876b43541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006553 10.0.0.56 - - [2025-09-22 02:09:13] "POST /neutron/network HTTP/1.1" 200 1088 0.010323 10.0.0.56 - - [2025-09-22 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 269 0.001473 10.0.0.56 - - [2025-09-22 02:09:13] "POST /neutron/network HTTP/1.1" 200 1095 0.010694 10.0.0.27 - - [2025-09-22 02:09:14] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001307 10.0.0.56 - - [2025-09-22 02:09:14] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.066689 10.0.0.56 - - [2025-09-22 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.006924 10.0.0.56 - - [2025-09-22 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 270 0.001310 10.0.0.56 - - [2025-09-22 02:09:15] "POST /neutron/network HTTP/1.1" 200 1095 0.011292 10.0.0.56 - - [2025-09-22 02:09:15] "POST /neutron/port HTTP/1.1" 200 1174 0.021151 10.0.0.56 - - [2025-09-22 02:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004645 10.0.0.27 - - [2025-09-22 02:09:15] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001024 10.0.0.56 - - [2025-09-22 02:09:15] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.103410 10.0.0.56 - - [2025-09-22 02:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.56 - - [2025-09-22 02:09:15] "POST /neutron/network HTTP/1.1" 200 1085 0.011209 10.0.0.56 - - [2025-09-22 02:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.007767 10.0.0.56 - - [2025-09-22 02:09:16] "POST /neutron/port HTTP/1.1" 200 1175 0.024011 10.0.0.56 - - [2025-09-22 02:09:17] "POST /neutron/port HTTP/1.1" 200 1203 0.018990 10.0.0.56 - - [2025-09-22 02:09:17] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014989 10.0.0.56 - - [2025-09-22 02:09:17] "POST /neutron/network HTTP/1.1" 200 1088 0.009867 10.0.0.56 - - [2025-09-22 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003767 10.0.0.56 - - [2025-09-22 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-09-22 02:09:17] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002495 10.0.0.56 - - [2025-09-22 02:09:17] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010169 10.0.0.56 - - [2025-09-22 02:09:17] "POST /service-templates HTTP/1.1" 200 543 0.035936 10.0.0.56 - - [2025-09-22 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.56 - - [2025-09-22 02:09:17] "GET /service-template/cba10687-baf6-4b07-9244-ed5b5b646f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006994 10.0.0.56 - - [2025-09-22 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.56 - - [2025-09-22 02:09:17] "GET /service-template/cba10687-baf6-4b07-9244-ed5b5b646f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004555 10.0.0.56 - - [2025-09-22 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 269 0.001705 10.0.0.56 - - [2025-09-22 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 269 0.001773 10.0.0.56 - - [2025-09-22 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 270 0.001804 10.0.0.56 - - [2025-09-22 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.56 - - [2025-09-22 02:09:18] "DELETE /service-template/cba10687-baf6-4b07-9244-ed5b5b646f34 HTTP/1.1" 200 115 0.033172 10.0.0.56 - - [2025-09-22 02:09:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003778 10.0.0.56 - - [2025-09-22 02:09:19] "POST /neutron/network HTTP/1.1" 200 1085 0.010208 10.0.0.56 - - [2025-09-22 02:09:20] "POST /neutron/port HTTP/1.1" 200 1228 0.019120 10.0.0.56 - - [2025-09-22 02:09:20] "POST /neutron/port HTTP/1.1" 200 1229 0.016940 10.0.0.27 - - [2025-09-22 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003600 10.0.0.27 - - [2025-09-22 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.27 - - [2025-09-22 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.27 - - [2025-09-22 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.56 - - [2025-09-22 02:09:21] "POST /neutron/network HTTP/1.1" 200 151 0.193812 10.0.0.56 - - [2025-09-22 02:09:21] "DELETE /route-target/f61f827f-84ca-4509-9569-a48c490ca1f9 HTTP/1.1" 200 115 0.024286 10.0.0.56 - - [2025-09-22 02:09:22] "POST /neutron/network HTTP/1.1" 200 1089 0.017433 10.0.0.56 - - [2025-09-22 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2025-09-22 02:09:22] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001050 10.0.0.56 - - [2025-09-22 02:09:22] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055910 10.0.0.27 - - [2025-09-22 02:09:22] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001591 10.0.0.56 - - [2025-09-22 02:09:22] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?fields=virtual_networks HTTP/1.1" 200 1048 0.048669 10.0.0.27 - - [2025-09-22 02:09:22] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001483 10.0.0.56 - - [2025-09-22 02:09:22] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.055321 10.0.0.27 - - [2025-09-22 02:09:22] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001814 10.0.0.56 - - [2025-09-22 02:09:22] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?fields=security_groups HTTP/1.1" 200 1283 0.055462 10.0.0.56 - - [2025-09-22 02:09:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.024485 10.0.0.27 - - [2025-09-22 02:09:23] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003368 10.0.0.27 - - [2025-09-22 02:09:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001708 10.0.0.27 - - [2025-09-22 02:09:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008663 10.0.0.27 - - [2025-09-22 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 202 0.001674 10.0.0.27 - - [2025-09-22 02:09:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.006405 10.0.0.27 - - [2025-09-22 02:09:23] "POST /security-groups HTTP/1.1" 200 603 0.030684 10.0.0.27 - - [2025-09-22 02:09:23] "POST /projects HTTP/1.1" 200 609 0.254422 10.0.0.56 - - [2025-09-22 02:09:23] "POST /access-control-lists HTTP/1.1" 200 608 0.026996 10.0.0.27 - - [2025-09-22 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.328418 10.0.0.56 - - [2025-09-22 02:09:23] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.459795 10.0.0.56 - - [2025-09-22 02:09:24] "GET / HTTP/1.1" 200 35931 0.001745 10.0.0.56 - - [2025-09-22 02:09:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.56 - - [2025-09-22 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.066651 10.0.0.27 - - [2025-09-22 02:09:26] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.56 - - [2025-09-22 02:09:26] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062229 10.0.0.27 - - [2025-09-22 02:09:26] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.56 - - [2025-09-22 02:09:26] "POST /neutron/network HTTP/1.1" 200 619 0.169051 10.0.0.56 - - [2025-09-22 02:09:26] "POST /route-targets HTTP/1.1" 200 327 0.018753 10.0.0.56 - - [2025-09-22 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.005027 10.0.0.56 - - [2025-09-22 02:09:27] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008646 10.0.0.56 - - [2025-09-22 02:09:27] "POST /neutron/network HTTP/1.1" 200 837 0.007276 10.0.0.56 - - [2025-09-22 02:09:27] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005554 10.0.0.56 - - [2025-09-22 02:09:27] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006016 10.0.0.38 - - [2025-09-22 02:09:28] "GET /obj-perms HTTP/1.1" 200 5054 0.043815 10.0.0.56 - - [2025-09-22 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.27 - - [2025-09-22 02:09:28] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.56 - - [2025-09-22 02:09:28] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060994 10.0.0.56 - - [2025-09-22 02:09:28] "POST /neutron/network HTTP/1.1" 200 117 0.014876 10.0.0.56 - - [2025-09-22 02:09:29] "POST /neutron/network HTTP/1.1" 200 837 0.009286 10.0.0.56 - - [2025-09-22 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001168 10.0.0.56 - - [2025-09-22 02:09:29] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005172 10.0.0.56 - - [2025-09-22 02:09:29] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005882 10.0.0.56 - - [2025-09-22 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.009853 10.0.0.56 - - [2025-09-22 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.018752 10.0.0.56 - - [2025-09-22 02:09:34] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006263 10.0.0.27 - - [2025-09-22 02:09:35] "GET /obj-perms HTTP/1.1" 200 5054 0.041964 10.0.0.56 - - [2025-09-22 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001402 10.0.0.56 - - [2025-09-22 02:09:51] "GET /obj-perms HTTP/1.1" 200 5056 0.040010 10.0.0.27 - - [2025-09-22 02:10:04] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.56 - - [2025-09-22 02:10:04] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066859 10.0.0.56 - - [2025-09-22 02:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.009769 10.0.0.56 - - [2025-09-22 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001417 10.0.0.56 - - [2025-09-22 02:10:05] "POST /neutron/network HTTP/1.1" 200 847 0.007887 10.0.0.56 - - [2025-09-22 02:10:05] "POST /neutron/port HTTP/1.1" 200 1071 0.023649 10.0.0.56 - - [2025-09-22 02:10:06] "POST /neutron/port HTTP/1.1" 200 1099 0.021796 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.56 - - [2025-09-22 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.56 - - [2025-09-22 02:10:06] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.134985 10.0.0.56 - - [2025-09-22 02:10:06] "POST /neutron/port HTTP/1.1" 200 1099 0.020587 10.0.0.56 - - [2025-09-22 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.27 - - [2025-09-22 02:10:06] "DELETE /project/e2aa00f658a246bc822b92c95b88d498 HTTP/1.1" 404 173 0.008707 10.0.0.27 - - [2025-09-22 02:10:06] "DELETE /project/0b598c88775f42ca97d6a80451ca2964 HTTP/1.1" 404 173 0.013923 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000947 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000851 10.0.0.56 - - [2025-09-22 02:10:06] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.059502 10.0.0.27 - - [2025-09-22 02:10:06] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.091611 10.0.0.56 - - [2025-09-22 02:10:06] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008519 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001528 10.0.0.56 - - [2025-09-22 02:10:06] "GET /floating-ip-pools?parent_id=598860db-eb75-48cb-91f3-fdd02956a524&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009544 10.0.0.27 - - [2025-09-22 02:10:06] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.126293 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001180 10.0.0.56 - - [2025-09-22 02:10:06] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.013225 10.0.0.27 - - [2025-09-22 02:10:06] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?fields=security_groups HTTP/1.1" 200 1388 0.088650 10.0.0.27 - - [2025-09-22 02:10:06] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?fields=security_groups HTTP/1.1" 200 1378 0.124483 10.0.0.56 - - [2025-09-22 02:10:06] "POST /floating-ip-pools HTTP/1.1" 200 609 0.079279 10.0.0.27 - - [2025-09-22 02:10:06] "DELETE /security-group/56ab608e-c05b-44c9-81d6-01599e1fd0e7 HTTP/1.1" 200 115 0.123132 10.0.0.56 - - [2025-09-22 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.041443 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=0b598c88-775f-42ca-97d6-a80451ca2964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001136 10.0.0.56 - - [2025-09-22 02:10:06] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006606 10.0.0.27 - - [2025-09-22 02:10:06] "DELETE /security-group/233161fd-7c47-42e8-9a5b-cad12c5e6ae1 HTTP/1.1" 200 115 0.121743 10.0.0.27 - - [2025-09-22 02:10:06] "GET /projects?obj_uuids=ea319153-3bf9-4537-b366-ef2a0647a50b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002494 10.0.0.27 - - [2025-09-22 02:10:06] "GET /project/0b598c88-775f-42ca-97d6-a80451ca2964?fields=application_policy_sets HTTP/1.1" 200 1427 0.087230 10.0.0.56 - - [2025-09-22 02:10:07] "POST /neutron/network HTTP/1.1" 200 847 0.023992 10.0.0.27 - - [2025-09-22 02:10:07] "GET /project/ea319153-3bf9-4537-b366-ef2a0647a50b?fields=application_policy_sets HTTP/1.1" 200 1417 0.103941 10.0.0.56 - - [2025-09-22 02:10:07] "DELETE /access-control-list/3d4a5ee9-1385-49eb-bd30-0a61f7286e71 HTTP/1.1" 200 115 0.075751 10.0.0.27 - - [2025-09-22 02:10:07] "DELETE /project/0b598c88-775f-42ca-97d6-a80451ca2964 HTTP/1.1" 200 115 0.770045 10.0.0.27 - - [2025-09-22 02:10:07] "DELETE /project/ea319153-3bf9-4537-b366-ef2a0647a50b HTTP/1.1" 200 115 0.869598 10.0.0.56 - - [2025-09-22 02:10:07] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010142 10.0.0.56 - - [2025-09-22 02:10:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012296 10.0.0.56 - - [2025-09-22 02:10:08] "POST /neutron/port HTTP/1.1" 200 1125 0.154831 10.0.0.56 - - [2025-09-22 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.012825 10.0.0.56 - - [2025-09-22 02:10:12] "POST /neutron/port HTTP/1.1" 200 1099 0.021829 10.0.0.56 - - [2025-09-22 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009533 10.0.0.56 - - [2025-09-22 02:10:27] "POST /neutron/port HTTP/1.1" 200 1099 0.025016 10.0.0.56 - - [2025-09-22 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008258 10.0.0.56 - - [2025-09-22 02:10:43] "POST /neutron/port HTTP/1.1" 200 1099 0.016978 10.0.0.56 - - [2025-09-22 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007704 10.0.0.56 - - [2025-09-22 02:10:58] "POST /neutron/port HTTP/1.1" 200 1099 0.017270 10.0.0.56 - - [2025-09-22 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011051 10.0.0.56 - - [2025-09-22 02:10:58] "GET /virtual-machine/77cc3722-0092-4821-af69-06510c89002c HTTP/1.1" 401 292 0.000540 10.0.0.56 - - [2025-09-22 02:10:59] "GET /virtual-machine/77cc3722-0092-4821-af69-06510c89002c HTTP/1.1" 200 1304 0.027236 10.0.0.56 - - [2025-09-22 02:10:59] "GET /virtual-machine-interface/10fbf4e0-7644-4aa1-a695-ed99fc6bf277 HTTP/1.1" 200 3004 0.006546 10.0.0.56 - - [2025-09-22 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.56 - - [2025-09-22 02:10:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.56 - - [2025-09-22 02:10:59] "GET /virtual-networks?parent_id=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003425 10.0.0.56 - - [2025-09-22 02:10:59] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007273 10.0.0.56 - - [2025-09-22 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.56 - - [2025-09-22 02:11:02] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006431 10.0.0.56 - - [2025-09-22 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.56 - - [2025-09-22 02:11:06] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005711 10.0.0.56 - - [2025-09-22 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.56 - - [2025-09-22 02:11:10] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007415 10.0.0.56 - - [2025-09-22 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.56 - - [2025-09-22 02:11:14] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005986 10.0.0.56 - - [2025-09-22 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.56 - - [2025-09-22 02:11:18] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005777 10.0.0.56 - - [2025-09-22 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-09-22 02:11:22] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005938 10.0.0.56 - - [2025-09-22 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.56 - - [2025-09-22 02:11:26] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006586 10.0.0.56 - - [2025-09-22 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.56 - - [2025-09-22 02:11:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.56 - - [2025-09-22 02:11:28] "GET /virtual-networks?parent_id=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003410 10.0.0.56 - - [2025-09-22 02:11:28] "GET /virtual-network/ea9b439f-0193-4177-a9b1-d6d233e994f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006884 10.0.0.56 - - [2025-09-22 02:11:28] "POST /neutron/port HTTP/1.1" 200 1099 0.020726 10.0.0.56 - - [2025-09-22 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008444 10.0.0.56 - - [2025-09-22 02:11:34] "POST /neutron/network HTTP/1.1" 200 847 0.029263 10.0.0.56 - - [2025-09-22 02:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.56 - - [2025-09-22 02:11:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008137 10.0.0.56 - - [2025-09-22 02:11:43] "POST /neutron/port HTTP/1.1" 200 1099 0.037690 10.0.0.56 - - [2025-09-22 02:11:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.56 - - [2025-09-22 02:11:43] "POST /neutron/network HTTP/1.1" 200 837 0.008281 10.0.0.27 - - [2025-09-22 02:11:49] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025831 10.0.0.56 - - [2025-09-22 02:11:49] "POST /neutron/floatingip HTTP/1.1" 200 529 0.194571 10.0.0.56 - - [2025-09-22 02:11:49] "POST /neutron/floatingip HTTP/1.1" 200 575 0.065320 10.0.0.56 - - [2025-09-22 02:11:49] "POST /neutron/port HTTP/1.1" 200 1099 0.016653 10.0.0.56 - - [2025-09-22 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007867 10.0.0.56 - - [2025-09-22 02:11:49] "GET /virtual-machine/ba04b543-7d26-4ca9-8783-814eee2e5dd2 HTTP/1.1" 200 1304 0.006143 10.0.0.56 - - [2025-09-22 02:11:49] "GET /virtual-machine-interface/5a78dd7e-1745-4006-963e-8165363d30be HTTP/1.1" 200 3004 0.005494 10.0.0.56 - - [2025-09-22 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-09-22 02:11:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.56 - - [2025-09-22 02:11:49] "GET /virtual-networks?parent_id=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003015 10.0.0.56 - - [2025-09-22 02:11:49] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006981 10.0.0.56 - - [2025-09-22 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-09-22 02:11:50] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004466 10.0.0.56 - - [2025-09-22 02:11:50] "GET /virtual-networks?parent_id=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003207 10.0.0.56 - - [2025-09-22 02:11:50] "GET /virtual-network/598860db-eb75-48cb-91f3-fdd02956a524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006078 10.0.0.38 - - [2025-09-22 02:11:53] "GET /obj-perms HTTP/1.1" 200 5056 0.042459 10.0.0.56 - - [2025-09-22 02:11:55] "POST /neutron/port HTTP/1.1" 200 1099 0.035319 10.0.0.56 - - [2025-09-22 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008265 10.0.0.56 - - [2025-09-22 02:12:06] "POST /neutron/floatingip HTTP/1.1" 200 575 0.015306 10.0.0.56 - - [2025-09-22 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.56 - - [2025-09-22 02:12:06] "GET /routing-instance/e828477d-54df-4ffc-a3ae-61a780bdc818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006171 10.0.0.56 - - [2025-09-22 02:12:06] "GET /route-target/23a9465e-c713-46e8-afdb-8381d0ce3d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005266 10.0.0.56 - - [2025-09-22 02:12:35] "POST /neutron/network HTTP/1.1" 200 847 0.008550 10.0.0.56 - - [2025-09-22 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.56 - - [2025-09-22 02:12:41] "POST /neutron/floatingip HTTP/1.1" 200 529 0.040232 10.0.0.56 - - [2025-09-22 02:12:42] "GET /floating-ip-pool/b2b30dc0-9793-43e9-b413-44a77be80bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004334 10.0.0.56 - - [2025-09-22 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.014648 10.0.0.56 - - [2025-09-22 02:12:42] "DELETE /floating-ip-pool/b2b30dc0-9793-43e9-b413-44a77be80bf3 HTTP/1.1" 200 115 0.038033 10.0.0.56 - - [2025-09-22 02:12:42] "POST /neutron/network HTTP/1.1" 200 837 0.008831 10.0.0.56 - - [2025-09-22 02:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.013885 10.0.0.56 - - [2025-09-22 02:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.032775 10.0.0.27 - - [2025-09-22 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004851 10.0.0.27 - - [2025-09-22 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008008 10.0.0.56 - - [2025-09-22 02:12:44] "POST /neutron/network HTTP/1.1" 200 151 0.139687 10.0.0.56 - - [2025-09-22 02:12:44] "DELETE /route-target/245c1cc3-ec37-4d62-8aef-ae857335c6a3 HTTP/1.1" 200 115 0.082668 10.0.0.27 - - [2025-09-22 02:12:46] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.56 - - [2025-09-22 02:12:46] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066317 10.0.0.27 - - [2025-09-22 02:12:46] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001642 10.0.0.56 - - [2025-09-22 02:12:46] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?fields=virtual_networks HTTP/1.1" 200 1055 0.039423 10.0.0.27 - - [2025-09-22 02:12:46] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.56 - - [2025-09-22 02:12:46] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.043971 10.0.0.27 - - [2025-09-22 02:12:46] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.56 - - [2025-09-22 02:12:46] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?fields=security_groups HTTP/1.1" 200 1293 0.040685 10.0.0.56 - - [2025-09-22 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.022151 10.0.0.27 - - [2025-09-22 02:12:47] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003657 10.0.0.27 - - [2025-09-22 02:12:47] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.27 - - [2025-09-22 02:12:47] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031960 10.0.0.27 - - [2025-09-22 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.004586 10.0.0.27 - - [2025-09-22 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.012129 10.0.0.27 - - [2025-09-22 02:12:47] "POST /security-groups HTTP/1.1" 200 591 0.044048 10.0.0.56 - - [2025-09-22 02:12:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.005599 10.0.0.27 - - [2025-09-22 02:12:47] "POST /projects HTTP/1.1" 200 585 0.269866 10.0.0.27 - - [2025-09-22 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.338569 10.0.0.56 - - [2025-09-22 02:12:47] "POST /access-control-lists HTTP/1.1" 200 594 0.033643 10.0.0.56 - - [2025-09-22 02:12:48] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.504815 10.0.0.56 - - [2025-09-22 02:12:48] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.27 - - [2025-09-22 02:12:51] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.56 - - [2025-09-22 02:12:51] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048876 10.0.0.27 - - [2025-09-22 02:12:51] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.56 - - [2025-09-22 02:12:52] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?fields=virtual_networks HTTP/1.1" 200 1031 0.047015 10.0.0.27 - - [2025-09-22 02:12:52] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.56 - - [2025-09-22 02:12:52] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046598 10.0.0.27 - - [2025-09-22 02:12:52] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.56 - - [2025-09-22 02:12:52] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?fields=security_groups HTTP/1.1" 200 1257 0.052650 10.0.0.56 - - [2025-09-22 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.023601 10.0.0.27 - - [2025-09-22 02:12:52] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.27 - - [2025-09-22 02:12:53] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2025-09-22 02:12:53] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008308 10.0.0.27 - - [2025-09-22 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.002632 10.0.0.27 - - [2025-09-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.004341 10.0.0.27 - - [2025-09-22 02:12:53] "POST /security-groups HTTP/1.1" 200 586 0.073679 10.0.0.27 - - [2025-09-22 02:12:53] "POST /projects HTTP/1.1" 200 575 0.306364 10.0.0.56 - - [2025-09-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.003522 10.0.0.27 - - [2025-09-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.376388 10.0.0.56 - - [2025-09-22 02:12:53] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.511181 10.0.0.27 - - [2025-09-22 02:12:53] "GET /obj-perms HTTP/1.1" 200 5056 0.058777 10.0.0.56 - - [2025-09-22 02:12:54] "GET / HTTP/1.1" 200 35931 0.003563 10.0.0.27 - - [2025-09-22 02:13:00] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.56 - - [2025-09-22 02:13:00] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039288 10.0.0.27 - - [2025-09-22 02:13:00] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.56 - - [2025-09-22 02:13:00] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?fields=virtual_networks HTTP/1.1" 200 1021 0.068220 10.0.0.27 - - [2025-09-22 02:13:00] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001447 10.0.0.56 - - [2025-09-22 02:13:00] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.039976 10.0.0.27 - - [2025-09-22 02:13:00] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.56 - - [2025-09-22 02:13:00] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?fields=security_groups HTTP/1.1" 200 1242 0.047991 10.0.0.56 - - [2025-09-22 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.026237 10.0.0.27 - - [2025-09-22 02:13:01] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003978 10.0.0.27 - - [2025-09-22 02:13:01] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2025-09-22 02:13:01] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007462 10.0.0.27 - - [2025-09-22 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.003884 10.0.0.27 - - [2025-09-22 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.009233 10.0.0.27 - - [2025-09-22 02:13:01] "POST /security-groups HTTP/1.1" 200 590 0.077947 10.0.0.27 - - [2025-09-22 02:13:01] "POST /projects HTTP/1.1" 200 583 0.301279 10.0.0.56 - - [2025-09-22 02:13:01] "POST /access-control-lists HTTP/1.1" 200 595 0.032414 10.0.0.27 - - [2025-09-22 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.371108 10.0.0.56 - - [2025-09-22 02:13:02] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.515335 10.0.0.56 - - [2025-09-22 02:13:02] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.27 - - [2025-09-22 02:13:06] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001131 10.0.0.56 - - [2025-09-22 02:13:06] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043854 10.0.0.27 - - [2025-09-22 02:13:06] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001712 10.0.0.56 - - [2025-09-22 02:13:06] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?fields=virtual_networks HTTP/1.1" 200 1028 0.055830 10.0.0.27 - - [2025-09-22 02:13:06] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001292 10.0.0.56 - - [2025-09-22 02:13:06] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046098 10.0.0.27 - - [2025-09-22 02:13:06] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001169 10.0.0.56 - - [2025-09-22 02:13:06] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?fields=security_groups HTTP/1.1" 200 1253 0.050750 10.0.0.56 - - [2025-09-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.025209 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003518 10.0.0.27 - - [2025-09-22 02:13:07] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.27 - - [2025-09-22 02:13:07] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007479 10.0.0.27 - - [2025-09-22 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001312 10.0.0.27 - - [2025-09-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.021866 10.0.0.27 - - [2025-09-22 02:13:07] "DELETE /project/aaafa9e5fe8444ff84dee8958fd2da06 HTTP/1.1" 404 173 0.026509 10.0.0.27 - - [2025-09-22 02:13:07] "DELETE /project/515f47b532c04e6da6cbe62622c22e55 HTTP/1.1" 404 173 0.022193 10.0.0.27 - - [2025-09-22 02:13:07] "DELETE /project/833fb2e776f44d9d80dc993c3ea300f5 HTTP/1.1" 404 173 0.026599 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001227 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000947 10.0.0.27 - - [2025-09-22 02:13:07] "POST /security-groups HTTP/1.1" 200 591 0.141984 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.125955 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.135992 10.0.0.27 - - [2025-09-22 02:13:07] "POST /projects HTTP/1.1" 200 585 0.377538 10.0.0.56 - - [2025-09-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.016769 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.156931 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001400 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.195327 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.27 - - [2025-09-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.466126 10.0.0.27 - - [2025-09-22 02:13:07] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005129 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?fields=security_groups HTTP/1.1" 200 1347 0.150609 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?fields=security_groups HTTP/1.1" 200 1362 0.136901 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?fields=security_groups HTTP/1.1" 200 1398 0.185785 10.0.0.56 - - [2025-09-22 02:13:07] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.688004 10.0.0.27 - - [2025-09-22 02:13:07] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?fields=security_groups HTTP/1.1" 200 1358 0.181457 10.0.0.56 - - [2025-09-22 02:13:07] "POST /access-control-lists HTTP/1.1" 200 594 0.173063 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /security-group/fe54a306-b5df-434e-a21a-bf376e5cb8a5 HTTP/1.1" 200 115 0.182976 10.0.0.27 - - [2025-09-22 02:13:08] "GET /projects?obj_uuids=aaafa9e5-fe84-44ff-84de-e8958fd2da06&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /security-group/8e0ac9fa-6cf2-45a4-aa70-7a597dde1e83 HTTP/1.1" 200 115 0.194915 10.0.0.27 - - [2025-09-22 02:13:08] "GET /projects?obj_uuids=515f47b5-32c0-4e6d-a6cb-e62622c22e55&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /security-group/189d8626-1e30-4284-9515-d566b83238d3 HTTP/1.1" 200 115 0.203223 10.0.0.27 - - [2025-09-22 02:13:08] "GET /projects?obj_uuids=e2aa00f6-58a2-46bc-822b-92c95b88d498&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001782 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /security-group/b3ef5906-0f90-4d0c-a4b1-8ac8cc7e8975 HTTP/1.1" 200 115 0.180346 10.0.0.27 - - [2025-09-22 02:13:08] "GET /projects?obj_uuids=833fb2e7-76f4-4d9d-80dc-993c3ea300f5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002517 10.0.0.27 - - [2025-09-22 02:13:08] "GET /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06?fields=application_policy_sets HTTP/1.1" 200 1386 0.151705 10.0.0.27 - - [2025-09-22 02:13:08] "GET /project/e2aa00f6-58a2-46bc-822b-92c95b88d498?fields=application_policy_sets HTTP/1.1" 200 1437 0.131985 10.0.0.27 - - [2025-09-22 02:13:08] "GET /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55?fields=application_policy_sets HTTP/1.1" 200 1401 0.200140 10.0.0.27 - - [2025-09-22 02:13:08] "GET /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5?fields=application_policy_sets HTTP/1.1" 200 1397 0.182093 10.0.0.56 - - [2025-09-22 02:13:08] "DELETE /access-control-list/e78e1792-cba5-4ffc-af12-646e2a66bdb9 HTTP/1.1" 200 115 0.158140 10.0.0.56 - - [2025-09-22 02:13:08] "DELETE /access-control-list/0cd0224a-3493-4b5a-b9ec-197319e852ca HTTP/1.1" 200 115 0.101747 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /project/515f47b5-32c0-4e6d-a6cb-e62622c22e55 HTTP/1.1" 200 115 1.037871 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /project/e2aa00f6-58a2-46bc-822b-92c95b88d498 HTTP/1.1" 200 115 1.041814 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /project/aaafa9e5-fe84-44ff-84de-e8958fd2da06 HTTP/1.1" 200 115 1.055185 10.0.0.27 - - [2025-09-22 02:13:08] "DELETE /project/833fb2e7-76f4-4d9d-80dc-993c3ea300f5 HTTP/1.1" 200 115 1.102293 10.0.0.56 - - [2025-09-22 02:13:09] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.27 - - [2025-09-22 02:13:12] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.56 - - [2025-09-22 02:13:12] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046260 10.0.0.27 - - [2025-09-22 02:13:12] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.56 - - [2025-09-22 02:13:12] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?fields=virtual_networks HTTP/1.1" 200 1030 0.045993 10.0.0.27 - - [2025-09-22 02:13:12] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.56 - - [2025-09-22 02:13:12] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.041497 10.0.0.27 - - [2025-09-22 02:13:12] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.56 - - [2025-09-22 02:13:12] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?fields=security_groups HTTP/1.1" 200 1256 0.038290 10.0.0.56 - - [2025-09-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.025371 10.0.0.27 - - [2025-09-22 02:13:13] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.27 - - [2025-09-22 02:13:13] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.27 - - [2025-09-22 02:13:13] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009045 10.0.0.27 - - [2025-09-22 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.004637 10.0.0.27 - - [2025-09-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.009126 10.0.0.27 - - [2025-09-22 02:13:13] "POST /security-groups HTTP/1.1" 200 595 0.038967 10.0.0.56 - - [2025-09-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 238 0.006716 10.0.0.27 - - [2025-09-22 02:13:13] "POST /projects HTTP/1.1" 200 593 0.263512 10.0.0.27 - - [2025-09-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.337318 10.0.0.56 - - [2025-09-22 02:13:13] "POST /access-control-lists HTTP/1.1" 200 598 0.033186 10.0.0.56 - - [2025-09-22 02:13:14] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.491866 10.0.0.56 - - [2025-09-22 02:13:15] "GET / HTTP/1.1" 200 35931 0.076425 10.0.0.27 - - [2025-09-22 02:13:18] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001023 10.0.0.56 - - [2025-09-22 02:13:18] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049531 10.0.0.27 - - [2025-09-22 02:13:18] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001534 10.0.0.56 - - [2025-09-22 02:13:18] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?fields=virtual_networks HTTP/1.1" 200 1039 0.051307 10.0.0.27 - - [2025-09-22 02:13:18] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.56 - - [2025-09-22 02:13:18] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.046221 10.0.0.27 - - [2025-09-22 02:13:18] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001001 10.0.0.56 - - [2025-09-22 02:13:18] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?fields=security_groups HTTP/1.1" 200 1269 0.059214 10.0.0.56 - - [2025-09-22 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.023510 10.0.0.27 - - [2025-09-22 02:13:19] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004114 10.0.0.27 - - [2025-09-22 02:13:19] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.27 - - [2025-09-22 02:13:19] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008426 10.0.0.27 - - [2025-09-22 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001263 10.0.0.27 - - [2025-09-22 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.009146 10.0.0.27 - - [2025-09-22 02:13:19] "POST /security-groups HTTP/1.1" 200 586 0.074116 10.0.0.27 - - [2025-09-22 02:13:19] "POST /projects HTTP/1.1" 200 575 0.292621 10.0.0.56 - - [2025-09-22 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.008606 10.0.0.27 - - [2025-09-22 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.362545 10.0.0.56 - - [2025-09-22 02:13:19] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.497515 10.0.0.56 - - [2025-09-22 02:13:20] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.56 - - [2025-09-22 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003592 10.0.0.27 - - [2025-09-22 02:13:21] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001012 10.0.0.56 - - [2025-09-22 02:13:21] "POST /access-control-lists HTTP/1.1" 200 590 0.032106 10.0.0.56 - - [2025-09-22 02:13:21] "PUT /access-control-list/78e4c1cb-6ab3-431e-bfc5-651b167bbe23 HTTP/1.1" 200 272 0.013971 10.0.0.56 - - [2025-09-22 02:13:21] "POST /neutron/security_group HTTP/1.1" 200 1364 0.400650 10.0.0.56 - - [2025-09-22 02:13:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154260 10.0.0.56 - - [2025-09-22 02:13:21] "PUT /access-control-list/6b6633da-8d42-4f40-a8d6-4198720cfdcb HTTP/1.1" 200 272 0.017879 10.0.0.56 - - [2025-09-22 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003880 10.0.0.27 - - [2025-09-22 02:13:22] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001076 10.0.0.56 - - [2025-09-22 02:13:22] "POST /access-control-lists HTTP/1.1" 200 590 0.025493 10.0.0.56 - - [2025-09-22 02:13:22] "PUT /access-control-list/dc75c8c4-72a6-4f25-a1b6-294bf86ee806 HTTP/1.1" 200 272 0.013178 10.0.0.56 - - [2025-09-22 02:13:22] "POST /neutron/security_group HTTP/1.1" 200 1364 0.382568 10.0.0.56 - - [2025-09-22 02:13:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150304 10.0.0.56 - - [2025-09-22 02:13:22] "PUT /access-control-list/1ef88c62-ef11-46d8-8c3c-a7886ccf82d9 HTTP/1.1" 200 272 0.015452 10.0.0.56 - - [2025-09-22 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.56 - - [2025-09-22 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.027201 10.0.0.27 - - [2025-09-22 02:13:23] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.56 - - [2025-09-22 02:13:23] "POST /access-control-lists HTTP/1.1" 200 607 0.032586 10.0.0.56 - - [2025-09-22 02:13:23] "PUT /access-control-list/d9d03586-5465-49ca-8833-dca42be69f56 HTTP/1.1" 200 272 0.013101 10.0.0.56 - - [2025-09-22 02:13:23] "POST /neutron/security_group HTTP/1.1" 200 1379 0.421420 10.0.0.56 - - [2025-09-22 02:13:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181774 10.0.0.56 - - [2025-09-22 02:13:24] "PUT /access-control-list/f54deb66-4298-4bea-b018-fb7a88e4a317 HTTP/1.1" 200 272 0.016701 10.0.0.56 - - [2025-09-22 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.004385 10.0.0.27 - - [2025-09-22 02:13:24] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001022 10.0.0.56 - - [2025-09-22 02:13:24] "POST /access-control-lists HTTP/1.1" 200 607 0.028743 10.0.0.56 - - [2025-09-22 02:13:24] "PUT /access-control-list/d31a320e-e96f-420d-8c4d-50804db7f5a6 HTTP/1.1" 200 272 0.015261 10.0.0.56 - - [2025-09-22 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 1379 0.373116 10.0.0.56 - - [2025-09-22 02:13:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148749 10.0.0.56 - - [2025-09-22 02:13:24] "PUT /access-control-list/449c83b7-856b-4f64-891a-2196cffea391 HTTP/1.1" 200 272 0.015234 10.0.0.27 - - [2025-09-22 02:13:26] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001899 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.092784 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004433 10.0.0.56 - - [2025-09-22 02:13:26] "PUT /logical-router/480eea2c-6a5f-4376-9612-d272b7c68ca5 HTTP/1.1" 200 262 0.037315 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.006833 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004709 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004838 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.005871 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004557 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004712 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004389 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004154 10.0.0.56 - - [2025-09-22 02:13:26] "POST /neutron/router HTTP/1.1" 200 541 0.004765 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.030549 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004818 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.029821 10.0.0.56 - - [2025-09-22 02:13:27] "POST /route-targets HTTP/1.1" 200 327 0.016277 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.014712 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.005110 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004580 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004848 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004364 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004234 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004614 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004662 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.004592 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.010448 10.0.0.56 - - [2025-09-22 02:13:27] "POST /neutron/router HTTP/1.1" 200 541 0.007620 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 151 0.102234 10.0.0.56 - - [2025-09-22 02:13:28] "DELETE /route-target/aea49042-24c2-487d-b559-12ef57780fec HTTP/1.1" 200 115 0.026491 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.010335 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.009268 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.006146 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004365 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004986 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004241 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004471 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004383 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004256 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004330 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.004380 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/router HTTP/1.1" 200 559 0.034605 10.0.0.56 - - [2025-09-22 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015477 10.0.0.56 - - [2025-09-22 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 521 0.004611 10.0.0.56 - - [2025-09-22 02:13:28] "GET /logical-router/5b2beb0a-3976-4216-a17f-1b6b13248471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.033458 10.0.0.56 - - [2025-09-22 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.071050 10.0.0.56 - - [2025-09-22 02:13:29] "DELETE /access-control-list/449c83b7-856b-4f64-891a-2196cffea391 HTTP/1.1" 200 115 0.052015 10.0.0.56 - - [2025-09-22 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 506 0.018527 10.0.0.56 - - [2025-09-22 02:13:29] "DELETE /access-control-list/dc75c8c4-72a6-4f25-a1b6-294bf86ee806 HTTP/1.1" 200 115 0.031898 10.0.0.56 - - [2025-09-22 02:13:29] "DELETE /access-control-list/6b6633da-8d42-4f40-a8d6-4198720cfdcb HTTP/1.1" 200 115 0.033994 10.0.0.27 - - [2025-09-22 02:13:30] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001207 10.0.0.56 - - [2025-09-22 02:13:30] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.042541 10.0.0.27 - - [2025-09-22 02:13:30] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.56 - - [2025-09-22 02:13:30] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?fields=virtual_networks HTTP/1.1" 200 1021 0.052085 10.0.0.27 - - [2025-09-22 02:13:30] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001501 10.0.0.56 - - [2025-09-22 02:13:30] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050723 10.0.0.27 - - [2025-09-22 02:13:30] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001389 10.0.0.56 - - [2025-09-22 02:13:30] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?fields=security_groups HTTP/1.1" 200 1242 0.054621 10.0.0.56 - - [2025-09-22 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.023565 10.0.0.27 - - [2025-09-22 02:13:31] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003100 10.0.0.27 - - [2025-09-22 02:13:31] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001515 10.0.0.27 - - [2025-09-22 02:13:31] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008974 10.0.0.27 - - [2025-09-22 02:13:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001715 10.0.0.27 - - [2025-09-22 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.005408 10.0.0.27 - - [2025-09-22 02:13:32] "POST /security-groups HTTP/1.1" 200 587 0.078012 10.0.0.27 - - [2025-09-22 02:13:32] "POST /projects HTTP/1.1" 200 577 0.303804 10.0.0.56 - - [2025-09-22 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.011328 10.0.0.27 - - [2025-09-22 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.371870 10.0.0.56 - - [2025-09-22 02:13:32] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.521701 10.0.0.27 - - [2025-09-22 02:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.164075 10.0.0.56 - - [2025-09-22 02:13:33] "GET / HTTP/1.1" 200 35931 0.002200 10.0.0.56 - - [2025-09-22 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.251157 10.0.0.56 - - [2025-09-22 02:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.296111 10.0.0.27 - - [2025-09-22 02:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.178871 10.0.0.27 - - [2025-09-22 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.271378 10.0.0.38 - - [2025-09-22 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.283375 10.0.0.56 - - [2025-09-22 02:13:34] "GET /global-system-configs HTTP/1.1" 200 322 0.120231 10.0.0.56 - - [2025-09-22 02:13:34] "GET /obj-perms HTTP/1.1" 200 5056 0.180622 10.0.0.56 - - [2025-09-22 02:13:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.38 - - [2025-09-22 02:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.150623 10.0.0.38 - - [2025-09-22 02:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.207279 10.0.0.56 - - [2025-09-22 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.200285 10.0.0.27 - - [2025-09-22 02:13:35] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.56 - - [2025-09-22 02:13:35] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.056927 10.0.0.38 - - [2025-09-22 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.321898 10.0.0.27 - - [2025-09-22 02:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.332176 10.0.0.27 - - [2025-09-22 02:13:35] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001611 10.0.0.56 - - [2025-09-22 02:13:36] "POST /neutron/network HTTP/1.1" 200 601 0.153322 10.0.0.56 - - [2025-09-22 02:13:36] "POST /ref-update HTTP/1.1" 200 156 0.051874 10.0.0.56 - - [2025-09-22 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 216 0.004457 10.0.0.56 - - [2025-09-22 02:13:36] "GET /virtual-network/0c6805e1-2994-40a9-b623-2c2873c4ba72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006868 10.0.0.56 - - [2025-09-22 02:13:36] "POST /neutron/network HTTP/1.1" 200 819 0.007590 10.0.0.56 - - [2025-09-22 02:13:36] "GET /virtual-network/0c6805e1-2994-40a9-b623-2c2873c4ba72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.010929 10.0.0.56 - - [2025-09-22 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.003439 10.0.0.56 - - [2025-09-22 02:13:36] "GET /virtual-network/0c6805e1-2994-40a9-b623-2c2873c4ba72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005898 10.0.0.27 - - [2025-09-22 02:13:36] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.56 - - [2025-09-22 02:13:36] "POST /neutron/port HTTP/1.1" 200 1016 0.273764 10.0.0.56 - - [2025-09-22 02:13:36] "GET /virtual-machine-interface/71b93e67-b8f5-4dd3-8072-2e480ae62989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005969 10.0.0.56 - - [2025-09-22 02:13:36] "GET /virtual-machine-interface/71b93e67-b8f5-4dd3-8072-2e480ae62989?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.006756 10.0.0.56 - - [2025-09-22 02:13:36] "GET /instance-ip/9f3c0a0e-4cba-4782-a2fb-b4443f04101f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.006071 10.0.0.56 - - [2025-09-22 02:13:37] "POST /neutron/network HTTP/1.1" 200 819 0.007909 10.0.0.56 - - [2025-09-22 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-09-22 02:13:40] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001102 10.0.0.56 - - [2025-09-22 02:13:40] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044877 10.0.0.27 - - [2025-09-22 02:13:40] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001357 10.0.0.56 - - [2025-09-22 02:13:40] "POST /neutron/network HTTP/1.1" 200 603 0.125245 10.0.0.56 - - [2025-09-22 02:13:40] "POST /route-targets HTTP/1.1" 200 327 0.020492 10.0.0.56 - - [2025-09-22 02:13:40] "POST /neutron/network HTTP/1.1" 200 980 0.011683 10.0.0.56 - - [2025-09-22 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 217 0.001426 10.0.0.56 - - [2025-09-22 02:13:40] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005117 10.0.0.56 - - [2025-09-22 02:13:41] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006463 10.0.0.56 - - [2025-09-22 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.009048 10.0.0.27 - - [2025-09-22 02:13:41] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001005 10.0.0.56 - - [2025-09-22 02:13:41] "POST /neutron/port HTTP/1.1" 200 1019 0.253342 10.0.0.56 - - [2025-09-22 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 217 0.001230 10.0.0.56 - - [2025-09-22 02:13:41] "POST /neutron/network HTTP/1.1" 200 980 0.031078 10.0.0.56 - - [2025-09-22 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.007304 10.0.0.56 - - [2025-09-22 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 217 0.001478 10.0.0.56 - - [2025-09-22 02:13:42] "POST /neutron/port HTTP/1.1" 200 1019 0.009974 10.0.0.56 - - [2025-09-22 02:13:42] "POST /neutron/port HTTP/1.1" 200 1019 0.009821 10.0.0.56 - - [2025-09-22 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/network HTTP/1.1" 200 990 0.012074 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/network HTTP/1.1" 200 990 0.009474 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/port HTTP/1.1" 200 1111 0.148041 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/port HTTP/1.1" 200 1085 0.038949 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.002372 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.56 - - [2025-09-22 02:13:43] "POST /neutron/network HTTP/1.1" 200 980 0.011634 10.0.0.56 - - [2025-09-22 02:13:47] "POST /neutron/port HTTP/1.1" 200 1085 0.025444 10.0.0.56 - - [2025-09-22 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008436 10.0.0.56 - - [2025-09-22 02:13:47] "GET /virtual-machine/9f19ffe2-564e-4eae-b868-0d6bf911674f HTTP/1.1" 401 292 0.000452 10.0.0.56 - - [2025-09-22 02:13:48] "GET /virtual-machine/9f19ffe2-564e-4eae-b868-0d6bf911674f HTTP/1.1" 200 1285 0.025663 10.0.0.56 - - [2025-09-22 02:13:48] "GET /virtual-machine-interface/7d0b63a1-8619-4944-bc93-f4b7a4c6c55d HTTP/1.1" 200 2924 0.005765 10.0.0.56 - - [2025-09-22 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.56 - - [2025-09-22 02:13:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.56 - - [2025-09-22 02:13:48] "GET /virtual-networks?parent_id=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002831 10.0.0.56 - - [2025-09-22 02:13:48] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006876 10.0.0.56 - - [2025-09-22 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.56 - - [2025-09-22 02:13:51] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006026 10.0.0.56 - - [2025-09-22 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.56 - - [2025-09-22 02:13:53] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005088 10.0.0.56 - - [2025-09-22 02:13:53] "GET /virtual-networks?parent_id=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003556 10.0.0.56 - - [2025-09-22 02:13:53] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007642 10.0.0.56 - - [2025-09-22 02:13:53] "POST /neutron/port HTTP/1.1" 200 1085 0.034740 10.0.0.56 - - [2025-09-22 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007728 10.0.0.56 - - [2025-09-22 02:13:53] "GET /virtual-machine/8705b703-2531-4427-b9d9-5104070b754e HTTP/1.1" 200 1284 0.006469 10.0.0.56 - - [2025-09-22 02:13:53] "GET /virtual-machine-interface/f26a48e5-f090-4d42-94b2-2b3f7753a9af HTTP/1.1" 200 2925 0.005304 10.0.0.56 - - [2025-09-22 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.56 - - [2025-09-22 02:13:53] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.56 - - [2025-09-22 02:13:53] "GET /virtual-networks?parent_id=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002689 10.0.0.56 - - [2025-09-22 02:13:54] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006952 10.0.0.56 - - [2025-09-22 02:13:54] "POST /neutron/port HTTP/1.1" 200 1085 0.019773 10.0.0.56 - - [2025-09-22 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.56 - - [2025-09-22 02:13:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003956 10.0.0.56 - - [2025-09-22 02:13:57] "GET /virtual-networks?parent_id=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003209 10.0.0.56 - - [2025-09-22 02:13:57] "GET /virtual-network/1934908e-1367-4985-9517-ad6a32af2ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006233 10.0.0.56 - - [2025-09-22 02:14:00] "POST /neutron/port HTTP/1.1" 200 1111 0.012017 10.0.0.56 - - [2025-09-22 02:14:00] "POST /neutron/port HTTP/1.1" 200 1111 0.015385 10.0.0.27 - - [2025-09-22 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.27 - - [2025-09-22 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006958 10.0.0.27 - - [2025-09-22 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.27 - - [2025-09-22 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.013153 10.0.0.56 - - [2025-09-22 02:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.200927 10.0.0.56 - - [2025-09-22 02:14:01] "DELETE /route-target/0d7a8a3e-4254-4930-b198-3a8b3c5c0ca9 HTTP/1.1" 200 115 0.053620 10.0.0.27 - - [2025-09-22 02:14:02] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001390 10.0.0.56 - - [2025-09-22 02:14:02] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049737 10.0.0.27 - - [2025-09-22 02:14:02] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001305 10.0.0.56 - - [2025-09-22 02:14:02] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?fields=virtual_networks HTTP/1.1" 200 1024 0.054391 10.0.0.27 - - [2025-09-22 02:14:02] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001315 10.0.0.56 - - [2025-09-22 02:14:02] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.048898 10.0.0.27 - - [2025-09-22 02:14:02] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001077 10.0.0.56 - - [2025-09-22 02:14:02] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?fields=security_groups HTTP/1.1" 200 1246 0.043507 10.0.0.56 - - [2025-09-22 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.024031 10.0.0.27 - - [2025-09-22 02:14:03] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003327 10.0.0.27 - - [2025-09-22 02:14:03] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.27 - - [2025-09-22 02:14:03] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009394 10.0.0.27 - - [2025-09-22 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.003222 10.0.0.27 - - [2025-09-22 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003623 10.0.0.27 - - [2025-09-22 02:14:04] "POST /security-groups HTTP/1.1" 200 589 0.037621 10.0.0.27 - - [2025-09-22 02:14:04] "POST /projects HTTP/1.1" 200 581 0.256006 10.0.0.27 - - [2025-09-22 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.331723 10.0.0.56 - - [2025-09-22 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.005259 10.0.0.56 - - [2025-09-22 02:14:04] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.481500 10.0.0.56 - - [2025-09-22 02:14:05] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.56 - - [2025-09-22 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.007805 10.0.0.56 - - [2025-09-22 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.56 - - [2025-09-22 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.049624 10.0.0.27 - - [2025-09-22 02:14:07] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.56 - - [2025-09-22 02:14:07] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049868 10.0.0.27 - - [2025-09-22 02:14:07] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.56 - - [2025-09-22 02:14:07] "POST /neutron/network HTTP/1.1" 200 605 0.167852 10.0.0.56 - - [2025-09-22 02:14:07] "POST /ref-update HTTP/1.1" 200 156 0.036797 10.0.0.56 - - [2025-09-22 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.003879 10.0.0.56 - - [2025-09-22 02:14:07] "GET /virtual-network/ff43c79e-3876-4c02-8909-c3def9b63591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005321 10.0.0.56 - - [2025-09-22 02:14:07] "POST /neutron/network HTTP/1.1" 200 824 0.006901 10.0.0.56 - - [2025-09-22 02:14:07] "GET /virtual-network/ff43c79e-3876-4c02-8909-c3def9b63591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009740 10.0.0.56 - - [2025-09-22 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.56 - - [2025-09-22 02:14:08] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046641 10.0.0.56 - - [2025-09-22 02:14:08] "POST /neutron/network HTTP/1.1" 200 117 0.012817 10.0.0.56 - - [2025-09-22 02:14:08] "POST /neutron/network HTTP/1.1" 200 825 0.009318 10.0.0.56 - - [2025-09-22 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001072 10.0.0.56 - - [2025-09-22 02:14:08] "GET /virtual-network/d8fe326d-a3fa-4c13-895d-4b1b617fdba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005889 10.0.0.56 - - [2025-09-22 02:14:08] "GET /virtual-network/d8fe326d-a3fa-4c13-895d-4b1b617fdba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005769 10.0.0.56 - - [2025-09-22 02:14:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.010448 10.0.0.56 - - [2025-09-22 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001469 10.0.0.27 - - [2025-09-22 02:14:08] "DELETE /project/4db8ad654f9c4b19b9cebf85aa3076bb HTTP/1.1" 404 173 0.019221 10.0.0.27 - - [2025-09-22 02:14:08] "DELETE /project/5ee3485b54974d328de829e9db11b91b HTTP/1.1" 404 173 0.018562 10.0.0.27 - - [2025-09-22 02:14:08] "DELETE /project/b4754f4f1cba4e898333fe3d1e30e782 HTTP/1.1" 404 173 0.015879 10.0.0.27 - - [2025-09-22 02:14:08] "DELETE /project/dbd3fb650acb4f44b410e27a33a46185 HTTP/1.1" 404 173 0.015103 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000793 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000782 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.094002 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.115274 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007786 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.154997 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001513 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.172370 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001092 10.0.0.27 - - [2025-09-22 02:14:08] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001177 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?fields=security_groups HTTP/1.1" 200 1351 0.120370 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?fields=security_groups HTTP/1.1" 200 1361 0.150439 10.0.0.27 - - [2025-09-22 02:14:08] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?fields=security_groups HTTP/1.1" 200 1347 0.120955 10.0.0.27 - - [2025-09-22 02:14:09] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?fields=security_groups HTTP/1.1" 200 1374 0.169333 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /security-group/0696cb11-3eec-4309-a22f-b76d6020bd03 HTTP/1.1" 200 115 0.106234 10.0.0.27 - - [2025-09-22 02:14:09] "GET /projects?obj_uuids=dbd3fb65-0acb-4f44-b410-e27a33a46185&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001725 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /security-group/80633ae7-7c03-4c6d-95d0-ec1abb86104e HTTP/1.1" 200 115 0.139344 10.0.0.27 - - [2025-09-22 02:14:09] "GET /projects?obj_uuids=1e90fd6c-4159-4554-88c4-96641bd69b62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.56 - - [2025-09-22 02:14:09] "DELETE /access-control-list/4f4158f4-3513-4db0-83ef-fb3ef94ec88c HTTP/1.1" 200 115 0.083353 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /security-group/830ca9a6-e90b-4a2a-86d9-c3fd5a5491f3 HTTP/1.1" 200 115 0.115868 10.0.0.27 - - [2025-09-22 02:14:09] "GET /projects?obj_uuids=5ee3485b-5497-4d32-8de8-29e9db11b91b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.27 - - [2025-09-22 02:14:09] "GET /project/dbd3fb65-0acb-4f44-b410-e27a33a46185?fields=application_policy_sets HTTP/1.1" 200 1390 0.090336 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /security-group/c22b40a6-8705-4ef2-baac-99d25af1504e HTTP/1.1" 200 115 0.131202 10.0.0.27 - - [2025-09-22 02:14:09] "GET /projects?obj_uuids=b4754f4f-1cba-4e89-8333-fe3d1e30e782&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.27 - - [2025-09-22 02:14:09] "GET /project/5ee3485b-5497-4d32-8de8-29e9db11b91b?fields=application_policy_sets HTTP/1.1" 200 1386 0.111608 10.0.0.27 - - [2025-09-22 02:14:09] "GET /project/1e90fd6c-4159-4554-88c4-96641bd69b62?fields=application_policy_sets HTTP/1.1" 200 1400 0.144254 10.0.0.27 - - [2025-09-22 02:14:09] "GET /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782?fields=application_policy_sets HTTP/1.1" 200 1413 0.132529 10.0.0.56 - - [2025-09-22 02:14:09] "DELETE /access-control-list/730a043d-d3e3-4dad-bc67-13b6da4410be HTTP/1.1" 200 115 0.130854 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /project/dbd3fb65-0acb-4f44-b410-e27a33a46185 HTTP/1.1" 200 115 0.893693 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /project/5ee3485b-5497-4d32-8de8-29e9db11b91b HTTP/1.1" 200 115 0.938627 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /project/1e90fd6c-4159-4554-88c4-96641bd69b62 HTTP/1.1" 200 115 0.971442 10.0.0.27 - - [2025-09-22 02:14:09] "DELETE /project/b4754f4f-1cba-4e89-8333-fe3d1e30e782 HTTP/1.1" 200 115 1.026212 10.0.0.56 - - [2025-09-22 02:14:09] "DELETE /access-control-list/2065c8eb-3314-4b8d-b60b-7c462e77d9b4 HTTP/1.1" 200 115 0.063691 10.0.0.27 - - [2025-09-22 02:14:10] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.56 - - [2025-09-22 02:14:10] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.113963 10.0.0.56 - - [2025-09-22 02:14:10] "POST /neutron/port HTTP/1.1" 200 117 0.006648 10.0.0.56 - - [2025-09-22 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001763 10.0.0.56 - - [2025-09-22 02:14:10] "POST /neutron/network HTTP/1.1" 200 835 0.012734 10.0.0.56 - - [2025-09-22 02:14:11] "POST /neutron/port HTTP/1.1" 200 1058 0.017039 10.0.0.27 - - [2025-09-22 02:14:11] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.56 - - [2025-09-22 02:14:11] "POST /neutron/port HTTP/1.1" 200 1086 0.039593 10.0.0.56 - - [2025-09-22 02:14:11] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.095314 10.0.0.56 - - [2025-09-22 02:14:11] "POST /neutron/network HTTP/1.1" 200 825 0.010806 10.0.0.56 - - [2025-09-22 02:14:11] "POST /neutron/port HTTP/1.1" 200 1086 0.041307 10.0.0.27 - - [2025-09-22 02:14:12] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.56 - - [2025-09-22 02:14:12] "POST /neutron/router HTTP/1.1" 200 580 0.138842 10.0.0.56 - - [2025-09-22 02:14:12] "PUT /logical-router/2a9961ad-f676-460e-a64c-2c130cb67f8f HTTP/1.1" 200 262 0.046674 10.0.0.56 - - [2025-09-22 02:14:12] "POST /neutron/network HTTP/1.1" 200 835 0.011406 10.0.0.56 - - [2025-09-22 02:14:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010720 10.0.0.56 - - [2025-09-22 02:14:13] "POST /neutron/port HTTP/1.1" 200 1113 0.129628 10.0.0.56 - - [2025-09-22 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.009779 10.0.0.56 - - [2025-09-22 02:14:17] "POST /neutron/port HTTP/1.1" 200 1086 0.015823 10.0.0.56 - - [2025-09-22 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007903 10.0.0.56 - - [2025-09-22 02:14:18] "GET /virtual-machine/b1634319-04cb-43dd-a23c-20ca13b3251d HTTP/1.1" 401 292 0.000437 10.0.0.56 - - [2025-09-22 02:14:18] "GET /virtual-machine/b1634319-04cb-43dd-a23c-20ca13b3251d HTTP/1.1" 200 1291 0.025796 10.0.0.56 - - [2025-09-22 02:14:18] "GET /virtual-machine-interface/2da3692f-63c4-4c91-a676-a84de919e584 HTTP/1.1" 200 2934 0.005888 10.0.0.56 - - [2025-09-22 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.56 - - [2025-09-22 02:14:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003947 10.0.0.56 - - [2025-09-22 02:14:18] "GET /virtual-networks?parent_id=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003374 10.0.0.56 - - [2025-09-22 02:14:18] "GET /virtual-network/ff43c79e-3876-4c02-8909-c3def9b63591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008083 10.0.0.56 - - [2025-09-22 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.56 - - [2025-09-22 02:14:21] "GET /virtual-network/ff43c79e-3876-4c02-8909-c3def9b63591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006739 10.0.0.56 - - [2025-09-22 02:14:21] "POST /neutron/port HTTP/1.1" 200 1086 0.018757 10.0.0.56 - - [2025-09-22 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.56 - - [2025-09-22 02:14:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007979 10.0.0.56 - - [2025-09-22 02:14:23] "GET /virtual-networks?parent_id=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002949 10.0.0.56 - - [2025-09-22 02:14:23] "GET /virtual-network/ff43c79e-3876-4c02-8909-c3def9b63591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006384 10.0.0.56 - - [2025-09-22 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008181 10.0.0.56 - - [2025-09-22 02:14:24] "POST /neutron/port HTTP/1.1" 200 1087 0.017291 10.0.0.56 - - [2025-09-22 02:14:24] "GET /virtual-machine/e0be7ba3-c6d5-45af-be61-8a89184aa785 HTTP/1.1" 200 1291 0.006736 10.0.0.56 - - [2025-09-22 02:14:24] "GET /virtual-machine-interface/9fbc5e36-8319-49da-965a-0e2a63647055 HTTP/1.1" 200 2935 0.005437 10.0.0.56 - - [2025-09-22 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.56 - - [2025-09-22 02:14:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003447 10.0.0.56 - - [2025-09-22 02:14:24] "GET /virtual-networks?parent_id=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002783 10.0.0.56 - - [2025-09-22 02:14:24] "GET /virtual-network/d8fe326d-a3fa-4c13-895d-4b1b617fdba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006558 10.0.0.56 - - [2025-09-22 02:14:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007287 10.0.0.56 - - [2025-09-22 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.56 - - [2025-09-22 02:14:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003551 10.0.0.56 - - [2025-09-22 02:14:27] "GET /virtual-networks?parent_id=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003163 10.0.0.56 - - [2025-09-22 02:14:27] "GET /virtual-network/d8fe326d-a3fa-4c13-895d-4b1b617fdba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007250 10.0.0.56 - - [2025-09-22 02:14:31] "POST /neutron/port HTTP/1.1" 200 1885 0.053984 10.0.0.56 - - [2025-09-22 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.021866 10.0.0.56 - - [2025-09-22 02:14:35] "POST /neutron/port HTTP/1.1" 200 1086 0.017197 10.0.0.56 - - [2025-09-22 02:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 10.0.0.56 - - [2025-09-22 02:14:35] "POST /neutron/network HTTP/1.1" 200 824 0.008176 10.0.0.56 - - [2025-09-22 02:14:40] "POST /neutron/router HTTP/1.1" 200 580 0.012253 10.0.0.56 - - [2025-09-22 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.025264 10.0.0.56 - - [2025-09-22 02:14:40] "POST /neutron/router HTTP/1.1" 200 344 0.202217 10.0.0.56 - - [2025-09-22 02:14:40] "POST /neutron/network HTTP/1.1" 200 825 0.007312 10.0.0.56 - - [2025-09-22 02:14:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016951 10.0.0.56 - - [2025-09-22 02:14:41] "POST /neutron/port HTTP/1.1" 200 1112 0.015017 10.0.0.27 - - [2025-09-22 02:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002523 10.0.0.56 - - [2025-09-22 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006569 10.0.0.27 - - [2025-09-22 02:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004738 10.0.0.56 - - [2025-09-22 02:14:43] "POST /neutron/network HTTP/1.1" 200 151 0.132287 10.0.0.56 - - [2025-09-22 02:14:43] "DELETE /route-target/2e9a41f3-8702-4e71-90a6-12a0b4868ab1 HTTP/1.1" 200 115 0.021245 10.0.0.27 - - [2025-09-22 02:14:44] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.56 - - [2025-09-22 02:14:44] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051433 10.0.0.27 - - [2025-09-22 02:14:44] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001529 10.0.0.56 - - [2025-09-22 02:14:44] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?fields=virtual_networks HTTP/1.1" 200 1027 0.067429 10.0.0.27 - - [2025-09-22 02:14:44] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.56 - - [2025-09-22 02:14:44] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.051436 10.0.0.27 - - [2025-09-22 02:14:44] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.56 - - [2025-09-22 02:14:44] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?fields=security_groups HTTP/1.1" 200 1251 0.071930 10.0.0.56 - - [2025-09-22 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.025919 10.0.0.27 - - [2025-09-22 02:14:45] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003305 10.0.0.27 - - [2025-09-22 02:14:45] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.27 - - [2025-09-22 02:14:45] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009185 10.0.0.27 - - [2025-09-22 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 193 0.001364 10.0.0.27 - - [2025-09-22 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.012260 10.0.0.27 - - [2025-09-22 02:14:46] "POST /security-groups HTTP/1.1" 200 594 0.078438 10.0.0.27 - - [2025-09-22 02:14:46] "POST /projects HTTP/1.1" 200 591 0.301499 10.0.0.56 - - [2025-09-22 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.011889 10.0.0.27 - - [2025-09-22 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.372887 10.0.0.56 - - [2025-09-22 02:14:46] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.525446 10.0.0.56 - - [2025-09-22 02:14:47] "GET / HTTP/1.1" 200 35931 0.001965 10.0.0.56 - - [2025-09-22 02:14:49] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-09-22 02:14:49] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001230 10.0.0.56 - - [2025-09-22 02:14:49] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.061434 10.0.0.56 - - [2025-09-22 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.56 - - [2025-09-22 02:14:49] "GET /security-group/009562fa-8809-4519-b1f3-8a77dcd35906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3760 0.006839 10.0.0.56 - - [2025-09-22 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-09-22 02:14:49] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.56 - - [2025-09-22 02:14:49] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064418 10.0.0.56 - - [2025-09-22 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.56 - - [2025-09-22 02:14:50] "GET /security-group/009562fa-8809-4519-b1f3-8a77dcd35906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3760 0.005193 10.0.0.56 - - [2025-09-22 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.56 - - [2025-09-22 02:14:50] "PUT /security-group/009562fa-8809-4519-b1f3-8a77dcd35906 HTTP/1.1" 200 262 0.023420 10.0.0.56 - - [2025-09-22 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.008289 10.0.0.56 - - [2025-09-22 02:14:50] "PUT /access-control-list/b24500ac-74e9-48bf-9bae-6e6234cfa6bb HTTP/1.1" 200 272 0.018507 10.0.0.56 - - [2025-09-22 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-09-22 02:14:50] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002578 10.0.0.56 - - [2025-09-22 02:14:50] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046443 10.0.0.56 - - [2025-09-22 02:14:50] "POST /neutron/network HTTP/1.1" 200 117 0.033574 10.0.0.56 - - [2025-09-22 02:14:50] "POST /neutron/network HTTP/1.1" 200 826 0.009621 10.0.0.56 - - [2025-09-22 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.56 - - [2025-09-22 02:14:50] "GET /virtual-network/f11bdbff-d4a7-4a67-8201-f1c5c10040ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008297 10.0.0.56 - - [2025-09-22 02:14:50] "GET /virtual-network/f11bdbff-d4a7-4a67-8201-f1c5c10040ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005856 10.0.0.56 - - [2025-09-22 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.008875 10.0.0.56 - - [2025-09-22 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.27 - - [2025-09-22 02:14:51] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001120 10.0.0.56 - - [2025-09-22 02:14:51] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047863 10.0.0.56 - - [2025-09-22 02:14:51] "POST /route-targets HTTP/1.1" 200 327 0.011461 10.0.0.27 - - [2025-09-22 02:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007158 10.0.0.56 - - [2025-09-22 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.269435 10.0.0.56 - - [2025-09-22 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001707 10.0.0.56 - - [2025-09-22 02:14:51] "GET /virtual-network/78bcdfc4-b825-4b7f-8e35-c562a266d7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007541 10.0.0.56 - - [2025-09-22 02:14:51] "GET /virtual-network/78bcdfc4-b825-4b7f-8e35-c562a266d7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008397 10.0.0.56 - - [2025-09-22 02:14:51] "POST /neutron/network HTTP/1.1" 200 834 0.007565 10.0.0.56 - - [2025-09-22 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001333 10.0.0.27 - - [2025-09-22 02:14:52] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001221 10.0.0.56 - - [2025-09-22 02:14:52] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.082546 10.0.0.56 - - [2025-09-22 02:14:52] "POST /neutron/network HTTP/1.1" 200 826 0.009483 10.0.0.56 - - [2025-09-22 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001511 10.0.0.56 - - [2025-09-22 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.006647 10.0.0.27 - - [2025-09-22 02:14:53] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001152 10.0.0.56 - - [2025-09-22 02:14:53] "POST /neutron/port HTTP/1.1" 200 1062 0.311977 10.0.0.56 - - [2025-09-22 02:14:53] "POST /neutron/port HTTP/1.1" 200 1116 0.144704 10.0.0.27 - - [2025-09-22 02:14:53] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.56 - - [2025-09-22 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.007293 10.0.0.56 - - [2025-09-22 02:14:53] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.123636 10.0.0.56 - - [2025-09-22 02:14:53] "POST /neutron/network HTTP/1.1" 200 826 0.006961 10.0.0.56 - - [2025-09-22 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.008772 10.0.0.56 - - [2025-09-22 02:14:54] "PUT /logical-router/8582ad5b-860e-4d13-ba3f-3c4d8813fe42 HTTP/1.1" 200 262 0.031872 10.0.0.56 - - [2025-09-22 02:14:54] "POST /neutron/router HTTP/1.1" 200 656 0.041224 10.0.0.56 - - [2025-09-22 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.076037 10.0.0.56 - - [2025-09-22 02:14:54] "POST /neutron/network HTTP/1.1" 200 844 0.024151 10.0.0.27 - - [2025-09-22 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.023502 10.0.0.56 - - [2025-09-22 02:14:54] "POST /virtual-networks HTTP/1.1" 200 694 0.272425 10.0.0.56 - - [2025-09-22 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.054493 10.0.0.56 - - [2025-09-22 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018932 10.0.0.56 - - [2025-09-22 02:14:55] "PUT /logical-router/8582ad5b-860e-4d13-ba3f-3c4d8813fe42 HTTP/1.1" 200 262 0.064081 10.0.0.56 - - [2025-09-22 02:14:55] "POST /neutron/port HTTP/1.1" 200 1117 0.185493 10.0.0.56 - - [2025-09-22 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.56 - - [2025-09-22 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010694 10.0.0.56 - - [2025-09-22 02:14:55] "POST /chown HTTP/1.1" 200 109 0.028623 10.0.0.56 - - [2025-09-22 02:14:55] "POST /chown HTTP/1.1" 200 109 0.029563 10.0.0.56 - - [2025-09-22 02:14:55] "GET /obj-perms HTTP/1.1" 200 5056 0.134314 10.0.0.56 - - [2025-09-22 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.027161 10.0.0.56 - - [2025-09-22 02:14:55] "POST /instance-ips HTTP/1.1" 200 549 0.054023 10.0.0.56 - - [2025-09-22 02:14:56] "PUT /virtual-machine-interface/2375232b-234b-4aa4-a938-55167d812a18 HTTP/1.1" 200 284 0.016217 10.0.0.56 - - [2025-09-22 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.026681 10.0.0.56 - - [2025-09-22 02:14:56] "POST /chown HTTP/1.1" 200 109 0.017751 10.0.0.56 - - [2025-09-22 02:14:56] "PUT /virtual-machine-interface/c0c7fd16-1387-420b-b165-da4a11a458c0 HTTP/1.1" 200 284 0.056462 10.0.0.56 - - [2025-09-22 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.031862 10.0.0.56 - - [2025-09-22 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.046504 10.0.0.56 - - [2025-09-22 02:14:56] "POST /instance-ips HTTP/1.1" 400 316 0.035721 10.0.0.56 - - [2025-09-22 02:14:56] "PUT /instance-ip/aaf34355-3316-498c-9a4d-c95da8ebc627 HTTP/1.1" 200 256 0.031645 10.0.0.56 - - [2025-09-22 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.030775 10.0.0.56 - - [2025-09-22 02:14:57] "PUT /routing-instance/fbc3d108-939f-40ec-8688-8f39975d2b6f HTTP/1.1" 200 266 0.035267 10.0.0.56 - - [2025-09-22 02:15:00] "POST /neutron/port HTTP/1.1" 200 1090 0.022236 10.0.0.56 - - [2025-09-22 02:15:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008966 10.0.0.56 - - [2025-09-22 02:15:00] "GET /virtual-machine/fef3123b-5d3e-4f14-9073-6c0db2fe7dbf HTTP/1.1" 401 292 0.000472 10.0.0.56 - - [2025-09-22 02:15:00] "GET /virtual-machine/fef3123b-5d3e-4f14-9073-6c0db2fe7dbf HTTP/1.1" 200 1296 0.027729 10.0.0.56 - - [2025-09-22 02:15:00] "GET /virtual-machine-interface/56c58dee-c746-4ce1-95e2-c82ab57bc5b9 HTTP/1.1" 200 2956 0.005702 10.0.0.56 - - [2025-09-22 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.56 - - [2025-09-22 02:15:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.56 - - [2025-09-22 02:15:00] "GET /virtual-networks?parent_id=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003263 10.0.0.56 - - [2025-09-22 02:15:00] "GET /virtual-network/f11bdbff-d4a7-4a67-8201-f1c5c10040ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006433 10.0.0.56 - - [2025-09-22 02:15:01] "POST /neutron/port HTTP/1.1" 200 1090 0.018577 10.0.0.56 - - [2025-09-22 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.56 - - [2025-09-22 02:15:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.56 - - [2025-09-22 02:15:03] "GET /virtual-networks?parent_id=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003742 10.0.0.56 - - [2025-09-22 02:15:03] "GET /virtual-network/f11bdbff-d4a7-4a67-8201-f1c5c10040ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006365 10.0.0.56 - - [2025-09-22 02:15:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009784 10.0.0.56 - - [2025-09-22 02:15:04] "POST /neutron/port HTTP/1.1" 200 1091 0.017252 10.0.0.56 - - [2025-09-22 02:15:04] "GET /virtual-machine/30c1bd6a-b7f8-45a4-9ada-4de48cc8e4a5 HTTP/1.1" 200 1295 0.006462 10.0.0.56 - - [2025-09-22 02:15:04] "GET /virtual-machine-interface/02ebbc4c-ad3d-4407-bc19-81382b3aaeb2 HTTP/1.1" 200 2967 0.006061 10.0.0.56 - - [2025-09-22 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-09-22 02:15:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.56 - - [2025-09-22 02:15:04] "GET /virtual-networks?parent_id=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003916 10.0.0.56 - - [2025-09-22 02:15:04] "GET /virtual-network/78bcdfc4-b825-4b7f-8e35-c562a266d7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006783 10.0.0.56 - - [2025-09-22 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008469 10.0.0.56 - - [2025-09-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-09-22 02:15:07] "GET /virtual-network/78bcdfc4-b825-4b7f-8e35-c562a266d7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005734 10.0.0.56 - - [2025-09-22 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010375 10.0.0.56 - - [2025-09-22 02:15:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005713 10.0.0.56 - - [2025-09-22 02:15:09] "GET /virtual-networks?parent_id=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003823 10.0.0.56 - - [2025-09-22 02:15:09] "GET /virtual-network/78bcdfc4-b825-4b7f-8e35-c562a266d7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006531 10.0.0.27 - - [2025-09-22 02:15:09] "DELETE /project/db61a9616eef452495fad8172f468067 HTTP/1.1" 404 173 0.006734 10.0.0.27 - - [2025-09-22 02:15:09] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.27 - - [2025-09-22 02:15:09] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.076593 10.0.0.27 - - [2025-09-22 02:15:09] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.27 - - [2025-09-22 02:15:09] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?fields=security_groups HTTP/1.1" 200 1356 0.062189 10.0.0.27 - - [2025-09-22 02:15:10] "DELETE /security-group/a053147d-8cc4-4042-94f9-951e9f3d5ce4 HTTP/1.1" 200 115 0.073852 10.0.0.27 - - [2025-09-22 02:15:10] "GET /projects?obj_uuids=4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.27 - - [2025-09-22 02:15:10] "GET /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb?fields=application_policy_sets HTTP/1.1" 200 1395 0.088934 10.0.0.27 - - [2025-09-22 02:15:10] "DELETE /project/4db8ad65-4f9c-4b19-b9ce-bf85aa3076bb HTTP/1.1" 200 115 0.574925 10.0.0.56 - - [2025-09-22 02:15:18] "POST /neutron/router HTTP/1.1" 200 656 0.009878 10.0.0.56 - - [2025-09-22 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.019473 10.0.0.56 - - [2025-09-22 02:15:19] "PUT /logical-router/8582ad5b-860e-4d13-ba3f-3c4d8813fe42 HTTP/1.1" 500 213 0.108192 10.0.0.56 - - [2025-09-22 02:15:19] "POST /neutron/router HTTP/1.1" 200 151 0.195024 10.0.0.56 - - [2025-09-22 02:15:19] "DELETE /route-table/22ebf064-a686-4aba-96a0-50b0497e8c5f HTTP/1.1" 200 115 0.033939 10.0.0.56 - - [2025-09-22 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.017061 10.0.0.56 - - [2025-09-22 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.028790 10.0.0.27 - - [2025-09-22 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.27 - - [2025-09-22 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003174 10.0.0.56 - - [2025-09-22 02:15:19] "DELETE /virtual-network/15097aa0-fdf4-4a9a-a9ac-708d74f4f3c8 HTTP/1.1" 200 115 0.219587 10.0.0.56 - - [2025-09-22 02:15:19] "DELETE /route-target/0fb2af8a-a454-4244-8b62-900d00458ecb HTTP/1.1" 200 115 0.032818 10.0.0.56 - - [2025-09-22 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.045160 10.0.0.56 - - [2025-09-22 02:15:19] "POST /neutron/port HTTP/1.1" 200 1091 0.036215 10.0.0.56 - - [2025-09-22 02:15:19] "POST /neutron/port HTTP/1.1" 200 1116 0.011290 10.0.0.56 - - [2025-09-22 02:15:19] "GET /virtual-machine-interface/2375232b-234b-4aa4-a938-55167d812a18?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.014537 10.0.0.56 - - [2025-09-22 02:15:20] "DELETE /virtual-machine/72fbf32b-9a4a-4b12-8c43-a38042076e40 HTTP/1.1" 200 115 0.096550 10.0.0.56 - - [2025-09-22 02:15:20] "GET /instance-ip/6f34683f-a30f-40aa-bdd9-4072f43859d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.013434 10.0.0.56 - - [2025-09-22 02:15:20] "GET /virtual-machine-interface/6ca04922-f904-4a3d-9f63-6e85fc128bd0?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.007155 10.0.0.56 - - [2025-09-22 02:15:20] "DELETE /virtual-machine/b15bbad9-c8f5-4564-8a2e-17659c356321 HTTP/1.1" 200 115 0.049450 10.0.0.56 - - [2025-09-22 02:15:21] "POST /neutron/network HTTP/1.1" 200 834 0.006856 10.0.0.27 - - [2025-09-22 02:15:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004317 10.0.0.56 - - [2025-09-22 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.27 - - [2025-09-22 02:15:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003373 10.0.0.56 - - [2025-09-22 02:15:21] "POST /neutron/network HTTP/1.1" 200 151 0.147651 10.0.0.27 - - [2025-09-22 02:15:23] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001187 10.0.0.56 - - [2025-09-22 02:15:23] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044986 10.0.0.27 - - [2025-09-22 02:15:23] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.56 - - [2025-09-22 02:15:23] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?fields=virtual_networks HTTP/1.1" 200 1038 0.047299 10.0.0.27 - - [2025-09-22 02:15:23] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.56 - - [2025-09-22 02:15:23] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.042328 10.0.0.27 - - [2025-09-22 02:15:23] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001719 10.0.0.56 - - [2025-09-22 02:15:23] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?fields=security_groups HTTP/1.1" 200 1267 0.064890 10.0.0.56 - - [2025-09-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.022076 10.0.0.27 - - [2025-09-22 02:15:24] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003337 10.0.0.27 - - [2025-09-22 02:15:24] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.27 - - [2025-09-22 02:15:24] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008136 10.0.0.27 - - [2025-09-22 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.007234 10.0.0.27 - - [2025-09-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.004247 10.0.0.27 - - [2025-09-22 02:15:24] "POST /security-groups HTTP/1.1" 200 599 0.029910 10.0.0.27 - - [2025-09-22 02:15:24] "POST /projects HTTP/1.1" 200 601 0.238379 10.0.0.56 - - [2025-09-22 02:15:24] "POST /access-control-lists HTTP/1.1" 200 604 0.025530 10.0.0.27 - - [2025-09-22 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.306259 10.0.0.56 - - [2025-09-22 02:15:24] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.429410 10.0.0.56 - - [2025-09-22 02:15:25] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.56 - - [2025-09-22 02:15:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.56 - - [2025-09-22 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.048085 10.0.0.27 - - [2025-09-22 02:15:27] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.56 - - [2025-09-22 02:15:27] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044669 10.0.0.56 - - [2025-09-22 02:15:27] "POST /route-targets HTTP/1.1" 200 327 0.014068 10.0.0.27 - - [2025-09-22 02:15:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010484 10.0.0.56 - - [2025-09-22 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.241514 10.0.0.56 - - [2025-09-22 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001402 10.0.0.56 - - [2025-09-22 02:15:28] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007598 10.0.0.56 - - [2025-09-22 02:15:28] "POST /neutron/network HTTP/1.1" 200 1006 0.008973 10.0.0.56 - - [2025-09-22 02:15:28] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004953 10.0.0.56 - - [2025-09-22 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.009598 10.0.0.56 - - [2025-09-22 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.27 - - [2025-09-22 02:15:28] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.56 - - [2025-09-22 02:15:28] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049068 10.0.0.56 - - [2025-09-22 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.026324 10.0.0.27 - - [2025-09-22 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008487 10.0.0.56 - - [2025-09-22 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.203755 10.0.0.56 - - [2025-09-22 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001382 10.0.0.56 - - [2025-09-22 02:15:29] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010375 10.0.0.56 - - [2025-09-22 02:15:29] "POST /neutron/network HTTP/1.1" 200 1008 0.008960 10.0.0.56 - - [2025-09-22 02:15:29] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005891 10.0.0.56 - - [2025-09-22 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.009739 10.0.0.56 - - [2025-09-22 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002934 10.0.0.56 - - [2025-09-22 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2025-09-22 02:15:29] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.56 - - [2025-09-22 02:15:29] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046849 10.0.0.56 - - [2025-09-22 02:15:29] "POST /network-policys HTTP/1.1" 200 577 0.035082 10.0.0.56 - - [2025-09-22 02:15:29] "GET /network-policy/66dadac2-eb0f-441b-9245-77702e9fdcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007283 10.0.0.56 - - [2025-09-22 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.049135 10.0.0.56 - - [2025-09-22 02:15:29] "POST /neutron/network HTTP/1.1" 200 1114 0.031774 10.0.0.56 - - [2025-09-22 02:15:29] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007061 10.0.0.56 - - [2025-09-22 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.018026 10.0.0.56 - - [2025-09-22 02:15:29] "GET /network-policy/66dadac2-eb0f-441b-9245-77702e9fdcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004869 10.0.0.56 - - [2025-09-22 02:15:30] "PUT /access-control-list/73be8f2b-0588-4c4c-ab8f-6bf25f6693b1 HTTP/1.1" 200 272 0.064121 10.0.0.56 - - [2025-09-22 02:15:30] "POST /neutron/network HTTP/1.1" 200 1116 0.012888 10.0.0.56 - - [2025-09-22 02:15:30] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.034413 10.0.0.56 - - [2025-09-22 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.56 - - [2025-09-22 02:15:30] "GET /network-policy/66dadac2-eb0f-441b-9245-77702e9fdcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004675 10.0.0.56 - - [2025-09-22 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.041623 10.0.0.56 - - [2025-09-22 02:15:30] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006832 10.0.0.38 - - [2025-09-22 02:15:31] "GET /obj-perms HTTP/1.1" 200 5046 0.045173 10.0.0.56 - - [2025-09-22 02:15:32] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005938 10.0.0.27 - - [2025-09-22 02:15:32] "GET /obj-perms HTTP/1.1" 200 5046 0.041437 10.0.0.56 - - [2025-09-22 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001709 10.0.0.27 - - [2025-09-22 02:15:33] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.56 - - [2025-09-22 02:15:33] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067589 10.0.0.56 - - [2025-09-22 02:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.007791 10.0.0.56 - - [2025-09-22 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.002932 10.0.0.56 - - [2025-09-22 02:15:33] "POST /neutron/network HTTP/1.1" 200 1126 0.009310 10.0.0.56 - - [2025-09-22 02:15:34] "POST /neutron/port HTTP/1.1" 200 1175 0.030859 10.0.0.27 - - [2025-09-22 02:15:34] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003381 10.0.0.56 - - [2025-09-22 02:15:34] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.103329 10.0.0.56 - - [2025-09-22 02:15:34] "POST /neutron/port HTTP/1.1" 200 1203 0.017919 10.0.0.56 - - [2025-09-22 02:15:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.56 - - [2025-09-22 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.56 - - [2025-09-22 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008634 10.0.0.56 - - [2025-09-22 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011022 10.0.0.56 - - [2025-09-22 02:15:35] "POST /neutron/port HTTP/1.1" 200 1177 0.018842 10.0.0.56 - - [2025-09-22 02:15:35] "POST /neutron/port HTTP/1.1" 200 1205 0.023706 10.0.0.56 - - [2025-09-22 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016138 10.0.0.56 - - [2025-09-22 02:15:35] "POST /neutron/network HTTP/1.1" 200 1116 0.010601 10.0.0.56 - - [2025-09-22 02:15:36] "POST /neutron/network HTTP/1.1" 200 1124 0.010187 10.0.0.56 - - [2025-09-22 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015043 10.0.0.56 - - [2025-09-22 02:15:36] "POST /neutron/network HTTP/1.1" 200 1114 0.012266 10.0.0.56 - - [2025-09-22 02:15:40] "POST /neutron/port HTTP/1.1" 200 1203 0.016260 10.0.0.56 - - [2025-09-22 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008042 10.0.0.56 - - [2025-09-22 02:15:40] "GET /virtual-machine/54e4d937-c0f2-4274-be11-3ffd3da75eaf HTTP/1.1" 401 292 0.000448 10.0.0.56 - - [2025-09-22 02:15:40] "GET /virtual-machine/54e4d937-c0f2-4274-be11-3ffd3da75eaf HTTP/1.1" 200 1300 0.029858 10.0.0.56 - - [2025-09-22 02:15:40] "GET /virtual-machine-interface/9be48c92-8993-4046-9280-4123177ffcef HTTP/1.1" 200 3176 0.005989 10.0.0.56 - - [2025-09-22 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.56 - - [2025-09-22 02:15:40] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004173 10.0.0.56 - - [2025-09-22 02:15:40] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003680 10.0.0.56 - - [2025-09-22 02:15:40] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007763 10.0.0.56 - - [2025-09-22 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.56 - - [2025-09-22 02:15:43] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006557 10.0.0.56 - - [2025-09-22 02:15:45] "POST /neutron/network HTTP/1.1" 200 1126 0.009270 10.0.0.56 - - [2025-09-22 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 1394 0.032160 10.0.0.56 - - [2025-09-22 02:15:45] "POST /neutron/network HTTP/1.1" 200 1116 0.024085 10.0.0.56 - - [2025-09-22 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.56 - - [2025-09-22 02:15:47] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006386 10.0.0.56 - - [2025-09-22 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.56 - - [2025-09-22 02:15:52] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005677 10.0.0.56 - - [2025-09-22 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.56 - - [2025-09-22 02:15:56] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005790 10.0.0.56 - - [2025-09-22 02:15:57] "GET /obj-perms HTTP/1.1" 200 5056 0.040682 10.0.0.56 - - [2025-09-22 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.56 - - [2025-09-22 02:16:00] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007356 10.0.0.56 - - [2025-09-22 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.56 - - [2025-09-22 02:16:04] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005847 10.0.0.56 - - [2025-09-22 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.56 - - [2025-09-22 02:16:08] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005709 10.0.0.27 - - [2025-09-22 02:16:10] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001254 10.0.0.27 - - [2025-09-22 02:16:10] "DELETE /project/a97f4d9826694e75b92a444f4dc2fbaf HTTP/1.1" 404 173 0.010208 10.0.0.27 - - [2025-09-22 02:16:10] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.082556 10.0.0.56 - - [2025-09-22 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.017217 10.0.0.27 - - [2025-09-22 02:16:10] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000929 10.0.0.56 - - [2025-09-22 02:16:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003265 10.0.0.56 - - [2025-09-22 02:16:10] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004109 10.0.0.27 - - [2025-09-22 02:16:10] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?fields=security_groups HTTP/1.1" 200 1372 0.057321 10.0.0.56 - - [2025-09-22 02:16:10] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010334 10.0.0.27 - - [2025-09-22 02:16:10] "DELETE /security-group/009562fa-8809-4519-b1f3-8a77dcd35906 HTTP/1.1" 200 115 0.128079 10.0.0.27 - - [2025-09-22 02:16:10] "GET /projects?obj_uuids=db61a961-6eef-4524-95fa-d8172f468067&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.27 - - [2025-09-22 02:16:10] "GET /project/db61a961-6eef-4524-95fa-d8172f468067?fields=application_policy_sets HTTP/1.1" 200 1411 0.063145 10.0.0.56 - - [2025-09-22 02:16:10] "DELETE /access-control-list/b24500ac-74e9-48bf-9bae-6e6234cfa6bb HTTP/1.1" 200 115 0.050839 10.0.0.27 - - [2025-09-22 02:16:10] "DELETE /project/db61a961-6eef-4524-95fa-d8172f468067 HTTP/1.1" 200 115 0.575897 10.0.0.56 - - [2025-09-22 02:16:15] "POST /neutron/port HTTP/1.1" 200 1203 0.018079 10.0.0.56 - - [2025-09-22 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006904 10.0.0.56 - - [2025-09-22 02:16:26] "POST /neutron/port HTTP/1.1" 200 1205 0.017245 10.0.0.56 - - [2025-09-22 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008482 10.0.0.56 - - [2025-09-22 02:16:26] "GET /virtual-machine/9b74ce3f-b0db-4bdd-89e9-9ba9947879bb HTTP/1.1" 200 1300 0.006144 10.0.0.56 - - [2025-09-22 02:16:26] "GET /virtual-machine-interface/0d5f3ee8-2375-4140-806a-857da51432e8 HTTP/1.1" 200 3173 0.005540 10.0.0.56 - - [2025-09-22 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.56 - - [2025-09-22 02:16:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003087 10.0.0.56 - - [2025-09-22 02:16:26] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002756 10.0.0.56 - - [2025-09-22 02:16:26] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006998 10.0.0.56 - - [2025-09-22 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-09-22 02:16:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004189 10.0.0.56 - - [2025-09-22 02:16:27] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003637 10.0.0.56 - - [2025-09-22 02:16:27] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006100 10.0.0.56 - - [2025-09-22 02:16:27] "POST /neutron/port HTTP/1.1" 200 1205 0.017795 10.0.0.56 - - [2025-09-22 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007846 10.0.0.56 - - [2025-09-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 1203 0.034319 10.0.0.56 - - [2025-09-22 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004517 10.0.0.56 - - [2025-09-22 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.56 - - [2025-09-22 02:16:38] "POST /neutron/network HTTP/1.1" 200 1114 0.010333 10.0.0.56 - - [2025-09-22 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008631 10.0.0.56 - - [2025-09-22 02:16:47] "POST /neutron/network HTTP/1.1" 200 1126 0.030179 10.0.0.56 - - [2025-09-22 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015526 10.0.0.56 - - [2025-09-22 02:16:47] "POST /neutron/network HTTP/1.1" 200 1116 0.011312 10.0.0.56 - - [2025-09-22 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.27 - - [2025-09-22 02:17:26] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025420 10.0.0.56 - - [2025-09-22 02:17:26] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062485 10.0.0.56 - - [2025-09-22 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.56 - - [2025-09-22 02:17:26] "PUT /network-policy/66dadac2-eb0f-441b-9245-77702e9fdcbb HTTP/1.1" 200 262 0.017246 10.0.0.56 - - [2025-09-22 02:17:29] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006432 10.0.0.56 - - [2025-09-22 02:17:29] "DELETE /access-control-list/9fa2bbe3-0810-4d50-a200-16801f379873 HTTP/1.1" 200 115 0.048127 10.0.0.56 - - [2025-09-22 02:17:29] "POST /neutron/network HTTP/1.1" 200 1008 0.025284 10.0.0.56 - - [2025-09-22 02:17:29] "GET /virtual-network/477d9be9-fce9-44ca-8b76-779fc92392ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007721 10.0.0.56 - - [2025-09-22 02:17:29] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009065 10.0.0.56 - - [2025-09-22 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004594 10.0.0.56 - - [2025-09-22 02:17:30] "POST /neutron/network HTTP/1.1" 200 1006 0.016742 10.0.0.56 - - [2025-09-22 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.030651 10.0.0.56 - - [2025-09-22 02:17:30] "GET /virtual-network/e9666422-7c14-46ba-a905-3a86db5d0786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.015290 10.0.0.56 - - [2025-09-22 02:17:30] "DELETE /network-policy/66dadac2-eb0f-441b-9245-77702e9fdcbb HTTP/1.1" 200 115 0.063282 10.0.0.56 - - [2025-09-22 02:17:30] "POST /neutron/network HTTP/1.1" 400 204 0.019023 10.0.0.56 - - [2025-09-22 02:17:30] "POST /neutron/port HTTP/1.1" 200 1229 0.015322 10.0.0.56 - - [2025-09-22 02:17:32] "POST /neutron/network HTTP/1.1" 200 1008 0.010105 10.0.0.56 - - [2025-09-22 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2025-09-22 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002780 10.0.0.27 - - [2025-09-22 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.27 - - [2025-09-22 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.27 - - [2025-09-22 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.56 - - [2025-09-22 02:17:32] "POST /neutron/network HTTP/1.1" 200 151 0.142512 10.0.0.27 - - [2025-09-22 02:17:37] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.56 - - [2025-09-22 02:17:37] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050218 10.0.0.56 - - [2025-09-22 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2025-09-22 02:17:37] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.56 - - [2025-09-22 02:17:37] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007077 10.0.0.56 - - [2025-09-22 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-09-22 02:17:37] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.56 - - [2025-09-22 02:17:37] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059033 10.0.0.56 - - [2025-09-22 02:17:38] "GET /domains HTTP/1.1" 200 280 0.003245 10.0.0.27 - - [2025-09-22 02:17:38] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.56 - - [2025-09-22 02:17:38] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d HTTP/1.1" 200 2581 0.017475 10.0.0.27 - - [2025-09-22 02:17:38] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.56 - - [2025-09-22 02:17:38] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf HTTP/1.1" 200 1900 0.085659 10.0.0.56 - - [2025-09-22 02:17:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004353 10.0.0.56 - - [2025-09-22 02:17:38] "POST /network-ipams HTTP/1.1" 200 609 0.028661 10.0.0.56 - - [2025-09-22 02:17:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003238 10.0.0.56 - - [2025-09-22 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.56 - - [2025-09-22 02:17:38] "GET /network-ipam/f4e4b637-a161-4371-8b2f-c553bc5f0bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.007468 10.0.0.56 - - [2025-09-22 02:17:38] "PUT /network-ipam/f4e4b637-a161-4371-8b2f-c553bc5f0bd5 HTTP/1.1" 200 258 0.015911 10.0.0.56 - - [2025-09-22 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2025-09-22 02:17:38] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.56 - - [2025-09-22 02:17:38] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049559 10.0.0.56 - - [2025-09-22 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.021719 10.0.0.27 - - [2025-09-22 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009575 10.0.0.56 - - [2025-09-22 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.209280 10.0.0.56 - - [2025-09-22 02:17:39] "POST /neutron/network HTTP/1.1" 200 1309 0.015407 10.0.0.56 - - [2025-09-22 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001242 10.0.0.56 - - [2025-09-22 02:17:39] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006105 10.0.0.56 - - [2025-09-22 02:17:39] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008708 10.0.0.56 - - [2025-09-22 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.010654 10.0.0.56 - - [2025-09-22 02:17:40] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006926 10.0.0.38 - - [2025-09-22 02:17:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004591 10.0.0.27 - - [2025-09-22 02:17:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004095 10.0.0.56 - - [2025-09-22 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.27 - - [2025-09-22 02:17:40] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.56 - - [2025-09-22 02:17:40] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057031 10.0.0.56 - - [2025-09-22 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.016397 10.0.0.27 - - [2025-09-22 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008265 10.0.0.56 - - [2025-09-22 02:17:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.177763 10.0.0.56 - - [2025-09-22 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001370 10.0.0.56 - - [2025-09-22 02:17:41] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008017 10.0.0.56 - - [2025-09-22 02:17:41] "POST /neutron/network HTTP/1.1" 200 1309 0.011015 10.0.0.56 - - [2025-09-22 02:17:41] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005483 10.0.0.56 - - [2025-09-22 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.009429 10.0.0.56 - - [2025-09-22 02:17:41] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006143 10.0.0.56 - - [2025-09-22 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.27 - - [2025-09-22 02:17:41] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.56 - - [2025-09-22 02:17:41] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043344 10.0.0.27 - - [2025-09-22 02:17:41] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.56 - - [2025-09-22 02:17:42] "POST /neutron/network HTTP/1.1" 200 619 0.121601 10.0.0.56 - - [2025-09-22 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.023366 10.0.0.56 - - [2025-09-22 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.006808 10.0.0.27 - - [2025-09-22 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008150 10.0.0.56 - - [2025-09-22 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.202924 10.0.0.56 - - [2025-09-22 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001357 10.0.0.56 - - [2025-09-22 02:17:42] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006613 10.0.0.56 - - [2025-09-22 02:17:42] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005818 10.0.0.56 - - [2025-09-22 02:17:42] "POST /neutron/network HTTP/1.1" 200 1308 0.011553 10.0.0.56 - - [2025-09-22 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 823 0.010003 10.0.0.56 - - [2025-09-22 02:17:43] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006617 10.0.0.56 - - [2025-09-22 02:17:43] "GET /obj-perms HTTP/1.1" 200 5046 0.046949 10.0.0.56 - - [2025-09-22 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2025-09-22 02:17:43] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.56 - - [2025-09-22 02:17:43] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038052 10.0.0.27 - - [2025-09-22 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.022304 10.0.0.56 - - [2025-09-22 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.253485 10.0.0.56 - - [2025-09-22 02:17:44] "POST /neutron/network HTTP/1.1" 200 1309 0.021444 10.0.0.56 - - [2025-09-22 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001149 10.0.0.56 - - [2025-09-22 02:17:44] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005304 10.0.0.56 - - [2025-09-22 02:17:44] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006841 10.0.0.56 - - [2025-09-22 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.010309 10.0.0.56 - - [2025-09-22 02:17:44] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006153 10.0.0.38 - - [2025-09-22 02:17:45] "GET /obj-perms HTTP/1.1" 200 5046 0.004820 10.0.0.27 - - [2025-09-22 02:17:45] "GET /obj-perms HTTP/1.1" 200 5046 0.008629 10.0.0.56 - - [2025-09-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.005432 10.0.0.56 - - [2025-09-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-09-22 02:17:45] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.56 - - [2025-09-22 02:17:45] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085075 10.0.0.56 - - [2025-09-22 02:17:45] "POST /network-policys HTTP/1.1" 200 559 0.038225 10.0.0.56 - - [2025-09-22 02:17:45] "GET /network-policy/7b0c5400-4f52-408a-a4b0-75a817155d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007415 10.0.0.56 - - [2025-09-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003635 10.0.0.56 - - [2025-09-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2025-09-22 02:17:45] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.56 - - [2025-09-22 02:17:45] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071175 10.0.0.56 - - [2025-09-22 02:17:45] "POST /network-policys HTTP/1.1" 200 559 0.041666 10.0.0.56 - - [2025-09-22 02:17:45] "GET /network-policy/f3d5006e-9e12-42fd-a563-ab9469fb23eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.011067 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004031 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.27 - - [2025-09-22 02:17:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.56 - - [2025-09-22 02:17:46] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058619 10.0.0.56 - - [2025-09-22 02:17:46] "POST /network-policys HTTP/1.1" 200 559 0.032781 10.0.0.56 - - [2025-09-22 02:17:46] "GET /network-policy/387d82a4-27f1-40f1-9c5d-d32eb68d101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007036 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003640 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-09-22 02:17:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.56 - - [2025-09-22 02:17:46] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041275 10.0.0.56 - - [2025-09-22 02:17:46] "POST /network-policys HTTP/1.1" 200 559 0.040147 10.0.0.56 - - [2025-09-22 02:17:46] "GET /network-policy/5940fd05-f69f-46e7-9c21-10714d0a8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007806 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004294 10.0.0.56 - - [2025-09-22 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2025-09-22 02:17:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.56 - - [2025-09-22 02:17:47] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046165 10.0.0.56 - - [2025-09-22 02:17:47] "POST /network-policys HTTP/1.1" 200 559 0.037689 10.0.0.56 - - [2025-09-22 02:17:47] "GET /network-policy/bd320812-0294-4a12-b60f-226ca5043bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006936 10.0.0.56 - - [2025-09-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003635 10.0.0.56 - - [2025-09-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.27 - - [2025-09-22 02:17:47] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.56 - - [2025-09-22 02:17:47] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055438 10.0.0.56 - - [2025-09-22 02:17:47] "POST /network-policys HTTP/1.1" 200 559 0.032149 10.0.0.56 - - [2025-09-22 02:17:47] "GET /network-policy/bbae6a90-0371-4df8-95e5-21e535a63195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006596 10.0.0.56 - - [2025-09-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003875 10.0.0.56 - - [2025-09-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-09-22 02:17:47] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.56 - - [2025-09-22 02:17:47] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059482 10.0.0.56 - - [2025-09-22 02:17:47] "POST /network-policys HTTP/1.1" 200 559 0.031136 10.0.0.56 - - [2025-09-22 02:17:47] "GET /network-policy/5595a615-46d4-4555-9c20-c9da00ef7093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.009336 10.0.0.56 - - [2025-09-22 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003728 10.0.0.56 - - [2025-09-22 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.27 - - [2025-09-22 02:17:48] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.56 - - [2025-09-22 02:17:48] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046624 10.0.0.56 - - [2025-09-22 02:17:48] "POST /network-policys HTTP/1.1" 200 559 0.035780 10.0.0.56 - - [2025-09-22 02:17:48] "GET /network-policy/e079ab97-1477-4af4-819c-a625686b050b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007719 10.0.0.56 - - [2025-09-22 02:17:48] "POST /neutron/network HTTP/1.1" 200 1309 0.015062 10.0.0.56 - - [2025-09-22 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 248 0.043678 10.0.0.56 - - [2025-09-22 02:17:48] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007814 10.0.0.56 - - [2025-09-22 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.025113 10.0.0.56 - - [2025-09-22 02:17:48] "GET /network-policy/7b0c5400-4f52-408a-a4b0-75a817155d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006551 10.0.0.56 - - [2025-09-22 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.56 - - [2025-09-22 02:17:48] "GET /network-policy/f3d5006e-9e12-42fd-a563-ab9469fb23eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004894 10.0.0.56 - - [2025-09-22 02:17:49] "POST /neutron/network HTTP/1.1" 200 1309 0.018553 10.0.0.56 - - [2025-09-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004389 10.0.0.56 - - [2025-09-22 02:17:49] "POST /access-control-lists HTTP/1.1" 200 605 0.049567 10.0.0.56 - - [2025-09-22 02:17:49] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010528 10.0.0.56 - - [2025-09-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.56 - - [2025-09-22 02:17:49] "GET /network-policy/387d82a4-27f1-40f1-9c5d-d32eb68d101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005044 10.0.0.56 - - [2025-09-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.56 - - [2025-09-22 02:17:49] "GET /network-policy/5940fd05-f69f-46e7-9c21-10714d0a8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004969 10.0.0.56 - - [2025-09-22 02:17:49] "POST /neutron/network HTTP/1.1" 200 1308 0.013593 10.0.0.56 - - [2025-09-22 02:17:49] "POST /access-control-lists HTTP/1.1" 200 605 0.042309 10.0.0.56 - - [2025-09-22 02:17:49] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008408 10.0.0.56 - - [2025-09-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.56 - - [2025-09-22 02:17:49] "GET /network-policy/bbae6a90-0371-4df8-95e5-21e535a63195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007824 10.0.0.56 - - [2025-09-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-22 02:17:49] "GET /network-policy/bd320812-0294-4a12-b60f-226ca5043bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005117 10.0.0.56 - - [2025-09-22 02:17:49] "POST /neutron/network HTTP/1.1" 200 1309 0.011397 10.0.0.56 - - [2025-09-22 02:17:50] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.048136 10.0.0.56 - - [2025-09-22 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.56 - - [2025-09-22 02:17:50] "GET /network-policy/5595a615-46d4-4555-9c20-c9da00ef7093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005968 10.0.0.56 - - [2025-09-22 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-09-22 02:17:50] "GET /network-policy/e079ab97-1477-4af4-819c-a625686b050b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004825 10.0.0.56 - - [2025-09-22 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001098 10.0.0.56 - - [2025-09-22 02:18:23] "POST /neutron/network HTTP/1.1" 200 1504 0.012182 10.0.0.27 - - [2025-09-22 02:18:24] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.56 - - [2025-09-22 02:18:24] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074407 10.0.0.56 - - [2025-09-22 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.007146 10.0.0.56 - - [2025-09-22 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001269 10.0.0.56 - - [2025-09-22 02:18:24] "POST /neutron/network HTTP/1.1" 200 1504 0.013313 10.0.0.56 - - [2025-09-22 02:18:25] "PUT /access-control-list/c9a255c0-5118-4528-a84f-5261a6ed55b8 HTTP/1.1" 200 272 0.082968 10.0.0.27 - - [2025-09-22 02:18:25] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.56 - - [2025-09-22 02:18:25] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065850 10.0.0.56 - - [2025-09-22 02:18:25] "POST /neutron/port HTTP/1.1" 200 1144 0.031513 10.0.0.56 - - [2025-09-22 02:18:26] "POST /neutron/port HTTP/1.1" 200 1144 0.021814 10.0.0.27 - - [2025-09-22 02:18:26] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.56 - - [2025-09-22 02:18:26] "POST /neutron/port HTTP/1.1" 200 1224 0.160177 10.0.0.56 - - [2025-09-22 02:18:26] "POST /neutron/port HTTP/1.1" 200 1170 0.465482 10.0.0.56 - - [2025-09-22 02:18:26] "POST /neutron/port HTTP/1.1" 200 1170 0.026203 10.0.0.56 - - [2025-09-22 02:18:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003960 10.0.0.56 - - [2025-09-22 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.56 - - [2025-09-22 02:18:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004467 10.0.0.56 - - [2025-09-22 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.56 - - [2025-09-22 02:18:31] "POST /neutron/port HTTP/1.1" 200 1198 0.025077 10.0.0.27 - - [2025-09-22 02:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.051359 10.0.0.56 - - [2025-09-22 02:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.202654 10.0.0.56 - - [2025-09-22 02:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.064570 10.0.0.38 - - [2025-09-22 02:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.219153 10.0.0.27 - - [2025-09-22 02:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.100493 10.0.0.27 - - [2025-09-22 02:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.213997 10.0.0.56 - - [2025-09-22 02:18:34] "GET /global-system-configs HTTP/1.1" 200 322 0.128004 10.0.0.56 - - [2025-09-22 02:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.198885 10.0.0.38 - - [2025-09-22 02:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.047101 10.0.0.38 - - [2025-09-22 02:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.151167 10.0.0.38 - - [2025-09-22 02:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.215767 10.0.0.27 - - [2025-09-22 02:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.256557 10.0.0.56 - - [2025-09-22 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011239 10.0.0.56 - - [2025-09-22 02:18:46] "POST /neutron/port HTTP/1.1" 200 1198 0.017241 10.0.0.56 - - [2025-09-22 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007334 10.0.0.56 - - [2025-09-22 02:18:59] "GET /obj-perms HTTP/1.1" 200 5056 0.042586 10.0.0.56 - - [2025-09-22 02:19:01] "POST /neutron/port HTTP/1.1" 200 1198 0.018008 10.0.0.56 - - [2025-09-22 02:19:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007428 10.0.0.56 - - [2025-09-22 02:19:16] "POST /neutron/port HTTP/1.1" 200 1198 0.021127 10.0.0.56 - - [2025-09-22 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008687 10.0.0.56 - - [2025-09-22 02:19:17] "GET /virtual-machine/654a7bbe-6075-4aa8-99c9-612e240d3684 HTTP/1.1" 200 1300 0.007090 10.0.0.56 - - [2025-09-22 02:19:17] "GET /virtual-machine-interface/bfdd3458-0375-4a56-ad88-97506e6e4ea3 HTTP/1.1" 200 3185 0.005361 10.0.0.56 - - [2025-09-22 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.56 - - [2025-09-22 02:19:17] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005661 10.0.0.56 - - [2025-09-22 02:19:17] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003020 10.0.0.56 - - [2025-09-22 02:19:17] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006032 10.0.0.56 - - [2025-09-22 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.56 - - [2025-09-22 02:19:20] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006253 10.0.0.56 - - [2025-09-22 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.56 - - [2025-09-22 02:19:24] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006946 10.0.0.56 - - [2025-09-22 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.56 - - [2025-09-22 02:19:28] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008982 10.0.0.56 - - [2025-09-22 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.56 - - [2025-09-22 02:19:32] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007810 10.0.0.56 - - [2025-09-22 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.56 - - [2025-09-22 02:19:36] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006355 10.0.0.56 - - [2025-09-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 1198 0.015818 10.0.0.56 - - [2025-09-22 02:19:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004276 10.0.0.56 - - [2025-09-22 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.56 - - [2025-09-22 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.56 - - [2025-09-22 02:19:40] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006925 10.0.0.56 - - [2025-09-22 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.56 - - [2025-09-22 02:19:44] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005682 10.0.0.56 - - [2025-09-22 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.56 - - [2025-09-22 02:19:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.56 - - [2025-09-22 02:19:47] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002696 10.0.0.56 - - [2025-09-22 02:19:47] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006082 10.0.0.56 - - [2025-09-22 02:19:47] "POST /neutron/port HTTP/1.1" 200 1198 0.015765 10.0.0.56 - - [2025-09-22 02:19:49] "POST /neutron/port HTTP/1.1" 200 1198 0.019753 10.0.0.56 - - [2025-09-22 02:19:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005124 10.0.0.56 - - [2025-09-22 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.56 - - [2025-09-22 02:19:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008772 10.0.0.56 - - [2025-09-22 02:19:57] "POST /neutron/port HTTP/1.1" 200 1198 0.017891 10.0.0.56 - - [2025-09-22 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008106 10.0.0.56 - - [2025-09-22 02:20:02] "POST /neutron/port HTTP/1.1" 200 1198 0.017649 10.0.0.56 - - [2025-09-22 02:20:03] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 200 1300 0.006625 10.0.0.56 - - [2025-09-22 02:20:03] "GET /virtual-machine-interface/e124f92c-8dd5-4e34-a81e-629ec4fcacff HTTP/1.1" 200 3185 0.006524 10.0.0.56 - - [2025-09-22 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-09-22 02:20:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004680 10.0.0.56 - - [2025-09-22 02:20:03] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004575 10.0.0.56 - - [2025-09-22 02:20:03] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006508 10.0.0.56 - - [2025-09-22 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.56 - - [2025-09-22 02:20:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.56 - - [2025-09-22 02:20:04] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003320 10.0.0.56 - - [2025-09-22 02:20:04] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006665 10.0.0.56 - - [2025-09-22 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008689 10.0.0.56 - - [2025-09-22 02:20:13] "POST /neutron/port HTTP/1.1" 200 1198 0.040694 10.0.0.56 - - [2025-09-22 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008439 10.0.0.56 - - [2025-09-22 02:20:25] "POST /neutron/port HTTP/1.1" 200 2278 0.019100 10.0.0.56 - - [2025-09-22 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007997 10.0.0.56 - - [2025-09-22 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.56 - - [2025-09-22 02:20:25] "GET /network-policy/387d82a4-27f1-40f1-9c5d-d32eb68d101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004690 10.0.0.56 - - [2025-09-22 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.56 - - [2025-09-22 02:20:25] "GET /network-policy/5940fd05-f69f-46e7-9c21-10714d0a8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005946 10.0.0.56 - - [2025-09-22 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-09-22 02:20:25] "GET /network-policy/7b0c5400-4f52-408a-a4b0-75a817155d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005131 10.0.0.56 - - [2025-09-22 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.56 - - [2025-09-22 02:20:25] "GET /network-policy/f3d5006e-9e12-42fd-a563-ab9469fb23eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004808 10.0.0.56 - - [2025-09-22 02:20:39] "POST /neutron/port HTTP/1.1" 200 1198 0.018953 10.0.0.56 - - [2025-09-22 02:20:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004821 10.0.0.56 - - [2025-09-22 02:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.56 - - [2025-09-22 02:20:51] "POST /neutron/port HTTP/1.1" 200 1198 0.016935 10.0.0.56 - - [2025-09-22 02:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004235 10.0.0.56 - - [2025-09-22 02:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.38 - - [2025-09-22 02:21:00] "GET /obj-perms HTTP/1.1" 200 5056 0.040575 10.0.0.56 - - [2025-09-22 02:21:06] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 200 1300 0.028608 10.0.0.56 - - [2025-09-22 02:21:06] "POST /neutron/port HTTP/1.1" 200 1198 0.036994 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003608 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.002773 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003491 10.0.0.56 - - [2025-09-22 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023988 10.0.0.56 - - [2025-09-22 02:21:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005142 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003801 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006932 10.0.0.56 - - [2025-09-22 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.56 - - [2025-09-22 02:21:08] "GET /routing-instance/3aff48b9-9134-4fcf-8d72-5f7b4e0f4bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004870 10.0.0.56 - - [2025-09-22 02:21:08] "GET /route-target/240b9f83-e5d0-4c54-97a4-dd4bda33a657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003444 10.0.0.56 - - [2025-09-22 02:21:08] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003368 10.0.0.56 - - [2025-09-22 02:21:09] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.005036 10.0.0.56 - - [2025-09-22 02:21:10] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.023905 10.0.0.56 - - [2025-09-22 02:21:11] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003760 10.0.0.56 - - [2025-09-22 02:21:12] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003536 10.0.0.56 - - [2025-09-22 02:21:13] "GET /virtual-machine/576fc1f0-9d5f-4b76-976d-58396e9aaaf0 HTTP/1.1" 404 171 0.003140 10.0.0.27 - - [2025-09-22 02:21:13] "GET /obj-perms HTTP/1.1" 200 5046 0.044593 10.0.0.56 - - [2025-09-22 02:21:16] "GET /obj-perms HTTP/1.1" 200 5046 0.004601 10.0.0.27 - - [2025-09-22 02:21:23] "GET /obj-perms HTTP/1.1" 200 5046 0.003983 10.0.0.56 - - [2025-09-22 02:21:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004863 10.0.0.27 - - [2025-09-22 02:21:32] "GET /obj-perms HTTP/1.1" 200 5046 0.004307 10.0.0.56 - - [2025-09-22 02:21:35] "GET /obj-perms HTTP/1.1" 200 5046 0.004466 10.0.0.56 - - [2025-09-22 02:21:35] "GET /virtual-machine/654a7bbe-6075-4aa8-99c9-612e240d3684 HTTP/1.1" 200 1300 0.004145 10.0.0.56 - - [2025-09-22 02:21:36] "POST /neutron/port HTTP/1.1" 200 1198 0.017868 10.0.0.56 - - [2025-09-22 02:21:37] "GET /virtual-machine/654a7bbe-6075-4aa8-99c9-612e240d3684 HTTP/1.1" 404 171 0.003510 10.0.0.56 - - [2025-09-22 02:21:37] "GET /virtual-machine/654a7bbe-6075-4aa8-99c9-612e240d3684 HTTP/1.1" 404 171 0.002630 10.0.0.56 - - [2025-09-22 02:21:37] "GET /virtual-machine/654a7bbe-6075-4aa8-99c9-612e240d3684 HTTP/1.1" 404 171 0.003418 10.0.0.56 - - [2025-09-22 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.56 - - [2025-09-22 02:21:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.56 - - [2025-09-22 02:21:37] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003438 10.0.0.56 - - [2025-09-22 02:21:37] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006004 10.0.0.56 - - [2025-09-22 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.56 - - [2025-09-22 02:21:37] "GET /routing-instance/fe977910-3eed-4a22-8291-4a66ab4d7811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007065 10.0.0.56 - - [2025-09-22 02:21:37] "GET /route-target/67e4d0e6-a09f-4643-ad43-66a24db9d6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003744 10.0.0.56 - - [2025-09-22 02:21:38] "GET /obj-perms HTTP/1.1" 200 5046 0.003687 10.0.0.56 - - [2025-09-22 02:21:41] "GET /obj-perms HTTP/1.1" 200 5046 0.004685 10.0.0.27 - - [2025-09-22 02:21:41] "GET /obj-perms HTTP/1.1" 200 5046 0.004183 10.0.0.56 - - [2025-09-22 02:21:41] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008695 10.0.0.56 - - [2025-09-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1494 0.012125 10.0.0.56 - - [2025-09-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.071173 10.0.0.56 - - [2025-09-22 02:21:41] "GET /virtual-network/8f638357-9097-4a92-9cfc-43e10be861e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008788 10.0.0.56 - - [2025-09-22 02:21:41] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006620 10.0.0.56 - - [2025-09-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1493 0.012084 10.0.0.56 - - [2025-09-22 02:21:41] "DELETE /access-control-list/b12f41d4-5a9f-4135-8eb8-adc7ff4ef094 HTTP/1.1" 200 115 0.054622 10.0.0.56 - - [2025-09-22 02:21:41] "GET /virtual-network/d1e02631-622f-4c53-a398-503a90d51f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.008780 10.0.0.56 - - [2025-09-22 02:21:42] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005742 10.0.0.56 - - [2025-09-22 02:21:42] "POST /neutron/network HTTP/1.1" 200 1494 0.010821 10.0.0.56 - - [2025-09-22 02:21:42] "GET /virtual-network/fc4cbcfe-a4cd-4df9-9a78-6cdadbf83f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008684 10.0.0.56 - - [2025-09-22 02:21:42] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008507 10.0.0.56 - - [2025-09-22 02:21:42] "POST /neutron/network HTTP/1.1" 200 1494 0.013166 10.0.0.56 - - [2025-09-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005541 10.0.0.56 - - [2025-09-22 02:21:42] "DELETE /access-control-list/c9a255c0-5118-4528-a84f-5261a6ed55b8 HTTP/1.1" 200 115 0.068098 10.0.0.56 - - [2025-09-22 02:21:42] "GET /virtual-network/089b0172-e651-4317-b9ef-4585c0d0f49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007686 10.0.0.56 - - [2025-09-22 02:21:42] "DELETE /network-policy/e079ab97-1477-4af4-819c-a625686b050b HTTP/1.1" 200 115 0.052497 10.0.0.56 - - [2025-09-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.27 - - [2025-09-22 02:21:42] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.56 - - [2025-09-22 02:21:42] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046772 10.0.0.56 - - [2025-09-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005871 10.0.0.56 - - [2025-09-22 02:21:42] "DELETE /network-policy/5595a615-46d4-4555-9c20-c9da00ef7093 HTTP/1.1" 200 115 0.046628 10.0.0.56 - - [2025-09-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006119 10.0.0.27 - - [2025-09-22 02:21:42] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.56 - - [2025-09-22 02:21:42] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053867 10.0.0.56 - - [2025-09-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006272 10.0.0.56 - - [2025-09-22 02:21:43] "DELETE /network-policy/bbae6a90-0371-4df8-95e5-21e535a63195 HTTP/1.1" 200 115 0.056384 10.0.0.56 - - [2025-09-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2025-09-22 02:21:43] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.56 - - [2025-09-22 02:21:43] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038399 10.0.0.56 - - [2025-09-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005383 10.0.0.56 - - [2025-09-22 02:21:43] "DELETE /network-policy/bd320812-0294-4a12-b60f-226ca5043bf1 HTTP/1.1" 200 115 0.041560 10.0.0.56 - - [2025-09-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-09-22 02:21:43] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.56 - - [2025-09-22 02:21:43] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043139 10.0.0.56 - - [2025-09-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007209 10.0.0.56 - - [2025-09-22 02:21:43] "DELETE /network-policy/5940fd05-f69f-46e7-9c21-10714d0a8f63 HTTP/1.1" 200 115 0.078169 10.0.0.56 - - [2025-09-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2025-09-22 02:21:43] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007237 10.0.0.56 - - [2025-09-22 02:21:43] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053527 10.0.0.56 - - [2025-09-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006053 10.0.0.56 - - [2025-09-22 02:21:43] "DELETE /network-policy/387d82a4-27f1-40f1-9c5d-d32eb68d101e HTTP/1.1" 200 115 0.058557 10.0.0.56 - - [2025-09-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2025-09-22 02:21:43] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.56 - - [2025-09-22 02:21:43] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042292 10.0.0.56 - - [2025-09-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005786 10.0.0.56 - - [2025-09-22 02:21:44] "DELETE /network-policy/f3d5006e-9e12-42fd-a563-ab9469fb23eb HTTP/1.1" 200 115 0.037178 10.0.0.56 - - [2025-09-22 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-09-22 02:21:44] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.56 - - [2025-09-22 02:21:44] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049172 10.0.0.56 - - [2025-09-22 02:21:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005677 10.0.0.56 - - [2025-09-22 02:21:44] "DELETE /network-policy/7b0c5400-4f52-408a-a4b0-75a817155d76 HTTP/1.1" 200 115 0.042810 10.0.0.56 - - [2025-09-22 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2025-09-22 02:21:44] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.56 - - [2025-09-22 02:21:44] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045115 10.0.0.56 - - [2025-09-22 02:21:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54140238&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006303 10.0.0.56 - - [2025-09-22 02:21:44] "POST /neutron/network HTTP/1.1" 200 1309 0.014526 10.0.0.56 - - [2025-09-22 02:21:44] "DELETE /route-target/64a18850-17b7-4342-9009-98ea4d7b9c16 HTTP/1.1" 200 115 0.026937 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005312 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003508 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007414 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002842 10.0.0.27 - - [2025-09-22 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003708 10.0.0.56 - - [2025-09-22 02:21:45] "POST /neutron/network HTTP/1.1" 200 151 0.185272 10.0.0.56 - - [2025-09-22 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.56 - - [2025-09-22 02:21:45] "POST /neutron/network HTTP/1.1" 200 1309 0.011215 10.0.0.56 - - [2025-09-22 02:21:45] "DELETE /route-target/67e4d0e6-a09f-4643-ad43-66a24db9d6cd HTTP/1.1" 200 115 0.029200 10.0.0.56 - - [2025-09-22 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.56 - - [2025-09-22 02:21:46] "DELETE /network-ipam/f4e4b637-a161-4371-8b2f-c553bc5f0bd5 HTTP/1.1" 200 115 0.037017 10.0.0.56 - - [2025-09-22 02:21:46] "POST /fqname-to-id HTTP/1.1" 404 252 0.003857 10.0.0.27 - - [2025-09-22 02:21:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.27 - - [2025-09-22 02:21:46] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.056153 10.0.0.27 - - [2025-09-22 02:21:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001969 10.0.0.27 - - [2025-09-22 02:21:46] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=security_groups HTTP/1.1" 200 1387 0.046229 10.0.0.27 - - [2025-09-22 02:21:46] "DELETE /security-group/8471d807-7d75-43f4-8237-9f2c3f6256dd HTTP/1.1" 200 115 0.057970 10.0.0.27 - - [2025-09-22 02:21:46] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002138 10.0.0.27 - - [2025-09-22 02:21:46] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=application_policy_sets HTTP/1.1" 200 1426 0.076992 10.0.0.56 - - [2025-09-22 02:21:46] "DELETE /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf HTTP/1.1" 200 115 0.464665 10.0.0.27 - - [2025-09-22 02:21:46] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002196 10.0.0.56 - - [2025-09-22 02:21:46] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?fields=projects HTTP/1.1" 200 1244 0.018320 10.0.0.56 - - [2025-09-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 225 0.003532 10.0.0.27 - - [2025-09-22 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.002495 10.0.0.27 - - [2025-09-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006830 10.0.0.27 - - [2025-09-22 02:21:52] "POST /security-groups HTTP/1.1" 200 599 0.030590 10.0.0.56 - - [2025-09-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.003706 10.0.0.27 - - [2025-09-22 02:21:52] "POST /projects HTTP/1.1" 200 601 0.254850 10.0.0.56 - - [2025-09-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.283890 10.0.0.27 - - [2025-09-22 02:21:52] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.56 - - [2025-09-22 02:21:52] "POST /access-control-lists HTTP/1.1" 200 602 0.034485 10.0.0.56 - - [2025-09-22 02:21:52] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045449 10.0.0.56 - - [2025-09-22 02:21:52] "POST /network-policys HTTP/1.1" 200 559 0.033709 10.0.0.56 - - [2025-09-22 02:21:52] "GET /network-policy/bf521b0d-da19-4207-9970-3e5602a8eb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006835 10.0.0.56 - - [2025-09-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2025-09-22 02:21:52] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.56 - - [2025-09-22 02:21:52] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065651 10.0.0.27 - - [2025-09-22 02:21:52] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.56 - - [2025-09-22 02:21:52] "POST /neutron/network HTTP/1.1" 200 615 0.138643 10.0.0.56 - - [2025-09-22 02:21:53] "POST /neutron/network HTTP/1.1" 200 1007 0.014099 10.0.0.56 - - [2025-09-22 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001133 10.0.0.56 - - [2025-09-22 02:21:53] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005489 10.0.0.56 - - [2025-09-22 02:21:53] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008675 10.0.0.56 - - [2025-09-22 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 721 0.009239 10.0.0.56 - - [2025-09-22 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.003977 10.0.0.56 - - [2025-09-22 02:21:53] "POST /neutron/network HTTP/1.1" 200 1106 0.093029 10.0.0.56 - - [2025-09-22 02:21:53] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007590 10.0.0.56 - - [2025-09-22 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.56 - - [2025-09-22 02:21:53] "GET /network-policy/bf521b0d-da19-4207-9970-3e5602a8eb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004317 10.0.0.56 - - [2025-09-22 02:21:53] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005825 10.0.0.56 - - [2025-09-22 02:21:53] "GET /obj-perms HTTP/1.1" 200 5046 0.004632 10.0.0.38 - - [2025-09-22 02:21:54] "GET /obj-perms HTTP/1.1" 200 5046 0.040950 10.0.0.56 - - [2025-09-22 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001495 10.0.0.27 - - [2025-09-22 02:21:54] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.56 - - [2025-09-22 02:21:54] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063273 10.0.0.56 - - [2025-09-22 02:21:55] "POST /neutron/network HTTP/1.1" 200 1106 0.029983 10.0.0.56 - - [2025-09-22 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001779 10.0.0.56 - - [2025-09-22 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.007155 10.0.0.27 - - [2025-09-22 02:21:55] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1174 0.458173 10.0.0.27 - - [2025-09-22 02:21:56] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001401 10.0.0.56 - - [2025-09-22 02:21:56] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.113714 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1174 0.041320 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1202 0.021246 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.006826 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.001744 10.0.0.56 - - [2025-09-22 02:21:56] "POST /neutron/network HTTP/1.1" 200 1106 0.016820 10.0.0.27 - - [2025-09-22 02:21:56] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002537 10.0.0.56 - - [2025-09-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 1174 0.344193 10.0.0.56 - - [2025-09-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 1228 0.136318 10.0.0.56 - - [2025-09-22 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003677 10.0.0.56 - - [2025-09-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001866 10.0.0.56 - - [2025-09-22 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009368 10.0.0.56 - - [2025-09-22 02:22:01] "POST /neutron/port HTTP/1.1" 200 1202 0.018173 10.0.0.56 - - [2025-09-22 02:22:01] "GET /virtual-machine/d2a911ec-151d-47ea-9501-0a1a5baff43d HTTP/1.1" 200 1301 0.007663 10.0.0.56 - - [2025-09-22 02:22:01] "GET /virtual-machine-interface/12dce275-4031-49a8-ab38-d680f6d17641 HTTP/1.1" 200 3178 0.006089 10.0.0.56 - - [2025-09-22 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.56 - - [2025-09-22 02:22:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.56 - - [2025-09-22 02:22:01] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003224 10.0.0.56 - - [2025-09-22 02:22:01] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005797 10.0.0.56 - - [2025-09-22 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.56 - - [2025-09-22 02:22:05] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006186 10.0.0.56 - - [2025-09-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.56 - - [2025-09-22 02:22:09] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006804 10.0.0.27 - - [2025-09-22 02:22:11] "DELETE /project/a97f4d9826694e75b92a444f4dc2fbaf HTTP/1.1" 404 173 0.030600 10.0.0.56 - - [2025-09-22 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.56 - - [2025-09-22 02:22:13] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006501 10.0.0.56 - - [2025-09-22 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.56 - - [2025-09-22 02:22:17] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005883 10.0.0.56 - - [2025-09-22 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.56 - - [2025-09-22 02:22:21] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005505 10.0.0.56 - - [2025-09-22 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.56 - - [2025-09-22 02:22:25] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005900 10.0.0.56 - - [2025-09-22 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.56 - - [2025-09-22 02:22:29] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005596 10.0.0.56 - - [2025-09-22 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005917 10.0.0.56 - - [2025-09-22 02:22:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.56 - - [2025-09-22 02:22:31] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003063 10.0.0.56 - - [2025-09-22 02:22:31] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009684 10.0.0.56 - - [2025-09-22 02:22:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008138 10.0.0.56 - - [2025-09-22 02:22:38] "POST /neutron/port HTTP/1.1" 200 1202 0.017467 10.0.0.56 - - [2025-09-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 1202 0.018471 10.0.0.56 - - [2025-09-22 02:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.56 - - [2025-09-22 02:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.56 - - [2025-09-22 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008898 10.0.0.56 - - [2025-09-22 02:22:47] "POST /neutron/port HTTP/1.1" 200 1202 0.018512 10.0.0.56 - - [2025-09-22 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008078 10.0.0.56 - - [2025-09-22 02:22:47] "GET /virtual-machine/b43a6ef8-c866-4c10-af37-07c514e61df0 HTTP/1.1" 200 1301 0.006336 10.0.0.56 - - [2025-09-22 02:22:47] "GET /virtual-machine-interface/a53c7eac-c11a-4209-bd04-e04ef66fd7db HTTP/1.1" 200 3179 0.005286 10.0.0.56 - - [2025-09-22 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.56 - - [2025-09-22 02:22:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004305 10.0.0.56 - - [2025-09-22 02:22:47] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003781 10.0.0.56 - - [2025-09-22 02:22:47] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006545 10.0.0.56 - - [2025-09-22 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.56 - - [2025-09-22 02:22:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004924 10.0.0.56 - - [2025-09-22 02:22:48] "GET /virtual-networks?parent_id=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004679 10.0.0.56 - - [2025-09-22 02:22:48] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009150 10.0.0.56 - - [2025-09-22 02:22:53] "POST /neutron/port HTTP/1.1" 200 1202 0.019051 10.0.0.56 - - [2025-09-22 02:22:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.56 - - [2025-09-22 02:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.56 - - [2025-09-22 02:22:54] "POST /neutron/port HTTP/1.1" 200 1202 0.018202 10.0.0.56 - - [2025-09-22 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007469 10.0.0.27 - - [2025-09-22 02:23:02] "GET /obj-perms HTTP/1.1" 200 5056 0.047724 10.0.0.56 - - [2025-09-22 02:23:04] "POST /neutron/port HTTP/1.1" 200 1202 0.017394 10.0.0.27 - - [2025-09-22 02:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.024197 10.0.0.56 - - [2025-09-22 02:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.073520 10.0.0.38 - - [2025-09-22 02:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.128976 10.0.0.56 - - [2025-09-22 02:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.141373 10.0.0.27 - - [2025-09-22 02:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.041613 10.0.0.27 - - [2025-09-22 02:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.109350 10.0.0.56 - - [2025-09-22 02:23:34] "GET /global-system-configs HTTP/1.1" 200 322 0.025253 10.0.0.38 - - [2025-09-22 02:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.067017 10.0.0.38 - - [2025-09-22 02:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.093056 10.0.0.38 - - [2025-09-22 02:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.196275 10.0.0.56 - - [2025-09-22 02:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.208880 10.0.0.27 - - [2025-09-22 02:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.201108 10.0.0.56 - - [2025-09-22 02:23:42] "POST /neutron/port HTTP/1.1" 200 1202 0.018014 10.0.0.56 - - [2025-09-22 02:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004441 10.0.0.56 - - [2025-09-22 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.001867 10.0.0.56 - - [2025-09-22 02:23:52] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006934 10.0.0.56 - - [2025-09-22 02:23:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012502 10.0.0.56 - - [2025-09-22 02:23:53] "POST /neutron/network HTTP/1.1" 200 1007 0.112463 10.0.0.56 - - [2025-09-22 02:23:53] "DELETE /access-control-list/d8daa321-848a-43e6-988e-6030a3e13e24 HTTP/1.1" 200 115 0.107352 10.0.0.56 - - [2025-09-22 02:23:53] "GET /virtual-network/0b85396c-426c-4959-9299-40a8d91ff5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.013916 10.0.0.56 - - [2025-09-22 02:23:53] "POST /neutron/network HTTP/1.1" 400 204 0.018596 10.0.0.56 - - [2025-09-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 1228 0.014336 10.0.0.56 - - [2025-09-22 02:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.326668 10.0.0.56 - - [2025-09-22 02:23:55] "DELETE /network-policy/bf521b0d-da19-4207-9970-3e5602a8eb58 HTTP/1.1" 200 115 0.041937 10.0.0.27 - - [2025-09-22 02:23:58] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.019019 10.0.0.56 - - [2025-09-22 02:23:58] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082532 10.0.0.27 - - [2025-09-22 02:23:58] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.56 - - [2025-09-22 02:23:58] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=virtual_networks HTTP/1.1" 200 1048 0.048810 10.0.0.27 - - [2025-09-22 02:23:58] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.56 - - [2025-09-22 02:23:58] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.042124 10.0.0.27 - - [2025-09-22 02:23:58] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002500 10.0.0.56 - - [2025-09-22 02:23:58] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=security_groups HTTP/1.1" 200 1282 0.043375 10.0.0.56 - - [2025-09-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.034023 10.0.0.27 - - [2025-09-22 02:23:59] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003945 10.0.0.27 - - [2025-09-22 02:23:59] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.27 - - [2025-09-22 02:23:59] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007810 10.0.0.27 - - [2025-09-22 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 204 0.002489 10.0.0.27 - - [2025-09-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 213 0.011559 10.0.0.27 - - [2025-09-22 02:23:59] "POST /security-groups HTTP/1.1" 200 605 0.035142 10.0.0.56 - - [2025-09-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 248 0.003634 10.0.0.27 - - [2025-09-22 02:23:59] "POST /projects HTTP/1.1" 200 613 0.253053 10.0.0.27 - - [2025-09-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.326824 10.0.0.56 - - [2025-09-22 02:23:59] "POST /access-control-lists HTTP/1.1" 200 608 0.034228 10.0.0.56 - - [2025-09-22 02:23:59] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.465627 10.0.0.56 - - [2025-09-22 02:24:00] "GET / HTTP/1.1" 200 35931 0.002198 10.0.0.56 - - [2025-09-22 02:24:03] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000522 10.0.0.27 - - [2025-09-22 02:24:04] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001068 10.0.0.56 - - [2025-09-22 02:24:04] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.064984 10.0.0.56 - - [2025-09-22 02:24:04] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.56 - - [2025-09-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2025-09-22 02:24:05] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.56 - - [2025-09-22 02:24:05] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008373 10.0.0.56 - - [2025-09-22 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-09-22 02:24:05] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001255 10.0.0.56 - - [2025-09-22 02:24:05] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045222 10.0.0.56 - - [2025-09-22 02:24:06] "GET /domains HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-09-22 02:24:06] "GET /domains HTTP/1.1" 200 280 0.023785 10.0.0.27 - - [2025-09-22 02:24:06] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.56 - - [2025-09-22 02:24:06] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d HTTP/1.1" 200 2781 0.009899 10.0.0.27 - - [2025-09-22 02:24:06] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001077 10.0.0.56 - - [2025-09-22 02:24:06] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f HTTP/1.1" 200 1935 0.090744 10.0.0.56 - - [2025-09-22 02:24:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003202 10.0.0.56 - - [2025-09-22 02:24:06] "POST /network-ipams HTTP/1.1" 200 627 0.032872 10.0.0.56 - - [2025-09-22 02:24:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003898 10.0.0.56 - - [2025-09-22 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.56 - - [2025-09-22 02:24:06] "GET /network-ipam/549412f8-4bc8-454b-889f-43e36cd419e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.007228 10.0.0.56 - - [2025-09-22 02:24:07] "PUT /network-ipam/549412f8-4bc8-454b-889f-43e36cd419e2 HTTP/1.1" 200 258 0.015374 10.0.0.56 - - [2025-09-22 02:24:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000678 10.0.0.56 - - [2025-09-22 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.022646 10.0.0.27 - - [2025-09-22 02:24:07] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001536 10.0.0.56 - - [2025-09-22 02:24:07] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.049073 10.0.0.56 - - [2025-09-22 02:24:07] "POST /neutron/network HTTP/1.1" 200 117 0.029359 10.0.0.27 - - [2025-09-22 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008276 10.0.0.56 - - [2025-09-22 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.185404 10.0.0.56 - - [2025-09-22 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001311 10.0.0.56 - - [2025-09-22 02:24:08] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005546 10.0.0.56 - - [2025-09-22 02:24:08] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006264 10.0.0.56 - - [2025-09-22 02:24:08] "POST /neutron/network HTTP/1.1" 200 1142 0.009697 10.0.0.56 - - [2025-09-22 02:24:09] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006959 10.0.0.56 - - [2025-09-22 02:24:09] "GET /obj-perms HTTP/1.1" 200 5021 0.043565 10.0.0.38 - - [2025-09-22 02:24:09] "GET /obj-perms HTTP/1.1" 200 5021 0.041514 10.0.0.56 - - [2025-09-22 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003821 10.0.0.56 - - [2025-09-22 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.27 - - [2025-09-22 02:24:10] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001530 10.0.0.56 - - [2025-09-22 02:24:10] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.080374 10.0.0.56 - - [2025-09-22 02:24:10] "POST /network-policys HTTP/1.1" 200 565 0.034830 10.0.0.56 - - [2025-09-22 02:24:10] "GET /network-policy/127db6d2-6bbe-401c-986e-6d02badf5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006341 10.0.0.56 - - [2025-09-22 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003606 10.0.0.56 - - [2025-09-22 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008614 10.0.0.27 - - [2025-09-22 02:24:10] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001027 10.0.0.56 - - [2025-09-22 02:24:10] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.071460 10.0.0.56 - - [2025-09-22 02:24:10] "POST /network-policys HTTP/1.1" 200 565 0.042230 10.0.0.56 - - [2025-09-22 02:24:11] "GET /network-policy/00a7c36e-f65a-42d3-8d2c-373cca74297d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.007154 10.0.0.56 - - [2025-09-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003963 10.0.0.56 - - [2025-09-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2025-09-22 02:24:11] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001067 10.0.0.56 - - [2025-09-22 02:24:11] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.053579 10.0.0.56 - - [2025-09-22 02:24:11] "POST /network-policys HTTP/1.1" 200 565 0.039543 10.0.0.27 - - [2025-09-22 02:24:11] "DELETE /project/53dc8dbe5ba448e7a356574bb6762c3f HTTP/1.1" 404 173 0.004498 10.0.0.56 - - [2025-09-22 02:24:11] "GET /network-policy/61d0b7ea-af20-4c77-b2b0-089b6ead41ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.014714 10.0.0.27 - - [2025-09-22 02:24:11] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002808 10.0.0.27 - - [2025-09-22 02:24:11] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.066662 10.0.0.27 - - [2025-09-22 02:24:11] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002339 10.0.0.27 - - [2025-09-22 02:24:11] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=security_groups HTTP/1.1" 200 1387 0.082527 10.0.0.27 - - [2025-09-22 02:24:11] "DELETE /security-group/0ace3148-f047-4987-97eb-64fc09179d9f HTTP/1.1" 200 115 0.055908 10.0.0.27 - - [2025-09-22 02:24:11] "GET /projects?obj_uuids=a97f4d98-2669-4e75-b92a-444f4dc2fbaf&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001644 10.0.0.56 - - [2025-09-22 02:24:11] "DELETE /access-control-list/eb1e0844-1d95-4704-96ec-dc29822c08ac HTTP/1.1" 200 115 0.050872 10.0.0.27 - - [2025-09-22 02:24:11] "GET /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf?fields=application_policy_sets HTTP/1.1" 200 1426 0.073587 10.0.0.56 - - [2025-09-22 02:24:11] "POST /neutron/network HTTP/1.1" 200 1142 0.019177 10.0.0.27 - - [2025-09-22 02:24:11] "DELETE /project/a97f4d98-2669-4e75-b92a-444f4dc2fbaf HTTP/1.1" 200 115 0.557302 10.0.0.56 - - [2025-09-22 02:24:12] "POST /access-control-lists HTTP/1.1" 200 611 0.045550 10.0.0.56 - - [2025-09-22 02:24:12] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.009791 10.0.0.56 - - [2025-09-22 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009554 10.0.0.56 - - [2025-09-22 02:24:12] "GET /network-policy/00a7c36e-f65a-42d3-8d2c-373cca74297d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004454 10.0.0.56 - - [2025-09-22 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.56 - - [2025-09-22 02:24:12] "GET /network-policy/127db6d2-6bbe-401c-986e-6d02badf5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.007128 10.0.0.56 - - [2025-09-22 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 237 0.002186 10.0.0.56 - - [2025-09-22 02:24:12] "POST /neutron/network HTTP/1.1" 200 1350 0.012604 10.0.0.27 - - [2025-09-22 02:24:13] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001069 10.0.0.56 - - [2025-09-22 02:24:13] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.072557 10.0.0.56 - - [2025-09-22 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.010098 10.0.0.27 - - [2025-09-22 02:24:13] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001240 10.0.0.56 - - [2025-09-22 02:24:14] "POST /neutron/port HTTP/1.1" 200 1181 0.339703 10.0.0.56 - - [2025-09-22 02:24:14] "POST /neutron/port HTTP/1.1" 200 1235 0.135310 10.0.0.56 - - [2025-09-22 02:24:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004434 10.0.0.56 - - [2025-09-22 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.56 - - [2025-09-22 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008886 10.0.0.56 - - [2025-09-22 02:24:18] "POST /neutron/port HTTP/1.1" 200 1209 0.017316 10.0.0.56 - - [2025-09-22 02:24:18] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 401 292 0.000549 10.0.0.56 - - [2025-09-22 02:24:18] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 200 1307 0.028939 10.0.0.56 - - [2025-09-22 02:24:18] "GET /virtual-machine-interface/be4b86cf-49b8-4439-93c8-2dfdd91e170e HTTP/1.1" 200 3178 0.007435 10.0.0.56 - - [2025-09-22 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006441 10.0.0.56 - - [2025-09-22 02:24:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.56 - - [2025-09-22 02:24:18] "GET /virtual-networks?parent_id=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003040 10.0.0.56 - - [2025-09-22 02:24:19] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006509 10.0.0.56 - - [2025-09-22 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.56 - - [2025-09-22 02:24:22] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006503 10.0.0.56 - - [2025-09-22 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-09-22 02:24:26] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006511 10.0.0.56 - - [2025-09-22 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007038 10.0.0.56 - - [2025-09-22 02:24:30] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.013020 10.0.0.56 - - [2025-09-22 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-09-22 02:24:34] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005460 10.0.0.56 - - [2025-09-22 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.56 - - [2025-09-22 02:24:38] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005904 10.0.0.56 - - [2025-09-22 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.56 - - [2025-09-22 02:24:42] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005795 10.0.0.56 - - [2025-09-22 02:24:44] "POST /neutron/port HTTP/1.1" 200 1209 0.017212 10.0.0.56 - - [2025-09-22 02:24:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.56 - - [2025-09-22 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.56 - - [2025-09-22 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.56 - - [2025-09-22 02:24:46] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007128 10.0.0.56 - - [2025-09-22 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.56 - - [2025-09-22 02:24:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005262 10.0.0.56 - - [2025-09-22 02:24:48] "GET /virtual-networks?parent_id=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003809 10.0.0.56 - - [2025-09-22 02:24:48] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.008427 10.0.0.56 - - [2025-09-22 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008807 10.0.0.56 - - [2025-09-22 02:24:55] "POST /neutron/port HTTP/1.1" 200 1209 0.016223 10.0.0.56 - - [2025-09-22 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007818 10.0.0.56 - - [2025-09-22 02:25:04] "POST /neutron/port HTTP/1.1" 200 1209 0.018588 10.0.0.56 - - [2025-09-22 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007059 10.0.0.56 - - [2025-09-22 02:25:04] "GET /network-policy/127db6d2-6bbe-401c-986e-6d02badf5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004050 10.0.0.56 - - [2025-09-22 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.56 - - [2025-09-22 02:25:04] "GET /network-policy/00a7c36e-f65a-42d3-8d2c-373cca74297d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004823 10.0.0.56 - - [2025-09-22 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.56 - - [2025-09-22 02:25:04] "GET /network-policy/61d0b7ea-af20-4c77-b2b0-089b6ead41ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004241 10.0.0.56 - - [2025-09-22 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.003016 10.0.0.56 - - [2025-09-22 02:25:05] "POST /neutron/network HTTP/1.1" 200 1432 0.096430 10.0.0.56 - - [2025-09-22 02:25:05] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.013351 10.0.0.56 - - [2025-09-22 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.56 - - [2025-09-22 02:25:05] "GET /network-policy/00a7c36e-f65a-42d3-8d2c-373cca74297d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004864 10.0.0.56 - - [2025-09-22 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.56 - - [2025-09-22 02:25:05] "GET /network-policy/127db6d2-6bbe-401c-986e-6d02badf5146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004762 10.0.0.56 - - [2025-09-22 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-09-22 02:25:05] "GET /network-policy/61d0b7ea-af20-4c77-b2b0-089b6ead41ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004216 10.0.0.56 - - [2025-09-22 02:25:10] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.006252 10.0.0.56 - - [2025-09-22 02:25:10] "POST /neutron/network HTTP/1.1" 200 1142 0.121576 10.0.0.56 - - [2025-09-22 02:25:10] "DELETE /access-control-list/f326cdf1-837a-4e20-a447-6af2cdb9e211 HTTP/1.1" 200 115 0.079800 10.0.0.56 - - [2025-09-22 02:25:10] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.010918 10.0.0.56 - - [2025-09-22 02:25:15] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 200 1307 0.004916 10.0.0.56 - - [2025-09-22 02:25:16] "POST /neutron/port HTTP/1.1" 200 1235 0.015906 10.0.0.56 - - [2025-09-22 02:25:17] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 404 171 0.004328 10.0.0.56 - - [2025-09-22 02:25:17] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 404 171 0.002983 10.0.0.56 - - [2025-09-22 02:25:17] "GET /virtual-machine/bf4ab040-7f48-434a-b369-dd4fd687e766 HTTP/1.1" 404 171 0.002699 10.0.0.56 - - [2025-09-22 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.56 - - [2025-09-22 02:25:17] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.56 - - [2025-09-22 02:25:17] "GET /virtual-networks?parent_id=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002751 10.0.0.56 - - [2025-09-22 02:25:17] "GET /virtual-network/73340b65-ee2e-4885-9df8-fcbc17d73f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006568 10.0.0.56 - - [2025-09-22 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.56 - - [2025-09-22 02:25:17] "GET /routing-instance/886f245a-c93d-4b01-90d5-7f2c61f58ab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004865 10.0.0.56 - - [2025-09-22 02:25:17] "GET /route-target/d29e7600-3e7f-4e6f-9e87-13c1cf14f47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005443 10.0.0.56 - - [2025-09-22 02:25:18] "GET /obj-perms HTTP/1.1" 200 5021 0.004465 10.0.0.56 - - [2025-09-22 02:25:24] "GET /obj-perms HTTP/1.1" 200 5021 0.004653 10.0.0.56 - - [2025-09-22 02:25:27] "GET /obj-perms HTTP/1.1" 200 5021 0.004102 10.0.0.56 - - [2025-09-22 02:25:33] "GET /obj-perms HTTP/1.1" 200 5021 0.005166 10.0.0.56 - - [2025-09-22 02:25:36] "GET /obj-perms HTTP/1.1" 200 5021 0.004228 10.0.0.56 - - [2025-09-22 02:25:42] "GET /obj-perms HTTP/1.1" 200 5021 0.004264 10.0.0.56 - - [2025-09-22 02:25:42] "GET /obj-perms HTTP/1.1" 200 5021 0.004391 10.0.0.27 - - [2025-09-22 02:25:42] "GET /obj-perms HTTP/1.1" 200 5021 0.043202 10.0.0.56 - - [2025-09-22 02:25:43] "DELETE /network-policy/61d0b7ea-af20-4c77-b2b0-089b6ead41ff HTTP/1.1" 200 115 0.042885 10.0.0.56 - - [2025-09-22 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2025-09-22 02:25:43] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001007 10.0.0.56 - - [2025-09-22 02:25:43] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.052523 10.0.0.56 - - [2025-09-22 02:25:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-49689072&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006332 10.0.0.56 - - [2025-09-22 02:25:43] "DELETE /network-policy/00a7c36e-f65a-42d3-8d2c-373cca74297d HTTP/1.1" 200 115 0.036364 10.0.0.56 - - [2025-09-22 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.27 - - [2025-09-22 02:25:43] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001009 10.0.0.56 - - [2025-09-22 02:25:43] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.046489 10.0.0.56 - - [2025-09-22 02:25:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-49689072&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006960 10.0.0.56 - - [2025-09-22 02:25:43] "DELETE /network-policy/127db6d2-6bbe-401c-986e-6d02badf5146 HTTP/1.1" 200 115 0.042650 10.0.0.56 - - [2025-09-22 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.27 - - [2025-09-22 02:25:43] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001066 10.0.0.56 - - [2025-09-22 02:25:43] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.040994 10.0.0.56 - - [2025-09-22 02:25:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-49689072&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005803 10.0.0.27 - - [2025-09-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003574 10.0.0.27 - - [2025-09-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002562 10.0.0.27 - - [2025-09-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.27 - - [2025-09-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.56 - - [2025-09-22 02:25:43] "POST /neutron/network HTTP/1.1" 200 151 0.151612 10.0.0.56 - - [2025-09-22 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.56 - - [2025-09-22 02:25:44] "DELETE /network-ipam/549412f8-4bc8-454b-889f-43e36cd419e2 HTTP/1.1" 200 115 0.054382 10.0.0.56 - - [2025-09-22 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 264 0.003797 10.0.0.27 - - [2025-09-22 02:25:44] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001019 10.0.0.27 - - [2025-09-22 02:25:44] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.052873 10.0.0.27 - - [2025-09-22 02:25:44] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001016 10.0.0.27 - - [2025-09-22 02:25:44] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=security_groups HTTP/1.1" 200 1404 0.041505 10.0.0.27 - - [2025-09-22 02:25:44] "DELETE /security-group/139c6c08-870c-45bf-8f9d-bedab9cede7e HTTP/1.1" 200 115 0.061349 10.0.0.27 - - [2025-09-22 02:25:44] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001623 10.0.0.56 - - [2025-09-22 02:25:44] "DELETE /access-control-list/e0cb3ed7-4697-431d-9379-2a45ecc69da9 HTTP/1.1" 200 115 0.048562 10.0.0.27 - - [2025-09-22 02:25:44] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=application_policy_sets HTTP/1.1" 200 1443 0.080182 10.0.0.56 - - [2025-09-22 02:25:44] "DELETE /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f HTTP/1.1" 200 115 0.444153 10.0.0.27 - - [2025-09-22 02:25:44] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.56 - - [2025-09-22 02:25:44] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?fields=projects HTTP/1.1" 200 1244 0.015438 10.0.0.27 - - [2025-09-22 02:25:47] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003714 10.0.0.27 - - [2025-09-22 02:25:47] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.27 - - [2025-09-22 02:25:47] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051467 10.0.0.27 - - [2025-09-22 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 204 0.003418 10.0.0.27 - - [2025-09-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 213 0.005485 10.0.0.27 - - [2025-09-22 02:25:47] "POST /security-groups HTTP/1.1" 200 605 0.031789 10.0.0.27 - - [2025-09-22 02:25:47] "POST /projects HTTP/1.1" 200 613 0.255945 10.0.0.56 - - [2025-09-22 02:25:47] "POST /access-control-lists HTTP/1.1" 200 610 0.035410 10.0.0.27 - - [2025-09-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.324589 10.0.0.56 - - [2025-09-22 02:25:47] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.481962 10.0.0.27 - - [2025-09-22 02:25:47] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001071 10.0.0.56 - - [2025-09-22 02:25:47] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=virtual_networks HTTP/1.1" 200 1059 0.031386 10.0.0.27 - - [2025-09-22 02:25:47] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000951 10.0.0.56 - - [2025-09-22 02:25:47] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.040404 10.0.0.27 - - [2025-09-22 02:25:47] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001644 10.0.0.56 - - [2025-09-22 02:25:47] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=security_groups HTTP/1.1" 200 1299 0.051572 10.0.0.56 - - [2025-09-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 204 0.020434 10.0.0.27 - - [2025-09-22 02:25:48] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005560 10.0.0.27 - - [2025-09-22 02:25:48] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635 10.0.0.27 - - [2025-09-22 02:25:48] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009393 10.0.0.27 - - [2025-09-22 02:25:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.003077 10.0.0.27 - - [2025-09-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.005265 10.0.0.27 - - [2025-09-22 02:25:49] "POST /security-groups HTTP/1.1" 200 607 0.081395 10.0.0.56 - - [2025-09-22 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 250 0.003582 10.0.0.27 - - [2025-09-22 02:25:49] "POST /projects HTTP/1.1" 200 617 0.312402 10.0.0.27 - - [2025-09-22 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.377348 10.0.0.56 - - [2025-09-22 02:25:49] "POST /access-control-lists HTTP/1.1" 200 610 0.028955 10.0.0.56 - - [2025-09-22 02:25:49] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.510231 10.0.0.56 - - [2025-09-22 02:25:50] "GET / HTTP/1.1" 200 35931 0.003467 10.0.0.56 - - [2025-09-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.56 - - [2025-09-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.052190 10.0.0.56 - - [2025-09-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2025-09-22 02:25:53] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001181 10.0.0.56 - - [2025-09-22 02:25:53] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.062008 10.0.0.56 - - [2025-09-22 02:25:53] "POST /network-policys HTTP/1.1" 200 567 0.035356 10.0.0.56 - - [2025-09-22 02:25:53] "GET /network-policy/f080bcef-ab65-4e14-a885-87e79d0afe2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.007411 10.0.0.56 - - [2025-09-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-09-22 02:25:53] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001287 10.0.0.56 - - [2025-09-22 02:25:53] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.045380 10.0.0.27 - - [2025-09-22 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002804 10.0.0.56 - - [2025-09-22 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.218437 10.0.0.56 - - [2025-09-22 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001371 10.0.0.56 - - [2025-09-22 02:25:54] "GET /virtual-network/767d9cea-0812-4791-bbbd-4f72a8c60217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.008579 10.0.0.56 - - [2025-09-22 02:25:54] "POST /neutron/network HTTP/1.1" 200 1016 0.009308 10.0.0.56 - - [2025-09-22 02:25:54] "GET /virtual-network/767d9cea-0812-4791-bbbd-4f72a8c60217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005104 10.0.0.56 - - [2025-09-22 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.012113 10.0.0.56 - - [2025-09-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.004440 10.0.0.56 - - [2025-09-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007229 10.0.0.56 - - [2025-09-22 02:25:54] "POST /neutron/network HTTP/1.1" 200 1123 0.014898 10.0.0.56 - - [2025-09-22 02:25:54] "GET /virtual-network/767d9cea-0812-4791-bbbd-4f72a8c60217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005863 10.0.0.56 - - [2025-09-22 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.56 - - [2025-09-22 02:25:54] "GET /network-policy/f080bcef-ab65-4e14-a885-87e79d0afe2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005965 10.0.0.56 - - [2025-09-22 02:25:55] "GET /virtual-network/767d9cea-0812-4791-bbbd-4f72a8c60217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.006530 10.0.0.56 - - [2025-09-22 02:25:56] "DELETE /network-policy/f080bcef-ab65-4e14-a885-87e79d0afe2b HTTP/1.1" 409 238 0.008176 10.0.0.56 - - [2025-09-22 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.56 - - [2025-09-22 02:25:57] "DELETE /network-policy/f080bcef-ab65-4e14-a885-87e79d0afe2b HTTP/1.1" 200 115 0.039455 10.0.0.56 - - [2025-09-22 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.27 - - [2025-09-22 02:25:57] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001660 10.0.0.56 - - [2025-09-22 02:25:57] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.048616 10.0.0.56 - - [2025-09-22 02:25:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-90169932&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005630 10.0.0.27 - - [2025-09-22 02:25:59] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001213 10.0.0.56 - - [2025-09-22 02:25:59] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.047024 10.0.0.27 - - [2025-09-22 02:25:59] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001159 10.0.0.56 - - [2025-09-22 02:26:00] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?fields=virtual_networks HTTP/1.1" 200 1063 0.050997 10.0.0.27 - - [2025-09-22 02:26:00] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001078 10.0.0.56 - - [2025-09-22 02:26:00] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.059997 10.0.0.27 - - [2025-09-22 02:26:00] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001011 10.0.0.56 - - [2025-09-22 02:26:00] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?fields=security_groups HTTP/1.1" 200 1305 0.038103 10.0.0.56 - - [2025-09-22 02:26:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.024197 10.0.0.27 - - [2025-09-22 02:26:00] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003869 10.0.0.27 - - [2025-09-22 02:26:00] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.27 - - [2025-09-22 02:26:00] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008035 10.0.0.27 - - [2025-09-22 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.002419 10.0.0.27 - - [2025-09-22 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.007043 10.0.0.27 - - [2025-09-22 02:26:01] "POST /security-groups HTTP/1.1" 200 591 0.031295 10.0.0.27 - - [2025-09-22 02:26:01] "POST /projects HTTP/1.1" 200 585 0.264194 10.0.0.56 - - [2025-09-22 02:26:01] "POST /access-control-lists HTTP/1.1" 200 596 0.038529 10.0.0.27 - - [2025-09-22 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.331407 10.0.0.56 - - [2025-09-22 02:26:01] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.473827 10.0.0.56 - - [2025-09-22 02:26:02] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.56 - - [2025-09-22 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000523 10.0.0.38 - - [2025-09-22 02:26:04] "GET /obj-perms HTTP/1.1" 200 5056 0.047785 10.0.0.56 - - [2025-09-22 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.303287 10.0.0.56 - - [2025-09-22 02:26:04] "POST /network-ipams HTTP/1.1" 200 513 0.029398 10.0.0.56 - - [2025-09-22 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003883 10.0.0.56 - - [2025-09-22 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.56 - - [2025-09-22 02:26:04] "GET /network-ipam/1b009866-9e9f-4677-a306-370bd9b37779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.008237 10.0.0.56 - - [2025-09-22 02:26:04] "PUT /network-ipam/1b009866-9e9f-4677-a306-370bd9b37779 HTTP/1.1" 200 258 0.015391 10.0.0.56 - - [2025-09-22 02:26:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004186 10.0.0.56 - - [2025-09-22 02:26:04] "POST /network-ipams HTTP/1.1" 200 513 0.033722 10.0.0.56 - - [2025-09-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004920 10.0.0.56 - - [2025-09-22 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.56 - - [2025-09-22 02:26:05] "GET /network-ipam/d72a2b00-1483-4c65-8362-5ed1252600c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.007639 10.0.0.56 - - [2025-09-22 02:26:05] "PUT /network-ipam/d72a2b00-1483-4c65-8362-5ed1252600c7 HTTP/1.1" 200 258 0.014577 10.0.0.56 - - [2025-09-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003920 10.0.0.56 - - [2025-09-22 02:26:05] "POST /network-ipams HTTP/1.1" 200 513 0.030431 10.0.0.56 - - [2025-09-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003720 10.0.0.56 - - [2025-09-22 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.078368 10.0.0.56 - - [2025-09-22 02:26:05] "GET /network-ipam/fd20db86-7ab2-4ee7-a1e4-bf6d84daa415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.007157 10.0.0.56 - - [2025-09-22 02:26:05] "PUT /network-ipam/fd20db86-7ab2-4ee7-a1e4-bf6d84daa415 HTTP/1.1" 200 258 0.048664 10.0.0.56 - - [2025-09-22 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.27 - - [2025-09-22 02:26:06] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.56 - - [2025-09-22 02:26:06] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.053720 10.0.0.56 - - [2025-09-22 02:26:06] "POST /neutron/network HTTP/1.1" 200 117 0.031101 10.0.0.56 - - [2025-09-22 02:26:07] "POST /neutron/network HTTP/1.1" 200 825 0.009224 10.0.0.56 - - [2025-09-22 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001225 10.0.0.56 - - [2025-09-22 02:26:07] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005210 10.0.0.56 - - [2025-09-22 02:26:07] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006237 10.0.0.56 - - [2025-09-22 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.009888 10.0.0.56 - - [2025-09-22 02:26:07] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006210 10.0.0.56 - - [2025-09-22 02:26:07] "GET /network-ipam/1b009866-9e9f-4677-a306-370bd9b37779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.004097 10.0.0.56 - - [2025-09-22 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.56 - - [2025-09-22 02:26:07] "POST /route-targets HTTP/1.1" 200 327 0.031140 10.0.0.27 - - [2025-09-22 02:26:07] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002679 10.0.0.56 - - [2025-09-22 02:26:07] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.074843 10.0.0.27 - - [2025-09-22 02:26:07] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.56 - - [2025-09-22 02:26:07] "POST /neutron/network HTTP/1.1" 200 607 0.128157 10.0.0.56 - - [2025-09-22 02:26:07] "POST /ref-update HTTP/1.1" 200 156 0.027404 10.0.0.56 - - [2025-09-22 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.003237 10.0.0.56 - - [2025-09-22 02:26:07] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005708 10.0.0.56 - - [2025-09-22 02:26:07] "POST /neutron/network HTTP/1.1" 200 823 0.006510 10.0.0.56 - - [2025-09-22 02:26:07] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006496 10.0.0.56 - - [2025-09-22 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-09-22 02:26:08] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.56 - - [2025-09-22 02:26:08] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048647 10.0.0.56 - - [2025-09-22 02:26:08] "POST /neutron/network HTTP/1.1" 200 117 0.013197 10.0.0.56 - - [2025-09-22 02:26:08] "POST /neutron/network HTTP/1.1" 200 825 0.009431 10.0.0.56 - - [2025-09-22 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001151 10.0.0.56 - - [2025-09-22 02:26:08] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005004 10.0.0.56 - - [2025-09-22 02:26:08] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005648 10.0.0.56 - - [2025-09-22 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.008111 10.0.0.56 - - [2025-09-22 02:26:08] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006371 10.0.0.27 - - [2025-09-22 02:26:10] "GET /obj-perms HTTP/1.1" 200 5030 0.060856 10.0.0.56 - - [2025-09-22 02:26:10] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006650 10.0.0.56 - - [2025-09-22 02:26:10] "GET /obj-perms HTTP/1.1" 200 5030 0.042432 10.0.0.56 - - [2025-09-22 02:26:10] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006606 10.0.0.38 - - [2025-09-22 02:26:11] "GET /obj-perms HTTP/1.1" 200 5030 0.050018 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.004096 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-09-22 02:26:11] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.56 - - [2025-09-22 02:26:11] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054634 10.0.0.56 - - [2025-09-22 02:26:11] "POST /network-policys HTTP/1.1" 200 553 0.031159 10.0.0.56 - - [2025-09-22 02:26:11] "GET /network-policy/26776640-72ca-4543-a583-7846c5759bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007473 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.003289 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2025-09-22 02:26:11] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.56 - - [2025-09-22 02:26:11] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045968 10.0.0.56 - - [2025-09-22 02:26:11] "POST /network-policys HTTP/1.1" 200 553 0.027960 10.0.0.56 - - [2025-09-22 02:26:11] "GET /network-policy/85a46baf-8de8-4fa3-ad14-d13b6dd5bbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006046 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.003100 10.0.0.56 - - [2025-09-22 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.27 - - [2025-09-22 02:26:11] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.56 - - [2025-09-22 02:26:11] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.055025 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /project/2b1d1f6bcdb245638a342f2740267fbb HTTP/1.1" 404 173 0.011724 10.0.0.56 - - [2025-09-22 02:26:12] "POST /network-policys HTTP/1.1" 200 553 0.061817 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /project/53dc8dbe5ba448e7a356574bb6762c3f HTTP/1.1" 404 173 0.009449 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /project/4e7a1bbe2c9d4129a7aeaf265ba39aa9 HTTP/1.1" 404 173 0.011299 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000976 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000962 10.0.0.56 - - [2025-09-22 02:26:12] "GET /network-policy/89749783-5fef-4fa5-ab56-b579e178e70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.013867 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.085093 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.101645 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001948 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001840 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?fields=security_groups HTTP/1.1" 200 1410 0.098079 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=security_groups HTTP/1.1" 200 1404 0.094787 10.0.0.56 - - [2025-09-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.012197 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /security-group/a3f91bcd-0c70-4574-af0e-865a6cdfac51 HTTP/1.1" 200 115 0.103330 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001311 10.0.0.56 - - [2025-09-22 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.091149 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /security-group/c3d93b2b-43eb-4062-9fe3-136f93ec084b HTTP/1.1" 200 115 0.127198 10.0.0.27 - - [2025-09-22 02:26:12] "GET /projects?obj_uuids=53dc8dbe-5ba4-48e7-a356-574bb6762c3f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002158 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9?fields=application_policy_sets HTTP/1.1" 200 1449 0.101446 10.0.0.56 - - [2025-09-22 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.128134 10.0.0.27 - - [2025-09-22 02:26:12] "GET /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f?fields=application_policy_sets HTTP/1.1" 200 1443 0.161974 10.0.0.56 - - [2025-09-22 02:26:12] "DELETE /access-control-list/55361533-fcb2-4b8a-8733-1a0b3441011e HTTP/1.1" 200 115 0.082633 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /project/4e7a1bbe-2c9d-4129-a7ae-af265ba39aa9 HTTP/1.1" 200 115 0.807989 10.0.0.27 - - [2025-09-22 02:26:12] "DELETE /project/53dc8dbe-5ba4-48e7-a356-574bb6762c3f HTTP/1.1" 200 115 0.866242 10.0.0.56 - - [2025-09-22 02:26:13] "PUT /access-control-list/ab95fc14-ec04-4a5e-85bd-bb9df9a6713b HTTP/1.1" 200 272 0.068946 10.0.0.56 - - [2025-09-22 02:26:13] "POST /neutron/network HTTP/1.1" 200 915 0.010081 10.0.0.56 - - [2025-09-22 02:26:13] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005778 10.0.0.56 - - [2025-09-22 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.56 - - [2025-09-22 02:26:13] "GET /network-policy/85a46baf-8de8-4fa3-ad14-d13b6dd5bbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006945 10.0.0.56 - - [2025-09-22 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.034481 10.0.0.56 - - [2025-09-22 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001879 10.0.0.27 - - [2025-09-22 02:26:14] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.56 - - [2025-09-22 02:26:14] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.079767 10.0.0.56 - - [2025-09-22 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.56 - - [2025-09-22 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001689 10.0.0.56 - - [2025-09-22 02:26:14] "POST /neutron/network HTTP/1.1" 200 925 0.007726 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 1061 0.018849 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016866 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.27 - - [2025-09-22 02:26:15] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.56 - - [2025-09-22 02:26:15] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083412 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 1089 0.019582 10.0.0.56 - - [2025-09-22 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001444 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 1089 0.020356 10.0.0.56 - - [2025-09-22 02:26:15] "POST /neutron/network HTTP/1.1" 200 925 0.008899 10.0.0.56 - - [2025-09-22 02:26:16] "POST /neutron/port HTTP/1.1" 200 1059 0.023052 10.0.0.56 - - [2025-09-22 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.56 - - [2025-09-22 02:26:16] "POST /neutron/network HTTP/1.1" 200 915 0.007079 10.0.0.27 - - [2025-09-22 02:26:16] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.56 - - [2025-09-22 02:26:16] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.077938 10.0.0.56 - - [2025-09-22 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008799 10.0.0.56 - - [2025-09-22 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007361 10.0.0.56 - - [2025-09-22 02:26:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018592 10.0.0.27 - - [2025-09-22 02:26:17] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.56 - - [2025-09-22 02:26:17] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 401 292 0.000605 10.0.0.56 - - [2025-09-22 02:26:17] "POST /neutron/port HTTP/1.1" 200 1061 0.330000 10.0.0.56 - - [2025-09-22 02:26:17] "POST /neutron/port HTTP/1.1" 200 1061 0.021518 10.0.0.56 - - [2025-09-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 1089 0.019379 10.0.0.56 - - [2025-09-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.030458 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.007963 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine-interface/00219049-b880-45d6-a592-22243d78eed3 HTTP/1.1" 200 2941 0.006133 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.004431 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine-interface/00219049-b880-45d6-a592-22243d78eed3 HTTP/1.1" 200 2941 0.005586 10.0.0.56 - - [2025-09-22 02:26:18] "GET /instance-ip/8a2a265a-db2a-4158-b415-282be7b31022 HTTP/1.1" 200 1622 0.006413 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.004225 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-machine-interface/00219049-b880-45d6-a592-22243d78eed3 HTTP/1.1" 200 2941 0.006119 10.0.0.56 - - [2025-09-22 02:26:18] "GET /instance-ip/8a2a265a-db2a-4158-b415-282be7b31022 HTTP/1.1" 200 1622 0.004268 10.0.0.56 - - [2025-09-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.56 - - [2025-09-22 02:26:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006357 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003895 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005939 10.0.0.56 - - [2025-09-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.56 - - [2025-09-22 02:26:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004753 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003626 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006998 10.0.0.56 - - [2025-09-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.56 - - [2025-09-22 02:26:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003859 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006656 10.0.0.56 - - [2025-09-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.56 - - [2025-09-22 02:26:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004713 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003162 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006795 10.0.0.56 - - [2025-09-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-09-22 02:26:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003588 10.0.0.56 - - [2025-09-22 02:26:18] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009589 10.0.0.56 - - [2025-09-22 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.56 - - [2025-09-22 02:26:21] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006114 10.0.0.56 - - [2025-09-22 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.56 - - [2025-09-22 02:26:26] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005963 10.0.0.56 - - [2025-09-22 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.56 - - [2025-09-22 02:26:30] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006485 10.0.0.56 - - [2025-09-22 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-09-22 02:26:34] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005630 10.0.0.56 - - [2025-09-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.56 - - [2025-09-22 02:26:38] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005787 10.0.0.56 - - [2025-09-22 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-09-22 02:26:42] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005826 10.0.0.56 - - [2025-09-22 02:26:45] "POST /neutron/port HTTP/1.1" 200 1089 0.024127 10.0.0.56 - - [2025-09-22 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.032936 10.0.0.56 - - [2025-09-22 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.56 - - [2025-09-22 02:26:46] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006273 10.0.0.56 - - [2025-09-22 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.56 - - [2025-09-22 02:26:50] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006020 10.0.0.56 - - [2025-09-22 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-09-22 02:26:54] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005665 10.0.0.56 - - [2025-09-22 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.56 - - [2025-09-22 02:26:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004579 10.0.0.56 - - [2025-09-22 02:26:56] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003803 10.0.0.56 - - [2025-09-22 02:26:56] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007994 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-09-22 02:26:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004371 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003020 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007434 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.56 - - [2025-09-22 02:26:57] "GET /routing-instance/28097479-d3fb-41e4-83bb-f9e6e77f0df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004819 10.0.0.56 - - [2025-09-22 02:26:57] "GET /route-target/6bfb346f-412c-4e5e-a1c3-c713eb1f281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004217 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.56 - - [2025-09-22 02:26:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003253 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006892 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.56 - - [2025-09-22 02:26:57] "GET /routing-instance/28097479-d3fb-41e4-83bb-f9e6e77f0df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004488 10.0.0.56 - - [2025-09-22 02:26:57] "GET /route-target/6bfb346f-412c-4e5e-a1c3-c713eb1f281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003612 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.56 - - [2025-09-22 02:26:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004646 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003963 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007323 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.56 - - [2025-09-22 02:26:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006387 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003852 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005739 10.0.0.56 - - [2025-09-22 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.56 - - [2025-09-22 02:26:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004026 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003200 10.0.0.56 - - [2025-09-22 02:26:57] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007601 10.0.0.27 - - [2025-09-22 02:26:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003985 10.0.0.56 - - [2025-09-22 02:26:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004415 10.0.0.56 - - [2025-09-22 02:26:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004681 10.0.0.56 - - [2025-09-22 02:26:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003991 10.0.0.27 - - [2025-09-22 02:26:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004006 10.0.0.56 - - [2025-09-22 02:26:58] "POST /neutron/port HTTP/1.1" 200 1087 0.018625 10.0.0.56 - - [2025-09-22 02:26:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007507 10.0.0.56 - - [2025-09-22 02:26:58] "POST /neutron/port HTTP/1.1" 200 1087 0.016994 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.006031 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.003440 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine-interface/16c571b9-0a55-4f68-b959-d57d8f3ab290 HTTP/1.1" 200 2944 0.005547 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.003278 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine-interface/16c571b9-0a55-4f68-b959-d57d8f3ab290 HTTP/1.1" 200 2944 0.005949 10.0.0.56 - - [2025-09-22 02:26:58] "GET /instance-ip/21687938-5cd8-4db4-b487-cbccec6f21f4 HTTP/1.1" 200 1620 0.005764 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.003125 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-machine-interface/16c571b9-0a55-4f68-b959-d57d8f3ab290 HTTP/1.1" 200 2944 0.005554 10.0.0.56 - - [2025-09-22 02:26:58] "GET /instance-ip/21687938-5cd8-4db4-b487-cbccec6f21f4 HTTP/1.1" 200 1620 0.003489 10.0.0.56 - - [2025-09-22 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.56 - - [2025-09-22 02:26:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004588 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003253 10.0.0.56 - - [2025-09-22 02:26:58] "POST /neutron/port HTTP/1.1" 200 1087 0.042373 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005951 10.0.0.56 - - [2025-09-22 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012282 10.0.0.56 - - [2025-09-22 02:26:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.56 - - [2025-09-22 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.010212 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003000 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007151 10.0.0.56 - - [2025-09-22 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.56 - - [2025-09-22 02:26:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004936 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004060 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006187 10.0.0.56 - - [2025-09-22 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.56 - - [2025-09-22 02:26:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004754 10.0.0.56 - - [2025-09-22 02:26:58] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003441 10.0.0.56 - - [2025-09-22 02:26:59] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007265 10.0.0.56 - - [2025-09-22 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-09-22 02:26:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005056 10.0.0.56 - - [2025-09-22 02:26:59] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003153 10.0.0.56 - - [2025-09-22 02:26:59] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006911 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.56 - - [2025-09-22 02:27:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.013308 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007258 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006376 10.0.0.56 - - [2025-09-22 02:27:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002836 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006622 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.56 - - [2025-09-22 02:27:02] "GET /routing-instance/2c03db04-363a-4b71-8e44-36b531950a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005331 10.0.0.56 - - [2025-09-22 02:27:02] "GET /route-target/41c556c1-e934-4422-ab9b-ef5bb38b3992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004127 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.56 - - [2025-09-22 02:27:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004531 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008576 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.56 - - [2025-09-22 02:27:02] "GET /routing-instance/2c03db04-363a-4b71-8e44-36b531950a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004602 10.0.0.56 - - [2025-09-22 02:27:02] "GET /route-target/41c556c1-e934-4422-ab9b-ef5bb38b3992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004224 10.0.0.56 - - [2025-09-22 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.56 - - [2025-09-22 02:27:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005593 10.0.0.56 - - [2025-09-22 02:27:02] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003716 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007174 10.0.0.56 - - [2025-09-22 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.56 - - [2025-09-22 02:27:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005853 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003328 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006541 10.0.0.56 - - [2025-09-22 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.56 - - [2025-09-22 02:27:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004177 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007506 10.0.0.56 - - [2025-09-22 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004684 10.0.0.27 - - [2025-09-22 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004142 10.0.0.56 - - [2025-09-22 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004081 10.0.0.27 - - [2025-09-22 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003808 10.0.0.56 - - [2025-09-22 02:27:03] "POST /neutron/port HTTP/1.1" 200 1089 0.015073 10.0.0.56 - - [2025-09-22 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007895 10.0.0.56 - - [2025-09-22 02:27:03] "POST /neutron/port HTTP/1.1" 200 1089 0.016666 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.005670 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.004836 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine-interface/df1fb85e-220f-41c0-9955-f2435051f60e HTTP/1.1" 200 2945 0.006524 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.003978 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine-interface/df1fb85e-220f-41c0-9955-f2435051f60e HTTP/1.1" 200 2945 0.011472 10.0.0.56 - - [2025-09-22 02:27:03] "GET /instance-ip/06fb83a4-d6a3-4f53-be14-57eecfd3868f HTTP/1.1" 200 1621 0.005363 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.004335 10.0.0.56 - - [2025-09-22 02:27:03] "GET /virtual-machine-interface/df1fb85e-220f-41c0-9955-f2435051f60e HTTP/1.1" 200 2945 0.004873 10.0.0.56 - - [2025-09-22 02:27:03] "GET /instance-ip/06fb83a4-d6a3-4f53-be14-57eecfd3868f HTTP/1.1" 200 1621 0.003706 10.0.0.56 - - [2025-09-22 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009752 10.0.0.56 - - [2025-09-22 02:27:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004687 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003366 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.013206 10.0.0.56 - - [2025-09-22 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.56 - - [2025-09-22 02:27:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.008659 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006504 10.0.0.56 - - [2025-09-22 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.56 - - [2025-09-22 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.027256 10.0.0.56 - - [2025-09-22 02:27:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008473 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003728 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006624 10.0.0.56 - - [2025-09-22 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007298 10.0.0.56 - - [2025-09-22 02:27:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005088 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003757 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006025 10.0.0.56 - - [2025-09-22 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.56 - - [2025-09-22 02:27:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003323 10.0.0.56 - - [2025-09-22 02:27:04] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006742 10.0.0.56 - - [2025-09-22 02:27:05] "GET /obj-perms HTTP/1.1" 200 5056 0.038149 10.0.0.38 - - [2025-09-22 02:27:05] "GET /obj-perms HTTP/1.1" 200 5056 0.049507 10.0.0.56 - - [2025-09-22 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.56 - - [2025-09-22 02:27:05] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003868 10.0.0.56 - - [2025-09-22 02:27:05] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007579 10.0.0.56 - - [2025-09-22 02:27:05] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008364 10.0.0.56 - - [2025-09-22 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745 10.0.0.56 - - [2025-09-22 02:27:05] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004316 10.0.0.56 - - [2025-09-22 02:27:05] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.56 - - [2025-09-22 02:27:05] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005974 10.0.0.56 - - [2025-09-22 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006658 10.0.0.56 - - [2025-09-22 02:27:06] "GET /routing-instance/8108bb18-1763-41a5-a5ed-ee62b57ff463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007738 10.0.0.56 - - [2025-09-22 02:27:06] "GET /route-target/04bda85d-e50c-483f-a955-0492917851e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.010220 10.0.0.56 - - [2025-09-22 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.56 - - [2025-09-22 02:27:06] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003398 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007337 10.0.0.56 - - [2025-09-22 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.56 - - [2025-09-22 02:27:06] "GET /routing-instance/8108bb18-1763-41a5-a5ed-ee62b57ff463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.009697 10.0.0.56 - - [2025-09-22 02:27:06] "GET /route-target/04bda85d-e50c-483f-a955-0492917851e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005711 10.0.0.56 - - [2025-09-22 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.56 - - [2025-09-22 02:27:06] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008606 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003607 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005864 10.0.0.56 - - [2025-09-22 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.56 - - [2025-09-22 02:27:06] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003369 10.0.0.56 - - [2025-09-22 02:27:06] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006248 10.0.0.56 - - [2025-09-22 02:27:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003882 10.0.0.27 - - [2025-09-22 02:27:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004168 10.0.0.56 - - [2025-09-22 02:27:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004012 10.0.0.56 - - [2025-09-22 02:27:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004764 10.0.0.56 - - [2025-09-22 02:27:07] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.004128 10.0.0.56 - - [2025-09-22 02:27:07] "GET /virtual-machine-interface/00219049-b880-45d6-a592-22243d78eed3 HTTP/1.1" 200 2941 0.006243 10.0.0.56 - - [2025-09-22 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.56 - - [2025-09-22 02:27:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.56 - - [2025-09-22 02:27:07] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002869 10.0.0.56 - - [2025-09-22 02:27:07] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006337 10.0.0.56 - - [2025-09-22 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.56 - - [2025-09-22 02:27:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004088 10.0.0.56 - - [2025-09-22 02:27:08] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004151 10.0.0.56 - - [2025-09-22 02:27:08] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007587 10.0.0.56 - - [2025-09-22 02:27:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016811 10.0.0.56 - - [2025-09-22 02:27:13] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.004341 10.0.0.56 - - [2025-09-22 02:27:13] "GET /virtual-machine-interface/16c571b9-0a55-4f68-b959-d57d8f3ab290 HTTP/1.1" 200 2944 0.006156 10.0.0.56 - - [2025-09-22 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007381 10.0.0.56 - - [2025-09-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.56 - - [2025-09-22 02:27:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003013 10.0.0.56 - - [2025-09-22 02:27:13] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003094 10.0.0.56 - - [2025-09-22 02:27:13] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006802 10.0.0.56 - - [2025-09-22 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.56 - - [2025-09-22 02:27:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.56 - - [2025-09-22 02:27:14] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003571 10.0.0.56 - - [2025-09-22 02:27:14] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006094 10.0.0.56 - - [2025-09-22 02:27:20] "POST /neutron/port HTTP/1.1" 200 1087 0.018480 10.0.0.56 - - [2025-09-22 02:27:25] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.004970 10.0.0.56 - - [2025-09-22 02:27:25] "GET /virtual-machine-interface/df1fb85e-220f-41c0-9955-f2435051f60e HTTP/1.1" 200 2945 0.005940 10.0.0.56 - - [2025-09-22 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.56 - - [2025-09-22 02:27:25] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003527 10.0.0.56 - - [2025-09-22 02:27:25] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003109 10.0.0.56 - - [2025-09-22 02:27:25] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007445 10.0.0.56 - - [2025-09-22 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.56 - - [2025-09-22 02:27:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.56 - - [2025-09-22 02:27:26] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003970 10.0.0.56 - - [2025-09-22 02:27:26] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006746 10.0.0.56 - - [2025-09-22 02:27:46] "POST /neutron/port HTTP/1.1" 200 1089 0.039444 10.0.0.56 - - [2025-09-22 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.009322 10.0.0.56 - - [2025-09-22 02:27:59] "POST /neutron/port HTTP/1.1" 200 1087 0.018466 10.0.0.56 - - [2025-09-22 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004294 10.0.0.56 - - [2025-09-22 02:27:59] "POST /neutron/network HTTP/1.1" 200 915 0.007124 10.0.0.56 - - [2025-09-22 02:28:05] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 200 1293 0.004841 10.0.0.56 - - [2025-09-22 02:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.209447 10.0.0.56 - - [2025-09-22 02:28:07] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 404 171 0.003622 10.0.0.56 - - [2025-09-22 02:28:07] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 404 171 0.003296 10.0.0.56 - - [2025-09-22 02:28:07] "GET /virtual-machine/d4c08de0-2b94-4d74-99ba-699f6708c9d3 HTTP/1.1" 404 171 0.002668 10.0.0.56 - - [2025-09-22 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.56 - - [2025-09-22 02:28:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003267 10.0.0.56 - - [2025-09-22 02:28:07] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002850 10.0.0.56 - - [2025-09-22 02:28:07] "GET /virtual-network/09a3f406-4880-4521-a335-cec231674021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006618 10.0.0.56 - - [2025-09-22 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.56 - - [2025-09-22 02:28:07] "GET /routing-instance/8108bb18-1763-41a5-a5ed-ee62b57ff463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005950 10.0.0.56 - - [2025-09-22 02:28:07] "GET /route-target/04bda85d-e50c-483f-a955-0492917851e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006493 10.0.0.56 - - [2025-09-22 02:28:07] "GET /obj-perms HTTP/1.1" 200 5030 0.005925 10.0.0.56 - - [2025-09-22 02:28:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004087 10.0.0.27 - - [2025-09-22 02:28:10] "GET /obj-perms HTTP/1.1" 200 5030 0.012488 10.0.0.56 - - [2025-09-22 02:28:11] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 200 1292 0.004949 10.0.0.56 - - [2025-09-22 02:28:11] "POST /neutron/port HTTP/1.1" 200 151 0.190924 10.0.0.56 - - [2025-09-22 02:28:13] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 404 171 0.004288 10.0.0.56 - - [2025-09-22 02:28:13] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 404 171 0.008834 10.0.0.56 - - [2025-09-22 02:28:13] "GET /virtual-machine/de1c5938-e1b7-46e9-84d2-c99237d47d95 HTTP/1.1" 404 171 0.003467 10.0.0.56 - - [2025-09-22 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.56 - - [2025-09-22 02:28:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003894 10.0.0.56 - - [2025-09-22 02:28:13] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007336 10.0.0.56 - - [2025-09-22 02:28:13] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005759 10.0.0.56 - - [2025-09-22 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.56 - - [2025-09-22 02:28:13] "GET /routing-instance/2c03db04-363a-4b71-8e44-36b531950a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004508 10.0.0.56 - - [2025-09-22 02:28:13] "GET /route-target/41c556c1-e934-4422-ab9b-ef5bb38b3992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003820 10.0.0.56 - - [2025-09-22 02:28:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004075 10.0.0.27 - - [2025-09-22 02:28:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004476 10.0.0.56 - - [2025-09-22 02:28:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005190 10.0.0.27 - - [2025-09-22 02:28:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004474 10.0.0.27 - - [2025-09-22 02:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.059139 10.0.0.38 - - [2025-09-22 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.123175 10.0.0.56 - - [2025-09-22 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.133770 10.0.0.56 - - [2025-09-22 02:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.073937 10.0.0.27 - - [2025-09-22 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.129964 10.0.0.27 - - [2025-09-22 02:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.027466 10.0.0.56 - - [2025-09-22 02:28:34] "GET /global-system-configs HTTP/1.1" 200 322 0.086109 10.0.0.38 - - [2025-09-22 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.128824 10.0.0.56 - - [2025-09-22 02:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.144166 10.0.0.27 - - [2025-09-22 02:28:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004179 10.0.0.56 - - [2025-09-22 02:28:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004173 10.0.0.56 - - [2025-09-22 02:28:35] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 200 1292 0.004638 10.0.0.38 - - [2025-09-22 02:28:35] "GET /global-system-configs HTTP/1.1" 200 322 0.110158 10.0.0.56 - - [2025-09-22 02:28:35] "POST /neutron/port HTTP/1.1" 200 151 0.207846 10.0.0.38 - - [2025-09-22 02:28:35] "GET /global-system-configs HTTP/1.1" 200 322 0.325739 10.0.0.38 - - [2025-09-22 02:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.439383 10.0.0.27 - - [2025-09-22 02:28:36] "GET /obj-perms HTTP/1.1" 200 5056 0.454761 10.0.0.56 - - [2025-09-22 02:28:37] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 404 171 0.004248 10.0.0.56 - - [2025-09-22 02:28:37] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 404 171 0.003051 10.0.0.56 - - [2025-09-22 02:28:37] "GET /virtual-machine/2cb89989-c973-4f15-975e-211e234facf4 HTTP/1.1" 404 171 0.002972 10.0.0.56 - - [2025-09-22 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.56 - - [2025-09-22 02:28:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.56 - - [2025-09-22 02:28:37] "GET /virtual-networks?parent_id=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003385 10.0.0.56 - - [2025-09-22 02:28:37] "GET /virtual-network/51902793-9a25-4da3-b7fa-aaabfd35d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007451 10.0.0.56 - - [2025-09-22 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-09-22 02:28:37] "GET /routing-instance/28097479-d3fb-41e4-83bb-f9e6e77f0df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005523 10.0.0.56 - - [2025-09-22 02:28:37] "GET /route-target/6bfb346f-412c-4e5e-a1c3-c713eb1f281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003780 10.0.0.56 - - [2025-09-22 02:28:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004146 10.0.0.56 - - [2025-09-22 02:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004373 10.0.0.56 - - [2025-09-22 02:28:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004401 10.0.0.56 - - [2025-09-22 02:28:43] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006432 10.0.0.56 - - [2025-09-22 02:28:44] "POST /neutron/network HTTP/1.1" 200 823 0.009307 10.0.0.56 - - [2025-09-22 02:28:44] "GET /virtual-network/0ea27be4-e28c-4be9-b589-dc4577301c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.012085 10.0.0.56 - - [2025-09-22 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.027100 10.0.0.56 - - [2025-09-22 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.058518 10.0.0.56 - - [2025-09-22 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.065063 10.0.0.56 - - [2025-09-22 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.026685 10.0.0.56 - - [2025-09-22 02:28:44] "DELETE /network-policy/89749783-5fef-4fa5-ab56-b579e178e70a HTTP/1.1" 200 115 0.055460 10.0.0.56 - - [2025-09-22 02:28:44] "DELETE /network-policy/85a46baf-8de8-4fa3-ad14-d13b6dd5bbc7 HTTP/1.1" 200 115 0.051241 10.0.0.56 - - [2025-09-22 02:28:44] "DELETE /network-policy/26776640-72ca-4543-a583-7846c5759bb9 HTTP/1.1" 200 115 0.033590 10.0.0.56 - - [2025-09-22 02:28:44] "POST /neutron/network HTTP/1.1" 200 823 0.013590 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.27 - - [2025-09-22 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.27 - - [2025-09-22 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005697 10.0.0.56 - - [2025-09-22 02:28:45] "POST /neutron/network HTTP/1.1" 200 151 0.154669 10.0.0.56 - - [2025-09-22 02:28:45] "DELETE /route-target/6bfb346f-412c-4e5e-a1c3-c713eb1f281f HTTP/1.1" 200 115 0.028707 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.56 - - [2025-09-22 02:28:45] "DELETE /network-ipam/fd20db86-7ab2-4ee7-a1e4-bf6d84daa415 HTTP/1.1" 200 115 0.031387 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003932 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.56 - - [2025-09-22 02:28:45] "DELETE /network-ipam/d72a2b00-1483-4c65-8362-5ed1252600c7 HTTP/1.1" 200 115 0.041141 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.005764 10.0.0.56 - - [2025-09-22 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-09-22 02:28:46] "DELETE /network-ipam/1b009866-9e9f-4677-a306-370bd9b37779 HTTP/1.1" 200 115 0.047426 10.0.0.56 - - [2025-09-22 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.004061 10.0.0.27 - - [2025-09-22 02:28:47] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.56 - - [2025-09-22 02:28:47] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.043754 10.0.0.27 - - [2025-09-22 02:28:47] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.56 - - [2025-09-22 02:28:47] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?fields=virtual_networks HTTP/1.1" 200 1030 0.053120 10.0.0.27 - - [2025-09-22 02:28:47] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.56 - - [2025-09-22 02:28:47] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046721 10.0.0.27 - - [2025-09-22 02:28:47] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.56 - - [2025-09-22 02:28:47] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?fields=security_groups HTTP/1.1" 200 1256 0.043159 10.0.0.56 - - [2025-09-22 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.022486 10.0.0.27 - - [2025-09-22 02:28:48] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004031 10.0.0.27 - - [2025-09-22 02:28:48] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.27 - - [2025-09-22 02:28:48] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032970 10.0.0.27 - - [2025-09-22 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 196 0.002888 10.0.0.27 - - [2025-09-22 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.004998 10.0.0.27 - - [2025-09-22 02:28:48] "POST /security-groups HTTP/1.1" 200 597 0.041669 10.0.0.27 - - [2025-09-22 02:28:48] "POST /projects HTTP/1.1" 200 597 0.261882 10.0.0.56 - - [2025-09-22 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 239 0.017801 10.0.0.27 - - [2025-09-22 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.329936 10.0.0.56 - - [2025-09-22 02:28:48] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.488896 10.0.0.56 - - [2025-09-22 02:28:49] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.56 - - [2025-09-22 02:28:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000506 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.047675 10.0.0.56 - - [2025-09-22 02:28:53] "POST /network-ipams HTTP/1.1" 200 519 0.028208 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003941 10.0.0.56 - - [2025-09-22 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipam/193425bd-cdad-4098-a933-cae723e42671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.007798 10.0.0.56 - - [2025-09-22 02:28:53] "PUT /network-ipam/193425bd-cdad-4098-a933-cae723e42671 HTTP/1.1" 200 258 0.016992 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003416 10.0.0.56 - - [2025-09-22 02:28:53] "POST /network-ipams HTTP/1.1" 200 519 0.031832 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003921 10.0.0.56 - - [2025-09-22 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipam/e9f7a9b7-8687-49f1-ac90-0aeea7e89380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.007082 10.0.0.56 - - [2025-09-22 02:28:53] "PUT /network-ipam/e9f7a9b7-8687-49f1-ac90-0aeea7e89380 HTTP/1.1" 200 258 0.016742 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004429 10.0.0.56 - - [2025-09-22 02:28:53] "POST /network-ipams HTTP/1.1" 200 519 0.031327 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004724 10.0.0.56 - - [2025-09-22 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.56 - - [2025-09-22 02:28:53] "GET /network-ipam/2f3d0442-f9ec-40bf-b924-58bfb7ad992b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.007265 10.0.0.56 - - [2025-09-22 02:28:54] "PUT /network-ipam/2f3d0442-f9ec-40bf-b924-58bfb7ad992b HTTP/1.1" 200 258 0.015053 10.0.0.56 - - [2025-09-22 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2025-09-22 02:28:54] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001244 10.0.0.56 - - [2025-09-22 02:28:54] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.057698 10.0.0.56 - - [2025-09-22 02:28:55] "POST /ref-update HTTP/1.1" 200 156 0.042922 10.0.0.27 - - [2025-09-22 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009742 10.0.0.56 - - [2025-09-22 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.248913 10.0.0.56 - - [2025-09-22 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001448 10.0.0.56 - - [2025-09-22 02:28:55] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007634 10.0.0.56 - - [2025-09-22 02:28:55] "POST /neutron/network HTTP/1.1" 200 1015 0.014506 10.0.0.56 - - [2025-09-22 02:28:55] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005546 10.0.0.56 - - [2025-09-22 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.009766 10.0.0.56 - - [2025-09-22 02:28:55] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008504 10.0.0.56 - - [2025-09-22 02:28:55] "GET /network-ipam/193425bd-cdad-4098-a933-cae723e42671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005027 10.0.0.56 - - [2025-09-22 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2025-09-22 02:28:55] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.56 - - [2025-09-22 02:28:55] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.052675 10.0.0.27 - - [2025-09-22 02:28:56] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001546 10.0.0.56 - - [2025-09-22 02:28:56] "POST /neutron/network HTTP/1.1" 200 613 0.132651 10.0.0.56 - - [2025-09-22 02:28:56] "POST /neutron/network HTTP/1.1" 200 1012 0.013883 10.0.0.56 - - [2025-09-22 02:28:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001416 10.0.0.56 - - [2025-09-22 02:28:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005795 10.0.0.56 - - [2025-09-22 02:28:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005814 10.0.0.56 - - [2025-09-22 02:28:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.009828 10.0.0.56 - - [2025-09-22 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-09-22 02:28:56] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.56 - - [2025-09-22 02:28:56] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.059112 10.0.0.27 - - [2025-09-22 02:28:56] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.56 - - [2025-09-22 02:28:57] "POST /neutron/network HTTP/1.1" 200 613 0.154556 10.0.0.56 - - [2025-09-22 02:28:57] "POST /route-targets HTTP/1.1" 200 327 0.013320 10.0.0.56 - - [2025-09-22 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.039223 10.0.0.56 - - [2025-09-22 02:28:57] "POST /neutron/network HTTP/1.1" 200 1014 0.010972 10.0.0.56 - - [2025-09-22 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001136 10.0.0.56 - - [2025-09-22 02:28:57] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006099 10.0.0.56 - - [2025-09-22 02:28:57] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006382 10.0.0.56 - - [2025-09-22 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.011393 10.0.0.56 - - [2025-09-22 02:28:57] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006419 10.0.0.56 - - [2025-09-22 02:28:59] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007059 10.0.0.56 - - [2025-09-22 02:28:59] "GET /obj-perms HTTP/1.1" 200 5042 0.043813 10.0.0.38 - - [2025-09-22 02:28:59] "GET /obj-perms HTTP/1.1" 200 5042 0.042186 10.0.0.27 - - [2025-09-22 02:28:59] "GET /obj-perms HTTP/1.1" 200 5042 0.040576 10.0.0.56 - - [2025-09-22 02:28:59] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006515 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.004897 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-09-22 02:29:00] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.024536 10.0.0.56 - - [2025-09-22 02:29:00] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.067998 10.0.0.56 - - [2025-09-22 02:29:00] "POST /network-policys HTTP/1.1" 200 559 0.031061 10.0.0.56 - - [2025-09-22 02:29:00] "GET /network-policy/66f19ac9-3faf-43c3-b79d-324337e9d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006666 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003570 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2025-09-22 02:29:00] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.56 - - [2025-09-22 02:29:00] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.041898 10.0.0.56 - - [2025-09-22 02:29:00] "POST /network-policys HTTP/1.1" 200 559 0.030017 10.0.0.56 - - [2025-09-22 02:29:00] "GET /network-policy/baa9f9bd-2db7-4dfa-b02d-506c47a15bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006977 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003528 10.0.0.56 - - [2025-09-22 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2025-09-22 02:29:00] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.56 - - [2025-09-22 02:29:00] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.053805 10.0.0.56 - - [2025-09-22 02:29:00] "POST /network-policys HTTP/1.1" 200 559 0.030966 10.0.0.56 - - [2025-09-22 02:29:01] "GET /network-policy/a446c505-9292-4741-bdea-421cbdd552c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007095 10.0.0.56 - - [2025-09-22 02:29:01] "POST /neutron/network HTTP/1.1" 200 1199 0.117795 10.0.0.56 - - [2025-09-22 02:29:01] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007829 10.0.0.56 - - [2025-09-22 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.56 - - [2025-09-22 02:29:01] "POST /access-control-lists HTTP/1.1" 200 597 0.096310 10.0.0.56 - - [2025-09-22 02:29:01] "GET /network-policy/66f19ac9-3faf-43c3-b79d-324337e9d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008585 10.0.0.56 - - [2025-09-22 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005937 10.0.0.56 - - [2025-09-22 02:29:01] "GET /network-policy/baa9f9bd-2db7-4dfa-b02d-506c47a15bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004371 10.0.0.56 - - [2025-09-22 02:29:01] "POST /neutron/network HTTP/1.1" 200 1110 0.080335 10.0.0.56 - - [2025-09-22 02:29:01] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007187 10.0.0.56 - - [2025-09-22 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.56 - - [2025-09-22 02:29:01] "GET /network-policy/a446c505-9292-4741-bdea-421cbdd552c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004372 10.0.0.56 - - [2025-09-22 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001237 10.0.0.56 - - [2025-09-22 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.036937 10.0.0.27 - - [2025-09-22 02:29:02] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.56 - - [2025-09-22 02:29:02] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.102452 10.0.0.56 - - [2025-09-22 02:29:02] "POST /neutron/network HTTP/1.1" 200 1199 0.036723 10.0.0.56 - - [2025-09-22 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001781 10.0.0.56 - - [2025-09-22 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.010179 10.0.0.27 - - [2025-09-22 02:29:03] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001054 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/port HTTP/1.1" 200 1174 0.351557 10.0.0.27 - - [2025-09-22 02:29:04] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002514 10.0.0.56 - - [2025-09-22 02:29:04] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.130636 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/port HTTP/1.1" 200 1228 0.173216 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010015 10.0.0.56 - - [2025-09-22 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001339 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/port HTTP/1.1" 200 1202 0.021286 10.0.0.56 - - [2025-09-22 02:29:04] "POST /neutron/network HTTP/1.1" 200 1120 0.009740 10.0.0.56 - - [2025-09-22 02:29:05] "POST /neutron/port HTTP/1.1" 200 1171 0.023221 10.0.0.56 - - [2025-09-22 02:29:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005088 10.0.0.56 - - [2025-09-22 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.27 - - [2025-09-22 02:29:05] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001581 10.0.0.56 - - [2025-09-22 02:29:05] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062406 10.0.0.56 - - [2025-09-22 02:29:05] "POST /neutron/network HTTP/1.1" 200 1014 0.013255 10.0.0.56 - - [2025-09-22 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.007540 10.0.0.56 - - [2025-09-22 02:29:06] "POST /neutron/port HTTP/1.1" 200 1202 0.016919 10.0.0.56 - - [2025-09-22 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009756 10.0.0.56 - - [2025-09-22 02:29:06] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-09-22 02:29:06] "POST /neutron/network HTTP/1.1" 200 1024 0.009323 10.0.0.56 - - [2025-09-22 02:29:06] "POST /neutron/port HTTP/1.1" 200 1173 0.019365 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.047074 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.003833 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine-interface/5400849b-c68f-413b-b0ba-19911766804f HTTP/1.1" 200 3168 0.005157 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.005757 10.0.0.56 - - [2025-09-22 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004434 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine-interface/5400849b-c68f-413b-b0ba-19911766804f HTTP/1.1" 200 3168 0.005757 10.0.0.56 - - [2025-09-22 02:29:07] "GET /instance-ip/4fe1d3a8-2ed0-435a-bcc5-7af24b8e5651 HTTP/1.1" 200 1653 0.008037 10.0.0.56 - - [2025-09-22 02:29:07] "GET /instance-ip/bec6a419-121a-44e2-a961-ee3778a9fcef HTTP/1.1" 200 1635 0.007469 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.004898 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-machine-interface/5400849b-c68f-413b-b0ba-19911766804f HTTP/1.1" 200 3168 0.005072 10.0.0.56 - - [2025-09-22 02:29:07] "GET /instance-ip/4fe1d3a8-2ed0-435a-bcc5-7af24b8e5651 HTTP/1.1" 200 1653 0.005780 10.0.0.56 - - [2025-09-22 02:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.000869 10.0.0.56 - - [2025-09-22 02:29:07] "GET /instance-ip/bec6a419-121a-44e2-a961-ee3778a9fcef HTTP/1.1" 200 1635 0.004569 10.0.0.56 - - [2025-09-22 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.56 - - [2025-09-22 02:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003177 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006329 10.0.0.56 - - [2025-09-22 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-09-22 02:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004873 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004124 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007089 10.0.0.56 - - [2025-09-22 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.56 - - [2025-09-22 02:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003698 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002768 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006826 10.0.0.56 - - [2025-09-22 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.56 - - [2025-09-22 02:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003625 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005794 10.0.0.56 - - [2025-09-22 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.56 - - [2025-09-22 02:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004875 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002987 10.0.0.56 - - [2025-09-22 02:29:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.008837 10.0.0.56 - - [2025-09-22 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.56 - - [2025-09-22 02:29:10] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005386 10.0.0.27 - - [2025-09-22 02:29:13] "DELETE /project/07acd46a649a43aca406562d20780fe0 HTTP/1.1" 404 173 0.006926 10.0.0.27 - - [2025-09-22 02:29:13] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.27 - - [2025-09-22 02:29:13] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047167 10.0.0.27 - - [2025-09-22 02:29:13] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001952 10.0.0.27 - - [2025-09-22 02:29:13] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?fields=security_groups HTTP/1.1" 200 1361 0.052735 10.0.0.27 - - [2025-09-22 02:29:13] "DELETE /security-group/7d71de05-c317-4e49-982c-9a91dbda0ec8 HTTP/1.1" 200 115 0.085932 10.0.0.27 - - [2025-09-22 02:29:13] "GET /projects?obj_uuids=2b1d1f6b-cdb2-4563-8a34-2f2740267fbb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.56 - - [2025-09-22 02:29:13] "DELETE /access-control-list/d0af303d-5ee3-49ad-8a68-a2ad3b543092 HTTP/1.1" 200 115 0.048451 10.0.0.27 - - [2025-09-22 02:29:13] "GET /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb?fields=application_policy_sets HTTP/1.1" 200 1400 0.061625 10.0.0.27 - - [2025-09-22 02:29:13] "DELETE /project/2b1d1f6b-cdb2-4563-8a34-2f2740267fbb HTTP/1.1" 200 115 0.487461 10.0.0.56 - - [2025-09-22 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.56 - - [2025-09-22 02:29:15] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006232 10.0.0.56 - - [2025-09-22 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.56 - - [2025-09-22 02:29:19] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005425 10.0.0.56 - - [2025-09-22 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.56 - - [2025-09-22 02:29:23] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006281 10.0.0.56 - - [2025-09-22 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.56 - - [2025-09-22 02:29:27] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006091 10.0.0.56 - - [2025-09-22 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.56 - - [2025-09-22 02:29:31] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006952 10.0.0.56 - - [2025-09-22 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.56 - - [2025-09-22 02:29:35] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005925 10.0.0.56 - - [2025-09-22 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.56 - - [2025-09-22 02:29:39] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.009161 10.0.0.56 - - [2025-09-22 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.56 - - [2025-09-22 02:29:43] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005842 10.0.0.56 - - [2025-09-22 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.56 - - [2025-09-22 02:29:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.56 - - [2025-09-22 02:29:45] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003184 10.0.0.56 - - [2025-09-22 02:29:45] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006963 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004620 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005569 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006931 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-09-22 02:29:46] "GET /routing-instance/746a3ed6-08e6-480c-b558-195fb624d517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005347 10.0.0.56 - - [2025-09-22 02:29:46] "GET /route-target/5d9bcc51-42d1-491d-b5ba-b7abf69f2b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003690 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003516 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.007344 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.56 - - [2025-09-22 02:29:46] "GET /routing-instance/746a3ed6-08e6-480c-b558-195fb624d517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004970 10.0.0.56 - - [2025-09-22 02:29:46] "GET /route-target/5d9bcc51-42d1-491d-b5ba-b7abf69f2b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003428 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003633 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.008814 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004530 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003433 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005810 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005348 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006220 10.0.0.56 - - [2025-09-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.56 - - [2025-09-22 02:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005315 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003952 10.0.0.56 - - [2025-09-22 02:29:46] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.008904 10.0.0.56 - - [2025-09-22 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.56 - - [2025-09-22 02:29:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004958 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003390 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006491 10.0.0.56 - - [2025-09-22 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.56 - - [2025-09-22 02:29:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005263 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003208 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006501 10.0.0.27 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004699 10.0.0.56 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.005050 10.0.0.56 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004393 10.0.0.56 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004698 10.0.0.38 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004460 10.0.0.27 - - [2025-09-22 02:29:47] "GET /obj-perms HTTP/1.1" 200 5042 0.005132 10.0.0.56 - - [2025-09-22 02:29:47] "POST /neutron/port HTTP/1.1" 200 1199 0.022416 10.0.0.56 - - [2025-09-22 02:29:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008592 10.0.0.56 - - [2025-09-22 02:29:47] "POST /neutron/port HTTP/1.1" 200 1199 0.017366 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.006007 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.004079 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine-interface/ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 HTTP/1.1" 200 3169 0.005766 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.004093 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine-interface/ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 HTTP/1.1" 200 3169 0.005498 10.0.0.56 - - [2025-09-22 02:29:47] "GET /instance-ip/27703279-7633-449c-be13-d0ff804c99c6 HTTP/1.1" 200 1631 0.006045 10.0.0.56 - - [2025-09-22 02:29:47] "GET /instance-ip/df19effa-4c5f-4e6c-b564-094fc827ecfd HTTP/1.1" 200 1654 0.005532 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.003550 10.0.0.56 - - [2025-09-22 02:29:47] "GET /virtual-machine-interface/ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 HTTP/1.1" 200 3169 0.005005 10.0.0.56 - - [2025-09-22 02:29:47] "GET /instance-ip/27703279-7633-449c-be13-d0ff804c99c6 HTTP/1.1" 200 1631 0.003515 10.0.0.56 - - [2025-09-22 02:29:47] "GET /instance-ip/df19effa-4c5f-4e6c-b564-094fc827ecfd HTTP/1.1" 200 1654 0.004001 10.0.0.56 - - [2025-09-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006404 10.0.0.56 - - [2025-09-22 02:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005421 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006410 10.0.0.56 - - [2025-09-22 02:29:48] "POST /neutron/port HTTP/1.1" 200 1202 0.020212 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005898 10.0.0.56 - - [2025-09-22 02:29:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003882 10.0.0.56 - - [2025-09-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.56 - - [2025-09-22 02:29:48] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.56 - - [2025-09-22 02:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002937 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007380 10.0.0.56 - - [2025-09-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.56 - - [2025-09-22 02:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005031 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003138 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006296 10.0.0.56 - - [2025-09-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.56 - - [2025-09-22 02:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003486 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007587 10.0.0.56 - - [2025-09-22 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.56 - - [2025-09-22 02:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005112 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004837 10.0.0.56 - - [2025-09-22 02:29:48] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007187 10.0.0.56 - - [2025-09-22 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.56 - - [2025-09-22 02:29:51] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006794 10.0.0.56 - - [2025-09-22 02:29:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008230 10.0.0.56 - - [2025-09-22 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.56 - - [2025-09-22 02:29:55] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004319 10.0.0.56 - - [2025-09-22 02:29:55] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003921 10.0.0.56 - - [2025-09-22 02:29:55] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.009254 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.56 - - [2025-09-22 02:29:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005977 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003541 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007176 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.56 - - [2025-09-22 02:29:56] "GET /routing-instance/b0c637aa-338b-4e1b-be37-6de2d81e6169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005320 10.0.0.56 - - [2025-09-22 02:29:56] "GET /route-target/d2f1355a-4a6a-48e0-9232-f896657f6998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004268 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.56 - - [2025-09-22 02:29:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005268 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003190 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006996 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.56 - - [2025-09-22 02:29:56] "GET /routing-instance/b0c637aa-338b-4e1b-be37-6de2d81e6169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005530 10.0.0.56 - - [2025-09-22 02:29:56] "GET /route-target/d2f1355a-4a6a-48e0-9232-f896657f6998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003907 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.56 - - [2025-09-22 02:29:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004162 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007151 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.56 - - [2025-09-22 02:29:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004807 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003532 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006046 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.56 - - [2025-09-22 02:29:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005016 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003306 10.0.0.56 - - [2025-09-22 02:29:56] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.008167 10.0.0.56 - - [2025-09-22 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.56 - - [2025-09-22 02:29:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004965 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003754 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007048 10.0.0.56 - - [2025-09-22 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.56 - - [2025-09-22 02:29:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003466 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006627 10.0.0.56 - - [2025-09-22 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.56 - - [2025-09-22 02:29:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004838 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003269 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007112 10.0.0.56 - - [2025-09-22 02:29:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004446 10.0.0.56 - - [2025-09-22 02:29:57] "GET /obj-perms HTTP/1.1" 200 5042 0.003831 10.0.0.27 - - [2025-09-22 02:29:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004330 10.0.0.56 - - [2025-09-22 02:29:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004574 10.0.0.27 - - [2025-09-22 02:29:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004140 10.0.0.56 - - [2025-09-22 02:29:57] "POST /neutron/port HTTP/1.1" 200 1201 0.020607 10.0.0.56 - - [2025-09-22 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007117 10.0.0.56 - - [2025-09-22 02:29:57] "POST /neutron/port HTTP/1.1" 200 1201 0.017124 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.005589 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.004524 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine-interface/bd2fdbac-ee7b-494a-81b8-1e23dec0e255 HTTP/1.1" 200 3168 0.005188 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.003266 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine-interface/bd2fdbac-ee7b-494a-81b8-1e23dec0e255 HTTP/1.1" 200 3168 0.005607 10.0.0.56 - - [2025-09-22 02:29:57] "GET /instance-ip/42ae73bd-946e-4f0c-aa94-d289610c0108 HTTP/1.1" 200 1652 0.005682 10.0.0.56 - - [2025-09-22 02:29:57] "GET /instance-ip/7c08fad0-bd23-409a-a79a-c76d41bfb2c1 HTTP/1.1" 200 1634 0.006424 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.003575 10.0.0.56 - - [2025-09-22 02:29:57] "GET /virtual-machine-interface/bd2fdbac-ee7b-494a-81b8-1e23dec0e255 HTTP/1.1" 200 3168 0.006643 10.0.0.56 - - [2025-09-22 02:29:57] "GET /instance-ip/42ae73bd-946e-4f0c-aa94-d289610c0108 HTTP/1.1" 200 1652 0.003906 10.0.0.56 - - [2025-09-22 02:29:57] "GET /instance-ip/7c08fad0-bd23-409a-a79a-c76d41bfb2c1 HTTP/1.1" 200 1634 0.004935 10.0.0.56 - - [2025-09-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.56 - - [2025-09-22 02:29:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005277 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003276 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007423 10.0.0.56 - - [2025-09-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.56 - - [2025-09-22 02:29:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005125 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002999 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006540 10.0.0.56 - - [2025-09-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-09-22 02:29:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005451 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003875 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008045 10.0.0.56 - - [2025-09-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.56 - - [2025-09-22 02:29:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009490 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004151 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007373 10.0.0.56 - - [2025-09-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.56 - - [2025-09-22 02:29:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003586 10.0.0.56 - - [2025-09-22 02:29:58] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006850 10.0.0.56 - - [2025-09-22 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.56 - - [2025-09-22 02:29:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.56 - - [2025-09-22 02:29:59] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003473 10.0.0.56 - - [2025-09-22 02:29:59] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007359 10.0.0.56 - - [2025-09-22 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.56 - - [2025-09-22 02:29:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003934 10.0.0.56 - - [2025-09-22 02:29:59] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002934 10.0.0.56 - - [2025-09-22 02:29:59] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007144 10.0.0.56 - - [2025-09-22 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-09-22 02:30:00] "GET /routing-instance/514865cd-aa98-4bfc-b0bb-f97743b54024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.008041 10.0.0.56 - - [2025-09-22 02:30:00] "GET /route-target/efd84ec2-397e-421c-aa36-65985913bb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004549 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.56 - - [2025-09-22 02:30:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003345 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006481 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.56 - - [2025-09-22 02:30:00] "GET /routing-instance/514865cd-aa98-4bfc-b0bb-f97743b54024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004825 10.0.0.56 - - [2025-09-22 02:30:00] "GET /route-target/efd84ec2-397e-421c-aa36-65985913bb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004700 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.56 - - [2025-09-22 02:30:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003083 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007282 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.56 - - [2025-09-22 02:30:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005673 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003798 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007038 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.56 - - [2025-09-22 02:30:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005150 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003583 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008331 10.0.0.56 - - [2025-09-22 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.56 - - [2025-09-22 02:30:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005065 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003646 10.0.0.56 - - [2025-09-22 02:30:00] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007303 10.0.0.56 - - [2025-09-22 02:30:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004017 10.0.0.56 - - [2025-09-22 02:30:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004201 10.0.0.27 - - [2025-09-22 02:30:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004098 10.0.0.56 - - [2025-09-22 02:30:01] "GET /obj-perms HTTP/1.1" 200 5042 0.005025 10.0.0.56 - - [2025-09-22 02:30:01] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.005025 10.0.0.56 - - [2025-09-22 02:30:01] "GET /virtual-machine-interface/5400849b-c68f-413b-b0ba-19911766804f HTTP/1.1" 200 3168 0.006928 10.0.0.56 - - [2025-09-22 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.56 - - [2025-09-22 02:30:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.56 - - [2025-09-22 02:30:01] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003540 10.0.0.56 - - [2025-09-22 02:30:01] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006987 10.0.0.56 - - [2025-09-22 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.56 - - [2025-09-22 02:30:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.56 - - [2025-09-22 02:30:02] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003590 10.0.0.56 - - [2025-09-22 02:30:02] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006584 10.0.0.56 - - [2025-09-22 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008492 10.0.0.56 - - [2025-09-22 02:30:03] "POST /neutron/network HTTP/1.1" 200 1120 0.011394 10.0.0.56 - - [2025-09-22 02:30:03] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014702 10.0.0.56 - - [2025-09-22 02:30:03] "POST /neutron/network HTTP/1.1" 200 1110 0.009850 10.0.0.56 - - [2025-09-22 02:30:07] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.004827 10.0.0.56 - - [2025-09-22 02:30:07] "GET /virtual-machine-interface/ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 HTTP/1.1" 200 3169 0.006460 10.0.0.56 - - [2025-09-22 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-09-22 02:30:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003518 10.0.0.56 - - [2025-09-22 02:30:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003361 10.0.0.56 - - [2025-09-22 02:30:07] "GET /obj-perms HTTP/1.1" 200 5056 0.042150 10.0.0.56 - - [2025-09-22 02:30:07] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005348 10.0.0.38 - - [2025-09-22 02:30:08] "GET /obj-perms HTTP/1.1" 200 5056 0.038150 10.0.0.56 - - [2025-09-22 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.56 - - [2025-09-22 02:30:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003523 10.0.0.56 - - [2025-09-22 02:30:08] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002809 10.0.0.56 - - [2025-09-22 02:30:09] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005975 10.0.0.56 - - [2025-09-22 02:30:14] "POST /neutron/port HTTP/1.1" 200 1199 0.016101 10.0.0.56 - - [2025-09-22 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007277 10.0.0.56 - - [2025-09-22 02:30:24] "POST /neutron/port HTTP/1.1" 200 1199 0.017246 10.0.0.56 - - [2025-09-22 02:30:29] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.005192 10.0.0.56 - - [2025-09-22 02:30:29] "GET /virtual-machine-interface/bd2fdbac-ee7b-494a-81b8-1e23dec0e255 HTTP/1.1" 200 3168 0.006659 10.0.0.56 - - [2025-09-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.56 - - [2025-09-22 02:30:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.56 - - [2025-09-22 02:30:29] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003808 10.0.0.56 - - [2025-09-22 02:30:29] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006072 10.0.0.56 - - [2025-09-22 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.56 - - [2025-09-22 02:30:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.56 - - [2025-09-22 02:30:30] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003685 10.0.0.56 - - [2025-09-22 02:30:31] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006778 10.0.0.56 - - [2025-09-22 02:30:50] "POST /neutron/port HTTP/1.1" 200 1201 0.019058 10.0.0.56 - - [2025-09-22 02:30:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004138 10.0.0.56 - - [2025-09-22 02:30:50] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.56 - - [2025-09-22 02:31:05] "POST /neutron/port HTTP/1.1" 200 1199 0.017233 10.0.0.56 - - [2025-09-22 02:31:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.56 - - [2025-09-22 02:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.56 - - [2025-09-22 02:31:14] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 200 1299 0.005644 10.0.0.56 - - [2025-09-22 02:31:14] "POST /neutron/port HTTP/1.1" 200 1227 0.015348 10.0.0.56 - - [2025-09-22 02:31:16] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 404 171 0.003966 10.0.0.56 - - [2025-09-22 02:31:16] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 404 171 0.003172 10.0.0.56 - - [2025-09-22 02:31:16] "GET /virtual-machine/a65456cd-1f4e-4531-bccb-c87cde52fb94 HTTP/1.1" 404 171 0.003653 10.0.0.56 - - [2025-09-22 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-09-22 02:31:16] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003888 10.0.0.56 - - [2025-09-22 02:31:16] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003339 10.0.0.56 - - [2025-09-22 02:31:16] "GET /virtual-network/72c27737-685c-4865-b46d-fa1b39d267db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007599 10.0.0.56 - - [2025-09-22 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.56 - - [2025-09-22 02:31:16] "GET /routing-instance/514865cd-aa98-4bfc-b0bb-f97743b54024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005276 10.0.0.56 - - [2025-09-22 02:31:16] "GET /route-target/efd84ec2-397e-421c-aa36-65985913bb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004472 10.0.0.56 - - [2025-09-22 02:31:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004306 10.0.0.56 - - [2025-09-22 02:31:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004478 10.0.0.56 - - [2025-09-22 02:31:25] "GET /obj-perms HTTP/1.1" 200 5042 0.003933 10.0.0.56 - - [2025-09-22 02:31:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004443 10.0.0.56 - - [2025-09-22 02:31:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004131 10.0.0.56 - - [2025-09-22 02:31:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004580 10.0.0.56 - - [2025-09-22 02:31:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003787 10.0.0.27 - - [2025-09-22 02:31:41] "GET /obj-perms HTTP/1.1" 200 5042 0.006756 10.0.0.56 - - [2025-09-22 02:31:41] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 200 1298 0.004865 10.0.0.56 - - [2025-09-22 02:31:41] "POST /neutron/port HTTP/1.1" 200 1225 0.014154 10.0.0.56 - - [2025-09-22 02:31:43] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 404 171 0.004060 10.0.0.56 - - [2025-09-22 02:31:43] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 404 171 0.002990 10.0.0.56 - - [2025-09-22 02:31:43] "GET /virtual-machine/3aecf6ba-8015-49b4-b58c-a0a3912d98e5 HTTP/1.1" 404 171 0.002480 10.0.0.56 - - [2025-09-22 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.56 - - [2025-09-22 02:31:43] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.56 - - [2025-09-22 02:31:43] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004687 10.0.0.56 - - [2025-09-22 02:31:43] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006703 10.0.0.56 - - [2025-09-22 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.56 - - [2025-09-22 02:31:43] "GET /routing-instance/b0c637aa-338b-4e1b-be37-6de2d81e6169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005579 10.0.0.56 - - [2025-09-22 02:31:43] "GET /route-target/d2f1355a-4a6a-48e0-9232-f896657f6998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003688 10.0.0.56 - - [2025-09-22 02:31:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004018 10.0.0.27 - - [2025-09-22 02:31:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004048 10.0.0.56 - - [2025-09-22 02:31:50] "POST /neutron/port HTTP/1.1" 200 1202 0.021786 10.0.0.56 - - [2025-09-22 02:31:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.56 - - [2025-09-22 02:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.56 - - [2025-09-22 02:31:59] "GET /obj-perms HTTP/1.1" 200 5042 0.005229 10.0.0.27 - - [2025-09-22 02:31:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004711 10.0.0.56 - - [2025-09-22 02:32:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004003 10.0.0.27 - - [2025-09-22 02:32:05] "GET /obj-perms HTTP/1.1" 200 5042 0.021677 10.0.0.56 - - [2025-09-22 02:32:05] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 200 1298 0.005592 10.0.0.56 - - [2025-09-22 02:32:06] "POST /neutron/port HTTP/1.1" 200 1228 0.018202 10.0.0.56 - - [2025-09-22 02:32:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 404 171 0.003833 10.0.0.56 - - [2025-09-22 02:32:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 404 171 0.003079 10.0.0.56 - - [2025-09-22 02:32:07] "GET /virtual-machine/22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 HTTP/1.1" 404 171 0.003406 10.0.0.56 - - [2025-09-22 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.56 - - [2025-09-22 02:32:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004242 10.0.0.56 - - [2025-09-22 02:32:07] "GET /virtual-networks?parent_id=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003246 10.0.0.56 - - [2025-09-22 02:32:07] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.005672 10.0.0.56 - - [2025-09-22 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.56 - - [2025-09-22 02:32:07] "GET /routing-instance/746a3ed6-08e6-480c-b558-195fb624d517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004848 10.0.0.56 - - [2025-09-22 02:32:07] "GET /route-target/5d9bcc51-42d1-491d-b5ba-b7abf69f2b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003818 10.0.0.56 - - [2025-09-22 02:32:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004326 10.0.0.38 - - [2025-09-22 02:32:09] "GET /obj-perms HTTP/1.1" 200 5056 0.049280 10.0.0.56 - - [2025-09-22 02:32:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004251 10.0.0.56 - - [2025-09-22 02:32:11] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.008251 10.0.0.56 - - [2025-09-22 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.008022 10.0.0.56 - - [2025-09-22 02:32:11] "POST /neutron/network HTTP/1.1" 200 1012 0.098843 10.0.0.56 - - [2025-09-22 02:32:11] "GET /virtual-network/14cd14cd-f4a1-4e70-9ba1-ad8d44aa30fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008438 10.0.0.56 - - [2025-09-22 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.030571 10.0.0.56 - - [2025-09-22 02:32:11] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3249 0.006000 10.0.0.56 - - [2025-09-22 02:32:11] "POST /neutron/network HTTP/1.1" 200 1015 0.106611 10.0.0.56 - - [2025-09-22 02:32:11] "GET /virtual-network/9867042d-15b8-4e39-855b-2c192d0be601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010976 10.0.0.56 - - [2025-09-22 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.048506 10.0.0.56 - - [2025-09-22 02:32:11] "DELETE /network-policy/a446c505-9292-4741-bdea-421cbdd552c2 HTTP/1.1" 200 115 0.080205 10.0.0.56 - - [2025-09-22 02:32:11] "DELETE /network-policy/baa9f9bd-2db7-4dfa-b02d-506c47a15bf8 HTTP/1.1" 200 115 0.060031 10.0.0.56 - - [2025-09-22 02:32:12] "DELETE /network-policy/66f19ac9-3faf-43c3-b79d-324337e9d337 HTTP/1.1" 200 115 0.039573 10.0.0.27 - - [2025-09-22 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005771 10.0.0.27 - - [2025-09-22 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.27 - - [2025-09-22 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007262 10.0.0.27 - - [2025-09-22 02:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.56 - - [2025-09-22 02:32:12] "POST /neutron/network HTTP/1.1" 200 151 0.152642 10.0.0.56 - - [2025-09-22 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006220 10.0.0.56 - - [2025-09-22 02:32:12] "POST /neutron/network HTTP/1.1" 200 1015 0.010836 10.0.0.56 - - [2025-09-22 02:32:12] "DELETE /route-target/5d9bcc51-42d1-491d-b5ba-b7abf69f2b0c HTTP/1.1" 200 115 0.023848 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.56 - - [2025-09-22 02:32:13] "DELETE /network-ipam/2f3d0442-f9ec-40bf-b924-58bfb7ad992b HTTP/1.1" 200 115 0.038611 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.007009 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-09-22 02:32:13] "DELETE /network-ipam/e9f7a9b7-8687-49f1-ac90-0aeea7e89380 HTTP/1.1" 200 115 0.035660 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.004507 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.56 - - [2025-09-22 02:32:13] "DELETE /network-ipam/193425bd-cdad-4098-a933-cae723e42671 HTTP/1.1" 200 115 0.033543 10.0.0.56 - - [2025-09-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.004040 10.0.0.27 - - [2025-09-22 02:32:16] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001209 10.0.0.56 - - [2025-09-22 02:32:16] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.084421 10.0.0.27 - - [2025-09-22 02:32:16] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.56 - - [2025-09-22 02:32:16] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?fields=virtual_networks HTTP/1.1" 200 1042 0.057527 10.0.0.27 - - [2025-09-22 02:32:16] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.56 - - [2025-09-22 02:32:16] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.052232 10.0.0.27 - - [2025-09-22 02:32:16] "GET /projects?obj_uuids=07acd46a-649a-43ac-a406-562d20780fe0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.56 - - [2025-09-22 02:32:16] "GET /project/07acd46a-649a-43ac-a406-562d20780fe0?fields=security_groups HTTP/1.1" 200 1274 0.067546 10.0.0.56 - - [2025-09-22 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.024956 10.0.0.27 - - [2025-09-22 02:32:17] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.27 - - [2025-09-22 02:32:17] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.27 - - [2025-09-22 02:32:17] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007360 10.0.0.27 - - [2025-09-22 02:32:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.006458 10.0.0.27 - - [2025-09-22 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.005351 10.0.0.27 - - [2025-09-22 02:32:17] "POST /security-groups HTTP/1.1" 200 593 0.035412 10.0.0.27 - - [2025-09-22 02:32:17] "POST /projects HTTP/1.1" 200 589 0.258295 10.0.0.27 - - [2025-09-22 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.329119 10.0.0.56 - - [2025-09-22 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.008158 10.0.0.56 - - [2025-09-22 02:32:17] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.476471 10.0.0.56 - - [2025-09-22 02:32:18] "GET / HTTP/1.1" 200 35931 0.002846 10.0.0.56 - - [2025-09-22 02:32:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.56 - - [2025-09-22 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053665 10.0.0.27 - - [2025-09-22 02:32:20] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.56 - - [2025-09-22 02:32:20] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055220 10.0.0.27 - - [2025-09-22 02:32:20] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001573 10.0.0.56 - - [2025-09-22 02:32:21] "POST /neutron/network HTTP/1.1" 200 607 0.171420 10.0.0.56 - - [2025-09-22 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.031109 10.0.0.56 - - [2025-09-22 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.004359 10.0.0.56 - - [2025-09-22 02:32:21] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006341 10.0.0.56 - - [2025-09-22 02:32:21] "POST /neutron/network HTTP/1.1" 200 828 0.007400 10.0.0.56 - - [2025-09-22 02:32:21] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005642 10.0.0.56 - - [2025-09-22 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-09-22 02:32:21] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001535 10.0.0.56 - - [2025-09-22 02:32:21] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046799 10.0.0.56 - - [2025-09-22 02:32:21] "POST /neutron/network HTTP/1.1" 200 117 0.013198 10.0.0.56 - - [2025-09-22 02:32:22] "POST /neutron/network HTTP/1.1" 200 827 0.009842 10.0.0.56 - - [2025-09-22 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.56 - - [2025-09-22 02:32:22] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005606 10.0.0.56 - - [2025-09-22 02:32:22] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006296 10.0.0.56 - - [2025-09-22 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.009332 10.0.0.56 - - [2025-09-22 02:32:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002711 10.0.0.56 - - [2025-09-22 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-09-22 02:32:22] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001210 10.0.0.56 - - [2025-09-22 02:32:22] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040968 10.0.0.56 - - [2025-09-22 02:32:22] "POST /network-policys HTTP/1.1" 200 571 0.030579 10.0.0.56 - - [2025-09-22 02:32:22] "GET /network-policy/7164c7fe-0756-47d0-a194-aea92f406fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007223 10.0.0.56 - - [2025-09-22 02:32:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.007755 10.0.0.56 - - [2025-09-22 02:32:22] "POST /neutron/network HTTP/1.1" 200 930 0.009629 10.0.0.56 - - [2025-09-22 02:32:22] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005593 10.0.0.56 - - [2025-09-22 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.56 - - [2025-09-22 02:32:22] "GET /network-policy/7164c7fe-0756-47d0-a194-aea92f406fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003925 10.0.0.56 - - [2025-09-22 02:32:22] "POST /neutron/network HTTP/1.1" 200 929 0.009825 10.0.0.56 - - [2025-09-22 02:32:22] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005132 10.0.0.56 - - [2025-09-22 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-09-22 02:32:22] "POST /access-control-lists HTTP/1.1" 200 590 0.082777 10.0.0.56 - - [2025-09-22 02:32:22] "GET /network-policy/7164c7fe-0756-47d0-a194-aea92f406fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.013026 10.0.0.56 - - [2025-09-22 02:32:23] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006573 10.0.0.27 - - [2025-09-22 02:32:24] "GET /obj-perms HTTP/1.1" 200 5034 0.051623 10.0.0.56 - - [2025-09-22 02:32:24] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005994 10.0.0.56 - - [2025-09-22 02:32:24] "GET /obj-perms HTTP/1.1" 200 5034 0.047062 10.0.0.38 - - [2025-09-22 02:32:25] "GET /obj-perms HTTP/1.1" 200 5034 0.048682 10.0.0.56 - - [2025-09-22 02:32:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001662 10.0.0.27 - - [2025-09-22 02:32:26] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.56 - - [2025-09-22 02:32:26] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075194 10.0.0.56 - - [2025-09-22 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.006172 10.0.0.56 - - [2025-09-22 02:32:26] "DELETE /access-control-list/f0a98c2d-c38e-4118-82aa-5e5b68cba958 HTTP/1.1" 200 115 0.039252 10.0.0.56 - - [2025-09-22 02:32:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001665 10.0.0.56 - - [2025-09-22 02:32:26] "POST /neutron/network HTTP/1.1" 200 939 0.007858 10.0.0.56 - - [2025-09-22 02:32:27] "POST /neutron/port HTTP/1.1" 200 1064 0.019132 10.0.0.56 - - [2025-09-22 02:32:27] "POST /neutron/port HTTP/1.1" 200 1092 0.018441 10.0.0.56 - - [2025-09-22 02:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.27 - - [2025-09-22 02:32:27] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.56 - - [2025-09-22 02:32:27] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071239 10.0.0.56 - - [2025-09-22 02:32:27] "POST /neutron/port HTTP/1.1" 200 1092 0.018683 10.0.0.56 - - [2025-09-22 02:32:27] "POST /neutron/port HTTP/1.1" 200 1092 0.016638 10.0.0.27 - - [2025-09-22 02:32:28] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.56 - - [2025-09-22 02:32:28] "POST /neutron/port HTTP/1.1" 200 1063 0.376903 10.0.0.56 - - [2025-09-22 02:32:28] "POST /neutron/port HTTP/1.1" 200 1117 0.126052 10.0.0.56 - - [2025-09-22 02:32:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.010787 10.0.0.56 - - [2025-09-22 02:32:32] "POST /neutron/port HTTP/1.1" 200 1092 0.018434 10.0.0.56 - - [2025-09-22 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007602 10.0.0.56 - - [2025-09-22 02:32:33] "GET /virtual-machine/2c85d98f-cea6-4490-a559-347c62a87646 HTTP/1.1" 401 292 0.000455 10.0.0.56 - - [2025-09-22 02:32:33] "GET /virtual-machine/2c85d98f-cea6-4490-a559-347c62a87646 HTTP/1.1" 200 1294 0.026971 10.0.0.56 - - [2025-09-22 02:32:33] "GET /virtual-machine-interface/345c03c6-4623-404d-8d2c-1eae77e40e15 HTTP/1.1" 200 2951 0.009830 10.0.0.56 - - [2025-09-22 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.56 - - [2025-09-22 02:32:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.56 - - [2025-09-22 02:32:33] "GET /virtual-networks?parent_id=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003192 10.0.0.56 - - [2025-09-22 02:32:33] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007196 10.0.0.56 - - [2025-09-22 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.56 - - [2025-09-22 02:32:36] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005945 10.0.0.56 - - [2025-09-22 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.56 - - [2025-09-22 02:32:40] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005347 10.0.0.56 - - [2025-09-22 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.56 - - [2025-09-22 02:32:44] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005805 10.0.0.56 - - [2025-09-22 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.56 - - [2025-09-22 02:32:48] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006243 10.0.0.56 - - [2025-09-22 02:32:51] "POST /neutron/port HTTP/1.1" 200 1092 0.046245 10.0.0.56 - - [2025-09-22 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.56 - - [2025-09-22 02:32:51] "POST /neutron/network HTTP/1.1" 200 930 0.007146 10.0.0.56 - - [2025-09-22 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.56 - - [2025-09-22 02:32:53] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007527 10.0.0.56 - - [2025-09-22 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.56 - - [2025-09-22 02:32:57] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006902 10.0.0.56 - - [2025-09-22 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.56 - - [2025-09-22 02:33:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004317 10.0.0.56 - - [2025-09-22 02:33:01] "GET /virtual-networks?parent_id=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003998 10.0.0.56 - - [2025-09-22 02:33:01] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006426 10.0.0.56 - - [2025-09-22 02:33:06] "POST /neutron/port HTTP/1.1" 200 1092 0.017047 10.0.0.56 - - [2025-09-22 02:33:07] "POST /neutron/port HTTP/1.1" 200 1091 0.016734 10.0.0.56 - - [2025-09-22 02:33:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.011979 10.0.0.56 - - [2025-09-22 02:33:08] "POST /neutron/port HTTP/1.1" 200 1092 0.045138 10.0.0.56 - - [2025-09-22 02:33:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009176 10.0.0.27 - - [2025-09-22 02:33:13] "DELETE /project/8dfaa4397bbf43a3be04671cb64bd7b7 HTTP/1.1" 404 173 0.004745 10.0.0.27 - - [2025-09-22 02:33:13] "DELETE /project/07acd46a-649a-43ac-a406-562d20780fe0 HTTP/1.1" 404 177 0.004244 10.0.0.56 - - [2025-09-22 02:33:17] "POST /neutron/port HTTP/1.1" 200 1091 0.016687 10.0.0.56 - - [2025-09-22 02:33:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007467 10.0.0.56 - - [2025-09-22 02:33:17] "GET /virtual-machine/4e378843-1a88-4547-930b-a9b8bbe53e8e HTTP/1.1" 200 1294 0.005986 10.0.0.56 - - [2025-09-22 02:33:17] "GET /virtual-machine-interface/4ed16583-63cb-4e02-90be-e105c9570544 HTTP/1.1" 200 2951 0.005494 10.0.0.56 - - [2025-09-22 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.56 - - [2025-09-22 02:33:17] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003730 10.0.0.56 - - [2025-09-22 02:33:17] "GET /virtual-networks?parent_id=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003116 10.0.0.56 - - [2025-09-22 02:33:17] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006233 10.0.0.56 - - [2025-09-22 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.56 - - [2025-09-22 02:33:20] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005566 10.0.0.56 - - [2025-09-22 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.56 - - [2025-09-22 02:33:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005109 10.0.0.56 - - [2025-09-22 02:33:24] "GET /virtual-networks?parent_id=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003115 10.0.0.56 - - [2025-09-22 02:33:24] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006890 10.0.0.56 - - [2025-09-22 02:33:29] "POST /neutron/port HTTP/1.1" 200 1091 0.015959 10.0.0.27 - - [2025-09-22 02:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.044481 10.0.0.56 - - [2025-09-22 02:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.071425 10.0.0.56 - - [2025-09-22 02:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.124224 10.0.0.27 - - [2025-09-22 02:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.135244 10.0.0.38 - - [2025-09-22 02:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.146985 10.0.0.27 - - [2025-09-22 02:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.025722 10.0.0.56 - - [2025-09-22 02:33:34] "GET /global-system-configs HTTP/1.1" 200 322 0.041065 10.0.0.56 - - [2025-09-22 02:33:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007061 10.0.0.38 - - [2025-09-22 02:33:35] "GET /global-system-configs HTTP/1.1" 200 322 0.060562 10.0.0.38 - - [2025-09-22 02:33:35] "GET /global-system-configs HTTP/1.1" 200 322 0.101216 10.0.0.38 - - [2025-09-22 02:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.214252 10.0.0.27 - - [2025-09-22 02:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.229003 10.0.0.56 - - [2025-09-22 02:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.240976 10.0.0.56 - - [2025-09-22 02:33:40] "POST /neutron/port HTTP/1.1" 200 1091 0.016416 10.0.0.56 - - [2025-09-22 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009958 10.0.0.56 - - [2025-09-22 02:33:51] "POST /neutron/network HTTP/1.1" 200 940 0.007316 10.0.0.56 - - [2025-09-22 02:33:51] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.56 - - [2025-09-22 02:34:07] "POST /neutron/port HTTP/1.1" 200 1091 0.022039 10.0.0.56 - - [2025-09-22 02:34:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009880 10.0.0.56 - - [2025-09-22 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-09-22 02:34:25] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.024359 10.0.0.56 - - [2025-09-22 02:34:25] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080141 10.0.0.56 - - [2025-09-22 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-09-22 02:34:26] "PUT /network-policy/7164c7fe-0756-47d0-a194-aea92f406fc0 HTTP/1.1" 200 262 0.015941 10.0.0.56 - - [2025-09-22 02:34:26] "PUT /access-control-list/4fc40c9f-8baa-43ac-a9b9-3d63e0ba27f0 HTTP/1.1" 200 272 0.043740 10.0.0.56 - - [2025-09-22 02:34:26] "POST /ref-update HTTP/1.1" 200 156 0.033147 10.0.0.56 - - [2025-09-22 02:34:29] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006334 10.0.0.56 - - [2025-09-22 02:34:29] "POST /neutron/network HTTP/1.1" 200 929 0.006707 10.0.0.56 - - [2025-09-22 02:34:29] "GET /virtual-network/0ba7d137-572e-4f2a-8e70-a07f14031e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008885 10.0.0.56 - - [2025-09-22 02:34:29] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008097 10.0.0.56 - - [2025-09-22 02:34:29] "POST /neutron/network HTTP/1.1" 200 930 0.006566 10.0.0.56 - - [2025-09-22 02:34:29] "GET /virtual-network/cd8f7db9-4137-4a2e-ac86-36571fd0dce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011698 10.0.0.56 - - [2025-09-22 02:34:29] "DELETE /network-policy/7164c7fe-0756-47d0-a194-aea92f406fc0 HTTP/1.1" 200 115 0.032386 10.0.0.56 - - [2025-09-22 02:34:29] "POST /neutron/network HTTP/1.1" 200 827 0.012286 10.0.0.56 - - [2025-09-22 02:34:30] "POST /neutron/port HTTP/1.1" 200 1092 0.015963 10.0.0.56 - - [2025-09-22 02:34:30] "POST /neutron/port HTTP/1.1" 200 1118 0.012796 10.0.0.27 - - [2025-09-22 02:34:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006726 10.0.0.27 - - [2025-09-22 02:34:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004076 10.0.0.56 - - [2025-09-22 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009731 10.0.0.56 - - [2025-09-22 02:34:32] "POST /neutron/network HTTP/1.1" 200 151 0.132249 10.0.0.56 - - [2025-09-22 02:34:32] "DELETE /route-target/1ec69e2e-2213-4424-8fcb-2bec83bc7b8a HTTP/1.1" 200 115 0.022534 10.0.0.27 - - [2025-09-22 02:34:34] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.56 - - [2025-09-22 02:34:34] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058159 10.0.0.27 - - [2025-09-22 02:34:34] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.56 - - [2025-09-22 02:34:34] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?fields=virtual_networks HTTP/1.1" 200 1036 0.042168 10.0.0.27 - - [2025-09-22 02:34:34] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000982 10.0.0.56 - - [2025-09-22 02:34:34] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.042167 10.0.0.27 - - [2025-09-22 02:34:34] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.56 - - [2025-09-22 02:34:34] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?fields=security_groups HTTP/1.1" 200 1264 0.055942 10.0.0.56 - - [2025-09-22 02:34:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.024330 10.0.0.27 - - [2025-09-22 02:34:35] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003298 10.0.0.27 - - [2025-09-22 02:34:35] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.27 - - [2025-09-22 02:34:35] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052596 10.0.0.27 - - [2025-09-22 02:34:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.002865 10.0.0.27 - - [2025-09-22 02:34:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.010004 10.0.0.27 - - [2025-09-22 02:34:35] "POST /security-groups HTTP/1.1" 200 603 0.029323 10.0.0.27 - - [2025-09-22 02:34:35] "POST /projects HTTP/1.1" 200 609 0.243604 10.0.0.56 - - [2025-09-22 02:34:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.013141 10.0.0.27 - - [2025-09-22 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.325204 10.0.0.56 - - [2025-09-22 02:34:35] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.523582 10.0.0.56 - - [2025-09-22 02:34:36] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.56 - - [2025-09-22 02:34:40] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2025-09-22 02:34:40] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.56 - - [2025-09-22 02:34:40] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065155 10.0.0.56 - - [2025-09-22 02:34:40] "GET / HTTP/1.1" 200 35931 0.003059 10.0.0.56 - - [2025-09-22 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2025-09-22 02:34:41] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.56 - - [2025-09-22 02:34:41] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007531 10.0.0.56 - - [2025-09-22 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.27 - - [2025-09-22 02:34:41] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.56 - - [2025-09-22 02:34:41] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040149 10.0.0.56 - - [2025-09-22 02:34:42] "GET /domains HTTP/1.1" 401 292 0.000432 10.0.0.56 - - [2025-09-22 02:34:42] "GET /domains HTTP/1.1" 200 280 0.026391 10.0.0.27 - - [2025-09-22 02:34:42] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.56 - - [2025-09-22 02:34:42] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d HTTP/1.1" 200 2773 0.010357 10.0.0.27 - - [2025-09-22 02:34:42] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.56 - - [2025-09-22 02:34:42] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f HTTP/1.1" 200 1924 0.102295 10.0.0.56 - - [2025-09-22 02:34:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003241 10.0.0.56 - - [2025-09-22 02:34:42] "POST /network-ipams HTTP/1.1" 200 621 0.026691 10.0.0.56 - - [2025-09-22 02:34:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003700 10.0.0.56 - - [2025-09-22 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.56 - - [2025-09-22 02:34:42] "GET /network-ipam/e048a3c9-3b35-4f54-bc64-dcc857cb3dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.007038 10.0.0.56 - - [2025-09-22 02:34:43] "PUT /network-ipam/e048a3c9-3b35-4f54-bc64-dcc857cb3dbc HTTP/1.1" 200 258 0.017759 10.0.0.56 - - [2025-09-22 02:34:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.56 - - [2025-09-22 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.024075 10.0.0.27 - - [2025-09-22 02:34:43] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.56 - - [2025-09-22 02:34:43] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039120 10.0.0.56 - - [2025-09-22 02:34:43] "POST /neutron/network HTTP/1.1" 200 117 0.031195 10.0.0.56 - - [2025-09-22 02:34:43] "POST /ref-update HTTP/1.1" 200 156 0.035027 10.0.0.27 - - [2025-09-22 02:34:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007693 10.0.0.56 - - [2025-09-22 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.224028 10.0.0.56 - - [2025-09-22 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 235 0.001456 10.0.0.56 - - [2025-09-22 02:34:44] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007605 10.0.0.56 - - [2025-09-22 02:34:44] "POST /neutron/network HTTP/1.1" 200 1336 0.011291 10.0.0.56 - - [2025-09-22 02:34:44] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.012634 10.0.0.56 - - [2025-09-22 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.010111 10.0.0.56 - - [2025-09-22 02:34:45] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005805 10.0.0.56 - - [2025-09-22 02:34:45] "GET /obj-perms HTTP/1.1" 200 5019 0.047831 10.0.0.27 - - [2025-09-22 02:34:46] "GET /obj-perms HTTP/1.1" 200 5019 0.045191 10.0.0.56 - - [2025-09-22 02:34:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003953 10.0.0.56 - - [2025-09-22 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-09-22 02:34:46] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.56 - - [2025-09-22 02:34:46] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037796 10.0.0.56 - - [2025-09-22 02:34:46] "POST /network-policys HTTP/1.1" 200 563 0.059952 10.0.0.56 - - [2025-09-22 02:34:46] "GET /network-policy/355e4c53-887f-43a5-94d5-f15e7b7a4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008770 10.0.0.56 - - [2025-09-22 02:34:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003576 10.0.0.56 - - [2025-09-22 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-09-22 02:34:47] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.56 - - [2025-09-22 02:34:47] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050767 10.0.0.56 - - [2025-09-22 02:34:47] "POST /network-policys HTTP/1.1" 200 563 0.034496 10.0.0.56 - - [2025-09-22 02:34:47] "GET /network-policy/8df7cd1b-7e33-4909-a0c2-7dfc053487b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.007347 10.0.0.56 - - [2025-09-22 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.003956 10.0.0.56 - - [2025-09-22 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2025-09-22 02:34:47] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.56 - - [2025-09-22 02:34:47] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039795 10.0.0.56 - - [2025-09-22 02:34:47] "POST /network-policys HTTP/1.1" 200 563 0.030437 10.0.0.56 - - [2025-09-22 02:34:47] "GET /network-policy/dd10191e-82ab-49af-80b5-e71598e41b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007003 10.0.0.56 - - [2025-09-22 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.003531 10.0.0.56 - - [2025-09-22 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2025-09-22 02:34:47] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.56 - - [2025-09-22 02:34:47] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049031 10.0.0.56 - - [2025-09-22 02:34:47] "POST /network-policys HTTP/1.1" 200 563 0.038905 10.0.0.56 - - [2025-09-22 02:34:48] "GET /network-policy/e2588a9d-fba6-48f9-988c-36e054f173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007004 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.003563 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-09-22 02:34:48] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.56 - - [2025-09-22 02:34:48] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050290 10.0.0.56 - - [2025-09-22 02:34:48] "POST /network-policys HTTP/1.1" 200 563 0.039596 10.0.0.56 - - [2025-09-22 02:34:48] "GET /network-policy/e7766f20-f747-46e6-9f9a-b43d60180c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.012812 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.003686 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-09-22 02:34:48] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.56 - - [2025-09-22 02:34:48] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043392 10.0.0.56 - - [2025-09-22 02:34:48] "POST /network-policys HTTP/1.1" 200 563 0.028818 10.0.0.56 - - [2025-09-22 02:34:48] "GET /network-policy/99c36372-1405-4ea2-9385-6dcdede4350d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006533 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.003388 10.0.0.56 - - [2025-09-22 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2025-09-22 02:34:49] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.56 - - [2025-09-22 02:34:49] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046834 10.0.0.56 - - [2025-09-22 02:34:49] "POST /network-policys HTTP/1.1" 200 563 0.030062 10.0.0.56 - - [2025-09-22 02:34:49] "GET /network-policy/ecb3aea5-1a70-42be-bfb6-56f8a4e7f5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007511 10.0.0.56 - - [2025-09-22 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.003654 10.0.0.56 - - [2025-09-22 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.27 - - [2025-09-22 02:34:49] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001294 10.0.0.56 - - [2025-09-22 02:34:49] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037302 10.0.0.56 - - [2025-09-22 02:34:49] "POST /network-policys HTTP/1.1" 200 563 0.029492 10.0.0.56 - - [2025-09-22 02:34:49] "GET /network-policy/88f92676-c738-4c37-976d-fbda92f60377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007348 10.0.0.56 - - [2025-09-22 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.003469 10.0.0.56 - - [2025-09-22 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-09-22 02:34:49] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001892 10.0.0.56 - - [2025-09-22 02:34:49] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055243 10.0.0.56 - - [2025-09-22 02:34:49] "POST /network-policys HTTP/1.1" 200 563 0.032346 10.0.0.56 - - [2025-09-22 02:34:49] "GET /network-policy/f1d5252b-639f-48d3-97e2-019697ab7b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007272 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.004515 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-09-22 02:34:50] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.56 - - [2025-09-22 02:34:50] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041307 10.0.0.56 - - [2025-09-22 02:34:50] "POST /network-policys HTTP/1.1" 200 563 0.030748 10.0.0.56 - - [2025-09-22 02:34:50] "GET /network-policy/f41ca76d-4c0c-4b26-ac16-2b229f2d9ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007913 10.0.0.56 - - [2025-09-22 02:34:50] "POST /neutron/network HTTP/1.1" 200 2249 0.153994 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.036078 10.0.0.56 - - [2025-09-22 02:34:50] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.026441 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011355 10.0.0.56 - - [2025-09-22 02:34:50] "GET /network-policy/355e4c53-887f-43a5-94d5-f15e7b7a4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004458 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.56 - - [2025-09-22 02:34:50] "GET /network-policy/88f92676-c738-4c37-976d-fbda92f60377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004715 10.0.0.56 - - [2025-09-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/8df7cd1b-7e33-4909-a0c2-7dfc053487b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005997 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/99c36372-1405-4ea2-9385-6dcdede4350d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004946 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/dd10191e-82ab-49af-80b5-e71598e41b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004714 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/e2588a9d-fba6-48f9-988c-36e054f173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005677 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/e7766f20-f747-46e6-9f9a-b43d60180c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005250 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/ecb3aea5-1a70-42be-bfb6-56f8a4e7f5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004338 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/f1d5252b-639f-48d3-97e2-019697ab7b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005791 10.0.0.56 - - [2025-09-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007600 10.0.0.56 - - [2025-09-22 02:34:51] "GET /network-policy/f41ca76d-4c0c-4b26-ac16-2b229f2d9ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004908 10.0.0.56 - - [2025-09-22 02:34:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.001627 10.0.0.27 - - [2025-09-22 02:34:52] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.56 - - [2025-09-22 02:34:52] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059552 10.0.0.56 - - [2025-09-22 02:34:52] "POST /neutron/network HTTP/1.1" 200 2249 0.034024 10.0.0.56 - - [2025-09-22 02:34:52] "POST /neutron/port HTTP/1.1" 200 117 0.007285 10.0.0.56 - - [2025-09-22 02:34:53] "PUT /access-control-list/aac85a19-ea23-42e2-b3ce-5c4e3bd3eb1b HTTP/1.1" 200 272 0.022081 10.0.0.56 - - [2025-09-22 02:34:53] "POST /neutron/port HTTP/1.1" 200 1173 0.019898 10.0.0.56 - - [2025-09-22 02:34:53] "POST /neutron/port HTTP/1.1" 200 1201 0.020913 10.0.0.56 - - [2025-09-22 02:34:53] "POST /neutron/subnet HTTP/1.1" 200 1356 0.020793 10.0.0.56 - - [2025-09-22 02:34:53] "POST /neutron/network HTTP/1.1" 200 2249 0.016019 10.0.0.56 - - [2025-09-22 02:34:57] "POST /neutron/port HTTP/1.1" 200 1201 0.018870 10.0.0.56 - - [2025-09-22 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010468 10.0.0.56 - - [2025-09-22 02:34:57] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-09-22 02:34:58] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 200 1305 0.028187 10.0.0.56 - - [2025-09-22 02:34:58] "GET /virtual-machine-interface/af27b351-5251-42b8-9e58-0205793b95dc HTTP/1.1" 200 3170 0.005669 10.0.0.56 - - [2025-09-22 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.56 - - [2025-09-22 02:34:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003727 10.0.0.56 - - [2025-09-22 02:34:58] "GET /virtual-networks?parent_id=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003484 10.0.0.56 - - [2025-09-22 02:34:58] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.007980 10.0.0.56 - - [2025-09-22 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-09-22 02:35:01] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006029 10.0.0.56 - - [2025-09-22 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.56 - - [2025-09-22 02:35:05] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.007314 10.0.0.56 - - [2025-09-22 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.56 - - [2025-09-22 02:35:09] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.009699 10.0.0.38 - - [2025-09-22 02:35:11] "GET /obj-perms HTTP/1.1" 200 5056 0.045757 10.0.0.56 - - [2025-09-22 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-09-22 02:35:13] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006500 10.0.0.27 - - [2025-09-22 02:35:13] "DELETE /project/f9fdd1aad4b2416db67efbf55289573f HTTP/1.1" 404 173 0.007583 10.0.0.27 - - [2025-09-22 02:35:13] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002761 10.0.0.27 - - [2025-09-22 02:35:13] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.056184 10.0.0.27 - - [2025-09-22 02:35:13] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000984 10.0.0.27 - - [2025-09-22 02:35:14] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?fields=security_groups HTTP/1.1" 200 1369 0.068124 10.0.0.27 - - [2025-09-22 02:35:14] "DELETE /security-group/58fdef12-47e0-410d-8afa-80361b992285 HTTP/1.1" 404 177 0.003942 10.0.0.27 - - [2025-09-22 02:35:14] "GET /projects?obj_uuids=8dfaa439-7bbf-43a3-be04-671cb64bd7b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003230 10.0.0.27 - - [2025-09-22 02:35:14] "GET /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7?fields=application_policy_sets HTTP/1.1" 200 1408 0.084722 10.0.0.27 - - [2025-09-22 02:35:14] "DELETE /project/8dfaa439-7bbf-43a3-be04-671cb64bd7b7 HTTP/1.1" 200 115 0.454674 10.0.0.56 - - [2025-09-22 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.56 - - [2025-09-22 02:35:17] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006999 10.0.0.56 - - [2025-09-22 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.56 - - [2025-09-22 02:35:22] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006677 10.0.0.56 - - [2025-09-22 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-09-22 02:35:26] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006728 10.0.0.56 - - [2025-09-22 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.56 - - [2025-09-22 02:35:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.56 - - [2025-09-22 02:35:28] "GET /virtual-networks?parent_id=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002838 10.0.0.56 - - [2025-09-22 02:35:28] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.007244 10.0.0.56 - - [2025-09-22 02:35:33] "POST /neutron/port HTTP/1.1" 200 1201 0.017404 10.0.0.56 - - [2025-09-22 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007278 10.0.0.56 - - [2025-09-22 02:35:43] "POST /neutron/port HTTP/1.1" 200 1201 0.019938 10.0.0.56 - - [2025-09-22 02:35:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008516 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/355e4c53-887f-43a5-94d5-f15e7b7a4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003797 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/8df7cd1b-7e33-4909-a0c2-7dfc053487b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004869 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/dd10191e-82ab-49af-80b5-e71598e41b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008323 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/e2588a9d-fba6-48f9-988c-36e054f173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005783 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009264 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/e7766f20-f747-46e6-9f9a-b43d60180c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005210 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/99c36372-1405-4ea2-9385-6dcdede4350d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004971 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/ecb3aea5-1a70-42be-bfb6-56f8a4e7f5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004515 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/88f92676-c738-4c37-976d-fbda92f60377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004674 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/f1d5252b-639f-48d3-97e2-019697ab7b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004560 10.0.0.56 - - [2025-09-22 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.56 - - [2025-09-22 02:35:44] "GET /network-policy/f41ca76d-4c0c-4b26-ac16-2b229f2d9ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005093 10.0.0.56 - - [2025-09-22 02:35:45] "PUT /access-control-list/aac85a19-ea23-42e2-b3ce-5c4e3bd3eb1b HTTP/1.1" 200 272 0.016430 10.0.0.56 - - [2025-09-22 02:35:45] "POST /neutron/network HTTP/1.1" 200 1439 0.023747 10.0.0.56 - - [2025-09-22 02:35:45] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.009049 10.0.0.56 - - [2025-09-22 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005695 10.0.0.56 - - [2025-09-22 02:35:45] "GET /network-policy/355e4c53-887f-43a5-94d5-f15e7b7a4439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005412 10.0.0.56 - - [2025-09-22 02:35:50] "POST /neutron/network HTTP/1.1" 200 1439 0.013977 10.0.0.56 - - [2025-09-22 02:35:50] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005381 10.0.0.56 - - [2025-09-22 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021627 10.0.0.56 - - [2025-09-22 02:35:50] "GET /network-policy/8df7cd1b-7e33-4909-a0c2-7dfc053487b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005614 10.0.0.56 - - [2025-09-22 02:35:52] "POST /neutron/network HTTP/1.1" 200 1449 0.012090 10.0.0.56 - - [2025-09-22 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017246 10.0.0.56 - - [2025-09-22 02:35:52] "POST /neutron/network HTTP/1.1" 200 1439 0.013798 10.0.0.56 - - [2025-09-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.009238 10.0.0.56 - - [2025-09-22 02:35:55] "POST /neutron/network HTTP/1.1" 200 1439 0.019565 10.0.0.56 - - [2025-09-22 02:35:55] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005557 10.0.0.56 - - [2025-09-22 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.56 - - [2025-09-22 02:35:55] "GET /network-policy/dd10191e-82ab-49af-80b5-e71598e41b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006557 10.0.0.56 - - [2025-09-22 02:36:00] "PUT /access-control-list/aac85a19-ea23-42e2-b3ce-5c4e3bd3eb1b HTTP/1.1" 200 272 0.014854 10.0.0.56 - - [2025-09-22 02:36:00] "POST /neutron/network HTTP/1.1" 200 1439 0.018822 10.0.0.56 - - [2025-09-22 02:36:01] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006036 10.0.0.56 - - [2025-09-22 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.56 - - [2025-09-22 02:36:01] "GET /network-policy/e2588a9d-fba6-48f9-988c-36e054f173fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005790 10.0.0.56 - - [2025-09-22 02:36:06] "POST /neutron/network HTTP/1.1" 200 1439 0.020029 10.0.0.56 - - [2025-09-22 02:36:06] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006080 10.0.0.56 - - [2025-09-22 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.56 - - [2025-09-22 02:36:06] "GET /network-policy/e7766f20-f747-46e6-9f9a-b43d60180c58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005346 10.0.0.56 - - [2025-09-22 02:36:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.005673 10.0.0.56 - - [2025-09-22 02:36:11] "POST /neutron/network HTTP/1.1" 200 1439 0.017320 10.0.0.56 - - [2025-09-22 02:36:11] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.011918 10.0.0.56 - - [2025-09-22 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.56 - - [2025-09-22 02:36:11] "GET /network-policy/99c36372-1405-4ea2-9385-6dcdede4350d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004783 10.0.0.56 - - [2025-09-22 02:36:16] "PUT /access-control-list/aac85a19-ea23-42e2-b3ce-5c4e3bd3eb1b HTTP/1.1" 200 272 0.017445 10.0.0.56 - - [2025-09-22 02:36:16] "POST /neutron/network HTTP/1.1" 200 1439 0.016097 10.0.0.56 - - [2025-09-22 02:36:16] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005397 10.0.0.56 - - [2025-09-22 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.56 - - [2025-09-22 02:36:16] "GET /network-policy/ecb3aea5-1a70-42be-bfb6-56f8a4e7f5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005878 10.0.0.56 - - [2025-09-22 02:36:22] "POST /neutron/network HTTP/1.1" 200 1439 0.014251 10.0.0.56 - - [2025-09-22 02:36:22] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005487 10.0.0.56 - - [2025-09-22 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.56 - - [2025-09-22 02:36:22] "GET /network-policy/88f92676-c738-4c37-976d-fbda92f60377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005228 10.0.0.56 - - [2025-09-22 02:36:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.004630 10.0.0.56 - - [2025-09-22 02:36:27] "POST /neutron/network HTTP/1.1" 200 1439 0.017410 10.0.0.56 - - [2025-09-22 02:36:27] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005230 10.0.0.56 - - [2025-09-22 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.56 - - [2025-09-22 02:36:27] "GET /network-policy/f1d5252b-639f-48d3-97e2-019697ab7b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005234 10.0.0.56 - - [2025-09-22 02:36:32] "PUT /access-control-list/aac85a19-ea23-42e2-b3ce-5c4e3bd3eb1b HTTP/1.1" 200 272 0.018240 10.0.0.56 - - [2025-09-22 02:36:32] "POST /neutron/network HTTP/1.1" 200 1439 0.017972 10.0.0.56 - - [2025-09-22 02:36:32] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.008150 10.0.0.56 - - [2025-09-22 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.56 - - [2025-09-22 02:36:32] "GET /network-policy/f41ca76d-4c0c-4b26-ac16-2b229f2d9ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005684 10.0.0.56 - - [2025-09-22 02:36:37] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 200 1305 0.004743 10.0.0.56 - - [2025-09-22 02:36:38] "POST /neutron/port HTTP/1.1" 200 151 0.221163 10.0.0.56 - - [2025-09-22 02:36:39] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 404 171 0.003739 10.0.0.56 - - [2025-09-22 02:36:39] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 404 171 0.003453 10.0.0.56 - - [2025-09-22 02:36:39] "GET /virtual-machine/a2425b3c-e634-46f7-8cf2-e14ea4748a2b HTTP/1.1" 404 171 0.004269 10.0.0.56 - - [2025-09-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.56 - - [2025-09-22 02:36:39] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004785 10.0.0.56 - - [2025-09-22 02:36:39] "GET /virtual-networks?parent_id=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004053 10.0.0.56 - - [2025-09-22 02:36:40] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.009318 10.0.0.56 - - [2025-09-22 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-09-22 02:36:40] "GET /routing-instance/bda1139a-d18f-48bd-be32-0e82efaf7e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004634 10.0.0.56 - - [2025-09-22 02:36:40] "GET /route-target/0ccda6f6-0d8f-4923-b735-5b36ddfb1866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004923 10.0.0.56 - - [2025-09-22 02:36:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003924 10.0.0.56 - - [2025-09-22 02:36:43] "GET /obj-perms HTTP/1.1" 200 5019 0.004981 10.0.0.56 - - [2025-09-22 02:36:43] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006260 10.0.0.56 - - [2025-09-22 02:36:43] "POST /neutron/network HTTP/1.1" 200 1336 0.017933 10.0.0.56 - - [2025-09-22 02:36:43] "GET /virtual-network/3233b8c7-7e59-4719-9ecf-aa44a9a562c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005707 10.0.0.56 - - [2025-09-22 02:36:43] "DELETE /network-policy/f41ca76d-4c0c-4b26-ac16-2b229f2d9ddc HTTP/1.1" 200 115 0.041084 10.0.0.56 - - [2025-09-22 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008042 10.0.0.27 - - [2025-09-22 02:36:43] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001172 10.0.0.56 - - [2025-09-22 02:36:43] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044358 10.0.0.56 - - [2025-09-22 02:36:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006831 10.0.0.56 - - [2025-09-22 02:36:44] "DELETE /network-policy/f1d5252b-639f-48d3-97e2-019697ab7b4a HTTP/1.1" 200 115 0.039081 10.0.0.56 - - [2025-09-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2025-09-22 02:36:44] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.56 - - [2025-09-22 02:36:44] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038771 10.0.0.56 - - [2025-09-22 02:36:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005617 10.0.0.56 - - [2025-09-22 02:36:44] "DELETE /network-policy/88f92676-c738-4c37-976d-fbda92f60377 HTTP/1.1" 200 115 0.044248 10.0.0.56 - - [2025-09-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012155 10.0.0.27 - - [2025-09-22 02:36:44] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.56 - - [2025-09-22 02:36:44] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039312 10.0.0.56 - - [2025-09-22 02:36:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005720 10.0.0.56 - - [2025-09-22 02:36:44] "DELETE /network-policy/ecb3aea5-1a70-42be-bfb6-56f8a4e7f5e5 HTTP/1.1" 200 115 0.032943 10.0.0.56 - - [2025-09-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2025-09-22 02:36:44] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.56 - - [2025-09-22 02:36:44] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065811 10.0.0.56 - - [2025-09-22 02:36:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006436 10.0.0.56 - - [2025-09-22 02:36:44] "DELETE /network-policy/99c36372-1405-4ea2-9385-6dcdede4350d HTTP/1.1" 200 115 0.038328 10.0.0.56 - - [2025-09-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2025-09-22 02:36:44] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.56 - - [2025-09-22 02:36:44] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050905 10.0.0.56 - - [2025-09-22 02:36:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005908 10.0.0.56 - - [2025-09-22 02:36:44] "DELETE /network-policy/e7766f20-f747-46e6-9f9a-b43d60180c58 HTTP/1.1" 200 115 0.046620 10.0.0.56 - - [2025-09-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2025-09-22 02:36:44] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.56 - - [2025-09-22 02:36:45] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064316 10.0.0.56 - - [2025-09-22 02:36:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006237 10.0.0.56 - - [2025-09-22 02:36:45] "DELETE /network-policy/e2588a9d-fba6-48f9-988c-36e054f173fa HTTP/1.1" 200 115 0.043994 10.0.0.56 - - [2025-09-22 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.27 - - [2025-09-22 02:36:45] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.56 - - [2025-09-22 02:36:45] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056116 10.0.0.56 - - [2025-09-22 02:36:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006036 10.0.0.56 - - [2025-09-22 02:36:45] "DELETE /network-policy/dd10191e-82ab-49af-80b5-e71598e41b1c HTTP/1.1" 200 115 0.053714 10.0.0.56 - - [2025-09-22 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-09-22 02:36:45] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.56 - - [2025-09-22 02:36:45] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058407 10.0.0.56 - - [2025-09-22 02:36:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006112 10.0.0.56 - - [2025-09-22 02:36:45] "DELETE /network-policy/8df7cd1b-7e33-4909-a0c2-7dfc053487b2 HTTP/1.1" 200 115 0.055952 10.0.0.56 - - [2025-09-22 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2025-09-22 02:36:45] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001861 10.0.0.56 - - [2025-09-22 02:36:45] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054330 10.0.0.56 - - [2025-09-22 02:36:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.008611 10.0.0.56 - - [2025-09-22 02:36:45] "DELETE /network-policy/355e4c53-887f-43a5-94d5-f15e7b7a4439 HTTP/1.1" 200 115 0.046628 10.0.0.56 - - [2025-09-22 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006251 10.0.0.27 - - [2025-09-22 02:36:46] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.56 - - [2025-09-22 02:36:46] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055559 10.0.0.56 - - [2025-09-22 02:36:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94402543&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006572 10.0.0.56 - - [2025-09-22 02:36:46] "DELETE /route-target/0ccda6f6-0d8f-4923-b735-5b36ddfb1866 HTTP/1.1" 200 115 0.023130 10.0.0.56 - - [2025-09-22 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-09-22 02:36:46] "DELETE /network-ipam/e048a3c9-3b35-4f54-bc64-dcc857cb3dbc HTTP/1.1" 200 115 0.035563 10.0.0.56 - - [2025-09-22 02:36:46] "POST /fqname-to-id HTTP/1.1" 404 260 0.003065 10.0.0.27 - - [2025-09-22 02:36:46] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.27 - - [2025-09-22 02:36:46] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.047832 10.0.0.27 - - [2025-09-22 02:36:46] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.27 - - [2025-09-22 02:36:46] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=security_groups HTTP/1.1" 200 1399 0.039594 10.0.0.27 - - [2025-09-22 02:36:46] "DELETE /security-group/e94d7933-8c12-4b75-ba4d-3e50024a1ded HTTP/1.1" 200 115 0.054310 10.0.0.27 - - [2025-09-22 02:36:46] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002345 10.0.0.27 - - [2025-09-22 02:36:47] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=application_policy_sets HTTP/1.1" 200 1438 0.060263 10.0.0.56 - - [2025-09-22 02:36:47] "DELETE /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f HTTP/1.1" 200 115 0.413687 10.0.0.27 - - [2025-09-22 02:36:47] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.56 - - [2025-09-22 02:36:47] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?fields=projects HTTP/1.1" 200 1244 0.010514 10.0.0.27 - - [2025-09-22 02:36:49] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003277 10.0.0.27 - - [2025-09-22 02:36:49] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.27 - - [2025-09-22 02:36:49] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050183 10.0.0.27 - - [2025-09-22 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.004915 10.0.0.27 - - [2025-09-22 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.006988 10.0.0.27 - - [2025-09-22 02:36:50] "POST /security-groups HTTP/1.1" 200 603 0.032292 10.0.0.56 - - [2025-09-22 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.004789 10.0.0.27 - - [2025-09-22 02:36:50] "POST /projects HTTP/1.1" 200 609 0.248934 10.0.0.27 - - [2025-09-22 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.323429 10.0.0.56 - - [2025-09-22 02:36:50] "POST /access-control-lists HTTP/1.1" 200 606 0.053195 10.0.0.56 - - [2025-09-22 02:36:50] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.503751 10.0.0.27 - - [2025-09-22 02:36:50] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.56 - - [2025-09-22 02:36:50] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=virtual_networks HTTP/1.1" 200 1056 0.049320 10.0.0.27 - - [2025-09-22 02:36:50] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.56 - - [2025-09-22 02:36:50] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.044237 10.0.0.27 - - [2025-09-22 02:36:50] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.56 - - [2025-09-22 02:36:50] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=security_groups HTTP/1.1" 200 1294 0.053180 10.0.0.56 - - [2025-09-22 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.026269 10.0.0.27 - - [2025-09-22 02:36:51] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003921 10.0.0.27 - - [2025-09-22 02:36:51] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.27 - - [2025-09-22 02:36:51] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008145 10.0.0.27 - - [2025-09-22 02:36:51] "POST /id-to-fqname HTTP/1.1" 200 196 0.002283 10.0.0.27 - - [2025-09-22 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.008261 10.0.0.27 - - [2025-09-22 02:36:51] "POST /security-groups HTTP/1.1" 200 597 0.031718 10.0.0.27 - - [2025-09-22 02:36:51] "POST /projects HTTP/1.1" 200 597 0.259887 10.0.0.56 - - [2025-09-22 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.012334 10.0.0.27 - - [2025-09-22 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.325967 10.0.0.56 - - [2025-09-22 02:36:51] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.460994 10.0.0.56 - - [2025-09-22 02:36:52] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.56 - - [2025-09-22 02:36:54] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2025-09-22 02:36:55] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001109 10.0.0.56 - - [2025-09-22 02:36:55] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063912 10.0.0.56 - - [2025-09-22 02:36:55] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.56 - - [2025-09-22 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.27 - - [2025-09-22 02:36:56] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.56 - - [2025-09-22 02:36:56] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007483 10.0.0.56 - - [2025-09-22 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2025-09-22 02:36:56] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.56 - - [2025-09-22 02:36:56] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040697 10.0.0.56 - - [2025-09-22 02:36:57] "GET /domains HTTP/1.1" 401 292 0.000551 10.0.0.56 - - [2025-09-22 02:36:57] "GET /domains HTTP/1.1" 200 280 0.023175 10.0.0.27 - - [2025-09-22 02:36:57] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.56 - - [2025-09-22 02:36:57] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d HTTP/1.1" 200 2777 0.009014 10.0.0.27 - - [2025-09-22 02:36:57] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.56 - - [2025-09-22 02:36:57] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e HTTP/1.1" 200 1887 0.098693 10.0.0.56 - - [2025-09-22 02:36:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004123 10.0.0.56 - - [2025-09-22 02:36:57] "POST /network-ipams HTTP/1.1" 200 603 0.036043 10.0.0.56 - - [2025-09-22 02:36:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003878 10.0.0.56 - - [2025-09-22 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.56 - - [2025-09-22 02:36:57] "GET /network-ipam/5ea0c1d9-9dc2-4f43-8195-712e7e7547e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.006978 10.0.0.56 - - [2025-09-22 02:36:57] "PUT /network-ipam/5ea0c1d9-9dc2-4f43-8195-712e7e7547e6 HTTP/1.1" 200 258 0.015971 10.0.0.56 - - [2025-09-22 02:36:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.56 - - [2025-09-22 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.023599 10.0.0.27 - - [2025-09-22 02:36:58] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.56 - - [2025-09-22 02:36:58] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038245 10.0.0.56 - - [2025-09-22 02:36:58] "POST /neutron/network HTTP/1.1" 200 117 0.030910 10.0.0.56 - - [2025-09-22 02:36:58] "POST /ref-update HTTP/1.1" 200 156 0.029112 10.0.0.27 - - [2025-09-22 02:36:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009020 10.0.0.56 - - [2025-09-22 02:36:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.213884 10.0.0.56 - - [2025-09-22 02:36:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001592 10.0.0.56 - - [2025-09-22 02:36:59] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006286 10.0.0.56 - - [2025-09-22 02:36:59] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005675 10.0.0.56 - - [2025-09-22 02:36:59] "POST /neutron/network HTTP/1.1" 200 1074 0.010796 10.0.0.56 - - [2025-09-22 02:36:59] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006803 10.0.0.38 - - [2025-09-22 02:37:00] "GET /obj-perms HTTP/1.1" 200 5013 0.062159 10.0.0.27 - - [2025-09-22 02:37:01] "GET /obj-perms HTTP/1.1" 200 5013 0.048518 10.0.0.56 - - [2025-09-22 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.27 - - [2025-09-22 02:37:01] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001491 10.0.0.56 - - [2025-09-22 02:37:01] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046827 10.0.0.56 - - [2025-09-22 02:37:01] "POST /neutron/network HTTP/1.1" 200 117 0.013851 10.0.0.27 - - [2025-09-22 02:37:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009375 10.0.0.56 - - [2025-09-22 02:37:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.190222 10.0.0.56 - - [2025-09-22 02:37:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001485 10.0.0.56 - - [2025-09-22 02:37:01] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006503 10.0.0.56 - - [2025-09-22 02:37:01] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006073 10.0.0.56 - - [2025-09-22 02:37:01] "POST /neutron/network HTTP/1.1" 200 1074 0.010874 10.0.0.56 - - [2025-09-22 02:37:02] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006246 10.0.0.56 - - [2025-09-22 02:37:02] "GET /obj-perms HTTP/1.1" 200 5013 0.041568 10.0.0.56 - - [2025-09-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.004584 10.0.0.56 - - [2025-09-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2025-09-22 02:37:02] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.56 - - [2025-09-22 02:37:02] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047087 10.0.0.56 - - [2025-09-22 02:37:02] "POST /network-policys HTTP/1.1" 200 527 0.029614 10.0.0.56 - - [2025-09-22 02:37:02] "GET /network-policy/1e4d1077-d7cb-49ec-b1d3-6bee3fd3f348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007209 10.0.0.56 - - [2025-09-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.004324 10.0.0.56 - - [2025-09-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-09-22 02:37:02] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.56 - - [2025-09-22 02:37:02] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044611 10.0.0.56 - - [2025-09-22 02:37:03] "POST /network-policys HTTP/1.1" 200 527 0.034454 10.0.0.56 - - [2025-09-22 02:37:03] "GET /network-policy/22734beb-6302-4d5e-8818-81453424fb02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006944 10.0.0.56 - - [2025-09-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003604 10.0.0.56 - - [2025-09-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2025-09-22 02:37:03] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.56 - - [2025-09-22 02:37:03] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048891 10.0.0.56 - - [2025-09-22 02:37:03] "POST /network-policys HTTP/1.1" 200 527 0.031724 10.0.0.56 - - [2025-09-22 02:37:03] "GET /network-policy/43cdff2a-7a06-4c9f-b70d-4723df5ff5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006847 10.0.0.56 - - [2025-09-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.003629 10.0.0.56 - - [2025-09-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2025-09-22 02:37:03] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.56 - - [2025-09-22 02:37:03] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044007 10.0.0.56 - - [2025-09-22 02:37:03] "POST /network-policys HTTP/1.1" 200 527 0.032472 10.0.0.56 - - [2025-09-22 02:37:03] "GET /network-policy/e35d3ec4-2787-460c-b861-22ba4e27e31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006912 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004199 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-09-22 02:37:04] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.56 - - [2025-09-22 02:37:04] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050230 10.0.0.56 - - [2025-09-22 02:37:04] "POST /network-policys HTTP/1.1" 200 531 0.035572 10.0.0.56 - - [2025-09-22 02:37:04] "GET /network-policy/ab0bac0e-6fd8-4236-a86e-a07818455df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006297 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.005367 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-09-22 02:37:04] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001327 10.0.0.56 - - [2025-09-22 02:37:04] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.052640 10.0.0.56 - - [2025-09-22 02:37:04] "POST /network-policys HTTP/1.1" 200 529 0.027607 10.0.0.56 - - [2025-09-22 02:37:04] "GET /network-policy/807487c2-d862-41dd-ad62-fc5596af194e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.010825 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003856 10.0.0.56 - - [2025-09-22 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2025-09-22 02:37:04] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001222 10.0.0.56 - - [2025-09-22 02:37:04] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051986 10.0.0.56 - - [2025-09-22 02:37:04] "POST /network-policys HTTP/1.1" 200 529 0.029932 10.0.0.56 - - [2025-09-22 02:37:04] "GET /network-policy/e29bab74-3dec-43f4-8927-d2cbf3a94300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006623 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003842 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2025-09-22 02:37:05] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001395 10.0.0.56 - - [2025-09-22 02:37:05] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.055479 10.0.0.56 - - [2025-09-22 02:37:05] "POST /network-policys HTTP/1.1" 200 529 0.034810 10.0.0.56 - - [2025-09-22 02:37:05] "GET /network-policy/4b3ea498-57d8-4505-bbdf-c17f98a87746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006783 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003573 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-09-22 02:37:05] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001303 10.0.0.56 - - [2025-09-22 02:37:05] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051456 10.0.0.56 - - [2025-09-22 02:37:05] "POST /network-policys HTTP/1.1" 200 529 0.034098 10.0.0.56 - - [2025-09-22 02:37:05] "GET /network-policy/adb945a9-5e7e-4b1f-8c0f-60f11d452d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007332 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003978 10.0.0.56 - - [2025-09-22 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2025-09-22 02:37:05] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.56 - - [2025-09-22 02:37:05] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040188 10.0.0.56 - - [2025-09-22 02:37:06] "POST /network-policys HTTP/1.1" 200 533 0.031253 10.0.0.56 - - [2025-09-22 02:37:06] "GET /network-policy/7d3d9b45-8199-4c66-93d7-4a1c6d30eff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.006144 10.0.0.56 - - [2025-09-22 02:37:06] "POST /neutron/network HTTP/1.1" 200 1074 0.010301 10.0.0.56 - - [2025-09-22 02:37:06] "POST /fqname-to-id HTTP/1.1" 404 246 0.003870 10.0.0.56 - - [2025-09-22 02:37:06] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.016945 10.0.0.56 - - [2025-09-22 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.56 - - [2025-09-22 02:37:06] "GET /network-policy/1e4d1077-d7cb-49ec-b1d3-6bee3fd3f348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004858 10.0.0.56 - - [2025-09-22 02:37:06] "POST /neutron/network HTTP/1.1" 200 1074 0.009954 10.0.0.56 - - [2025-09-22 02:37:06] "POST /access-control-lists HTTP/1.1" 200 603 0.041801 10.0.0.56 - - [2025-09-22 02:37:06] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.011210 10.0.0.56 - - [2025-09-22 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008888 10.0.0.56 - - [2025-09-22 02:37:06] "GET /network-policy/ab0bac0e-6fd8-4236-a86e-a07818455df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004475 10.0.0.56 - - [2025-09-22 02:37:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001651 10.0.0.56 - - [2025-09-22 02:37:07] "POST /neutron/network HTTP/1.1" 200 1167 0.009994 10.0.0.27 - - [2025-09-22 02:37:07] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001075 10.0.0.56 - - [2025-09-22 02:37:07] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068316 10.0.0.56 - - [2025-09-22 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.006663 10.0.0.56 - - [2025-09-22 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001158 10.0.0.56 - - [2025-09-22 02:37:08] "POST /neutron/network HTTP/1.1" 200 1167 0.010479 10.0.0.27 - - [2025-09-22 02:37:09] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001231 10.0.0.56 - - [2025-09-22 02:37:09] "POST /neutron/port HTTP/1.1" 200 1061 0.018073 10.0.0.56 - - [2025-09-22 02:37:09] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.077616 10.0.0.56 - - [2025-09-22 02:37:09] "POST /neutron/port HTTP/1.1" 200 1089 0.024133 10.0.0.56 - - [2025-09-22 02:37:09] "POST /neutron/port HTTP/1.1" 200 1089 0.020691 10.0.0.56 - - [2025-09-22 02:37:09] "POST /neutron/network HTTP/1.1" 200 1157 0.011759 10.0.0.56 - - [2025-09-22 02:37:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.014813 10.0.0.56 - - [2025-09-22 02:37:10] "PUT /access-control-list/432a7de4-3368-461b-b40f-b35b7868c3fb HTTP/1.1" 200 272 0.029059 10.0.0.56 - - [2025-09-22 02:37:10] "POST /neutron/port HTTP/1.1" 200 1061 0.016485 10.0.0.56 - - [2025-09-22 02:37:10] "POST /neutron/port HTTP/1.1" 200 1089 0.027869 10.0.0.56 - - [2025-09-22 02:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.27 - - [2025-09-22 02:37:14] "DELETE /project/328ff771438040e29c1b8a98fa57640e HTTP/1.1" 404 173 0.010097 10.0.0.27 - - [2025-09-22 02:37:14] "DELETE /project/f9fdd1aad4b2416db67efbf55289573f HTTP/1.1" 404 173 0.008514 10.0.0.27 - - [2025-09-22 02:37:14] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001420 10.0.0.27 - - [2025-09-22 02:37:14] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.039894 10.0.0.27 - - [2025-09-22 02:37:14] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001373 10.0.0.27 - - [2025-09-22 02:37:14] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=security_groups HTTP/1.1" 200 1399 0.039819 10.0.0.56 - - [2025-09-22 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.026553 10.0.0.27 - - [2025-09-22 02:37:14] "DELETE /security-group/ed19c2b2-489c-4e4b-a1f7-745199d827e3 HTTP/1.1" 200 115 0.056873 10.0.0.27 - - [2025-09-22 02:37:14] "GET /projects?obj_uuids=f9fdd1aa-d4b2-416d-b67e-fbf55289573f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001713 10.0.0.27 - - [2025-09-22 02:37:14] "GET /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f?fields=application_policy_sets HTTP/1.1" 200 1438 0.051192 10.0.0.56 - - [2025-09-22 02:37:14] "POST /neutron/port HTTP/1.1" 200 1089 0.048383 10.0.0.27 - - [2025-09-22 02:37:15] "DELETE /project/f9fdd1aa-d4b2-416d-b67e-fbf55289573f HTTP/1.1" 200 115 0.460636 10.0.0.56 - - [2025-09-22 02:37:15] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-09-22 02:37:15] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 200 1298 0.026576 10.0.0.56 - - [2025-09-22 02:37:15] "GET /virtual-machine-interface/203f69af-0682-478a-99e5-9e60d25776f5 HTTP/1.1" 200 2951 0.005317 10.0.0.56 - - [2025-09-22 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.56 - - [2025-09-22 02:37:15] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003578 10.0.0.56 - - [2025-09-22 02:37:15] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005636 10.0.0.56 - - [2025-09-22 02:37:15] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006625 10.0.0.56 - - [2025-09-22 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.56 - - [2025-09-22 02:37:18] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007431 10.0.0.56 - - [2025-09-22 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.56 - - [2025-09-22 02:37:22] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006065 10.0.0.56 - - [2025-09-22 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.56 - - [2025-09-22 02:37:26] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005797 10.0.0.56 - - [2025-09-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.56 - - [2025-09-22 02:37:30] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005333 10.0.0.56 - - [2025-09-22 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.56 - - [2025-09-22 02:37:34] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007011 10.0.0.56 - - [2025-09-22 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.56 - - [2025-09-22 02:37:39] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006341 10.0.0.56 - - [2025-09-22 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.56 - - [2025-09-22 02:37:43] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003838 10.0.0.56 - - [2025-09-22 02:37:43] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002978 10.0.0.56 - - [2025-09-22 02:37:43] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006174 10.0.0.56 - - [2025-09-22 02:37:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008564 10.0.0.56 - - [2025-09-22 02:37:52] "POST /neutron/port HTTP/1.1" 200 1089 0.017452 10.0.0.56 - - [2025-09-22 02:37:53] "POST /neutron/port HTTP/1.1" 200 1089 0.035033 10.0.0.56 - - [2025-09-22 02:37:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.012008 10.0.0.56 - - [2025-09-22 02:37:53] "POST /neutron/port HTTP/1.1" 200 1089 0.017859 10.0.0.56 - - [2025-09-22 02:37:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009392 10.0.0.56 - - [2025-09-22 02:38:04] "POST /neutron/port HTTP/1.1" 200 1089 0.017611 10.0.0.56 - - [2025-09-22 02:38:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008325 10.0.0.56 - - [2025-09-22 02:38:04] "GET /virtual-machine/d299e44e-f264-45a7-9475-cc8e524da107 HTTP/1.1" 200 1299 0.006226 10.0.0.56 - - [2025-09-22 02:38:04] "GET /virtual-machine-interface/28996165-1e74-43c5-b37e-8dca267e8932 HTTP/1.1" 200 2951 0.006827 10.0.0.56 - - [2025-09-22 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.56 - - [2025-09-22 02:38:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004930 10.0.0.56 - - [2025-09-22 02:38:04] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004108 10.0.0.56 - - [2025-09-22 02:38:04] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006413 10.0.0.56 - - [2025-09-22 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.56 - - [2025-09-22 02:38:05] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004090 10.0.0.56 - - [2025-09-22 02:38:05] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003879 10.0.0.56 - - [2025-09-22 02:38:05] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006696 10.0.0.56 - - [2025-09-22 02:38:10] "POST /neutron/port HTTP/1.1" 200 1089 0.015659 10.0.0.56 - - [2025-09-22 02:38:12] "POST /neutron/port HTTP/1.1" 200 1089 0.053929 10.0.0.56 - - [2025-09-22 02:38:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.011386 10.0.0.56 - - [2025-09-22 02:38:13] "POST /neutron/port HTTP/1.1" 200 1089 0.310184 10.0.0.27 - - [2025-09-22 02:38:14] "GET /obj-perms HTTP/1.1" 200 5056 0.052935 10.0.0.56 - - [2025-09-22 02:38:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009020 10.0.0.56 - - [2025-09-22 02:38:26] "POST /neutron/port HTTP/1.1" 200 2062 0.024529 10.0.0.56 - - [2025-09-22 02:38:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007852 10.0.0.56 - - [2025-09-22 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.56 - - [2025-09-22 02:38:26] "GET /network-policy/ab0bac0e-6fd8-4236-a86e-a07818455df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005786 10.0.0.56 - - [2025-09-22 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.56 - - [2025-09-22 02:38:26] "GET /network-policy/1e4d1077-d7cb-49ec-b1d3-6bee3fd3f348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003764 10.0.0.56 - - [2025-09-22 02:38:26] "POST /neutron/network HTTP/1.1" 200 1157 0.010005 10.0.0.56 - - [2025-09-22 02:38:27] "PUT /access-control-list/400abcb3-ca33-434b-8b72-f2b0b5bab21f HTTP/1.1" 200 272 0.041657 10.0.0.56 - - [2025-09-22 02:38:27] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008340 10.0.0.56 - - [2025-09-22 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.56 - - [2025-09-22 02:38:27] "GET /network-policy/22734beb-6302-4d5e-8818-81453424fb02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004742 10.0.0.27 - - [2025-09-22 02:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.055887 10.0.0.38 - - [2025-09-22 02:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.139181 10.0.0.56 - - [2025-09-22 02:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.051967 10.0.0.56 - - [2025-09-22 02:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.134197 10.0.0.27 - - [2025-09-22 02:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.054689 10.0.0.27 - - [2025-09-22 02:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.131412 10.0.0.56 - - [2025-09-22 02:38:34] "GET /global-system-configs HTTP/1.1" 200 322 0.056363 10.0.0.38 - - [2025-09-22 02:38:34] "GET /obj-perms HTTP/1.1" 200 5056 0.133607 10.0.0.38 - - [2025-09-22 02:38:35] "GET /global-system-configs HTTP/1.1" 200 322 0.070272 10.0.0.38 - - [2025-09-22 02:38:35] "GET /global-system-configs HTTP/1.1" 200 322 0.181670 10.0.0.56 - - [2025-09-22 02:38:35] "GET /obj-perms HTTP/1.1" 200 5056 0.247351 10.0.0.27 - - [2025-09-22 02:38:35] "GET /obj-perms HTTP/1.1" 200 5056 0.307523 10.0.0.56 - - [2025-09-22 02:38:55] "POST /neutron/port HTTP/1.1" 200 1089 0.017434 10.0.0.56 - - [2025-09-22 02:38:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003942 10.0.0.56 - - [2025-09-22 02:38:55] "POST /neutron/network HTTP/1.1" 200 1157 0.009072 10.0.0.56 - - [2025-09-22 02:39:14] "POST /neutron/network HTTP/1.1" 200 1169 0.011404 10.0.0.56 - - [2025-09-22 02:39:14] "POST /neutron/network HTTP/1.1" 200 1160 0.085043 10.0.0.56 - - [2025-09-22 02:39:14] "POST /neutron/network HTTP/1.1" 200 1160 0.014076 10.0.0.56 - - [2025-09-22 02:39:14] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008096 10.0.0.56 - - [2025-09-22 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.021206 10.0.0.56 - - [2025-09-22 02:39:14] "GET /network-policy/7d3d9b45-8199-4c66-93d7-4a1c6d30eff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004742 10.0.0.38 - - [2025-09-22 02:39:14] "GET /obj-perms HTTP/1.1" 200 5056 0.042943 10.0.0.56 - - [2025-09-22 02:39:23] "PUT /access-control-list/400abcb3-ca33-434b-8b72-f2b0b5bab21f HTTP/1.1" 200 272 0.032900 10.0.0.56 - - [2025-09-22 02:39:23] "POST /neutron/network HTTP/1.1" 200 1157 0.121083 10.0.0.56 - - [2025-09-22 02:39:23] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008590 10.0.0.56 - - [2025-09-22 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.56 - - [2025-09-22 02:39:23] "GET /network-policy/43cdff2a-7a06-4c9f-b70d-4723df5ff5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004620 10.0.0.56 - - [2025-09-22 02:39:32] "POST /neutron/network HTTP/1.1" 200 1157 0.085720 10.0.0.56 - - [2025-09-22 02:39:32] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007890 10.0.0.56 - - [2025-09-22 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.56 - - [2025-09-22 02:39:32] "GET /network-policy/e35d3ec4-2787-460c-b861-22ba4e27e31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004681 10.0.0.56 - - [2025-09-22 02:39:39] "POST /neutron/network HTTP/1.1" 200 1158 0.096043 10.0.0.56 - - [2025-09-22 02:39:39] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007301 10.0.0.56 - - [2025-09-22 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.56 - - [2025-09-22 02:39:39] "PUT /access-control-list/400abcb3-ca33-434b-8b72-f2b0b5bab21f HTTP/1.1" 200 272 0.103245 10.0.0.56 - - [2025-09-22 02:39:39] "GET /network-policy/807487c2-d862-41dd-ad62-fc5596af194e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004321 10.0.0.56 - - [2025-09-22 02:39:48] "POST /neutron/network HTTP/1.1" 200 1158 0.107836 10.0.0.56 - - [2025-09-22 02:39:48] "POST /ref-update HTTP/1.1" 200 156 0.052249 10.0.0.56 - - [2025-09-22 02:39:48] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.020060 10.0.0.56 - - [2025-09-22 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009859 10.0.0.56 - - [2025-09-22 02:39:48] "GET /network-policy/e29bab74-3dec-43f4-8927-d2cbf3a94300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004666 10.0.0.56 - - [2025-09-22 02:39:56] "POST /neutron/network HTTP/1.1" 200 1158 0.095614 10.0.0.56 - - [2025-09-22 02:39:56] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006478 10.0.0.56 - - [2025-09-22 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.56 - - [2025-09-22 02:39:56] "GET /network-policy/4b3ea498-57d8-4505-bbdf-c17f98a87746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004449 10.0.0.56 - - [2025-09-22 02:39:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016047 10.0.0.56 - - [2025-09-22 02:39:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.012321 10.0.0.56 - - [2025-09-22 02:40:04] "POST /neutron/network HTTP/1.1" 200 1158 0.010360 10.0.0.56 - - [2025-09-22 02:40:05] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008214 10.0.0.56 - - [2025-09-22 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.56 - - [2025-09-22 02:40:05] "GET /network-policy/adb945a9-5e7e-4b1f-8c0f-60f11d452d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004819 10.0.0.56 - - [2025-09-22 02:40:12] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006229 10.0.0.56 - - [2025-09-22 02:40:12] "POST /neutron/network HTTP/1.1" 200 1158 0.008380 10.0.0.56 - - [2025-09-22 02:40:12] "DELETE /access-control-list/400abcb3-ca33-434b-8b72-f2b0b5bab21f HTTP/1.1" 200 115 0.044985 10.0.0.56 - - [2025-09-22 02:40:12] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008653 10.0.0.56 - - [2025-09-22 02:40:13] "GET /virtual-machine/d299e44e-f264-45a7-9475-cc8e524da107 HTTP/1.1" 200 1299 0.005314 10.0.0.56 - - [2025-09-22 02:40:13] "POST /neutron/port HTTP/1.1" 200 1089 0.026324 10.0.0.56 - - [2025-09-22 02:40:15] "GET /virtual-machine/d299e44e-f264-45a7-9475-cc8e524da107 HTTP/1.1" 404 171 0.003971 10.0.0.56 - - [2025-09-22 02:40:15] "GET /virtual-machine/d299e44e-f264-45a7-9475-cc8e524da107 HTTP/1.1" 404 171 0.003332 10.0.0.56 - - [2025-09-22 02:40:15] "GET /virtual-machine/d299e44e-f264-45a7-9475-cc8e524da107 HTTP/1.1" 404 171 0.003078 10.0.0.56 - - [2025-09-22 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005725 10.0.0.56 - - [2025-09-22 02:40:15] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003795 10.0.0.56 - - [2025-09-22 02:40:15] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002925 10.0.0.56 - - [2025-09-22 02:40:15] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006100 10.0.0.56 - - [2025-09-22 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.56 - - [2025-09-22 02:40:15] "GET /routing-instance/43f6ee0b-60e1-4a6c-930e-28d4ea2c4de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004431 10.0.0.56 - - [2025-09-22 02:40:15] "GET /route-target/74411944-d13a-4dcc-93a5-ebef15822cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004333 10.0.0.56 - - [2025-09-22 02:40:15] "GET /obj-perms HTTP/1.1" 200 5013 0.004338 10.0.0.27 - - [2025-09-22 02:40:18] "GET /obj-perms HTTP/1.1" 200 5013 0.004290 10.0.0.56 - - [2025-09-22 02:40:21] "GET /obj-perms HTTP/1.1" 200 5013 0.004489 10.0.0.27 - - [2025-09-22 02:40:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004825 10.0.0.56 - - [2025-09-22 02:40:30] "GET /obj-perms HTTP/1.1" 200 5013 0.003773 10.0.0.27 - - [2025-09-22 02:40:37] "GET /obj-perms HTTP/1.1" 200 5013 0.004629 10.0.0.56 - - [2025-09-22 02:40:37] "GET /obj-perms HTTP/1.1" 200 5013 0.004867 10.0.0.56 - - [2025-09-22 02:40:37] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 200 1298 0.004813 10.0.0.56 - - [2025-09-22 02:40:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016632 10.0.0.56 - - [2025-09-22 02:40:39] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 404 171 0.003636 10.0.0.56 - - [2025-09-22 02:40:39] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 404 171 0.002598 10.0.0.56 - - [2025-09-22 02:40:39] "GET /virtual-machine/1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 HTTP/1.1" 404 171 0.002825 10.0.0.56 - - [2025-09-22 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.56 - - [2025-09-22 02:40:39] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003956 10.0.0.56 - - [2025-09-22 02:40:39] "GET /virtual-networks?parent_id=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002795 10.0.0.56 - - [2025-09-22 02:40:39] "GET /virtual-network/83a88e92-3605-4ef7-9eb0-db868c261a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007904 10.0.0.56 - - [2025-09-22 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.56 - - [2025-09-22 02:40:39] "GET /routing-instance/12449e55-edda-45b5-9637-8e7556f98c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005187 10.0.0.56 - - [2025-09-22 02:40:39] "GET /route-target/23f7b6dc-0fa0-4181-a9c5-62fb9c97f510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005471 10.0.0.56 - - [2025-09-22 02:40:39] "GET /obj-perms HTTP/1.1" 200 5013 0.003837 10.0.0.56 - - [2025-09-22 02:40:42] "GET /obj-perms HTTP/1.1" 200 5013 0.005555 10.0.0.56 - - [2025-09-22 02:40:43] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007926 10.0.0.56 - - [2025-09-22 02:40:43] "POST /neutron/network HTTP/1.1" 200 1159 0.009436 10.0.0.56 - - [2025-09-22 02:40:43] "POST /ref-update HTTP/1.1" 200 156 0.025113 10.0.0.56 - - [2025-09-22 02:40:43] "GET /virtual-network/c21d8c55-92ba-4484-baef-d9b641fc00f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.011575 10.0.0.56 - - [2025-09-22 02:40:43] "DELETE /network-policy/7d3d9b45-8199-4c66-93d7-4a1c6d30eff5 HTTP/1.1" 200 115 0.035642 10.0.0.56 - - [2025-09-22 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2025-09-22 02:40:43] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023586 10.0.0.56 - - [2025-09-22 02:40:43] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067852 10.0.0.56 - - [2025-09-22 02:40:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.017716 10.0.0.56 - - [2025-09-22 02:40:43] "DELETE /network-policy/adb945a9-5e7e-4b1f-8c0f-60f11d452d67 HTTP/1.1" 200 115 0.048369 10.0.0.56 - - [2025-09-22 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2025-09-22 02:40:43] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.56 - - [2025-09-22 02:40:43] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041825 10.0.0.56 - - [2025-09-22 02:40:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006352 10.0.0.56 - - [2025-09-22 02:40:44] "DELETE /network-policy/4b3ea498-57d8-4505-bbdf-c17f98a87746 HTTP/1.1" 200 115 0.052964 10.0.0.56 - - [2025-09-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412 10.0.0.27 - - [2025-09-22 02:40:44] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001151 10.0.0.56 - - [2025-09-22 02:40:44] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063097 10.0.0.56 - - [2025-09-22 02:40:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006123 10.0.0.56 - - [2025-09-22 02:40:44] "DELETE /network-policy/e29bab74-3dec-43f4-8927-d2cbf3a94300 HTTP/1.1" 200 115 0.044304 10.0.0.56 - - [2025-09-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.27 - - [2025-09-22 02:40:44] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.56 - - [2025-09-22 02:40:44] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046730 10.0.0.56 - - [2025-09-22 02:40:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005987 10.0.0.56 - - [2025-09-22 02:40:44] "DELETE /network-policy/807487c2-d862-41dd-ad62-fc5596af194e HTTP/1.1" 200 115 0.054484 10.0.0.56 - - [2025-09-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2025-09-22 02:40:44] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085 10.0.0.56 - - [2025-09-22 02:40:44] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.060845 10.0.0.56 - - [2025-09-22 02:40:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006025 10.0.0.56 - - [2025-09-22 02:40:44] "DELETE /network-policy/ab0bac0e-6fd8-4236-a86e-a07818455df9 HTTP/1.1" 200 115 0.039459 10.0.0.56 - - [2025-09-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006251 10.0.0.27 - - [2025-09-22 02:40:44] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.56 - - [2025-09-22 02:40:44] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058452 10.0.0.56 - - [2025-09-22 02:40:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.014427 10.0.0.56 - - [2025-09-22 02:40:45] "DELETE /network-policy/e35d3ec4-2787-460c-b861-22ba4e27e31d HTTP/1.1" 200 115 0.050264 10.0.0.56 - - [2025-09-22 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2025-09-22 02:40:45] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001216 10.0.0.56 - - [2025-09-22 02:40:45] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065406 10.0.0.56 - - [2025-09-22 02:40:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.006558 10.0.0.56 - - [2025-09-22 02:40:45] "DELETE /network-policy/43cdff2a-7a06-4c9f-b70d-4723df5ff5c8 HTTP/1.1" 200 115 0.051467 10.0.0.56 - - [2025-09-22 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-09-22 02:40:45] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170 10.0.0.56 - - [2025-09-22 02:40:45] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049725 10.0.0.56 - - [2025-09-22 02:40:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006206 10.0.0.56 - - [2025-09-22 02:40:45] "DELETE /network-policy/22734beb-6302-4d5e-8818-81453424fb02 HTTP/1.1" 200 115 0.052348 10.0.0.56 - - [2025-09-22 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007536 10.0.0.27 - - [2025-09-22 02:40:45] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001193 10.0.0.56 - - [2025-09-22 02:40:45] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049061 10.0.0.56 - - [2025-09-22 02:40:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006116 10.0.0.56 - - [2025-09-22 02:40:45] "DELETE /network-policy/1e4d1077-d7cb-49ec-b1d3-6bee3fd3f348 HTTP/1.1" 200 115 0.051950 10.0.0.56 - - [2025-09-22 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2025-09-22 02:40:45] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.56 - - [2025-09-22 02:40:45] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.059083 10.0.0.56 - - [2025-09-22 02:40:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-95287583&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006771 10.0.0.56 - - [2025-09-22 02:40:46] "POST /neutron/network HTTP/1.1" 200 1074 0.010698 10.0.0.56 - - [2025-09-22 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.27 - - [2025-09-22 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003342 10.0.0.27 - - [2025-09-22 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004747 10.0.0.27 - - [2025-09-22 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008355 10.0.0.27 - - [2025-09-22 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.56 - - [2025-09-22 02:40:46] "POST /neutron/network HTTP/1.1" 200 151 0.188924 10.0.0.56 - - [2025-09-22 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.56 - - [2025-09-22 02:40:46] "DELETE /network-ipam/5ea0c1d9-9dc2-4f43-8195-712e7e7547e6 HTTP/1.1" 200 115 0.040124 10.0.0.56 - - [2025-09-22 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 248 0.004679 10.0.0.27 - - [2025-09-22 02:40:46] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.27 - - [2025-09-22 02:40:47] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.041458 10.0.0.27 - - [2025-09-22 02:40:47] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.27 - - [2025-09-22 02:40:47] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=security_groups HTTP/1.1" 200 1380 0.058580 10.0.0.27 - - [2025-09-22 02:40:47] "DELETE /security-group/e810bb60-ed64-4723-9123-18de57c5ee2e HTTP/1.1" 200 115 0.051756 10.0.0.27 - - [2025-09-22 02:40:47] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.27 - - [2025-09-22 02:40:47] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=application_policy_sets HTTP/1.1" 200 1419 0.050648 10.0.0.56 - - [2025-09-22 02:40:47] "DELETE /access-control-list/99daac2c-bbbd-4970-a7b8-aa907cd8a300 HTTP/1.1" 200 115 0.074287 10.0.0.56 - - [2025-09-22 02:40:47] "DELETE /project/328ff771-4380-40e2-9c1b-8a98fa57640e HTTP/1.1" 200 115 0.443701 10.0.0.27 - - [2025-09-22 02:40:47] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.56 - - [2025-09-22 02:40:47] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?fields=projects HTTP/1.1" 200 1244 0.013299 10.0.0.27 - - [2025-09-22 02:40:48] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003879 10.0.0.27 - - [2025-09-22 02:40:48] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.27 - - [2025-09-22 02:40:48] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.067780 10.0.0.27 - - [2025-09-22 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 196 0.005920 10.0.0.27 - - [2025-09-22 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.005696 10.0.0.27 - - [2025-09-22 02:40:49] "POST /security-groups HTTP/1.1" 200 597 0.032958 10.0.0.27 - - [2025-09-22 02:40:49] "POST /projects HTTP/1.1" 200 597 0.240720 10.0.0.56 - - [2025-09-22 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.013396 10.0.0.27 - - [2025-09-22 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.307857 10.0.0.56 - - [2025-09-22 02:40:49] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.502184 10.0.0.27 - - [2025-09-22 02:40:49] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002064 10.0.0.56 - - [2025-09-22 02:40:49] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=virtual_networks HTTP/1.1" 200 1043 0.058766 10.0.0.27 - - [2025-09-22 02:40:49] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001627 10.0.0.56 - - [2025-09-22 02:40:49] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041026 10.0.0.27 - - [2025-09-22 02:40:49] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001089 10.0.0.56 - - [2025-09-22 02:40:49] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=security_groups HTTP/1.1" 200 1275 0.039830 10.0.0.56 - - [2025-09-22 02:40:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.022370 10.0.0.27 - - [2025-09-22 02:40:50] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003952 10.0.0.27 - - [2025-09-22 02:40:50] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.27 - - [2025-09-22 02:40:50] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007629 10.0.0.27 - - [2025-09-22 02:40:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.009032 10.0.0.27 - - [2025-09-22 02:40:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003921 10.0.0.27 - - [2025-09-22 02:40:50] "POST /security-groups HTTP/1.1" 200 603 0.038733 10.0.0.27 - - [2025-09-22 02:40:50] "POST /projects HTTP/1.1" 200 609 0.252038 10.0.0.56 - - [2025-09-22 02:40:50] "POST /access-control-lists HTTP/1.1" 200 608 0.033199 10.0.0.27 - - [2025-09-22 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.316736 10.0.0.56 - - [2025-09-22 02:40:50] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.455143 10.0.0.56 - - [2025-09-22 02:40:51] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.56 - - [2025-09-22 02:40:53] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-09-22 02:40:53] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.56 - - [2025-09-22 02:40:54] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066239 10.0.0.56 - - [2025-09-22 02:40:54] "GET / HTTP/1.1" 200 35931 0.004591 10.0.0.56 - - [2025-09-22 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2025-09-22 02:40:54] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.56 - - [2025-09-22 02:40:54] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007078 10.0.0.56 - - [2025-09-22 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2025-09-22 02:40:54] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001325 10.0.0.56 - - [2025-09-22 02:40:54] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046238 10.0.0.56 - - [2025-09-22 02:40:55] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.56 - - [2025-09-22 02:40:56] "GET /domains HTTP/1.1" 200 280 0.026035 10.0.0.27 - - [2025-09-22 02:40:56] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.56 - - [2025-09-22 02:40:56] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d HTTP/1.1" 200 2777 0.011691 10.0.0.27 - - [2025-09-22 02:40:56] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.56 - - [2025-09-22 02:40:56] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d HTTP/1.1" 200 1923 0.087870 10.0.0.56 - - [2025-09-22 02:40:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003235 10.0.0.56 - - [2025-09-22 02:40:56] "POST /network-ipams HTTP/1.1" 200 621 0.038572 10.0.0.56 - - [2025-09-22 02:40:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003591 10.0.0.56 - - [2025-09-22 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.56 - - [2025-09-22 02:40:56] "GET /network-ipam/21d80852-27ff-49a9-ab9d-7f877bc4aadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006906 10.0.0.56 - - [2025-09-22 02:40:56] "PUT /network-ipam/21d80852-27ff-49a9-ab9d-7f877bc4aadf HTTP/1.1" 200 258 0.017767 10.0.0.56 - - [2025-09-22 02:40:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.56 - - [2025-09-22 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.023957 10.0.0.27 - - [2025-09-22 02:40:57] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001402 10.0.0.56 - - [2025-09-22 02:40:57] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047751 10.0.0.56 - - [2025-09-22 02:40:57] "POST /route-targets HTTP/1.1" 200 327 0.014126 10.0.0.27 - - [2025-09-22 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.011442 10.0.0.56 - - [2025-09-22 02:40:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.232899 10.0.0.56 - - [2025-09-22 02:40:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.034750 10.0.0.56 - - [2025-09-22 02:40:58] "POST /neutron/network HTTP/1.1" 200 1336 0.014466 10.0.0.56 - - [2025-09-22 02:40:58] "POST /id-to-fqname HTTP/1.1" 200 235 0.001150 10.0.0.56 - - [2025-09-22 02:40:58] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006064 10.0.0.56 - - [2025-09-22 02:40:58] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006162 10.0.0.56 - - [2025-09-22 02:40:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.008801 10.0.0.56 - - [2025-09-22 02:40:58] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006693 10.0.0.38 - - [2025-09-22 02:40:59] "GET /obj-perms HTTP/1.1" 200 5019 0.047482 10.0.0.27 - - [2025-09-22 02:40:59] "GET /obj-perms HTTP/1.1" 200 5019 0.044671 10.0.0.56 - - [2025-09-22 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-09-22 02:40:59] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.56 - - [2025-09-22 02:41:00] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052292 10.0.0.56 - - [2025-09-22 02:41:00] "POST /neutron/network HTTP/1.1" 200 117 0.016621 10.0.0.56 - - [2025-09-22 02:41:00] "POST /ref-update HTTP/1.1" 200 156 0.025218 10.0.0.27 - - [2025-09-22 02:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008750 10.0.0.56 - - [2025-09-22 02:41:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.203042 10.0.0.56 - - [2025-09-22 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001564 10.0.0.56 - - [2025-09-22 02:41:01] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009497 10.0.0.56 - - [2025-09-22 02:41:01] "POST /neutron/network HTTP/1.1" 200 1337 0.013549 10.0.0.56 - - [2025-09-22 02:41:01] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006284 10.0.0.56 - - [2025-09-22 02:41:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.015810 10.0.0.56 - - [2025-09-22 02:41:01] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006304 10.0.0.56 - - [2025-09-22 02:41:01] "GET /obj-perms HTTP/1.1" 200 5019 0.042006 10.0.0.56 - - [2025-09-22 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.005417 10.0.0.56 - - [2025-09-22 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-09-22 02:41:01] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.56 - - [2025-09-22 02:41:01] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048958 10.0.0.56 - - [2025-09-22 02:41:01] "POST /network-policys HTTP/1.1" 200 533 0.030691 10.0.0.56 - - [2025-09-22 02:41:01] "GET /network-policy/e2edafc3-160f-4142-a7c2-b09918e9c209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006812 10.0.0.56 - - [2025-09-22 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005021 10.0.0.56 - - [2025-09-22 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006276 10.0.0.27 - - [2025-09-22 02:41:02] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.56 - - [2025-09-22 02:41:02] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045774 10.0.0.56 - - [2025-09-22 02:41:02] "POST /network-policys HTTP/1.1" 200 533 0.030615 10.0.0.56 - - [2025-09-22 02:41:02] "GET /network-policy/8930a4dc-c147-46ec-ab5a-13f30d046bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.009134 10.0.0.56 - - [2025-09-22 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003644 10.0.0.56 - - [2025-09-22 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2025-09-22 02:41:02] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.56 - - [2025-09-22 02:41:02] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072372 10.0.0.56 - - [2025-09-22 02:41:02] "POST /network-policys HTTP/1.1" 200 533 0.028407 10.0.0.56 - - [2025-09-22 02:41:02] "GET /network-policy/16f646be-07f1-4bd5-9573-75e1a7bc6f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006795 10.0.0.56 - - [2025-09-22 02:41:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003811 10.0.0.56 - - [2025-09-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-09-22 02:41:03] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001387 10.0.0.56 - - [2025-09-22 02:41:03] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047167 10.0.0.56 - - [2025-09-22 02:41:03] "POST /network-policys HTTP/1.1" 200 533 0.037819 10.0.0.56 - - [2025-09-22 02:41:03] "GET /network-policy/8c1f8181-35c7-4a96-8593-19147a4a949d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007087 10.0.0.56 - - [2025-09-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 404 213 0.003273 10.0.0.56 - - [2025-09-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2025-09-22 02:41:03] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.56 - - [2025-09-22 02:41:03] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049644 10.0.0.56 - - [2025-09-22 02:41:03] "POST /network-policys HTTP/1.1" 200 537 0.042404 10.0.0.56 - - [2025-09-22 02:41:03] "GET /network-policy/933fec4f-84a8-4d03-8cdd-384495dd0c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007183 10.0.0.56 - - [2025-09-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.003556 10.0.0.56 - - [2025-09-22 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-09-22 02:41:03] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.56 - - [2025-09-22 02:41:03] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041522 10.0.0.56 - - [2025-09-22 02:41:03] "POST /network-policys HTTP/1.1" 200 535 0.030983 10.0.0.56 - - [2025-09-22 02:41:03] "GET /network-policy/98d013cb-bbbc-48e1-b2b8-49519d7c2be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007398 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.004303 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.27 - - [2025-09-22 02:41:04] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.56 - - [2025-09-22 02:41:04] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051461 10.0.0.56 - - [2025-09-22 02:41:04] "POST /network-policys HTTP/1.1" 200 535 0.029819 10.0.0.56 - - [2025-09-22 02:41:04] "GET /network-policy/b55f7f51-8168-461a-b393-f3829cbc2bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008036 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.004067 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-09-22 02:41:04] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.56 - - [2025-09-22 02:41:04] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045713 10.0.0.56 - - [2025-09-22 02:41:04] "POST /network-policys HTTP/1.1" 200 535 0.030817 10.0.0.56 - - [2025-09-22 02:41:04] "GET /network-policy/c6eb1d20-6143-4bf3-ae46-07987684c897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006671 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.003463 10.0.0.56 - - [2025-09-22 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2025-09-22 02:41:05] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001512 10.0.0.56 - - [2025-09-22 02:41:05] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053066 10.0.0.56 - - [2025-09-22 02:41:05] "POST /network-policys HTTP/1.1" 200 535 0.034602 10.0.0.56 - - [2025-09-22 02:41:05] "GET /network-policy/674e3512-fd97-4bb1-84a7-4b171baf926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007379 10.0.0.56 - - [2025-09-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.004279 10.0.0.56 - - [2025-09-22 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-09-22 02:41:05] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.56 - - [2025-09-22 02:41:05] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049810 10.0.0.56 - - [2025-09-22 02:41:05] "POST /network-policys HTTP/1.1" 200 539 0.031352 10.0.0.56 - - [2025-09-22 02:41:05] "GET /network-policy/fc8e63ea-87df-427c-ae63-f0131cc28cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.011612 10.0.0.56 - - [2025-09-22 02:41:05] "POST /neutron/network HTTP/1.1" 200 1424 0.094099 10.0.0.56 - - [2025-09-22 02:41:06] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.019515 10.0.0.56 - - [2025-09-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.56 - - [2025-09-22 02:41:06] "GET /network-policy/e2edafc3-160f-4142-a7c2-b09918e9c209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004434 10.0.0.56 - - [2025-09-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 404 252 0.004699 10.0.0.56 - - [2025-09-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.005066 10.0.0.56 - - [2025-09-22 02:41:06] "POST /neutron/network HTTP/1.1" 200 1427 0.098062 10.0.0.56 - - [2025-09-22 02:41:06] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008584 10.0.0.56 - - [2025-09-22 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-09-22 02:41:06] "GET /network-policy/933fec4f-84a8-4d03-8cdd-384495dd0c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004241 10.0.0.56 - - [2025-09-22 02:41:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.001294 10.0.0.27 - - [2025-09-22 02:41:07] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.56 - - [2025-09-22 02:41:07] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062981 10.0.0.56 - - [2025-09-22 02:41:07] "POST /neutron/network HTTP/1.1" 200 1424 0.030359 10.0.0.56 - - [2025-09-22 02:41:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001723 10.0.0.56 - - [2025-09-22 02:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.006936 10.0.0.27 - - [2025-09-22 02:41:08] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.56 - - [2025-09-22 02:41:08] "PUT /access-control-list/3c711eaa-e293-4f64-a392-57c765015bd8 HTTP/1.1" 200 272 0.015987 10.0.0.56 - - [2025-09-22 02:41:08] "POST /neutron/port HTTP/1.1" 200 1173 0.353632 10.0.0.56 - - [2025-09-22 02:41:08] "POST /neutron/port HTTP/1.1" 200 1227 0.103972 10.0.0.27 - - [2025-09-22 02:41:08] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001832 10.0.0.56 - - [2025-09-22 02:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.56 - - [2025-09-22 02:41:08] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070319 10.0.0.56 - - [2025-09-22 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.56 - - [2025-09-22 02:41:08] "POST /neutron/port HTTP/1.1" 200 1201 0.023283 10.0.0.56 - - [2025-09-22 02:41:09] "POST /neutron/port HTTP/1.1" 200 1201 0.015613 10.0.0.27 - - [2025-09-22 02:41:09] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.56 - - [2025-09-22 02:41:09] "POST /neutron/port HTTP/1.1" 200 1174 0.438633 10.0.0.56 - - [2025-09-22 02:41:09] "POST /neutron/port HTTP/1.1" 200 1228 0.182211 10.0.0.56 - - [2025-09-22 02:41:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004430 10.0.0.56 - - [2025-09-22 02:41:10] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.56 - - [2025-09-22 02:41:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008312 10.0.0.56 - - [2025-09-22 02:41:14] "POST /neutron/port HTTP/1.1" 200 1201 0.016503 10.0.0.56 - - [2025-09-22 02:41:14] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 401 292 0.000425 10.0.0.56 - - [2025-09-22 02:41:14] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 200 1304 0.029825 10.0.0.56 - - [2025-09-22 02:41:14] "GET /virtual-machine-interface/ee0b9aed-df03-489e-9d63-99f26124dd64 HTTP/1.1" 200 3170 0.011502 10.0.0.56 - - [2025-09-22 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.56 - - [2025-09-22 02:41:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.56 - - [2025-09-22 02:41:14] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004273 10.0.0.56 - - [2025-09-22 02:41:14] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008427 10.0.0.27 - - [2025-09-22 02:41:15] "DELETE /project/6f3e0f127b5442559ec56f44dece2a4d HTTP/1.1" 404 173 0.015170 10.0.0.27 - - [2025-09-22 02:41:15] "DELETE /project/328ff771438040e29c1b8a98fa57640e HTTP/1.1" 404 173 0.017973 10.0.0.27 - - [2025-09-22 02:41:15] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001708 10.0.0.27 - - [2025-09-22 02:41:15] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.120848 10.0.0.27 - - [2025-09-22 02:41:15] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002005 10.0.0.27 - - [2025-09-22 02:41:15] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=security_groups HTTP/1.1" 200 1380 0.069566 10.0.0.27 - - [2025-09-22 02:41:15] "DELETE /security-group/ceae7779-7c0d-4c56-a1c9-fddf6fb086dc HTTP/1.1" 404 171 0.022549 10.0.0.27 - - [2025-09-22 02:41:15] "GET /projects?obj_uuids=328ff771-4380-40e2-9c1b-8a98fa57640e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003940 10.0.0.27 - - [2025-09-22 02:41:15] "GET /project/328ff771-4380-40e2-9c1b-8a98fa57640e?fields=application_policy_sets HTTP/1.1" 404 193 0.203519 10.0.0.56 - - [2025-09-22 02:41:15] "DELETE /access-control-list/18d4e565-bea9-4e84-b088-8f09321495d4 HTTP/1.1" 200 115 0.061967 10.0.0.27 - - [2025-09-22 02:41:15] "DELETE /project/328ff771-4380-40e2-9c1b-8a98fa57640e HTTP/1.1" 404 171 0.577783 10.0.0.56 - - [2025-09-22 02:41:16] "POST /neutron/port HTTP/1.1" 200 1202 0.017241 10.0.0.56 - - [2025-09-22 02:41:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003853 10.0.0.56 - - [2025-09-22 02:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.56 - - [2025-09-22 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.56 - - [2025-09-22 02:41:17] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005642 10.0.0.56 - - [2025-09-22 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-09-22 02:41:21] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006432 10.0.0.56 - - [2025-09-22 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.56 - - [2025-09-22 02:41:26] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005853 10.0.0.56 - - [2025-09-22 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.56 - - [2025-09-22 02:41:30] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006205 10.0.0.56 - - [2025-09-22 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.56 - - [2025-09-22 02:41:34] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006362 10.0.0.56 - - [2025-09-22 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.56 - - [2025-09-22 02:41:38] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005646 10.0.0.56 - - [2025-09-22 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.56 - - [2025-09-22 02:41:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005066 10.0.0.56 - - [2025-09-22 02:41:42] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003638 10.0.0.56 - - [2025-09-22 02:41:42] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008284 10.0.0.56 - - [2025-09-22 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007482 10.0.0.56 - - [2025-09-22 02:41:50] "POST /neutron/port HTTP/1.1" 200 1201 0.018511 10.0.0.56 - - [2025-09-22 02:41:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007646 10.0.0.56 - - [2025-09-22 02:41:59] "POST /neutron/port HTTP/1.1" 200 1201 0.019489 10.0.0.56 - - [2025-09-22 02:41:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004473 10.0.0.56 - - [2025-09-22 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.56 - - [2025-09-22 02:42:03] "POST /neutron/port HTTP/1.1" 200 1202 0.017265 10.0.0.56 - - [2025-09-22 02:42:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008632 10.0.0.56 - - [2025-09-22 02:42:03] "GET /virtual-machine/e02e3a45-cc2f-4969-87cc-faa4b355acd6 HTTP/1.1" 200 1304 0.005983 10.0.0.56 - - [2025-09-22 02:42:03] "GET /virtual-machine-interface/ed51512b-51b1-4841-805a-7ef16edc6d3e HTTP/1.1" 200 3169 0.005960 10.0.0.56 - - [2025-09-22 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.56 - - [2025-09-22 02:42:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004013 10.0.0.56 - - [2025-09-22 02:42:03] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003071 10.0.0.56 - - [2025-09-22 02:42:03] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007767 10.0.0.56 - - [2025-09-22 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.56 - - [2025-09-22 02:42:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.56 - - [2025-09-22 02:42:04] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003233 10.0.0.56 - - [2025-09-22 02:42:04] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007006 10.0.0.56 - - [2025-09-22 02:42:04] "POST /neutron/port HTTP/1.1" 200 1202 0.016969 10.0.0.56 - - [2025-09-22 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007647 10.0.0.56 - - [2025-09-22 02:42:15] "POST /neutron/port HTTP/1.1" 200 1202 0.016973 10.0.0.38 - - [2025-09-22 02:42:17] "GET /obj-perms HTTP/1.1" 200 5056 0.043751 10.0.0.56 - - [2025-09-22 02:42:18] "POST /neutron/port HTTP/1.1" 200 1202 0.017086 10.0.0.56 - - [2025-09-22 02:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.56 - - [2025-09-22 02:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.56 - - [2025-09-22 02:42:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007979 10.0.0.56 - - [2025-09-22 02:42:25] "POST /neutron/port HTTP/1.1" 200 1202 0.016729 10.0.0.56 - - [2025-09-22 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.56 - - [2025-09-22 02:42:25] "GET /network-policy/933fec4f-84a8-4d03-8cdd-384495dd0c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003817 10.0.0.56 - - [2025-09-22 02:42:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008126 10.0.0.56 - - [2025-09-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.56 - - [2025-09-22 02:42:26] "GET /network-policy/e2edafc3-160f-4142-a7c2-b09918e9c209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004509 10.0.0.56 - - [2025-09-22 02:42:26] "POST /neutron/network HTTP/1.1" 200 1424 0.035757 10.0.0.56 - - [2025-09-22 02:42:26] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005808 10.0.0.56 - - [2025-09-22 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-09-22 02:42:26] "GET /network-policy/8930a4dc-c147-46ec-ab5a-13f30d046bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006214 10.0.0.56 - - [2025-09-22 02:43:00] "POST /neutron/network HTTP/1.1" 200 1434 0.033578 10.0.0.56 - - [2025-09-22 02:43:00] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018322 10.0.0.56 - - [2025-09-22 02:43:00] "POST /neutron/network HTTP/1.1" 200 1424 0.017321 10.0.0.56 - - [2025-09-22 02:43:09] "POST /ref-update HTTP/1.1" 200 156 0.030355 10.0.0.56 - - [2025-09-22 02:43:09] "POST /neutron/network HTTP/1.1" 200 1427 0.029562 10.0.0.56 - - [2025-09-22 02:43:09] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005691 10.0.0.56 - - [2025-09-22 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-09-22 02:43:09] "GET /network-policy/fc8e63ea-87df-427c-ae63-f0131cc28cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006841 10.0.0.27 - - [2025-09-22 02:43:17] "GET /obj-perms HTTP/1.1" 200 5056 0.043273 10.0.0.56 - - [2025-09-22 02:43:18] "POST /neutron/network HTTP/1.1" 200 1437 0.035809 10.0.0.56 - - [2025-09-22 02:43:18] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014859 10.0.0.56 - - [2025-09-22 02:43:18] "POST /neutron/network HTTP/1.1" 200 1427 0.012190 10.0.0.56 - - [2025-09-22 02:43:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.016339 10.0.0.56 - - [2025-09-22 02:43:21] "POST /neutron/network HTTP/1.1" 200 1424 0.036398 10.0.0.56 - - [2025-09-22 02:43:21] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008144 10.0.0.56 - - [2025-09-22 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.56 - - [2025-09-22 02:43:21] "GET /network-policy/16f646be-07f1-4bd5-9573-75e1a7bc6f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004850 10.0.0.27 - - [2025-09-22 02:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.036847 10.0.0.56 - - [2025-09-22 02:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.126988 10.0.0.56 - - [2025-09-22 02:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.027053 10.0.0.56 - - [2025-09-22 02:43:33] "PUT /access-control-list/3c711eaa-e293-4f64-a392-57c765015bd8 HTTP/1.1" 200 272 0.065205 10.0.0.56 - - [2025-09-22 02:43:33] "POST /neutron/network HTTP/1.1" 200 1424 0.023362 10.0.0.56 - - [2025-09-22 02:43:33] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.013281 10.0.0.56 - - [2025-09-22 02:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-09-22 02:43:33] "GET /network-policy/8c1f8181-35c7-4a96-8593-19147a4a949d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005857 10.0.0.27 - - [2025-09-22 02:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.072888 10.0.0.27 - - [2025-09-22 02:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.125791 10.0.0.38 - - [2025-09-22 02:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.136897 10.0.0.56 - - [2025-09-22 02:43:34] "GET /global-system-configs HTTP/1.1" 200 322 0.045574 10.0.0.56 - - [2025-09-22 02:43:34] "GET /obj-perms HTTP/1.1" 200 5056 0.123036 10.0.0.38 - - [2025-09-22 02:43:35] "GET /global-system-configs HTTP/1.1" 200 322 0.048775 10.0.0.38 - - [2025-09-22 02:43:35] "GET /global-system-configs HTTP/1.1" 200 322 0.167963 10.0.0.27 - - [2025-09-22 02:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.273151 10.0.0.38 - - [2025-09-22 02:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.288880 10.0.0.56 - - [2025-09-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 1425 0.022142 10.0.0.56 - - [2025-09-22 02:43:43] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008410 10.0.0.56 - - [2025-09-22 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.56 - - [2025-09-22 02:43:43] "GET /network-policy/98d013cb-bbbc-48e1-b2b8-49519d7c2be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004814 10.0.0.56 - - [2025-09-22 02:43:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004646 10.0.0.56 - - [2025-09-22 02:43:56] "PUT /access-control-list/3c711eaa-e293-4f64-a392-57c765015bd8 HTTP/1.1" 200 272 0.023598 10.0.0.56 - - [2025-09-22 02:43:56] "POST /neutron/network HTTP/1.1" 200 1425 0.028249 10.0.0.56 - - [2025-09-22 02:43:56] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008120 10.0.0.56 - - [2025-09-22 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.56 - - [2025-09-22 02:43:56] "GET /network-policy/b55f7f51-8168-461a-b393-f3829cbc2bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005293 10.0.0.56 - - [2025-09-22 02:44:00] "POST /neutron/network HTTP/1.1" 200 1435 0.019568 10.0.0.56 - - [2025-09-22 02:44:00] "POST /neutron/subnet HTTP/1.1" 200 1356 0.022458 10.0.0.56 - - [2025-09-22 02:44:00] "POST /neutron/network HTTP/1.1" 200 1425 0.011889 10.0.0.56 - - [2025-09-22 02:44:06] "POST /neutron/network HTTP/1.1" 200 1425 0.015103 10.0.0.56 - - [2025-09-22 02:44:06] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005767 10.0.0.56 - - [2025-09-22 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.56 - - [2025-09-22 02:44:06] "GET /network-policy/c6eb1d20-6143-4bf3-ae46-07987684c897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005702 10.0.0.56 - - [2025-09-22 02:44:18] "PUT /access-control-list/3c711eaa-e293-4f64-a392-57c765015bd8 HTTP/1.1" 200 272 0.064199 10.0.0.56 - - [2025-09-22 02:44:18] "POST /neutron/network HTTP/1.1" 200 1425 0.020789 10.0.0.56 - - [2025-09-22 02:44:18] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.009454 10.0.0.56 - - [2025-09-22 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.56 - - [2025-09-22 02:44:18] "GET /network-policy/674e3512-fd97-4bb1-84a7-4b171baf926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006750 10.0.0.56 - - [2025-09-22 02:44:19] "POST /neutron/network HTTP/1.1" 200 1437 0.014380 10.0.0.56 - - [2025-09-22 02:44:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017312 10.0.0.56 - - [2025-09-22 02:44:19] "POST /neutron/network HTTP/1.1" 200 1427 0.012243 10.0.0.56 - - [2025-09-22 02:44:28] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006830 10.0.0.56 - - [2025-09-22 02:44:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003558 10.0.0.56 - - [2025-09-22 02:44:28] "POST /neutron/network HTTP/1.1" 200 1336 0.022988 10.0.0.56 - - [2025-09-22 02:44:28] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006899 10.0.0.56 - - [2025-09-22 02:44:28] "GET /virtual-machine/e02e3a45-cc2f-4969-87cc-faa4b355acd6 HTTP/1.1" 200 1304 0.004749 10.0.0.56 - - [2025-09-22 02:44:29] "POST /neutron/port HTTP/1.1" 200 151 0.201717 10.0.0.56 - - [2025-09-22 02:44:30] "GET /virtual-machine/e02e3a45-cc2f-4969-87cc-faa4b355acd6 HTTP/1.1" 404 171 0.003380 10.0.0.56 - - [2025-09-22 02:44:30] "GET /virtual-machine/e02e3a45-cc2f-4969-87cc-faa4b355acd6 HTTP/1.1" 404 171 0.002681 10.0.0.56 - - [2025-09-22 02:44:30] "GET /virtual-machine/e02e3a45-cc2f-4969-87cc-faa4b355acd6 HTTP/1.1" 404 171 0.002815 10.0.0.56 - - [2025-09-22 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006532 10.0.0.56 - - [2025-09-22 02:44:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003839 10.0.0.56 - - [2025-09-22 02:44:31] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003688 10.0.0.56 - - [2025-09-22 02:44:31] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006815 10.0.0.56 - - [2025-09-22 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.56 - - [2025-09-22 02:44:31] "GET /routing-instance/6908e99b-5bee-412e-a838-1e63639c64e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005304 10.0.0.56 - - [2025-09-22 02:44:31] "GET /route-target/9f2adb21-d69d-499c-b449-ff10d54b39b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004734 10.0.0.56 - - [2025-09-22 02:44:31] "GET /obj-perms HTTP/1.1" 200 5019 0.004685 10.0.0.27 - - [2025-09-22 02:44:34] "GET /obj-perms HTTP/1.1" 200 5019 0.003992 10.0.0.56 - - [2025-09-22 02:44:34] "GET /obj-perms HTTP/1.1" 200 5019 0.004367 10.0.0.56 - - [2025-09-22 02:44:34] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 200 1304 0.004641 10.0.0.56 - - [2025-09-22 02:44:35] "POST /neutron/port HTTP/1.1" 200 151 0.205008 10.0.0.56 - - [2025-09-22 02:44:36] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 404 171 0.004412 10.0.0.56 - - [2025-09-22 02:44:36] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 404 171 0.003504 10.0.0.56 - - [2025-09-22 02:44:36] "GET /virtual-machine/762ca9d9-b4bf-43a5-9ef8-198c10b38a69 HTTP/1.1" 404 171 0.002799 10.0.0.56 - - [2025-09-22 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.56 - - [2025-09-22 02:44:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.56 - - [2025-09-22 02:44:37] "GET /virtual-networks?parent_id=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.009996 10.0.0.56 - - [2025-09-22 02:44:37] "GET /virtual-network/0e65de61-8cf4-43be-9a48-a65f41f15a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007169 10.0.0.56 - - [2025-09-22 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.56 - - [2025-09-22 02:44:37] "GET /routing-instance/61cfda4f-ea31-4054-b6a5-9251a4a6b403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004848 10.0.0.56 - - [2025-09-22 02:44:37] "GET /route-target/8183057c-7da3-4eeb-9ce3-b83ef49e2741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005353 10.0.0.56 - - [2025-09-22 02:44:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004591 10.0.0.56 - - [2025-09-22 02:44:43] "GET /obj-perms HTTP/1.1" 200 5019 0.004992 10.0.0.38 - - [2025-09-22 02:44:43] "GET /obj-perms HTTP/1.1" 200 5019 0.005032 10.0.0.56 - - [2025-09-22 02:44:43] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006466 10.0.0.56 - - [2025-09-22 02:44:43] "POST /neutron/network HTTP/1.1" 200 1337 0.020740 10.0.0.56 - - [2025-09-22 02:44:43] "GET /virtual-network/4112d64d-d18f-434e-8ef4-7d6e42f69972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007768 10.0.0.56 - - [2025-09-22 02:44:43] "DELETE /access-control-list/b194ff22-5bc8-40ff-8919-483d9e752c4d HTTP/1.1" 200 115 0.105200 10.0.0.56 - - [2025-09-22 02:44:44] "DELETE /network-policy/fc8e63ea-87df-427c-ae63-f0131cc28cd1 HTTP/1.1" 200 115 0.034644 10.0.0.56 - - [2025-09-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.27 - - [2025-09-22 02:44:44] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.56 - - [2025-09-22 02:44:44] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043636 10.0.0.56 - - [2025-09-22 02:44:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005955 10.0.0.56 - - [2025-09-22 02:44:44] "DELETE /network-policy/674e3512-fd97-4bb1-84a7-4b171baf926d HTTP/1.1" 200 115 0.038241 10.0.0.56 - - [2025-09-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2025-09-22 02:44:44] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.56 - - [2025-09-22 02:44:44] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045575 10.0.0.56 - - [2025-09-22 02:44:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006785 10.0.0.56 - - [2025-09-22 02:44:44] "DELETE /network-policy/c6eb1d20-6143-4bf3-ae46-07987684c897 HTTP/1.1" 200 115 0.039178 10.0.0.56 - - [2025-09-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.27 - - [2025-09-22 02:44:44] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.56 - - [2025-09-22 02:44:44] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055490 10.0.0.56 - - [2025-09-22 02:44:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.007984 10.0.0.56 - - [2025-09-22 02:44:44] "DELETE /network-policy/b55f7f51-8168-461a-b393-f3829cbc2bb2 HTTP/1.1" 200 115 0.038291 10.0.0.56 - - [2025-09-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2025-09-22 02:44:44] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.56 - - [2025-09-22 02:44:44] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042988 10.0.0.56 - - [2025-09-22 02:44:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006597 10.0.0.56 - - [2025-09-22 02:44:44] "DELETE /network-policy/98d013cb-bbbc-48e1-b2b8-49519d7c2be5 HTTP/1.1" 200 115 0.057495 10.0.0.56 - - [2025-09-22 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010316 10.0.0.27 - - [2025-09-22 02:44:44] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.56 - - [2025-09-22 02:44:44] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076991 10.0.0.56 - - [2025-09-22 02:44:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005931 10.0.0.56 - - [2025-09-22 02:44:45] "DELETE /network-policy/933fec4f-84a8-4d03-8cdd-384495dd0c62 HTTP/1.1" 200 115 0.039280 10.0.0.56 - - [2025-09-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2025-09-22 02:44:45] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001753 10.0.0.56 - - [2025-09-22 02:44:45] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055725 10.0.0.56 - - [2025-09-22 02:44:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005744 10.0.0.56 - - [2025-09-22 02:44:45] "DELETE /network-policy/8c1f8181-35c7-4a96-8593-19147a4a949d HTTP/1.1" 200 115 0.036082 10.0.0.56 - - [2025-09-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.27 - - [2025-09-22 02:44:45] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.56 - - [2025-09-22 02:44:45] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058599 10.0.0.56 - - [2025-09-22 02:44:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007313 10.0.0.56 - - [2025-09-22 02:44:45] "DELETE /network-policy/16f646be-07f1-4bd5-9573-75e1a7bc6f4a HTTP/1.1" 200 115 0.049417 10.0.0.56 - - [2025-09-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2025-09-22 02:44:45] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.56 - - [2025-09-22 02:44:45] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043779 10.0.0.56 - - [2025-09-22 02:44:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005781 10.0.0.56 - - [2025-09-22 02:44:45] "DELETE /network-policy/8930a4dc-c147-46ec-ab5a-13f30d046bbb HTTP/1.1" 200 115 0.035135 10.0.0.56 - - [2025-09-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.27 - - [2025-09-22 02:44:45] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.56 - - [2025-09-22 02:44:45] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043364 10.0.0.56 - - [2025-09-22 02:44:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005478 10.0.0.56 - - [2025-09-22 02:44:46] "DELETE /network-policy/e2edafc3-160f-4142-a7c2-b09918e9c209 HTTP/1.1" 200 115 0.043075 10.0.0.56 - - [2025-09-22 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2025-09-22 02:44:46] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.56 - - [2025-09-22 02:44:46] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.079942 10.0.0.56 - - [2025-09-22 02:44:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14206705&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006043 10.0.0.56 - - [2025-09-22 02:44:46] "DELETE /route-target/9f2adb21-d69d-499c-b449-ff10d54b39b4 HTTP/1.1" 200 115 0.024489 10.0.0.56 - - [2025-09-22 02:44:46] "POST /neutron/network HTTP/1.1" 200 1336 0.011378 10.0.0.56 - - [2025-09-22 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.56 - - [2025-09-22 02:44:47] "DELETE /network-ipam/21d80852-27ff-49a9-ab9d-7f877bc4aadf HTTP/1.1" 200 115 0.036592 10.0.0.56 - - [2025-09-22 02:44:47] "POST /fqname-to-id HTTP/1.1" 404 260 0.003525 10.0.0.27 - - [2025-09-22 02:44:47] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.27 - - [2025-09-22 02:44:47] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.039083 10.0.0.27 - - [2025-09-22 02:44:47] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.27 - - [2025-09-22 02:44:47] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=security_groups HTTP/1.1" 200 1398 0.055807 10.0.0.27 - - [2025-09-22 02:44:47] "DELETE /security-group/ed1ef6a6-64da-485e-a92a-6809d38cde2c HTTP/1.1" 200 115 0.062521 10.0.0.27 - - [2025-09-22 02:44:47] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.56 - - [2025-09-22 02:44:47] "DELETE /access-control-list/4c970f94-0d2a-4915-98b3-0b793012523e HTTP/1.1" 200 115 0.047050 10.0.0.27 - - [2025-09-22 02:44:47] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=application_policy_sets HTTP/1.1" 200 1437 0.053279 10.0.0.56 - - [2025-09-22 02:44:47] "DELETE /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d HTTP/1.1" 200 115 0.448633 10.0.0.27 - - [2025-09-22 02:44:47] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.56 - - [2025-09-22 02:44:47] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?fields=projects HTTP/1.1" 200 1244 0.009878 10.0.0.27 - - [2025-09-22 02:44:49] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003451 10.0.0.27 - - [2025-09-22 02:44:49] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.27 - - [2025-09-22 02:44:49] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051269 10.0.0.27 - - [2025-09-22 02:44:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.004387 10.0.0.27 - - [2025-09-22 02:44:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.004964 10.0.0.27 - - [2025-09-22 02:44:49] "POST /security-groups HTTP/1.1" 200 603 0.032722 10.0.0.27 - - [2025-09-22 02:44:49] "POST /projects HTTP/1.1" 200 609 0.253482 10.0.0.56 - - [2025-09-22 02:44:49] "POST /access-control-lists HTTP/1.1" 200 608 0.038707 10.0.0.27 - - [2025-09-22 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.325408 10.0.0.56 - - [2025-09-22 02:44:49] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.488899 10.0.0.27 - - [2025-09-22 02:44:49] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.56 - - [2025-09-22 02:44:49] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=virtual_networks HTTP/1.1" 200 1055 0.041136 10.0.0.27 - - [2025-09-22 02:44:49] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.56 - - [2025-09-22 02:44:49] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.043200 10.0.0.27 - - [2025-09-22 02:44:49] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.56 - - [2025-09-22 02:44:49] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=security_groups HTTP/1.1" 200 1293 0.046267 10.0.0.56 - - [2025-09-22 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.024367 10.0.0.27 - - [2025-09-22 02:44:50] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003730 10.0.0.27 - - [2025-09-22 02:44:50] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.27 - - [2025-09-22 02:44:50] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007435 10.0.0.27 - - [2025-09-22 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 184 0.004821 10.0.0.27 - - [2025-09-22 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.007218 10.0.0.27 - - [2025-09-22 02:44:50] "POST /security-groups HTTP/1.1" 200 585 0.082354 10.0.0.56 - - [2025-09-22 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.006311 10.0.0.27 - - [2025-09-22 02:44:50] "POST /projects HTTP/1.1" 200 573 0.291481 10.0.0.27 - - [2025-09-22 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.356085 10.0.0.56 - - [2025-09-22 02:44:50] "POST /access-control-lists HTTP/1.1" 200 588 0.031579 10.0.0.56 - - [2025-09-22 02:44:50] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.482164 10.0.0.56 - - [2025-09-22 02:44:51] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.56 - - [2025-09-22 02:44:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.56 - - [2025-09-22 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.048691 10.0.0.27 - - [2025-09-22 02:44:52] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001002 10.0.0.56 - - [2025-09-22 02:44:52] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.038678 10.0.0.27 - - [2025-09-22 02:44:52] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001551 10.0.0.56 - - [2025-09-22 02:44:53] "POST /neutron/network HTTP/1.1" 200 599 0.145966 10.0.0.56 - - [2025-09-22 02:44:53] "POST /neutron/network HTTP/1.1" 200 993 0.014190 10.0.0.56 - - [2025-09-22 02:44:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001100 10.0.0.56 - - [2025-09-22 02:44:53] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004988 10.0.0.56 - - [2025-09-22 02:44:53] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004884 10.0.0.56 - - [2025-09-22 02:44:53] "POST /neutron/subnet HTTP/1.1" 200 730 0.007808 10.0.0.56 - - [2025-09-22 02:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-09-22 02:44:53] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000889 10.0.0.56 - - [2025-09-22 02:44:53] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.066782 10.0.0.27 - - [2025-09-22 02:44:53] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001041 10.0.0.56 - - [2025-09-22 02:44:53] "POST /neutron/network HTTP/1.1" 200 599 0.125831 10.0.0.56 - - [2025-09-22 02:44:54] "POST /route-targets HTTP/1.1" 200 327 0.014643 10.0.0.56 - - [2025-09-22 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006359 10.0.0.56 - - [2025-09-22 02:44:54] "POST /neutron/network HTTP/1.1" 200 989 0.011657 10.0.0.56 - - [2025-09-22 02:44:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001346 10.0.0.56 - - [2025-09-22 02:44:54] "GET /virtual-network/585e1a31-3c8c-41cd-9955-d52d604f7333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.005696 10.0.0.56 - - [2025-09-22 02:44:54] "GET /virtual-network/585e1a31-3c8c-41cd-9955-d52d604f7333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.005608 10.0.0.56 - - [2025-09-22 02:44:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.008488 10.0.0.56 - - [2025-09-22 02:44:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001334 10.0.0.27 - - [2025-09-22 02:44:55] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001100 10.0.0.56 - - [2025-09-22 02:44:55] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.065847 10.0.0.56 - - [2025-09-22 02:44:55] "POST /neutron/network HTTP/1.1" 200 993 0.009212 10.0.0.56 - - [2025-09-22 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001384 10.0.0.56 - - [2025-09-22 02:44:55] "POST /neutron/port HTTP/1.1" 200 117 0.006208 10.0.0.27 - - [2025-09-22 02:44:56] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001035 10.0.0.56 - - [2025-09-22 02:44:56] "POST /neutron/port HTTP/1.1" 200 1162 0.323023 10.0.0.56 - - [2025-09-22 02:44:56] "POST /neutron/port HTTP/1.1" 200 1216 0.145417 10.0.0.27 - - [2025-09-22 02:44:56] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001092 10.0.0.56 - - [2025-09-22 02:44:56] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.075449 10.0.0.56 - - [2025-09-22 02:44:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004338 10.0.0.56 - - [2025-09-22 02:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.56 - - [2025-09-22 02:44:56] "POST /neutron/port HTTP/1.1" 200 1190 0.018938 10.0.0.56 - - [2025-09-22 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001423 10.0.0.56 - - [2025-09-22 02:44:57] "POST /neutron/port HTTP/1.1" 200 1190 0.020861 10.0.0.56 - - [2025-09-22 02:44:57] "POST /neutron/network HTTP/1.1" 200 1003 0.011143 10.0.0.56 - - [2025-09-22 02:44:57] "POST /neutron/port HTTP/1.1" 200 1162 0.018692 10.0.0.56 - - [2025-09-22 02:44:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005549 10.0.0.56 - - [2025-09-22 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.27 - - [2025-09-22 02:44:58] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001245 10.0.0.56 - - [2025-09-22 02:44:58] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.076516 10.0.0.56 - - [2025-09-22 02:44:58] "POST /neutron/network HTTP/1.1" 200 989 0.010289 10.0.0.56 - - [2025-09-22 02:44:58] "POST /neutron/port HTTP/1.1" 200 117 0.006855 10.0.0.56 - - [2025-09-22 02:44:58] "POST /neutron/port HTTP/1.1" 200 1190 0.017256 10.0.0.56 - - [2025-09-22 02:44:58] "POST /neutron/network HTTP/1.1" 200 999 0.011283 10.0.0.56 - - [2025-09-22 02:44:58] "GET /virtual-machine/2d508175-1d15-4548-93ed-fc7cc2c7e958 HTTP/1.1" 401 292 0.000642 10.0.0.56 - - [2025-09-22 02:44:59] "GET /virtual-machine/2d508175-1d15-4548-93ed-fc7cc2c7e958 HTTP/1.1" 200 1286 0.047424 10.0.0.56 - - [2025-09-22 02:44:59] "GET /virtual-machine-interface/dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 HTTP/1.1" 200 3106 0.013235 10.0.0.56 - - [2025-09-22 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.56 - - [2025-09-22 02:44:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003681 10.0.0.56 - - [2025-09-22 02:44:59] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003189 10.0.0.56 - - [2025-09-22 02:44:59] "POST /neutron/port HTTP/1.1" 200 1158 0.018217 10.0.0.56 - - [2025-09-22 02:44:59] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005980 10.0.0.56 - - [2025-09-22 02:44:59] "POST /neutron/port HTTP/1.1" 200 1186 0.017628 10.0.0.56 - - [2025-09-22 02:44:59] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013431 10.0.0.56 - - [2025-09-22 02:44:59] "POST /neutron/network HTTP/1.1" 200 989 0.009504 10.0.0.56 - - [2025-09-22 02:45:02] "POST /neutron/network HTTP/1.1" 200 1003 0.010369 10.0.0.56 - - [2025-09-22 02:45:02] "POST /neutron/subnet HTTP/1.1" 200 1390 0.019043 10.0.0.56 - - [2025-09-22 02:45:02] "POST /neutron/network HTTP/1.1" 200 993 0.009771 10.0.0.56 - - [2025-09-22 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.56 - - [2025-09-22 02:45:02] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005283 10.0.0.56 - - [2025-09-22 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.56 - - [2025-09-22 02:45:06] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006161 10.0.0.56 - - [2025-09-22 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.56 - - [2025-09-22 02:45:10] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.012042 10.0.0.56 - - [2025-09-22 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.56 - - [2025-09-22 02:45:14] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007148 10.0.0.27 - - [2025-09-22 02:45:16] "DELETE /project/6238245e1e034d3cb8e9efcc7cc6bc08 HTTP/1.1" 404 173 0.008233 10.0.0.27 - - [2025-09-22 02:45:16] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.27 - - [2025-09-22 02:45:16] "DELETE /project/6f3e0f127b5442559ec56f44dece2a4d HTTP/1.1" 404 173 0.009919 10.0.0.27 - - [2025-09-22 02:45:16] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.075515 10.0.0.27 - - [2025-09-22 02:45:16] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.27 - - [2025-09-22 02:45:16] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=security_groups HTTP/1.1" 200 1125 0.098573 10.0.0.27 - - [2025-09-22 02:45:16] "GET /projects?obj_uuids=6f3e0f12-7b54-4255-9ec5-6f44dece2a4d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.56 - - [2025-09-22 02:45:16] "DELETE /access-control-list/5bcda670-1ab4-4719-9505-35a2de24f831 HTTP/1.1" 200 115 0.094211 10.0.0.27 - - [2025-09-22 02:45:16] "GET /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d?fields=application_policy_sets HTTP/1.1" 200 1437 0.071495 10.0.0.27 - - [2025-09-22 02:45:16] "DELETE /project/6f3e0f12-7b54-4255-9ec5-6f44dece2a4d HTTP/1.1" 404 190 0.354884 10.0.0.56 - - [2025-09-22 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.56 - - [2025-09-22 02:45:18] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006401 10.0.0.56 - - [2025-09-22 02:45:18] "GET /obj-perms HTTP/1.1" 200 5056 0.042777 10.0.0.56 - - [2025-09-22 02:45:19] "POST /neutron/network HTTP/1.1" 200 1003 0.010300 10.0.0.56 - - [2025-09-22 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 1390 0.015022 10.0.0.56 - - [2025-09-22 02:45:19] "POST /neutron/network HTTP/1.1" 200 993 0.011873 10.0.0.56 - - [2025-09-22 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-22 02:45:22] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006302 10.0.0.56 - - [2025-09-22 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-09-22 02:45:26] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006632 10.0.0.56 - - [2025-09-22 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.56 - - [2025-09-22 02:45:30] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007432 10.0.0.56 - - [2025-09-22 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.56 - - [2025-09-22 02:45:35] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005745 10.0.0.56 - - [2025-09-22 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.56 - - [2025-09-22 02:45:39] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006265 10.0.0.56 - - [2025-09-22 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.56 - - [2025-09-22 02:45:43] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006604 10.0.0.56 - - [2025-09-22 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.56 - - [2025-09-22 02:45:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006410 10.0.0.56 - - [2025-09-22 02:45:45] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004467 10.0.0.56 - - [2025-09-22 02:45:45] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006911 10.0.0.56 - - [2025-09-22 02:45:47] "POST /neutron/port HTTP/1.1" 200 1190 0.049785 10.0.0.56 - - [2025-09-22 02:45:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007867 10.0.0.56 - - [2025-09-22 02:45:55] "POST /neutron/port HTTP/1.1" 200 1190 0.015568 10.0.0.56 - - [2025-09-22 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011454 10.0.0.56 - - [2025-09-22 02:46:02] "POST /neutron/network HTTP/1.1" 200 999 0.012309 10.0.0.56 - - [2025-09-22 02:46:02] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014431 10.0.0.56 - - [2025-09-22 02:46:02] "POST /neutron/network HTTP/1.1" 200 989 0.011255 10.0.0.56 - - [2025-09-22 02:46:08] "POST /neutron/port HTTP/1.1" 200 1190 0.017067 10.0.0.56 - - [2025-09-22 02:46:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008769 10.0.0.27 - - [2025-09-22 02:46:19] "GET /obj-perms HTTP/1.1" 200 5056 0.042552 10.0.0.56 - - [2025-09-22 02:46:20] "POST /neutron/port HTTP/1.1" 200 1190 0.015671 10.0.0.56 - - [2025-09-22 02:46:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.56 - - [2025-09-22 02:46:20] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.56 - - [2025-09-22 02:46:21] "POST /neutron/port HTTP/1.1" 200 1190 0.015511 10.0.0.56 - - [2025-09-22 02:46:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008147 10.0.0.56 - - [2025-09-22 02:46:21] "GET /virtual-machine/f551332d-a5a8-44c6-bec5-6c9996289a56 HTTP/1.1" 200 1287 0.006295 10.0.0.56 - - [2025-09-22 02:46:21] "GET /virtual-machine-interface/1264a7b5-60a5-4e50-af40-f437ca6564de HTTP/1.1" 200 3105 0.005596 10.0.0.56 - - [2025-09-22 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.56 - - [2025-09-22 02:46:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003617 10.0.0.56 - - [2025-09-22 02:46:21] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002776 10.0.0.56 - - [2025-09-22 02:46:21] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006271 10.0.0.56 - - [2025-09-22 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.56 - - [2025-09-22 02:46:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003275 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-network/a5541593-ee2b-438d-b9b0-41e1bf3c2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006193 10.0.0.56 - - [2025-09-22 02:46:23] "POST /neutron/port HTTP/1.1" 200 1186 0.016047 10.0.0.56 - - [2025-09-22 02:46:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007489 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-machine/d16a98ba-d5f3-489a-820d-caed0c27ba96 HTTP/1.1" 200 1286 0.006377 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-machine-interface/60660372-e072-40ae-9cb3-bd46354e6ba2 HTTP/1.1" 200 3105 0.006353 10.0.0.56 - - [2025-09-22 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.56 - - [2025-09-22 02:46:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002855 10.0.0.56 - - [2025-09-22 02:46:23] "GET /virtual-network/585e1a31-3c8c-41cd-9955-d52d604f7333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.006440 10.0.0.56 - - [2025-09-22 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.56 - - [2025-09-22 02:46:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004154 10.0.0.56 - - [2025-09-22 02:46:24] "GET /virtual-networks?parent_id=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003204 10.0.0.56 - - [2025-09-22 02:46:24] "GET /virtual-network/585e1a31-3c8c-41cd-9955-d52d604f7333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.006685 10.0.0.56 - - [2025-09-22 02:46:26] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004815 10.0.0.56 - - [2025-09-22 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.56 - - [2025-09-22 02:46:26] "GET /global-qos-config/226d070b-ea95-424d-b09b-ee07155b50f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005095 10.0.0.56 - - [2025-09-22 02:46:26] "POST /fqname-to-id HTTP/1.1" 404 222 0.003210 10.0.0.56 - - [2025-09-22 02:46:26] "POST /forwarding-classs HTTP/1.1" 200 576 0.030020 10.0.0.56 - - [2025-09-22 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 232 0.004049 10.0.0.56 - - [2025-09-22 02:46:26] "GET /forwarding-class/067b07bd-c272-422b-a6d5-3c36d3ddaff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.005199 10.0.0.27 - - [2025-09-22 02:46:26] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.022262 10.0.0.56 - - [2025-09-22 02:46:26] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.069142 10.0.0.56 - - [2025-09-22 02:46:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.005277 10.0.0.56 - - [2025-09-22 02:46:26] "POST /qos-configs HTTP/1.1" 200 543 0.031781 10.0.0.56 - - [2025-09-22 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.003849 10.0.0.56 - - [2025-09-22 02:46:26] "GET /qos-config/3b4e033a-ae2d-4e7a-8d94-58b91eb93512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004520 10.0.0.56 - - [2025-09-22 02:46:26] "GET /virtual-machine-interface/dfe592cf-63a5-4402-a2b8-09d4ef3d9d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006478 10.0.0.56 - - [2025-09-22 02:46:26] "POST /ref-update HTTP/1.1" 200 156 0.014543 10.0.0.56 - - [2025-09-22 02:46:26] "POST /neutron/port HTTP/1.1" 200 1190 0.019226 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007678 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/port HTTP/1.1" 200 1190 0.016527 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/network HTTP/1.1" 200 993 0.008698 10.0.0.56 - - [2025-09-22 02:46:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001068 10.0.0.56 - - [2025-09-22 02:46:27] "GET /virtual-machine/2d508175-1d15-4548-93ed-fc7cc2c7e958 HTTP/1.1" 200 1286 0.003638 10.0.0.56 - - [2025-09-22 02:46:27] "GET /virtual-machine-interface/dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 HTTP/1.1" 200 3353 0.005467 10.0.0.56 - - [2025-09-22 02:46:27] "GET /instance-ip/20e9318c-d7c3-4aeb-a4da-1b2ec65b70cf HTTP/1.1" 200 1609 0.005712 10.0.0.56 - - [2025-09-22 02:46:27] "GET /instance-ip/a4f90d8a-db07-42e0-8443-b9ecf4419fcb HTTP/1.1" 200 1628 0.005402 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/port HTTP/1.1" 200 1190 0.015195 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007667 10.0.0.56 - - [2025-09-22 02:46:27] "POST /neutron/network HTTP/1.1" 200 967 0.018738 10.0.0.56 - - [2025-09-22 02:46:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001516 10.0.0.56 - - [2025-09-22 02:46:27] "GET /virtual-machine/f551332d-a5a8-44c6-bec5-6c9996289a56 HTTP/1.1" 200 1287 0.003483 10.0.0.56 - - [2025-09-22 02:46:27] "GET /virtual-machine-interface/1264a7b5-60a5-4e50-af40-f437ca6564de HTTP/1.1" 200 3105 0.004955 10.0.0.56 - - [2025-09-22 02:46:27] "GET /instance-ip/aba36eb2-3796-4860-b510-0d36ceeaf9e3 HTTP/1.1" 200 1610 0.005606 10.0.0.56 - - [2025-09-22 02:46:27] "GET /instance-ip/e0c7ad3e-4607-4d29-a5cb-1d7bef679fc2 HTTP/1.1" 200 1629 0.005565 10.0.0.56 - - [2025-09-22 02:47:04] "POST /neutron/port HTTP/1.1" 200 1190 0.016538 10.0.0.56 - - [2025-09-22 02:47:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007143 10.0.0.56 - - [2025-09-22 02:47:04] "POST /neutron/port HTTP/1.1" 200 117 0.001984 10.0.0.56 - - [2025-09-22 02:47:06] "GET /virtual-machine-interface/dfe592cf-63a5-4402-a2b8-09d4ef3d9d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.006698 10.0.0.56 - - [2025-09-22 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.017389 10.0.0.56 - - [2025-09-22 02:47:06] "DELETE /qos-config/3b4e033a-ae2d-4e7a-8d94-58b91eb93512 HTTP/1.1" 200 115 0.038692 10.0.0.56 - - [2025-09-22 02:47:06] "POST /id-to-fqname HTTP/1.1" 200 232 0.001479 10.0.0.56 - - [2025-09-22 02:47:06] "DELETE /forwarding-class/067b07bd-c272-422b-a6d5-3c36d3ddaff5 HTTP/1.1" 200 115 0.032729 10.0.0.56 - - [2025-09-22 02:47:07] "POST /neutron/network HTTP/1.1" 400 204 0.015320 10.0.0.56 - - [2025-09-22 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.339790 10.0.0.56 - - [2025-09-22 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.399646 10.0.0.56 - - [2025-09-22 02:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.409275 10.0.0.56 - - [2025-09-22 02:47:10] "POST /neutron/network HTTP/1.1" 200 993 0.017846 10.0.0.56 - - [2025-09-22 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2025-09-22 02:47:10] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001630 10.0.0.56 - - [2025-09-22 02:47:10] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.084959 10.0.0.27 - - [2025-09-22 02:47:10] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001614 10.0.0.56 - - [2025-09-22 02:47:10] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?fields=virtual_networks HTTP/1.1" 200 1019 0.064404 10.0.0.27 - - [2025-09-22 02:47:10] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001553 10.0.0.56 - - [2025-09-22 02:47:10] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.048452 10.0.0.27 - - [2025-09-22 02:47:10] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001089 10.0.0.56 - - [2025-09-22 02:47:10] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?fields=security_groups HTTP/1.1" 200 1239 0.049154 10.0.0.56 - - [2025-09-22 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 181 0.022592 10.0.0.27 - - [2025-09-22 02:47:11] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004020 10.0.0.27 - - [2025-09-22 02:47:11] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.27 - - [2025-09-22 02:47:11] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032730 10.0.0.27 - - [2025-09-22 02:47:11] "POST /id-to-fqname HTTP/1.1" 200 183 0.001277 10.0.0.27 - - [2025-09-22 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.013906 10.0.0.27 - - [2025-09-22 02:47:11] "POST /security-groups HTTP/1.1" 200 584 0.043812 10.0.0.27 - - [2025-09-22 02:47:11] "POST /projects HTTP/1.1" 200 571 0.279473 10.0.0.56 - - [2025-09-22 02:47:11] "POST /access-control-lists HTTP/1.1" 200 589 0.035628 10.0.0.27 - - [2025-09-22 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.344490 10.0.0.56 - - [2025-09-22 02:47:12] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.525790 10.0.0.56 - - [2025-09-22 02:47:12] "GET / HTTP/1.1" 200 35931 0.001685 10.0.0.56 - - [2025-09-22 02:47:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.56 - - [2025-09-22 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.045969 10.0.0.27 - - [2025-09-22 02:47:15] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.56 - - [2025-09-22 02:47:15] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045488 10.0.0.27 - - [2025-09-22 02:47:15] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.56 - - [2025-09-22 02:47:15] "POST /neutron/network HTTP/1.1" 200 612 0.140324 10.0.0.56 - - [2025-09-22 02:47:15] "POST /route-targets HTTP/1.1" 200 327 0.013519 10.0.0.56 - - [2025-09-22 02:47:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.003498 10.0.0.56 - - [2025-09-22 02:47:15] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005405 10.0.0.56 - - [2025-09-22 02:47:15] "POST /neutron/network HTTP/1.1" 200 830 0.006414 10.0.0.56 - - [2025-09-22 02:47:15] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004970 10.0.0.56 - - [2025-09-22 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-09-22 02:47:15] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006365 10.0.0.56 - - [2025-09-22 02:47:15] "PUT /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80 HTTP/1.1" 200 264 0.055949 10.0.0.56 - - [2025-09-22 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.56 - - [2025-09-22 02:47:15] "POST /ref-update HTTP/1.1" 200 156 0.040439 10.0.0.27 - - [2025-09-22 02:47:15] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.56 - - [2025-09-22 02:47:15] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.044854 10.0.0.56 - - [2025-09-22 02:47:16] "POST /neutron/network HTTP/1.1" 200 117 0.013227 10.0.0.56 - - [2025-09-22 02:47:16] "POST /neutron/network HTTP/1.1" 200 832 0.009664 10.0.0.56 - - [2025-09-22 02:47:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001706 10.0.0.56 - - [2025-09-22 02:47:16] "GET /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005868 10.0.0.56 - - [2025-09-22 02:47:16] "GET /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005785 10.0.0.56 - - [2025-09-22 02:47:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.010363 10.0.0.56 - - [2025-09-22 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.56 - - [2025-09-22 02:47:16] "GET /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005072 10.0.0.27 - - [2025-09-22 02:47:16] "DELETE /project/e1501d2876a548ffb09f4f0eed2b0ca4 HTTP/1.1" 404 173 0.005488 10.0.0.27 - - [2025-09-22 02:47:16] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000916 10.0.0.27 - - [2025-09-22 02:47:16] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.066179 10.0.0.56 - - [2025-09-22 02:47:16] "POST /ref-update HTTP/1.1" 200 156 0.047949 10.0.0.56 - - [2025-09-22 02:47:16] "PUT /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5 HTTP/1.1" 200 264 0.090988 10.0.0.27 - - [2025-09-22 02:47:16] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001044 10.0.0.56 - - [2025-09-22 02:47:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.005319 10.0.0.27 - - [2025-09-22 02:47:16] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?fields=security_groups HTTP/1.1" 200 1344 0.071394 10.0.0.27 - - [2025-09-22 02:47:16] "DELETE /security-group/784634bb-81d6-4f42-9a0f-aee7e4f8dc89 HTTP/1.1" 200 115 0.084449 10.0.0.27 - - [2025-09-22 02:47:16] "GET /projects?obj_uuids=6238245e-1e03-4d3c-b8e9-efcc7cc6bc08&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000936 10.0.0.27 - - [2025-09-22 02:47:16] "GET /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08?fields=application_policy_sets HTTP/1.1" 200 1383 0.050921 10.0.0.27 - - [2025-09-22 02:47:17] "DELETE /project/6238245e-1e03-4d3c-b8e9-efcc7cc6bc08 HTTP/1.1" 200 115 0.529948 10.0.0.27 - - [2025-09-22 02:47:17] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.56 - - [2025-09-22 02:47:17] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.060698 10.0.0.56 - - [2025-09-22 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.006517 10.0.0.56 - - [2025-09-22 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.56 - - [2025-09-22 02:47:18] "POST /neutron/network HTTP/1.1" 200 842 0.007204 10.0.0.56 - - [2025-09-22 02:47:18] "POST /neutron/port HTTP/1.1" 200 1052 0.016294 10.0.0.27 - - [2025-09-22 02:47:19] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.56 - - [2025-09-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 1080 0.021851 10.0.0.56 - - [2025-09-22 02:47:19] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.077900 10.0.0.56 - - [2025-09-22 02:47:19] "POST /neutron/network HTTP/1.1" 200 832 0.026875 10.0.0.56 - - [2025-09-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 1080 0.018591 10.0.0.56 - - [2025-09-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 1080 0.015539 10.0.0.27 - - [2025-09-22 02:47:19] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001393 10.0.0.56 - - [2025-09-22 02:47:19] "POST /neutron/port HTTP/1.1" 200 1054 0.308218 10.0.0.56 - - [2025-09-22 02:47:20] "POST /neutron/port HTTP/1.1" 200 1108 0.135030 10.0.0.56 - - [2025-09-22 02:47:20] "POST /neutron/subnet HTTP/1.1" 200 704 0.012097 10.0.0.56 - - [2025-09-22 02:47:22] "POST /neutron/port HTTP/1.1" 200 1082 0.016871 10.0.0.56 - - [2025-09-22 02:47:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.56 - - [2025-09-22 02:47:22] "POST /neutron/network HTTP/1.1" 200 832 0.007062 10.0.0.56 - - [2025-09-22 02:47:24] "POST /neutron/port HTTP/1.1" 200 1080 0.016072 10.0.0.56 - - [2025-09-22 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007879 10.0.0.56 - - [2025-09-22 02:47:24] "GET /virtual-machine/d72a507b-1add-4362-a64c-626e67282e20 HTTP/1.1" 401 292 0.000343 10.0.0.56 - - [2025-09-22 02:47:25] "GET /virtual-machine/d72a507b-1add-4362-a64c-626e67282e20 HTTP/1.1" 200 1286 0.025749 10.0.0.56 - - [2025-09-22 02:47:25] "GET /virtual-machine-interface/d67819bb-edec-4493-bbbc-23896bd30a47 HTTP/1.1" 200 2928 0.006108 10.0.0.56 - - [2025-09-22 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.56 - - [2025-09-22 02:47:25] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003636 10.0.0.56 - - [2025-09-22 02:47:25] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002926 10.0.0.56 - - [2025-09-22 02:47:25] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006716 10.0.0.56 - - [2025-09-22 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-09-22 02:47:28] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005909 10.0.0.56 - - [2025-09-22 02:47:30] "POST /neutron/port HTTP/1.1" 200 1082 0.017917 10.0.0.56 - - [2025-09-22 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.56 - - [2025-09-22 02:47:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003777 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003213 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006552 10.0.0.56 - - [2025-09-22 02:47:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007821 10.0.0.56 - - [2025-09-22 02:47:30] "POST /neutron/port HTTP/1.1" 200 1082 0.014745 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-machine/2a1280df-7d84-451e-a573-6d7e2951179f HTTP/1.1" 200 1285 0.006107 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-machine-interface/1e04a0f5-29d8-4086-8553-55593db928d2 HTTP/1.1" 200 2926 0.005471 10.0.0.56 - - [2025-09-22 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.56 - - [2025-09-22 02:47:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003788 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002951 10.0.0.56 - - [2025-09-22 02:47:30] "GET /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006225 10.0.0.56 - - [2025-09-22 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.56 - - [2025-09-22 02:47:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.56 - - [2025-09-22 02:47:31] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003024 10.0.0.56 - - [2025-09-22 02:47:31] "GET /virtual-network/760d75cd-fb97-40ec-9aa3-d798c19296a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006386 10.0.0.56 - - [2025-09-22 02:47:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.015626 10.0.0.56 - - [2025-09-22 02:47:37] "POST /routing-policys HTTP/1.1" 200 534 0.028641 10.0.0.56 - - [2025-09-22 02:47:37] "GET /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.012645 10.0.0.56 - - [2025-09-22 02:47:37] "PUT /virtual-network/0020a0f6-399a-4ae6-a691-41e3153d8d80 HTTP/1.1" 200 264 0.078146 10.0.0.56 - - [2025-09-22 02:47:37] "POST /ref-update HTTP/1.1" 200 156 0.044873 10.0.0.56 - - [2025-09-22 02:47:41] "POST /ref-update HTTP/1.1" 200 156 0.055112 10.0.0.56 - - [2025-09-22 02:47:41] "DELETE /routing-policy/e57ca075-2c7c-4bc2-9b09-ba2c35ffb0be HTTP/1.1" 200 115 0.054854 10.0.0.56 - - [2025-09-22 02:47:42] "POST /neutron/port HTTP/1.1" 200 1082 0.016888 10.0.0.56 - - [2025-09-22 02:47:42] "POST /neutron/port HTTP/1.1" 200 1106 0.014889 10.0.0.56 - - [2025-09-22 02:47:43] "POST /neutron/network HTTP/1.1" 200 832 0.007356 10.0.0.56 - - [2025-09-22 02:47:43] "DELETE /route-target/d77f7036-1239-4cd9-815f-09c7547674bc HTTP/1.1" 200 115 0.023218 10.0.0.27 - - [2025-09-22 02:47:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.27 - - [2025-09-22 02:47:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.56 - - [2025-09-22 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-09-22 02:47:43] "POST /neutron/network HTTP/1.1" 200 151 0.141059 10.0.0.56 - - [2025-09-22 02:47:44] "DELETE /route-target/9c6ce9ab-b59e-4d03-8901-7a45227444a8 HTTP/1.1" 200 115 0.031780 10.0.0.56 - - [2025-09-22 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2025-09-22 02:47:46] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000942 10.0.0.56 - - [2025-09-22 02:47:46] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.048664 10.0.0.27 - - [2025-09-22 02:47:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010019 10.0.0.56 - - [2025-09-22 02:47:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.211396 10.0.0.56 - - [2025-09-22 02:47:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005884 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006145 10.0.0.56 - - [2025-09-22 02:47:47] "POST /neutron/network HTTP/1.1" 200 832 0.007288 10.0.0.56 - - [2025-09-22 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007118 10.0.0.56 - - [2025-09-22 02:47:47] "PUT /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba HTTP/1.1" 200 264 0.059525 10.0.0.56 - - [2025-09-22 02:47:47] "POST /route-targets HTTP/1.1" 200 323 0.023141 10.0.0.56 - - [2025-09-22 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2025-09-22 02:47:47] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001104 10.0.0.56 - - [2025-09-22 02:47:47] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041057 10.0.0.27 - - [2025-09-22 02:47:47] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001285 10.0.0.56 - - [2025-09-22 02:47:47] "POST /neutron/network HTTP/1.1" 200 612 0.125762 10.0.0.56 - - [2025-09-22 02:47:47] "POST /ref-update HTTP/1.1" 200 156 0.029983 10.0.0.56 - - [2025-09-22 02:47:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.003971 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005338 10.0.0.56 - - [2025-09-22 02:47:47] "POST /neutron/network HTTP/1.1" 200 832 0.006045 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005046 10.0.0.56 - - [2025-09-22 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-09-22 02:47:47] "GET /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005213 10.0.0.56 - - [2025-09-22 02:47:48] "PUT /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5 HTTP/1.1" 200 264 0.056014 10.0.0.56 - - [2025-09-22 02:47:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001434 10.0.0.56 - - [2025-09-22 02:47:48] "POST /neutron/network HTTP/1.1" 200 842 0.007727 10.0.0.27 - - [2025-09-22 02:47:48] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001240 10.0.0.56 - - [2025-09-22 02:47:48] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067494 10.0.0.56 - - [2025-09-22 02:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.007611 10.0.0.56 - - [2025-09-22 02:47:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.004610 10.0.0.56 - - [2025-09-22 02:47:49] "POST /neutron/network HTTP/1.1" 200 842 0.007676 10.0.0.56 - - [2025-09-22 02:47:49] "POST /neutron/port HTTP/1.1" 200 1054 0.014811 10.0.0.56 - - [2025-09-22 02:47:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005774 10.0.0.27 - - [2025-09-22 02:47:50] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001474 10.0.0.56 - - [2025-09-22 02:47:50] "POST /neutron/network HTTP/1.1" 200 832 0.015420 10.0.0.56 - - [2025-09-22 02:47:50] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.086678 10.0.0.56 - - [2025-09-22 02:47:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008788 10.0.0.56 - - [2025-09-22 02:47:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011242 10.0.0.56 - - [2025-09-22 02:47:50] "POST /neutron/port HTTP/1.1" 200 1054 0.016959 10.0.0.56 - - [2025-09-22 02:47:51] "POST /neutron/port HTTP/1.1" 200 1082 0.018976 10.0.0.56 - - [2025-09-22 02:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.56 - - [2025-09-22 02:47:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008379 10.0.0.56 - - [2025-09-22 02:47:55] "POST /neutron/port HTTP/1.1" 200 1082 0.022028 10.0.0.56 - - [2025-09-22 02:47:55] "GET /virtual-machine/693561ce-62c6-4735-9cae-b6d33bbb0d7f HTTP/1.1" 200 1285 0.006209 10.0.0.56 - - [2025-09-22 02:47:55] "GET /virtual-machine-interface/be4a0aa5-0d9b-4b9b-93e2-ebb2946cbd34 HTTP/1.1" 200 2928 0.007276 10.0.0.56 - - [2025-09-22 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-22 02:47:55] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.56 - - [2025-09-22 02:47:55] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003115 10.0.0.56 - - [2025-09-22 02:47:55] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008771 10.0.0.56 - - [2025-09-22 02:47:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007818 10.0.0.56 - - [2025-09-22 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.56 - - [2025-09-22 02:47:58] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006323 10.0.0.56 - - [2025-09-22 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.56 - - [2025-09-22 02:48:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004802 10.0.0.56 - - [2025-09-22 02:48:00] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004005 10.0.0.56 - - [2025-09-22 02:48:01] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006615 10.0.0.56 - - [2025-09-22 02:48:01] "POST /neutron/port HTTP/1.1" 200 1082 0.018912 10.0.0.56 - - [2025-09-22 02:48:01] "POST /neutron/port HTTP/1.1" 200 1082 0.015890 10.0.0.56 - - [2025-09-22 02:48:01] "GET /virtual-machine/d93c1cc8-2964-4d65-8bc7-fc66ffd54e44 HTTP/1.1" 200 1286 0.006910 10.0.0.56 - - [2025-09-22 02:48:01] "GET /virtual-machine-interface/3570ca14-0ece-4fd5-be3c-120d120f1a6e HTTP/1.1" 200 2927 0.006143 10.0.0.56 - - [2025-09-22 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.56 - - [2025-09-22 02:48:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005109 10.0.0.56 - - [2025-09-22 02:48:01] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004024 10.0.0.56 - - [2025-09-22 02:48:01] "GET /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006322 10.0.0.56 - - [2025-09-22 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.56 - - [2025-09-22 02:48:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003906 10.0.0.56 - - [2025-09-22 02:48:02] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003266 10.0.0.56 - - [2025-09-22 02:48:02] "GET /virtual-network/cbaf26a5-5c9e-4228-bbf9-057e44cfebc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006607 10.0.0.56 - - [2025-09-22 02:48:02] "POST /neutron/port HTTP/1.1" 200 1082 0.016660 10.0.0.56 - - [2025-09-22 02:48:08] "POST /routing-policys HTTP/1.1" 200 534 0.027297 10.0.0.56 - - [2025-09-22 02:48:08] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006660 10.0.0.56 - - [2025-09-22 02:48:08] "PUT /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba HTTP/1.1" 200 264 0.061494 10.0.0.56 - - [2025-09-22 02:48:11] "POST /routing-policys HTTP/1.1" 200 534 0.032145 10.0.0.56 - - [2025-09-22 02:48:11] "GET /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007529 10.0.0.56 - - [2025-09-22 02:48:11] "PUT /virtual-network/63a92997-78c0-4cf9-bf2b-9c067bc245ba HTTP/1.1" 200 264 0.056838 10.0.0.56 - - [2025-09-22 02:48:12] "POST /ref-update HTTP/1.1" 200 156 0.016710 10.0.0.56 - - [2025-09-22 02:48:13] "POST /ref-update HTTP/1.1" 200 156 0.055625 10.0.0.56 - - [2025-09-22 02:48:13] "DELETE /routing-policy/ac0d6cc4-3215-4cf5-ab3a-819b6c7dd5b0 HTTP/1.1" 200 115 0.051448 10.0.0.56 - - [2025-09-22 02:48:13] "POST /ref-update HTTP/1.1" 200 156 0.056051 10.0.0.56 - - [2025-09-22 02:48:13] "DELETE /routing-policy/7941737c-032a-493d-9274-2811b546fa99 HTTP/1.1" 200 115 0.036003 10.0.0.56 - - [2025-09-22 02:48:13] "POST /neutron/network HTTP/1.1" 400 204 0.014997 10.0.0.56 - - [2025-09-22 02:48:13] "POST /neutron/port HTTP/1.1" 200 1082 0.023691 10.0.0.56 - - [2025-09-22 02:48:14] "POST /neutron/port HTTP/1.1" 200 151 0.252120 10.0.0.56 - - [2025-09-22 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.56 - - [2025-09-22 02:48:15] "POST /neutron/network HTTP/1.1" 200 832 0.015073 10.0.0.56 - - [2025-09-22 02:48:15] "DELETE /route-target/ae9d14a6-54b5-429f-9f12-1c5a2b578a85 HTTP/1.1" 409 239 0.006799 10.0.0.56 - - [2025-09-22 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.56 - - [2025-09-22 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.27 - - [2025-09-22 02:48:18] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000983 10.0.0.56 - - [2025-09-22 02:48:18] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049593 10.0.0.27 - - [2025-09-22 02:48:18] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001653 10.0.0.56 - - [2025-09-22 02:48:18] "POST /neutron/network HTTP/1.1" 200 612 0.134648 10.0.0.56 - - [2025-09-22 02:48:18] "POST /ref-update HTTP/1.1" 200 156 0.023250 10.0.0.56 - - [2025-09-22 02:48:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.004071 10.0.0.56 - - [2025-09-22 02:48:18] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006147 10.0.0.56 - - [2025-09-22 02:48:18] "POST /neutron/network HTTP/1.1" 200 831 0.008442 10.0.0.56 - - [2025-09-22 02:48:18] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009455 10.0.0.56 - - [2025-09-22 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.56 - - [2025-09-22 02:48:19] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006299 10.0.0.56 - - [2025-09-22 02:48:19] "PUT /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3 HTTP/1.1" 200 264 0.080337 10.0.0.56 - - [2025-09-22 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2025-09-22 02:48:19] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002979 10.0.0.56 - - [2025-09-22 02:48:19] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041297 10.0.0.56 - - [2025-09-22 02:48:19] "POST /neutron/network HTTP/1.1" 200 117 0.012550 10.0.0.56 - - [2025-09-22 02:48:19] "POST /route-targets HTTP/1.1" 200 327 0.012689 10.0.0.56 - - [2025-09-22 02:48:19] "POST /neutron/network HTTP/1.1" 200 830 0.010853 10.0.0.56 - - [2025-09-22 02:48:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.56 - - [2025-09-22 02:48:19] "GET /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006590 10.0.0.56 - - [2025-09-22 02:48:19] "GET /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006212 10.0.0.56 - - [2025-09-22 02:48:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.010658 10.0.0.56 - - [2025-09-22 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.56 - - [2025-09-22 02:48:19] "GET /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008140 10.0.0.56 - - [2025-09-22 02:48:19] "PUT /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2 HTTP/1.1" 200 264 0.060811 10.0.0.56 - - [2025-09-22 02:48:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.002286 10.0.0.27 - - [2025-09-22 02:48:21] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001277 10.0.0.56 - - [2025-09-22 02:48:21] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.299908 10.0.0.56 - - [2025-09-22 02:48:21] "POST /neutron/port HTTP/1.1" 200 117 0.006928 10.0.0.56 - - [2025-09-22 02:48:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001348 10.0.0.56 - - [2025-09-22 02:48:21] "POST /neutron/network HTTP/1.1" 200 840 0.008516 10.0.0.38 - - [2025-09-22 02:48:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048574 10.0.0.56 - - [2025-09-22 02:48:22] "POST /neutron/port HTTP/1.1" 200 1053 0.035423 10.0.0.27 - - [2025-09-22 02:48:22] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001147 10.0.0.56 - - [2025-09-22 02:48:22] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.097952 10.0.0.56 - - [2025-09-22 02:48:22] "POST /neutron/port HTTP/1.1" 200 1081 0.020170 10.0.0.56 - - [2025-09-22 02:48:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.008961 10.0.0.56 - - [2025-09-22 02:48:22] "POST /neutron/port HTTP/1.1" 200 1081 0.019262 10.0.0.56 - - [2025-09-22 02:48:22] "POST /neutron/port HTTP/1.1" 200 1081 0.017276 10.0.0.27 - - [2025-09-22 02:48:22] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001923 10.0.0.56 - - [2025-09-22 02:48:23] "POST /neutron/port HTTP/1.1" 200 1052 0.310720 10.0.0.56 - - [2025-09-22 02:48:23] "POST /neutron/port HTTP/1.1" 200 1106 0.135839 10.0.0.56 - - [2025-09-22 02:48:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.008852 10.0.0.56 - - [2025-09-22 02:48:27] "POST /neutron/port HTTP/1.1" 200 1081 0.019521 10.0.0.56 - - [2025-09-22 02:48:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009998 10.0.0.56 - - [2025-09-22 02:48:27] "GET /virtual-machine/b90283df-9b02-4939-abf5-1f75deb9678b HTTP/1.1" 200 1286 0.008306 10.0.0.56 - - [2025-09-22 02:48:27] "GET /virtual-machine-interface/fbc1a106-9cd7-4e89-b984-242012e1004b HTTP/1.1" 200 2928 0.006467 10.0.0.56 - - [2025-09-22 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.56 - - [2025-09-22 02:48:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004261 10.0.0.56 - - [2025-09-22 02:48:27] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002999 10.0.0.56 - - [2025-09-22 02:48:27] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007944 10.0.0.56 - - [2025-09-22 02:48:30] "POST /neutron/port HTTP/1.1" 200 1081 0.021154 10.0.0.56 - - [2025-09-22 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.56 - - [2025-09-22 02:48:31] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005651 10.0.0.56 - - [2025-09-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.56 - - [2025-09-22 02:48:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003469 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007144 10.0.0.27 - - [2025-09-22 02:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.094771 10.0.0.56 - - [2025-09-22 02:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.140253 10.0.0.56 - - [2025-09-22 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007956 10.0.0.56 - - [2025-09-22 02:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.075849 10.0.0.56 - - [2025-09-22 02:48:33] "POST /neutron/port HTTP/1.1" 200 1080 0.019276 10.0.0.27 - - [2025-09-22 02:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.153696 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-machine/864fed06-a907-4997-8830-b7aade9b2ef2 HTTP/1.1" 200 1284 0.005669 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-machine-interface/89688f08-85c9-4111-957d-0ee636f87b3b HTTP/1.1" 200 2927 0.006179 10.0.0.56 - - [2025-09-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.56 - - [2025-09-22 02:48:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003641 10.0.0.56 - - [2025-09-22 02:48:33] "GET /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.010341 10.0.0.27 - - [2025-09-22 02:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.082138 10.0.0.38 - - [2025-09-22 02:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.149916 10.0.0.56 - - [2025-09-22 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006246 10.0.0.56 - - [2025-09-22 02:48:34] "GET /global-system-configs HTTP/1.1" 200 322 0.062110 10.0.0.56 - - [2025-09-22 02:48:34] "GET /obj-perms HTTP/1.1" 200 5056 0.135145 10.0.0.56 - - [2025-09-22 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.56 - - [2025-09-22 02:48:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.56 - - [2025-09-22 02:48:34] "GET /virtual-networks?parent_id=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003604 10.0.0.56 - - [2025-09-22 02:48:34] "GET /virtual-network/83853713-27d5-4f55-9769-377aedc1fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005980 10.0.0.56 - - [2025-09-22 02:48:35] "POST /interface-route-tables HTTP/1.1" 200 574 0.028372 10.0.0.56 - - [2025-09-22 02:48:35] "GET /interface-route-table/483d57b5-dec5-4d31-b3bc-e9ae05696da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.017275 10.0.0.56 - - [2025-09-22 02:48:35] "GET /virtual-machine-interface/fbc1a106-9cd7-4e89-b984-242012e1004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006863 10.0.0.56 - - [2025-09-22 02:48:35] "POST /ref-update HTTP/1.1" 200 156 0.018694 10.0.0.56 - - [2025-09-22 02:48:35] "POST /routing-policys HTTP/1.1" 200 534 0.028426 10.0.0.56 - - [2025-09-22 02:48:35] "GET /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006651 10.0.0.56 - - [2025-09-22 02:48:35] "POST /ref-update HTTP/1.1" 200 156 0.034876 10.0.0.56 - - [2025-09-22 02:48:35] "PUT /virtual-network/67c60c1f-d49f-4d92-84e6-06635d27abf3 HTTP/1.1" 200 264 0.071693 10.0.0.38 - - [2025-09-22 02:48:35] "GET /global-system-configs HTTP/1.1" 200 322 0.056342 10.0.0.38 - - [2025-09-22 02:48:35] "GET /global-system-configs HTTP/1.1" 200 322 0.123894 10.0.0.27 - - [2025-09-22 02:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.204059 10.0.0.38 - - [2025-09-22 02:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.230108 10.0.0.56 - - [2025-09-22 02:48:39] "POST /ref-update HTTP/1.1" 200 156 0.057079 10.0.0.56 - - [2025-09-22 02:48:39] "DELETE /routing-policy/d1d35897-817c-4479-9ca2-4dfbea00b9c7 HTTP/1.1" 200 115 0.066521 10.0.0.56 - - [2025-09-22 02:48:39] "POST /neutron/port HTTP/1.1" 200 1080 0.015856 10.0.0.56 - - [2025-09-22 02:48:39] "POST /neutron/port HTTP/1.1" 200 1107 0.019452 10.0.0.56 - - [2025-09-22 02:48:41] "POST /neutron/network HTTP/1.1" 200 830 0.007148 10.0.0.56 - - [2025-09-22 02:48:41] "DELETE /route-target/6727c3ed-3407-4141-aa3b-d494eb7bce9c HTTP/1.1" 200 115 0.035380 10.0.0.27 - - [2025-09-22 02:48:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006112 10.0.0.56 - - [2025-09-22 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007437 10.0.0.27 - - [2025-09-22 02:48:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003929 10.0.0.56 - - [2025-09-22 02:48:41] "POST /neutron/network HTTP/1.1" 200 151 0.151624 10.0.0.56 - - [2025-09-22 02:48:41] "DELETE /route-target/9780f0dd-a7f5-4d58-94e1-b8d620bc7965 HTTP/1.1" 200 115 0.029990 10.0.0.27 - - [2025-09-22 02:48:42] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001253 10.0.0.56 - - [2025-09-22 02:48:43] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041565 10.0.0.27 - - [2025-09-22 02:48:43] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.56 - - [2025-09-22 02:48:43] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=virtual_networks HTTP/1.1" 200 1018 0.038392 10.0.0.27 - - [2025-09-22 02:48:43] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001282 10.0.0.56 - - [2025-09-22 02:48:43] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.058992 10.0.0.27 - - [2025-09-22 02:48:43] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001394 10.0.0.56 - - [2025-09-22 02:48:43] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=security_groups HTTP/1.1" 200 1237 0.043891 10.0.0.56 - - [2025-09-22 02:48:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.021030 10.0.0.27 - - [2025-09-22 02:48:43] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003198 10.0.0.27 - - [2025-09-22 02:48:44] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.27 - - [2025-09-22 02:48:44] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007463 10.0.0.27 - - [2025-09-22 02:48:44] "POST /id-to-fqname HTTP/1.1" 200 194 0.001300 10.0.0.27 - - [2025-09-22 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 203 0.005796 10.0.0.27 - - [2025-09-22 02:48:44] "POST /security-groups HTTP/1.1" 200 595 0.030855 10.0.0.27 - - [2025-09-22 02:48:44] "POST /projects HTTP/1.1" 200 593 0.233594 10.0.0.56 - - [2025-09-22 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 237 0.008551 10.0.0.27 - - [2025-09-22 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.309541 10.0.0.56 - - [2025-09-22 02:48:44] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.462378 10.0.0.56 - - [2025-09-22 02:48:45] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.56 - - [2025-09-22 02:48:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.56 - - [2025-09-22 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.056280 10.0.0.27 - - [2025-09-22 02:48:47] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.56 - - [2025-09-22 02:48:47] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041559 10.0.0.56 - - [2025-09-22 02:48:47] "POST /ref-update HTTP/1.1" 200 156 0.028644 10.0.0.27 - - [2025-09-22 02:48:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006067 10.0.0.56 - - [2025-09-22 02:48:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.285054 10.0.0.56 - - [2025-09-22 02:48:48] "POST /id-to-fqname HTTP/1.1" 200 226 0.001649 10.0.0.56 - - [2025-09-22 02:48:48] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005747 10.0.0.56 - - [2025-09-22 02:48:48] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006421 10.0.0.56 - - [2025-09-22 02:48:48] "POST /neutron/network HTTP/1.1" 200 832 0.007425 10.0.0.56 - - [2025-09-22 02:48:48] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006250 10.0.0.56 - - [2025-09-22 02:48:49] "GET /obj-perms HTTP/1.1" 200 5038 0.046492 10.0.0.56 - - [2025-09-22 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.56 - - [2025-09-22 02:48:49] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006295 10.0.0.56 - - [2025-09-22 02:48:50] "PUT /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6 HTTP/1.1" 200 264 0.074770 10.0.0.56 - - [2025-09-22 02:48:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001515 10.0.0.27 - - [2025-09-22 02:48:55] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.56 - - [2025-09-22 02:48:55] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.064218 10.0.0.56 - - [2025-09-22 02:48:55] "POST /neutron/network HTTP/1.1" 200 832 0.007040 10.0.0.56 - - [2025-09-22 02:48:56] "POST /neutron/port HTTP/1.1" 200 117 0.008580 10.0.0.56 - - [2025-09-22 02:48:56] "POST /neutron/port HTTP/1.1" 200 1064 0.018349 10.0.0.56 - - [2025-09-22 02:48:57] "POST /neutron/port HTTP/1.1" 200 1092 0.020312 10.0.0.56 - - [2025-09-22 02:48:57] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.56 - - [2025-09-22 02:49:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009887 10.0.0.56 - - [2025-09-22 02:49:01] "POST /neutron/port HTTP/1.1" 200 1092 0.016383 10.0.0.56 - - [2025-09-22 02:49:01] "GET /virtual-machine/ff56b639-7f96-4799-bc9d-3e079b7184ad HTTP/1.1" 401 292 0.000469 10.0.0.56 - - [2025-09-22 02:49:01] "GET /virtual-machine/ff56b639-7f96-4799-bc9d-3e079b7184ad HTTP/1.1" 200 1297 0.027865 10.0.0.56 - - [2025-09-22 02:49:01] "GET /virtual-machine-interface/5ec10e3b-54b9-454e-8df7-2e6f1bb2cb4a HTTP/1.1" 200 2967 0.006202 10.0.0.56 - - [2025-09-22 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.56 - - [2025-09-22 02:49:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003849 10.0.0.56 - - [2025-09-22 02:49:01] "GET /virtual-networks?parent_id=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003167 10.0.0.56 - - [2025-09-22 02:49:01] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005935 10.0.0.56 - - [2025-09-22 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.56 - - [2025-09-22 02:49:05] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005997 10.0.0.56 - - [2025-09-22 02:49:06] "POST /neutron/port HTTP/1.1" 200 1092 0.015763 10.0.0.56 - - [2025-09-22 02:49:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.010440 10.0.0.56 - - [2025-09-22 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.56 - - [2025-09-22 02:49:09] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005999 10.0.0.56 - - [2025-09-22 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.56 - - [2025-09-22 02:49:13] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005642 10.0.0.27 - - [2025-09-22 02:49:17] "DELETE /project/25eb50b81f55436ab01aafc7b694be14 HTTP/1.1" 404 173 0.006624 10.0.0.27 - - [2025-09-22 02:49:17] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.27 - - [2025-09-22 02:49:17] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.044680 10.0.0.27 - - [2025-09-22 02:49:17] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001550 10.0.0.27 - - [2025-09-22 02:49:17] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=security_groups HTTP/1.1" 200 1342 0.049252 10.0.0.56 - - [2025-09-22 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.56 - - [2025-09-22 02:49:17] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.020187 10.0.0.27 - - [2025-09-22 02:49:17] "DELETE /security-group/ee38df57-c325-48f4-afbe-a559604a2116 HTTP/1.1" 200 115 0.068112 10.0.0.27 - - [2025-09-22 02:49:17] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001076 10.0.0.56 - - [2025-09-22 02:49:17] "DELETE /access-control-list/0e22b1a8-030c-49eb-9d89-7a1659032f9c HTTP/1.1" 200 115 0.046024 10.0.0.27 - - [2025-09-22 02:49:17] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=application_policy_sets HTTP/1.1" 200 1381 0.062444 10.0.0.27 - - [2025-09-22 02:49:17] "DELETE /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4 HTTP/1.1" 409 278 0.353383 10.0.0.56 - - [2025-09-22 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.56 - - [2025-09-22 02:49:21] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006332 10.0.0.27 - - [2025-09-22 02:49:21] "GET /obj-perms HTTP/1.1" 200 5056 0.040785 10.0.0.56 - - [2025-09-22 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.56 - - [2025-09-22 02:49:25] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006552 10.0.0.56 - - [2025-09-22 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.56 - - [2025-09-22 02:49:29] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005841 10.0.0.56 - - [2025-09-22 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.56 - - [2025-09-22 02:49:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.56 - - [2025-09-22 02:49:31] "GET /virtual-networks?parent_id=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003258 10.0.0.56 - - [2025-09-22 02:49:31] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.009345 10.0.0.56 - - [2025-09-22 02:49:31] "POST /neutron/port HTTP/1.1" 200 1092 0.016263 10.0.0.56 - - [2025-09-22 02:49:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008957 10.0.0.56 - - [2025-09-22 02:49:42] "POST /neutron/port HTTP/1.1" 200 1092 0.015680 10.0.0.56 - - [2025-09-22 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.56 - - [2025-09-22 02:49:47] "GET /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005614 10.0.0.56 - - [2025-09-22 02:49:47] "PUT /virtual-network/a4550b15-0a62-44dd-a685-25a57aee15d6 HTTP/1.1" 200 264 0.061054 10.0.0.56 - - [2025-09-22 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.033132 10.0.0.56 - - [2025-09-22 02:49:52] "POST /neutron/network HTTP/1.1" 400 204 0.020434 10.0.0.56 - - [2025-09-22 02:49:53] "POST /neutron/port HTTP/1.1" 200 151 0.172954 10.0.0.56 - - [2025-09-22 02:49:54] "DELETE /route-target/1aa04766-67d3-4fc7-9405-c64c1c5801bf HTTP/1.1" 200 115 0.028144 10.0.0.56 - - [2025-09-22 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.27 - - [2025-09-22 02:49:57] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001022 10.0.0.56 - - [2025-09-22 02:49:57] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040919 10.0.0.56 - - [2025-09-22 02:49:57] "POST /neutron/network HTTP/1.1" 200 117 0.009608 10.0.0.56 - - [2025-09-22 02:49:58] "POST /neutron/network HTTP/1.1" 200 832 0.011781 10.0.0.56 - - [2025-09-22 02:49:58] "POST /id-to-fqname HTTP/1.1" 200 226 0.001170 10.0.0.56 - - [2025-09-22 02:49:58] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005630 10.0.0.56 - - [2025-09-22 02:49:58] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005979 10.0.0.56 - - [2025-09-22 02:49:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.009157 10.0.0.56 - - [2025-09-22 02:49:58] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005614 10.0.0.56 - - [2025-09-22 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.56 - - [2025-09-22 02:49:58] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006185 10.0.0.56 - - [2025-09-22 02:49:58] "PUT /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1 HTTP/1.1" 200 264 0.065613 10.0.0.56 - - [2025-09-22 02:49:58] "POST /route-targets HTTP/1.1" 200 327 0.034090 10.0.0.56 - - [2025-09-22 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.001621 10.0.0.27 - - [2025-09-22 02:50:04] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001132 10.0.0.56 - - [2025-09-22 02:50:04] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.084174 10.0.0.56 - - [2025-09-22 02:50:04] "POST /neutron/port HTTP/1.1" 200 117 0.009563 10.0.0.56 - - [2025-09-22 02:50:05] "POST /neutron/network HTTP/1.1" 200 842 0.008494 10.0.0.56 - - [2025-09-22 02:50:05] "POST /neutron/port HTTP/1.1" 200 1064 0.018705 10.0.0.56 - - [2025-09-22 02:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004939 10.0.0.56 - - [2025-09-22 02:50:05] "POST /neutron/network HTTP/1.1" 200 832 0.007340 10.0.0.56 - - [2025-09-22 02:50:10] "POST /neutron/port HTTP/1.1" 200 1092 0.022661 10.0.0.56 - - [2025-09-22 02:50:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008809 10.0.0.56 - - [2025-09-22 02:50:10] "GET /virtual-machine/c11e4a74-f99a-4ae8-914f-b86629c75406 HTTP/1.1" 200 1297 0.006855 10.0.0.56 - - [2025-09-22 02:50:10] "GET /virtual-machine-interface/f98fc41a-60b7-44f3-8fbe-3402a7a60d0d HTTP/1.1" 200 2968 0.006663 10.0.0.56 - - [2025-09-22 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.56 - - [2025-09-22 02:50:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004089 10.0.0.56 - - [2025-09-22 02:50:10] "GET /virtual-networks?parent_id=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003414 10.0.0.56 - - [2025-09-22 02:50:10] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006611 10.0.0.56 - - [2025-09-22 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.56 - - [2025-09-22 02:50:13] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006907 10.0.0.56 - - [2025-09-22 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.56 - - [2025-09-22 02:50:17] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006636 10.0.0.56 - - [2025-09-22 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.56 - - [2025-09-22 02:50:21] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008007 10.0.0.38 - - [2025-09-22 02:50:22] "GET /obj-perms HTTP/1.1" 200 5056 0.041293 10.0.0.56 - - [2025-09-22 02:50:25] "POST /neutron/network HTTP/1.1" 200 842 0.007823 10.0.0.56 - - [2025-09-22 02:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.001394 10.0.0.56 - - [2025-09-22 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.56 - - [2025-09-22 02:50:25] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006104 10.0.0.56 - - [2025-09-22 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.56 - - [2025-09-22 02:50:29] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005699 10.0.0.56 - - [2025-09-22 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-09-22 02:50:33] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006377 10.0.0.56 - - [2025-09-22 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-09-22 02:50:37] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005996 10.0.0.56 - - [2025-09-22 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.56 - - [2025-09-22 02:50:42] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005945 10.0.0.56 - - [2025-09-22 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.56 - - [2025-09-22 02:50:46] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006558 10.0.0.56 - - [2025-09-22 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.56 - - [2025-09-22 02:50:50] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006039 10.0.0.56 - - [2025-09-22 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.56 - - [2025-09-22 02:50:52] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004013 10.0.0.56 - - [2025-09-22 02:50:52] "GET /virtual-networks?parent_id=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003100 10.0.0.56 - - [2025-09-22 02:50:52] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007178 10.0.0.56 - - [2025-09-22 02:50:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007970 10.0.0.56 - - [2025-09-22 02:51:02] "POST /neutron/port HTTP/1.1" 200 1092 0.018732 10.0.0.56 - - [2025-09-22 02:51:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.043339 10.0.0.56 - - [2025-09-22 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.56 - - [2025-09-22 02:51:13] "GET /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005996 10.0.0.56 - - [2025-09-22 02:51:13] "PUT /virtual-network/fdaa6e02-c1c1-482d-b804-09808abc2cc1 HTTP/1.1" 200 264 0.049949 10.0.0.56 - - [2025-09-22 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.56 - - [2025-09-22 02:51:18] "POST /neutron/network HTTP/1.1" 200 832 0.008288 10.0.0.56 - - [2025-09-22 02:51:18] "POST /neutron/port HTTP/1.1" 200 1118 0.013031 10.0.0.27 - - [2025-09-22 02:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004497 10.0.0.27 - - [2025-09-22 02:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004761 10.0.0.56 - - [2025-09-22 02:51:20] "POST /neutron/network HTTP/1.1" 200 151 0.149580 10.0.0.56 - - [2025-09-22 02:51:20] "DELETE /route-target/df269879-6e53-4f08-9d5a-f3882d1191ab HTTP/1.1" 200 115 0.034387 10.0.0.27 - - [2025-09-22 02:51:22] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.56 - - [2025-09-22 02:51:22] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049293 10.0.0.27 - - [2025-09-22 02:51:22] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002782 10.0.0.56 - - [2025-09-22 02:51:22] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?fields=virtual_networks HTTP/1.1" 200 1039 0.048090 10.0.0.27 - - [2025-09-22 02:51:22] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001054 10.0.0.56 - - [2025-09-22 02:51:22] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.045594 10.0.0.27 - - [2025-09-22 02:51:22] "GET /projects?obj_uuids=25eb50b8-1f55-436a-b01a-afc7b694be14&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116 10.0.0.56 - - [2025-09-22 02:51:22] "GET /project/25eb50b8-1f55-436a-b01a-afc7b694be14?fields=security_groups HTTP/1.1" 200 1269 0.041813 10.0.0.56 - - [2025-09-22 02:51:23] "GET /obj-perms HTTP/1.1" 200 5056 0.059109 10.0.0.56 - - [2025-09-22 02:51:23] "POST /fqname-to-id HTTP/1.1" 404 213 0.021258 10.0.0.27 - - [2025-09-22 02:51:23] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002906 10.0.0.27 - - [2025-09-22 02:51:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.27 - - [2025-09-22 02:51:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007905 10.0.0.27 - - [2025-09-22 02:51:23] "POST /id-to-fqname HTTP/1.1" 200 216 0.001441 10.0.0.27 - - [2025-09-22 02:51:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.005119 10.0.0.27 - - [2025-09-22 02:51:24] "POST /security-groups HTTP/1.1" 200 616 0.082035 10.0.0.27 - - [2025-09-22 02:51:24] "POST /projects HTTP/1.1" 200 635 0.298356 10.0.0.56 - - [2025-09-22 02:51:24] "POST /fqname-to-id HTTP/1.1" 404 258 0.012852 10.0.0.27 - - [2025-09-22 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.371617 10.0.0.56 - - [2025-09-22 02:51:24] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.513363 10.0.0.56 - - [2025-09-22 02:51:25] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.56 - - [2025-09-22 02:51:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.56 - - [2025-09-22 02:51:27] "POST /fqname-to-id HTTP/1.1" 404 249 0.052835 10.0.0.56 - - [2025-09-22 02:51:27] "POST /access-control-lists HTTP/1.1" 200 643 0.035125 10.0.0.56 - - [2025-09-22 02:51:27] "PUT /access-control-list/57a3f04d-cf72-4502-aa2a-e8c28fe2fd30 HTTP/1.1" 200 272 0.016237 10.0.0.56 - - [2025-09-22 02:51:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.040555 10.0.0.56 - - [2025-09-22 02:51:28] "PUT /access-control-list/2162644a-9dc0-441f-addd-4ea3ffcd3167 HTTP/1.1" 200 272 0.023610 10.0.0.56 - - [2025-09-22 02:51:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174044 10.0.0.56 - - [2025-09-22 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008368 10.0.0.56 - - [2025-09-22 02:51:28] "GET /security-group/f43eb2a9-19aa-45d1-9522-9454fc49ca5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005995 10.0.0.56 - - [2025-09-22 02:51:28] "DELETE /access-control-list/7723ba0e-3218-4a77-a0b2-ce3ae7907fd8 HTTP/1.1" 200 115 0.052674 10.0.0.56 - - [2025-09-22 02:51:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.048170 10.0.0.56 - - [2025-09-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.002631 10.0.0.56 - - [2025-09-22 02:51:29] "DELETE /access-control-list/2162644a-9dc0-441f-addd-4ea3ffcd3167 HTTP/1.1" 200 115 0.029266 10.0.0.56 - - [2025-09-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.007231 10.0.0.56 - - [2025-09-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 404 280 0.006374 10.0.0.56 - - [2025-09-22 02:51:29] "PUT /access-control-list/ccaa71ef-02ca-4b0c-88f1-2fa252472b38 HTTP/1.1" 200 272 0.017214 10.0.0.56 - - [2025-09-22 02:51:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010025 10.0.0.56 - - [2025-09-22 02:51:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125175 10.0.0.56 - - [2025-09-22 02:51:30] "PUT /access-control-list/ccaa71ef-02ca-4b0c-88f1-2fa252472b38 HTTP/1.1" 200 272 0.017133 10.0.0.56 - - [2025-09-22 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.56 - - [2025-09-22 02:51:30] "GET /security-group/6184296a-269b-43eb-9d01-0889b27ff843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004651 10.0.0.56 - - [2025-09-22 02:51:30] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008359 10.0.0.56 - - [2025-09-22 02:51:31] "PUT /access-control-list/ccaa71ef-02ca-4b0c-88f1-2fa252472b38 HTTP/1.1" 200 272 0.015568 10.0.0.56 - - [2025-09-22 02:51:31] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.185952 10.0.0.56 - - [2025-09-22 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.27 - - [2025-09-22 02:51:31] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.033248 10.0.0.56 - - [2025-09-22 02:51:31] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.079055 10.0.0.56 - - [2025-09-22 02:51:31] "POST /ref-update HTTP/1.1" 200 156 0.028050 10.0.0.27 - - [2025-09-22 02:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004642 10.0.0.56 - - [2025-09-22 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 823 0.209045 10.0.0.56 - - [2025-09-22 02:51:32] "POST /id-to-fqname HTTP/1.1" 200 290 0.001721 10.0.0.56 - - [2025-09-22 02:51:32] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.009019 10.0.0.56 - - [2025-09-22 02:51:32] "POST /neutron/network HTTP/1.1" 200 1110 0.009764 10.0.0.56 - - [2025-09-22 02:51:32] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006353 10.0.0.56 - - [2025-09-22 02:51:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.009667 10.0.0.56 - - [2025-09-22 02:51:32] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006122 10.0.0.27 - - [2025-09-22 02:51:33] "GET /obj-perms HTTP/1.1" 200 5080 0.041706 10.0.0.56 - - [2025-09-22 02:51:33] "POST /id-to-fqname HTTP/1.1" 200 290 0.001530 10.0.0.27 - - [2025-09-22 02:51:34] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001755 10.0.0.56 - - [2025-09-22 02:51:34] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062145 10.0.0.56 - - [2025-09-22 02:51:34] "POST /neutron/network HTTP/1.1" 200 1110 0.011184 10.0.0.56 - - [2025-09-22 02:51:34] "POST /id-to-fqname HTTP/1.1" 200 290 0.001378 10.0.0.56 - - [2025-09-22 02:51:34] "POST /neutron/port HTTP/1.1" 200 117 0.007090 10.0.0.56 - - [2025-09-22 02:51:35] "POST /neutron/network HTTP/1.1" 200 1120 0.010472 10.0.0.56 - - [2025-09-22 02:51:35] "POST /neutron/port HTTP/1.1" 200 1189 0.028493 10.0.0.27 - - [2025-09-22 02:51:35] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001051 10.0.0.56 - - [2025-09-22 02:51:35] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.080368 10.0.0.56 - - [2025-09-22 02:51:35] "POST /neutron/network HTTP/1.1" 200 1110 0.019737 10.0.0.56 - - [2025-09-22 02:51:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006126 10.0.0.56 - - [2025-09-22 02:51:36] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.56 - - [2025-09-22 02:51:36] "POST /neutron/network HTTP/1.1" 200 1110 0.010660 10.0.0.56 - - [2025-09-22 02:51:36] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008822 10.0.0.27 - - [2025-09-22 02:51:36] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079 10.0.0.56 - - [2025-09-22 02:51:36] "POST /neutron/port HTTP/1.1" 200 1189 0.400571 10.0.0.56 - - [2025-09-22 02:51:37] "POST /neutron/port HTTP/1.1" 200 1243 0.111077 10.0.0.56 - - [2025-09-22 02:51:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.56 - - [2025-09-22 02:51:37] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.56 - - [2025-09-22 02:51:41] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008896 10.0.0.56 - - [2025-09-22 02:51:41] "POST /neutron/port HTTP/1.1" 200 1217 0.020616 10.0.0.56 - - [2025-09-22 02:51:41] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008199 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 401 292 0.000516 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.033831 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.005259 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.005823 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.004802 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.005838 10.0.0.56 - - [2025-09-22 02:51:41] "GET /instance-ip/9a149e89-1591-4b65-b830-473bb4c12b5e HTTP/1.1" 200 1735 0.006575 10.0.0.56 - - [2025-09-22 02:51:41] "GET /instance-ip/c1b2bd46-5205-45ee-aa57-be088f411ce5 HTTP/1.1" 200 1714 0.005961 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.004115 10.0.0.56 - - [2025-09-22 02:51:41] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.005780 10.0.0.56 - - [2025-09-22 02:51:41] "GET /instance-ip/9a149e89-1591-4b65-b830-473bb4c12b5e HTTP/1.1" 200 1735 0.004018 10.0.0.56 - - [2025-09-22 02:51:41] "GET /instance-ip/c1b2bd46-5205-45ee-aa57-be088f411ce5 HTTP/1.1" 200 1714 0.004309 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005419 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003806 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006594 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005038 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003386 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006099 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004550 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007070 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004715 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003338 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007124 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004807 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003238 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006996 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004408 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003707 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006796 10.0.0.56 - - [2025-09-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.56 - - [2025-09-22 02:51:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003312 10.0.0.56 - - [2025-09-22 02:51:42] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007763 10.0.0.56 - - [2025-09-22 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.56 - - [2025-09-22 02:51:45] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.012112 10.0.0.56 - - [2025-09-22 02:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-09-22 02:51:50] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005450 10.0.0.56 - - [2025-09-22 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.56 - - [2025-09-22 02:51:54] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007866 10.0.0.56 - - [2025-09-22 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.56 - - [2025-09-22 02:51:58] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006298 10.0.0.56 - - [2025-09-22 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.56 - - [2025-09-22 02:52:02] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006179 10.0.0.56 - - [2025-09-22 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.56 - - [2025-09-22 02:52:06] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005917 10.0.0.56 - - [2025-09-22 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.56 - - [2025-09-22 02:52:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003062 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006651 10.0.0.56 - - [2025-09-22 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.56 - - [2025-09-22 02:52:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004740 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003898 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006886 10.0.0.56 - - [2025-09-22 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.56 - - [2025-09-22 02:52:08] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005425 10.0.0.56 - - [2025-09-22 02:52:08] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004070 10.0.0.56 - - [2025-09-22 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.56 - - [2025-09-22 02:52:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004319 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003925 10.0.0.56 - - [2025-09-22 02:52:08] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006910 10.0.0.56 - - [2025-09-22 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.56 - - [2025-09-22 02:52:08] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005823 10.0.0.56 - - [2025-09-22 02:52:08] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004445 10.0.0.56 - - [2025-09-22 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.56 - - [2025-09-22 02:52:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005799 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003286 10.0.0.56 - - [2025-09-22 02:52:09] "POST /neutron/network HTTP/1.1" 200 1120 0.011874 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006169 10.0.0.56 - - [2025-09-22 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.56 - - [2025-09-22 02:52:09] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013602 10.0.0.56 - - [2025-09-22 02:52:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004542 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002955 10.0.0.56 - - [2025-09-22 02:52:09] "POST /neutron/network HTTP/1.1" 200 1110 0.008897 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006802 10.0.0.56 - - [2025-09-22 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.56 - - [2025-09-22 02:52:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004925 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003409 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007153 10.0.0.56 - - [2025-09-22 02:52:09] "GET /obj-perms HTTP/1.1" 200 5080 0.044339 10.0.0.27 - - [2025-09-22 02:52:09] "GET /obj-perms HTTP/1.1" 200 5080 0.003939 10.0.0.56 - - [2025-09-22 02:52:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004768 10.0.0.56 - - [2025-09-22 02:52:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004529 10.0.0.38 - - [2025-09-22 02:52:09] "GET /obj-perms HTTP/1.1" 200 5080 0.050478 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.005635 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.008977 10.0.0.56 - - [2025-09-22 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.56 - - [2025-09-22 02:52:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010382 10.0.0.56 - - [2025-09-22 02:52:09] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.009708 10.0.0.56 - - [2025-09-22 02:52:10] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.011322 10.0.0.56 - - [2025-09-22 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.56 - - [2025-09-22 02:52:11] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004676 10.0.0.56 - - [2025-09-22 02:52:11] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003374 10.0.0.56 - - [2025-09-22 02:52:11] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007431 10.0.0.56 - - [2025-09-22 02:52:16] "POST /neutron/port HTTP/1.1" 200 1217 0.020490 10.0.0.56 - - [2025-09-22 02:52:17] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007717 10.0.0.27 - - [2025-09-22 02:52:17] "DELETE /project/25eb50b8-1f55-436a-b01a-afc7b694be14 HTTP/1.1" 404 177 0.028766 10.0.0.27 - - [2025-09-22 02:52:17] "DELETE /project/41e99b15cc00463e91a6b896cd236ecb HTTP/1.1" 404 173 0.043775 10.0.0.56 - - [2025-09-22 02:52:26] "POST /neutron/port HTTP/1.1" 200 1217 0.017176 10.0.0.56 - - [2025-09-22 02:52:26] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007546 10.0.0.56 - - [2025-09-22 02:52:27] "POST /neutron/port HTTP/1.1" 200 1217 0.017453 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.006164 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.003730 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine-interface/adfeb910-c617-49f7-a0ef-82d32ede7ea5 HTTP/1.1" 200 3418 0.005787 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.004619 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine-interface/adfeb910-c617-49f7-a0ef-82d32ede7ea5 HTTP/1.1" 200 3418 0.007054 10.0.0.56 - - [2025-09-22 02:52:27] "GET /instance-ip/3e342669-3dff-4879-af0b-2bc942092454 HTTP/1.1" 200 1713 0.006096 10.0.0.56 - - [2025-09-22 02:52:27] "GET /instance-ip/737ea407-5f99-460e-8792-1cf2b5294880 HTTP/1.1" 200 1733 0.006655 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.003402 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-machine-interface/adfeb910-c617-49f7-a0ef-82d32ede7ea5 HTTP/1.1" 200 3418 0.005966 10.0.0.56 - - [2025-09-22 02:52:27] "GET /instance-ip/3e342669-3dff-4879-af0b-2bc942092454 HTTP/1.1" 200 1713 0.004016 10.0.0.56 - - [2025-09-22 02:52:27] "GET /instance-ip/737ea407-5f99-460e-8792-1cf2b5294880 HTTP/1.1" 200 1733 0.003646 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.56 - - [2025-09-22 02:52:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003909 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004145 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007049 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.56 - - [2025-09-22 02:52:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010516 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003852 10.0.0.56 - - [2025-09-22 02:52:27] "POST /neutron/port HTTP/1.1" 200 1217 0.019141 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008705 10.0.0.56 - - [2025-09-22 02:52:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005057 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.56 - - [2025-09-22 02:52:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.56 - - [2025-09-22 02:52:27] "POST /neutron/port HTTP/1.1" 200 117 0.000906 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003664 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006367 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.56 - - [2025-09-22 02:52:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004798 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003431 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006998 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.56 - - [2025-09-22 02:52:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004294 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003324 10.0.0.56 - - [2025-09-22 02:52:27] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.008373 10.0.0.56 - - [2025-09-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007914 10.0.0.56 - - [2025-09-22 02:52:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005117 10.0.0.56 - - [2025-09-22 02:52:28] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004081 10.0.0.56 - - [2025-09-22 02:52:28] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006891 10.0.0.56 - - [2025-09-22 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.56 - - [2025-09-22 02:52:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005066 10.0.0.56 - - [2025-09-22 02:52:28] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003993 10.0.0.56 - - [2025-09-22 02:52:28] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007276 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.56 - - [2025-09-22 02:52:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003676 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007085 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.56 - - [2025-09-22 02:52:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004478 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003515 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006203 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.56 - - [2025-09-22 02:52:29] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004902 10.0.0.56 - - [2025-09-22 02:52:29] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004089 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.56 - - [2025-09-22 02:52:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004626 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003471 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007032 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.56 - - [2025-09-22 02:52:29] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005558 10.0.0.56 - - [2025-09-22 02:52:29] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003886 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.56 - - [2025-09-22 02:52:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005019 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003388 10.0.0.56 - - [2025-09-22 02:52:29] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007082 10.0.0.56 - - [2025-09-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.56 - - [2025-09-22 02:52:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004460 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003939 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006368 10.0.0.56 - - [2025-09-22 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.56 - - [2025-09-22 02:52:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004834 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002913 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.005895 10.0.0.27 - - [2025-09-22 02:52:30] "GET /obj-perms HTTP/1.1" 200 5080 0.003796 10.0.0.56 - - [2025-09-22 02:52:30] "GET /obj-perms HTTP/1.1" 200 5080 0.003672 10.0.0.56 - - [2025-09-22 02:52:30] "GET /obj-perms HTTP/1.1" 200 5080 0.004634 10.0.0.27 - - [2025-09-22 02:52:30] "GET /obj-perms HTTP/1.1" 200 5080 0.004034 10.0.0.56 - - [2025-09-22 02:52:30] "GET /obj-perms HTTP/1.1" 200 5080 0.004273 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.004501 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-machine-interface/adfeb910-c617-49f7-a0ef-82d32ede7ea5 HTTP/1.1" 200 3418 0.005689 10.0.0.56 - - [2025-09-22 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.56 - - [2025-09-22 02:52:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003770 10.0.0.56 - - [2025-09-22 02:52:30] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006329 10.0.0.56 - - [2025-09-22 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.56 - - [2025-09-22 02:52:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.56 - - [2025-09-22 02:52:31] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002828 10.0.0.56 - - [2025-09-22 02:52:31] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007861 10.0.0.56 - - [2025-09-22 02:52:31] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008432 10.0.0.56 - - [2025-09-22 02:52:37] "POST /neutron/port HTTP/1.1" 200 1217 0.019604 10.0.0.56 - - [2025-09-22 02:52:42] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007587 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.005045 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.006147 10.0.0.56 - - [2025-09-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.56 - - [2025-09-22 02:52:47] "GET /security-group/6184296a-269b-43eb-9d01-0889b27ff843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003816 10.0.0.56 - - [2025-09-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.56 - - [2025-09-22 02:52:47] "GET /security-group/6184296a-269b-43eb-9d01-0889b27ff843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005359 10.0.0.56 - - [2025-09-22 02:52:47] "POST /neutron/port HTTP/1.1" 200 1217 0.017710 10.0.0.56 - - [2025-09-22 02:52:47] "POST /neutron/port HTTP/1.1" 200 1205 0.076348 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.008511 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3361 0.004965 10.0.0.56 - - [2025-09-22 02:52:47] "POST /neutron/port HTTP/1.1" 200 1205 0.016641 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.004281 10.0.0.56 - - [2025-09-22 02:52:47] "GET /virtual-machine-interface/313ae0db-c8f1-4c85-b716-30e2e2c35342 HTTP/1.1" 200 3417 0.008515 10.0.0.56 - - [2025-09-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.56 - - [2025-09-22 02:52:47] "GET /security-group/6184296a-269b-43eb-9d01-0889b27ff843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003987 10.0.0.56 - - [2025-09-22 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.56 - - [2025-09-22 02:52:47] "GET /security-group/6184296a-269b-43eb-9d01-0889b27ff843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006569 10.0.0.56 - - [2025-09-22 02:52:48] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004835 10.0.0.56 - - [2025-09-22 02:53:10] "POST /neutron/port HTTP/1.1" 200 1217 0.022201 10.0.0.56 - - [2025-09-22 02:53:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016865 10.0.0.56 - - [2025-09-22 02:53:10] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.27 - - [2025-09-22 02:53:25] "GET /obj-perms HTTP/1.1" 200 5056 0.041425 10.0.0.56 - - [2025-09-22 02:53:29] "POST /neutron/port HTTP/1.1" 200 1217 0.040298 10.0.0.56 - - [2025-09-22 02:53:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004085 10.0.0.56 - - [2025-09-22 02:53:29] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.27 - - [2025-09-22 02:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.047890 10.0.0.38 - - [2025-09-22 02:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.125885 10.0.0.56 - - [2025-09-22 02:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.042166 10.0.0.27 - - [2025-09-22 02:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.072011 10.0.0.27 - - [2025-09-22 02:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.121794 10.0.0.56 - - [2025-09-22 02:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.134619 10.0.0.56 - - [2025-09-22 02:53:34] "GET /global-system-configs HTTP/1.1" 200 322 0.039845 10.0.0.38 - - [2025-09-22 02:53:34] "GET /obj-perms HTTP/1.1" 200 5056 0.146502 10.0.0.38 - - [2025-09-22 02:53:35] "GET /global-system-configs HTTP/1.1" 200 322 0.037474 10.0.0.38 - - [2025-09-22 02:53:35] "GET /global-system-configs HTTP/1.1" 200 322 0.156941 10.0.0.27 - - [2025-09-22 02:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.253294 10.0.0.56 - - [2025-09-22 02:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.264678 10.0.0.56 - - [2025-09-22 02:54:11] "POST /neutron/port HTTP/1.1" 200 1217 0.038341 10.0.0.56 - - [2025-09-22 02:54:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011430 10.0.0.56 - - [2025-09-22 02:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.27 - - [2025-09-22 02:54:14] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001660 10.0.0.56 - - [2025-09-22 02:54:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2662 0.051835 10.0.0.56 - - [2025-09-22 02:54:14] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.018431 10.0.0.56 - - [2025-09-22 02:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.181603 10.0.0.56 - - [2025-09-22 02:54:15] "PUT /access-control-list/ccaa71ef-02ca-4b0c-88f1-2fa252472b38 HTTP/1.1" 200 272 0.021454 10.0.0.56 - - [2025-09-22 02:54:17] "POST /neutron/port HTTP/1.1" 200 1243 0.014645 10.0.0.56 - - [2025-09-22 02:54:17] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 200 1317 0.005419 10.0.0.56 - - [2025-09-22 02:54:18] "POST /neutron/port HTTP/1.1" 200 1179 0.019785 10.0.0.56 - - [2025-09-22 02:54:19] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 404 171 0.004220 10.0.0.56 - - [2025-09-22 02:54:19] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 404 171 0.003010 10.0.0.56 - - [2025-09-22 02:54:19] "GET /virtual-machine/5ff2deaf-4ea5-4713-9ea3-db4c1d213630 HTTP/1.1" 404 171 0.003113 10.0.0.56 - - [2025-09-22 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.56 - - [2025-09-22 02:54:20] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003861 10.0.0.56 - - [2025-09-22 02:54:20] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003276 10.0.0.56 - - [2025-09-22 02:54:20] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.007507 10.0.0.56 - - [2025-09-22 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.56 - - [2025-09-22 02:54:20] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005092 10.0.0.56 - - [2025-09-22 02:54:20] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004503 10.0.0.56 - - [2025-09-22 02:54:25] "GET /obj-perms HTTP/1.1" 200 5056 0.042033 10.0.0.38 - - [2025-09-22 02:54:25] "GET /obj-perms HTTP/1.1" 200 5056 0.040667 10.0.0.27 - - [2025-09-22 02:54:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004530 10.0.0.56 - - [2025-09-22 02:54:32] "GET /obj-perms HTTP/1.1" 200 5080 0.004089 10.0.0.27 - - [2025-09-22 02:54:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004103 10.0.0.56 - - [2025-09-22 02:54:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004247 10.0.0.56 - - [2025-09-22 02:54:35] "POST /neutron/security_group HTTP/1.1" 200 1453 0.007932 10.0.0.56 - - [2025-09-22 02:54:35] "POST /neutron/port HTTP/1.1" 200 1243 0.015022 10.0.0.56 - - [2025-09-22 02:54:36] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 200 1317 0.017006 10.0.0.56 - - [2025-09-22 02:54:36] "POST /neutron/port HTTP/1.1" 200 1205 0.016919 10.0.0.56 - - [2025-09-22 02:54:38] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 404 171 0.003851 10.0.0.56 - - [2025-09-22 02:54:38] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 404 171 0.003209 10.0.0.56 - - [2025-09-22 02:54:38] "GET /virtual-machine/11cd14ab-f51e-4f55-b887-b584cb2007fa HTTP/1.1" 404 171 0.002992 10.0.0.56 - - [2025-09-22 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.56 - - [2025-09-22 02:54:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005229 10.0.0.56 - - [2025-09-22 02:54:38] "GET /virtual-networks?parent_id=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004359 10.0.0.56 - - [2025-09-22 02:54:38] "GET /virtual-network/3b8dacd7-7699-494e-8c98-19082f94e237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2800 0.006605 10.0.0.56 - - [2025-09-22 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.56 - - [2025-09-22 02:54:38] "GET /routing-instance/f40605c9-f2fb-444b-b715-89fc38e16f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004895 10.0.0.56 - - [2025-09-22 02:54:38] "GET /route-target/3271176d-0b37-4930-881a-d9254f7d61c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003760 10.0.0.56 - - [2025-09-22 02:54:41] "GET /obj-perms HTTP/1.1" 200 5080 0.004248 10.0.0.56 - - [2025-09-22 02:54:41] "GET /obj-perms HTTP/1.1" 200 5080 0.004368 10.0.0.27 - - [2025-09-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005918 10.0.0.27 - - [2025-09-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002541 10.0.0.27 - - [2025-09-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002633 10.0.0.27 - - [2025-09-22 02:54:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.56 - - [2025-09-22 02:54:41] "POST /neutron/network HTTP/1.1" 200 151 0.151459 10.0.0.56 - - [2025-09-22 02:54:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.002692 10.0.0.56 - - [2025-09-22 02:54:42] "DELETE /access-control-list/7a04a209-f697-4c85-8be3-1a972d6b5c51 HTTP/1.1" 200 115 0.047365 10.0.0.27 - - [2025-09-22 02:54:43] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001103 10.0.0.56 - - [2025-09-22 02:54:43] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.061660 10.0.0.27 - - [2025-09-22 02:54:43] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001029 10.0.0.56 - - [2025-09-22 02:54:43] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?fields=virtual_networks HTTP/1.1" 200 1081 0.042980 10.0.0.27 - - [2025-09-22 02:54:43] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001115 10.0.0.56 - - [2025-09-22 02:54:43] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.051392 10.0.0.27 - - [2025-09-22 02:54:44] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001035 10.0.0.56 - - [2025-09-22 02:54:44] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?fields=security_groups HTTP/1.1" 200 1332 0.041614 10.0.0.56 - - [2025-09-22 02:54:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.023836 10.0.0.27 - - [2025-09-22 02:54:44] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005620 10.0.0.27 - - [2025-09-22 02:54:44] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.27 - - [2025-09-22 02:54:44] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009659 10.0.0.27 - - [2025-09-22 02:54:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001992 10.0.0.27 - - [2025-09-22 02:54:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.009889 10.0.0.27 - - [2025-09-22 02:54:45] "POST /security-groups HTTP/1.1" 200 621 0.038555 10.0.0.27 - - [2025-09-22 02:54:45] "POST /projects HTTP/1.1" 200 645 0.290621 10.0.0.56 - - [2025-09-22 02:54:45] "POST /access-control-lists HTTP/1.1" 200 626 0.038717 10.0.0.27 - - [2025-09-22 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.363818 10.0.0.56 - - [2025-09-22 02:54:45] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.532090 10.0.0.56 - - [2025-09-22 02:54:46] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.56 - - [2025-09-22 02:54:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.56 - - [2025-09-22 02:54:48] "POST /fqname-to-id HTTP/1.1" 404 254 0.051505 10.0.0.56 - - [2025-09-22 02:54:48] "POST /security-groups HTTP/1.1" 200 595 0.033522 10.0.0.56 - - [2025-09-22 02:54:48] "POST /fqname-to-id HTTP/1.1" 404 286 0.028543 10.0.0.56 - - [2025-09-22 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.56 - - [2025-09-22 02:54:48] "GET /security-group/399d9798-4aaf-457f-bcb7-17a8c7faff88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006870 10.0.0.56 - - [2025-09-22 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011045 10.0.0.56 - - [2025-09-22 02:54:48] "GET /security-group/399d9798-4aaf-457f-bcb7-17a8c7faff88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003939 10.0.0.56 - - [2025-09-22 02:54:48] "POST /access-control-lists HTTP/1.1" 200 646 0.029912 10.0.0.56 - - [2025-09-22 02:54:49] "DELETE /security-group/399d9798-4aaf-457f-bcb7-17a8c7faff88 HTTP/1.1" 200 115 0.075117 10.0.0.56 - - [2025-09-22 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.003769 10.0.0.56 - - [2025-09-22 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.003841 10.0.0.56 - - [2025-09-22 02:54:49] "POST /security-groups HTTP/1.1" 200 595 0.033514 10.0.0.56 - - [2025-09-22 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 286 0.004071 10.0.0.56 - - [2025-09-22 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.56 - - [2025-09-22 02:54:49] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006060 10.0.0.56 - - [2025-09-22 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.56 - - [2025-09-22 02:54:50] "POST /access-control-lists HTTP/1.1" 200 646 0.042070 10.0.0.56 - - [2025-09-22 02:54:50] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004659 10.0.0.56 - - [2025-09-22 02:54:50] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005144 10.0.0.56 - - [2025-09-22 02:54:50] "PUT /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c HTTP/1.1" 200 262 0.019930 10.0.0.56 - - [2025-09-22 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008062 10.0.0.27 - - [2025-09-22 02:54:50] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001069 10.0.0.56 - - [2025-09-22 02:54:50] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.049190 10.0.0.56 - - [2025-09-22 02:54:50] "POST /neutron/network HTTP/1.1" 200 117 0.030177 10.0.0.56 - - [2025-09-22 02:54:50] "POST /route-targets HTTP/1.1" 200 327 0.013018 10.0.0.56 - - [2025-09-22 02:54:51] "POST /neutron/network HTTP/1.1" 200 955 0.011938 10.0.0.56 - - [2025-09-22 02:54:51] "POST /id-to-fqname HTTP/1.1" 200 300 0.001050 10.0.0.56 - - [2025-09-22 02:54:51] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007168 10.0.0.56 - - [2025-09-22 02:54:51] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006074 10.0.0.56 - - [2025-09-22 02:54:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.008422 10.0.0.56 - - [2025-09-22 02:54:51] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006432 10.0.0.38 - - [2025-09-22 02:54:52] "GET /obj-perms HTTP/1.1" 200 5090 0.042996 10.0.0.27 - - [2025-09-22 02:54:52] "GET /obj-perms HTTP/1.1" 200 5090 0.044077 10.0.0.56 - - [2025-09-22 02:54:52] "POST /id-to-fqname HTTP/1.1" 200 300 0.001615 10.0.0.27 - - [2025-09-22 02:54:53] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001167 10.0.0.56 - - [2025-09-22 02:54:53] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.070507 10.0.0.56 - - [2025-09-22 02:54:53] "POST /neutron/network HTTP/1.1" 200 955 0.026280 10.0.0.56 - - [2025-09-22 02:54:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001487 10.0.0.56 - - [2025-09-22 02:54:53] "POST /neutron/port HTTP/1.1" 200 117 0.007118 10.0.0.56 - - [2025-09-22 02:54:54] "POST /neutron/network HTTP/1.1" 200 965 0.007379 10.0.0.56 - - [2025-09-22 02:54:54] "POST /neutron/port HTTP/1.1" 200 1091 0.015590 10.0.0.27 - - [2025-09-22 02:54:54] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000980 10.0.0.56 - - [2025-09-22 02:54:54] "POST /neutron/port HTTP/1.1" 200 1120 0.022038 10.0.0.56 - - [2025-09-22 02:54:54] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.087894 10.0.0.56 - - [2025-09-22 02:54:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.009684 10.0.0.56 - - [2025-09-22 02:54:55] "POST /neutron/port HTTP/1.1" 200 1120 0.020750 10.0.0.56 - - [2025-09-22 02:54:55] "POST /neutron/port HTTP/1.1" 200 1120 0.015861 10.0.0.27 - - [2025-09-22 02:54:55] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001583 10.0.0.56 - - [2025-09-22 02:54:55] "POST /neutron/security_group HTTP/1.1" 200 3300 0.057071 10.0.0.56 - - [2025-09-22 02:54:55] "POST /neutron/port HTTP/1.1" 200 1091 0.016411 10.0.0.56 - - [2025-09-22 02:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.56 - - [2025-09-22 02:54:56] "POST /neutron/network HTTP/1.1" 200 955 0.007359 10.0.0.56 - - [2025-09-22 02:55:00] "POST /neutron/port HTTP/1.1" 200 1120 0.016288 10.0.0.56 - - [2025-09-22 02:55:00] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008054 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 401 292 0.000592 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.035666 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.004590 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.006608 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.004984 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.006665 10.0.0.56 - - [2025-09-22 02:55:00] "GET /instance-ip/bc8afa7d-87fb-408d-9d3a-e6f7baa91f53 HTTP/1.1" 200 1732 0.007812 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.004932 10.0.0.56 - - [2025-09-22 02:55:00] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.006108 10.0.0.56 - - [2025-09-22 02:55:00] "GET /instance-ip/bc8afa7d-87fb-408d-9d3a-e6f7baa91f53 HTTP/1.1" 200 1732 0.004725 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005345 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004297 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007684 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005321 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004004 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006727 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005878 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005285 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006899 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005632 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004269 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007029 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004974 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004261 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007219 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003765 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006007 10.0.0.56 - - [2025-09-22 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.56 - - [2025-09-22 02:55:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004843 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003001 10.0.0.56 - - [2025-09-22 02:55:01] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006721 10.0.0.56 - - [2025-09-22 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.56 - - [2025-09-22 02:55:04] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006079 10.0.0.56 - - [2025-09-22 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.56 - - [2025-09-22 02:55:09] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005646 10.0.0.56 - - [2025-09-22 02:55:12] "POST /neutron/port HTTP/1.1" 200 1120 0.016622 10.0.0.56 - - [2025-09-22 02:55:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.56 - - [2025-09-22 02:55:12] "POST /neutron/network HTTP/1.1" 200 955 0.007202 10.0.0.56 - - [2025-09-22 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.56 - - [2025-09-22 02:55:13] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007240 10.0.0.56 - - [2025-09-22 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.56 - - [2025-09-22 02:55:17] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005564 10.0.0.27 - - [2025-09-22 02:55:17] "DELETE /project/b6d0b9e8a5f04da1962a2f37a73d63ae HTTP/1.1" 404 173 0.008202 10.0.0.27 - - [2025-09-22 02:55:17] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001377 10.0.0.27 - - [2025-09-22 02:55:17] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1567 0.053940 10.0.0.27 - - [2025-09-22 02:55:17] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001088 10.0.0.27 - - [2025-09-22 02:55:17] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?fields=security_groups HTTP/1.1" 200 1437 0.048838 10.0.0.27 - - [2025-09-22 02:55:18] "DELETE /security-group/694e46c5-d4fc-461f-b636-5ce4946c7c48 HTTP/1.1" 200 115 0.063007 10.0.0.27 - - [2025-09-22 02:55:18] "GET /projects?obj_uuids=41e99b15-cc00-463e-91a6-b896cd236ecb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001546 10.0.0.27 - - [2025-09-22 02:55:18] "GET /project/41e99b15-cc00-463e-91a6-b896cd236ecb?fields=application_policy_sets HTTP/1.1" 200 1476 0.082865 10.0.0.56 - - [2025-09-22 02:55:18] "DELETE /access-control-list/9cdc0917-6114-4d99-ad85-7eacefc298f8 HTTP/1.1" 200 115 0.059705 10.0.0.27 - - [2025-09-22 02:55:18] "DELETE /project/41e99b15-cc00-463e-91a6-b896cd236ecb HTTP/1.1" 200 115 0.483681 10.0.0.56 - - [2025-09-22 02:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.56 - - [2025-09-22 02:55:21] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006187 10.0.0.56 - - [2025-09-22 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.56 - - [2025-09-22 02:55:25] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006287 10.0.0.56 - - [2025-09-22 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005907 10.0.0.56 - - [2025-09-22 02:55:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003782 10.0.0.56 - - [2025-09-22 02:55:27] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003432 10.0.0.56 - - [2025-09-22 02:55:27] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006442 10.0.0.56 - - [2025-09-22 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.56 - - [2025-09-22 02:55:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.56 - - [2025-09-22 02:55:27] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004170 10.0.0.56 - - [2025-09-22 02:55:27] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006364 10.0.0.56 - - [2025-09-22 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.56 - - [2025-09-22 02:55:27] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.007093 10.0.0.56 - - [2025-09-22 02:55:27] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003641 10.0.0.56 - - [2025-09-22 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.56 - - [2025-09-22 02:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004020 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003142 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007216 10.0.0.56 - - [2025-09-22 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.56 - - [2025-09-22 02:55:28] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004930 10.0.0.56 - - [2025-09-22 02:55:28] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004141 10.0.0.56 - - [2025-09-22 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-22 02:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004817 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004589 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006859 10.0.0.56 - - [2025-09-22 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.56 - - [2025-09-22 02:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004887 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003625 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006786 10.0.0.56 - - [2025-09-22 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.56 - - [2025-09-22 02:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003377 10.0.0.56 - - [2025-09-22 02:55:28] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007326 10.0.0.56 - - [2025-09-22 02:55:28] "GET /obj-perms HTTP/1.1" 200 5090 0.045211 10.0.0.27 - - [2025-09-22 02:55:28] "GET /obj-perms HTTP/1.1" 200 5090 0.004280 10.0.0.56 - - [2025-09-22 02:55:28] "GET /obj-perms HTTP/1.1" 200 5090 0.004215 10.0.0.56 - - [2025-09-22 02:55:29] "GET /obj-perms HTTP/1.1" 200 5090 0.004443 10.0.0.56 - - [2025-09-22 02:55:29] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.004859 10.0.0.56 - - [2025-09-22 02:55:29] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.006294 10.0.0.56 - - [2025-09-22 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.56 - - [2025-09-22 02:55:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.56 - - [2025-09-22 02:55:29] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003202 10.0.0.56 - - [2025-09-22 02:55:29] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006488 10.0.0.56 - - [2025-09-22 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.56 - - [2025-09-22 02:55:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005574 10.0.0.56 - - [2025-09-22 02:55:30] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004162 10.0.0.56 - - [2025-09-22 02:55:30] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.015545 10.0.0.56 - - [2025-09-22 02:55:31] "POST /neutron/port HTTP/1.1" 200 1120 0.020166 10.0.0.56 - - [2025-09-22 02:55:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005610 10.0.0.56 - - [2025-09-22 02:55:31] "POST /neutron/network HTTP/1.1" 200 955 0.008981 10.0.0.56 - - [2025-09-22 02:55:36] "POST /neutron/port HTTP/1.1" 200 1120 0.017223 10.0.0.56 - - [2025-09-22 02:55:40] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008392 10.0.0.56 - - [2025-09-22 02:55:46] "POST /neutron/port HTTP/1.1" 200 1120 0.018951 10.0.0.56 - - [2025-09-22 02:55:46] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008125 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.006529 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.003981 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine-interface/5441b320-f059-40fe-bd1e-04b75b1a9d82 HTTP/1.1" 200 3263 0.005589 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.004388 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine-interface/5441b320-f059-40fe-bd1e-04b75b1a9d82 HTTP/1.1" 200 3263 0.005703 10.0.0.56 - - [2025-09-22 02:55:46] "GET /instance-ip/ce554b5f-b0cf-409c-974c-bd62b96a0534 HTTP/1.1" 200 1732 0.006503 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.005358 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-machine-interface/5441b320-f059-40fe-bd1e-04b75b1a9d82 HTTP/1.1" 200 3263 0.005822 10.0.0.56 - - [2025-09-22 02:55:46] "GET /instance-ip/ce554b5f-b0cf-409c-974c-bd62b96a0534 HTTP/1.1" 200 1732 0.004727 10.0.0.56 - - [2025-09-22 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-09-22 02:55:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004013 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003753 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006513 10.0.0.56 - - [2025-09-22 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.56 - - [2025-09-22 02:55:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003626 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006756 10.0.0.56 - - [2025-09-22 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.56 - - [2025-09-22 02:55:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004846 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003415 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006349 10.0.0.56 - - [2025-09-22 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.56 - - [2025-09-22 02:55:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004521 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004048 10.0.0.56 - - [2025-09-22 02:55:46] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007067 10.0.0.56 - - [2025-09-22 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.56 - - [2025-09-22 02:55:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003612 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006408 10.0.0.56 - - [2025-09-22 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.56 - - [2025-09-22 02:55:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003387 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006378 10.0.0.56 - - [2025-09-22 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-22 02:55:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005350 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003512 10.0.0.56 - - [2025-09-22 02:55:47] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006364 10.0.0.56 - - [2025-09-22 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.56 - - [2025-09-22 02:55:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.56 - - [2025-09-22 02:55:48] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003347 10.0.0.56 - - [2025-09-22 02:55:48] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006652 10.0.0.56 - - [2025-09-22 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.56 - - [2025-09-22 02:55:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005051 10.0.0.56 - - [2025-09-22 02:55:48] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002874 10.0.0.56 - - [2025-09-22 02:55:48] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006321 10.0.0.56 - - [2025-09-22 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-09-22 02:55:48] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005321 10.0.0.56 - - [2025-09-22 02:55:48] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004273 10.0.0.56 - - [2025-09-22 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.56 - - [2025-09-22 02:55:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.56 - - [2025-09-22 02:55:48] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003565 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006822 10.0.0.56 - - [2025-09-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.56 - - [2025-09-22 02:55:49] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004805 10.0.0.56 - - [2025-09-22 02:55:49] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.009326 10.0.0.56 - - [2025-09-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.56 - - [2025-09-22 02:55:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004780 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003304 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006125 10.0.0.56 - - [2025-09-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.56 - - [2025-09-22 02:55:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004875 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003316 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007163 10.0.0.56 - - [2025-09-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-09-22 02:55:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003808 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006679 10.0.0.27 - - [2025-09-22 02:55:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004435 10.0.0.56 - - [2025-09-22 02:55:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004709 10.0.0.56 - - [2025-09-22 02:55:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004173 10.0.0.27 - - [2025-09-22 02:55:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004018 10.0.0.56 - - [2025-09-22 02:55:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004710 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.005497 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-machine-interface/5441b320-f059-40fe-bd1e-04b75b1a9d82 HTTP/1.1" 200 3263 0.006883 10.0.0.56 - - [2025-09-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.56 - - [2025-09-22 02:55:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002748 10.0.0.56 - - [2025-09-22 02:55:49] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007651 10.0.0.56 - - [2025-09-22 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-09-22 02:55:51] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003909 10.0.0.56 - - [2025-09-22 02:55:51] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003418 10.0.0.56 - - [2025-09-22 02:55:51] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006868 10.0.0.56 - - [2025-09-22 02:55:51] "POST /neutron/port HTTP/1.1" 200 1120 0.016708 10.0.0.56 - - [2025-09-22 02:55:54] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007604 10.0.0.56 - - [2025-09-22 02:56:01] "POST /neutron/port HTTP/1.1" 200 1120 0.022101 10.0.0.56 - - [2025-09-22 02:56:06] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.005361 10.0.0.56 - - [2025-09-22 02:56:06] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.006196 10.0.0.56 - - [2025-09-22 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.56 - - [2025-09-22 02:56:06] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005117 10.0.0.56 - - [2025-09-22 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.56 - - [2025-09-22 02:56:06] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.006104 10.0.0.56 - - [2025-09-22 02:56:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008121 10.0.0.56 - - [2025-09-22 02:56:06] "POST /neutron/port HTTP/1.1" 200 1146 0.013109 10.0.0.56 - - [2025-09-22 02:56:07] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.005185 10.0.0.56 - - [2025-09-22 02:56:07] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3202 0.010047 10.0.0.56 - - [2025-09-22 02:56:07] "POST /neutron/port HTTP/1.1" 200 1081 0.017928 10.0.0.56 - - [2025-09-22 02:56:07] "POST /neutron/port HTTP/1.1" 200 1146 0.065194 10.0.0.56 - - [2025-09-22 02:56:07] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.003929 10.0.0.56 - - [2025-09-22 02:56:07] "GET /virtual-machine-interface/78069ee0-446c-465c-ae9e-9b2e15efde16 HTTP/1.1" 200 3263 0.005940 10.0.0.56 - - [2025-09-22 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.56 - - [2025-09-22 02:56:07] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004315 10.0.0.56 - - [2025-09-22 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.56 - - [2025-09-22 02:56:07] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004565 10.0.0.56 - - [2025-09-22 02:56:07] "DELETE /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c HTTP/1.1" 409 336 0.009143 10.0.0.56 - - [2025-09-22 02:56:12] "POST /neutron/port HTTP/1.1" 200 1120 0.017739 10.0.0.56 - - [2025-09-22 02:56:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.010152 10.0.0.38 - - [2025-09-22 02:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.041631 10.0.0.27 - - [2025-09-22 02:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.046491 10.0.0.56 - - [2025-09-22 02:56:31] "POST /neutron/port HTTP/1.1" 200 1120 0.017831 10.0.0.56 - - [2025-09-22 02:56:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.56 - - [2025-09-22 02:56:31] "POST /neutron/network HTTP/1.1" 200 955 0.009202 10.0.0.56 - - [2025-09-22 02:57:13] "POST /neutron/network HTTP/1.1" 200 965 0.007587 10.0.0.56 - - [2025-09-22 02:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.56 - - [2025-09-22 02:57:33] "GET /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.006150 10.0.0.56 - - [2025-09-22 02:57:33] "PUT /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c HTTP/1.1" 200 262 0.020139 10.0.0.56 - - [2025-09-22 02:57:34] "POST /neutron/port HTTP/1.1" 200 1120 0.016373 10.0.0.56 - - [2025-09-22 02:57:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.010107 10.0.0.56 - - [2025-09-22 02:57:35] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007882 10.0.0.56 - - [2025-09-22 02:57:35] "POST /neutron/port HTTP/1.1" 200 1146 0.012526 10.0.0.56 - - [2025-09-22 02:57:35] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 200 1320 0.006508 10.0.0.56 - - [2025-09-22 02:57:36] "POST /neutron/port HTTP/1.1" 200 1107 0.014365 10.0.0.56 - - [2025-09-22 02:57:37] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 404 171 0.005033 10.0.0.56 - - [2025-09-22 02:57:37] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 404 171 0.002897 10.0.0.56 - - [2025-09-22 02:57:37] "GET /virtual-machine/00dc78b4-2f15-4dd2-910b-7590495e3158 HTTP/1.1" 404 171 0.003758 10.0.0.56 - - [2025-09-22 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.56 - - [2025-09-22 02:57:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005696 10.0.0.56 - - [2025-09-22 02:57:38] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003445 10.0.0.56 - - [2025-09-22 02:57:38] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006718 10.0.0.56 - - [2025-09-22 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.56 - - [2025-09-22 02:57:38] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004728 10.0.0.56 - - [2025-09-22 02:57:38] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003297 10.0.0.56 - - [2025-09-22 02:57:41] "GET /obj-perms HTTP/1.1" 200 5090 0.004172 10.0.0.27 - - [2025-09-22 02:57:44] "GET /obj-perms HTTP/1.1" 200 5090 0.004895 10.0.0.56 - - [2025-09-22 02:57:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004537 10.0.0.27 - - [2025-09-22 02:57:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004140 10.0.0.56 - - [2025-09-22 02:57:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004908 10.0.0.27 - - [2025-09-22 02:58:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004183 10.0.0.56 - - [2025-09-22 02:58:06] "GET /obj-perms HTTP/1.1" 200 5090 0.004382 10.0.0.56 - - [2025-09-22 02:58:06] "POST /neutron/port HTTP/1.1" 200 1120 0.017732 10.0.0.56 - - [2025-09-22 02:58:06] "POST /neutron/port HTTP/1.1" 200 1107 0.076408 10.0.0.56 - - [2025-09-22 02:58:06] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 200 1322 0.004872 10.0.0.56 - - [2025-09-22 02:58:07] "POST /neutron/port HTTP/1.1" 200 151 0.184980 10.0.0.56 - - [2025-09-22 02:58:08] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 404 171 0.004198 10.0.0.56 - - [2025-09-22 02:58:08] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 404 171 0.002955 10.0.0.56 - - [2025-09-22 02:58:08] "GET /virtual-machine/4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab HTTP/1.1" 404 171 0.002590 10.0.0.56 - - [2025-09-22 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-09-22 02:58:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005458 10.0.0.56 - - [2025-09-22 02:58:08] "GET /virtual-networks?parent_id=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003806 10.0.0.56 - - [2025-09-22 02:58:08] "GET /virtual-network/ea4eb23a-c15a-48b0-b3ce-00e418105d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006619 10.0.0.56 - - [2025-09-22 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.56 - - [2025-09-22 02:58:08] "GET /routing-instance/b199963f-7d9d-4fc7-a835-6bd384b3e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005066 10.0.0.56 - - [2025-09-22 02:58:08] "GET /route-target/84c15a6b-f823-42b2-9c33-cf003b61c3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004167 10.0.0.56 - - [2025-09-22 02:58:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004599 10.0.0.56 - - [2025-09-22 02:58:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004482 10.0.0.38 - - [2025-09-22 02:58:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004251 10.0.0.27 - - [2025-09-22 02:58:12] "GET /obj-perms HTTP/1.1" 200 5090 0.003953 10.0.0.56 - - [2025-09-22 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.56 - - [2025-09-22 02:58:12] "DELETE /security-group/5b3559c5-7aa1-4f5f-bced-c07f11efaa1c HTTP/1.1" 200 115 0.048300 10.0.0.56 - - [2025-09-22 02:58:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.005938 10.0.0.56 - - [2025-09-22 02:58:12] "DELETE /access-control-list/6c85e4cb-b504-4784-aa51-1d5d2548a3f9 HTTP/1.1" 200 115 0.047216 10.0.0.27 - - [2025-09-22 02:58:14] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.025758 10.0.0.56 - - [2025-09-22 02:58:14] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.096918 10.0.0.27 - - [2025-09-22 02:58:14] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.007969 10.0.0.56 - - [2025-09-22 02:58:14] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?fields=virtual_networks HTTP/1.1" 200 1092 0.063459 10.0.0.27 - - [2025-09-22 02:58:14] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000991 10.0.0.56 - - [2025-09-22 02:58:14] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.050007 10.0.0.27 - - [2025-09-22 02:58:14] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001972 10.0.0.56 - - [2025-09-22 02:58:14] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?fields=security_groups HTTP/1.1" 200 1348 0.070186 10.0.0.56 - - [2025-09-22 02:58:15] "POST /fqname-to-id HTTP/1.1" 404 209 0.025514 10.0.0.27 - - [2025-09-22 02:58:15] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.27 - - [2025-09-22 02:58:15] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001501 10.0.0.27 - - [2025-09-22 02:58:15] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033882 10.0.0.27 - - [2025-09-22 02:58:15] "POST /id-to-fqname HTTP/1.1" 200 212 0.007346 10.0.0.27 - - [2025-09-22 02:58:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.003443 10.0.0.27 - - [2025-09-22 02:58:15] "POST /security-groups HTTP/1.1" 200 612 0.076415 10.0.0.27 - - [2025-09-22 02:58:15] "POST /projects HTTP/1.1" 200 627 0.287771 10.0.0.56 - - [2025-09-22 02:58:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.008534 10.0.0.27 - - [2025-09-22 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.360282 10.0.0.56 - - [2025-09-22 02:58:15] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.523945 10.0.0.56 - - [2025-09-22 02:58:16] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.56 - - [2025-09-22 02:58:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2025-09-22 02:58:18] "DELETE /project/f2cdf279bbee4001b4ae22d31dfbd560 HTTP/1.1" 404 173 0.008997 10.0.0.27 - - [2025-09-22 02:58:18] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000973 10.0.0.56 - - [2025-09-22 02:58:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.050370 10.0.0.27 - - [2025-09-22 02:58:18] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.051157 10.0.0.27 - - [2025-09-22 02:58:18] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001356 10.0.0.27 - - [2025-09-22 02:58:18] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002221 10.0.0.27 - - [2025-09-22 02:58:19] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?fields=security_groups HTTP/1.1" 200 1453 0.089487 10.0.0.27 - - [2025-09-22 02:58:19] "DELETE /security-group/5e297764-db6d-4254-9dd4-b607650ad13a HTTP/1.1" 404 171 0.033073 10.0.0.27 - - [2025-09-22 02:58:19] "GET /projects?obj_uuids=b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001589 10.0.0.56 - - [2025-09-22 02:58:19] "DELETE /access-control-list/dd9c2faa-5dae-4141-9565-542c99a2ad76 HTTP/1.1" 200 115 0.069464 10.0.0.27 - - [2025-09-22 02:58:19] "GET /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae?fields=application_policy_sets HTTP/1.1" 200 1492 0.087214 10.0.0.56 - - [2025-09-22 02:58:19] "POST /fqname-to-id HTTP/1.1" 404 276 0.011684 10.0.0.27 - - [2025-09-22 02:58:19] "DELETE /project/b6d0b9e8-a5f0-4da1-962a-2f37a73d63ae HTTP/1.1" 200 115 0.585287 10.0.0.56 - - [2025-09-22 02:58:19] "POST /neutron/security_group HTTP/1.1" 200 1423 0.561743 10.0.0.56 - - [2025-09-22 02:58:19] "PUT /access-control-list/0c614726-1d4b-4441-a5c1-60a311ccbe99 HTTP/1.1" 200 272 0.036796 10.0.0.56 - - [2025-09-22 02:58:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153189 10.0.0.56 - - [2025-09-22 02:58:19] "PUT /access-control-list/0c614726-1d4b-4441-a5c1-60a311ccbe99 HTTP/1.1" 200 272 0.018364 10.0.0.56 - - [2025-09-22 02:58:20] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.180976 10.0.0.56 - - [2025-09-22 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013 10.0.0.56 - - [2025-09-22 02:58:20] "GET /security-group/da953d17-8680-49ee-97ba-2905176b05d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.008450 10.0.0.56 - - [2025-09-22 02:58:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.003243 10.0.0.56 - - [2025-09-22 02:58:20] "DELETE /access-control-list/0c614726-1d4b-4441-a5c1-60a311ccbe99 HTTP/1.1" 200 115 0.037055 10.0.0.56 - - [2025-09-22 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.004051 10.0.0.27 - - [2025-09-22 02:58:21] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001444 10.0.0.56 - - [2025-09-22 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 276 0.010268 10.0.0.56 - - [2025-09-22 02:58:21] "PUT /access-control-list/402db284-f05d-46e5-af9d-75c2150dae5c HTTP/1.1" 200 272 0.021738 10.0.0.56 - - [2025-09-22 02:58:21] "POST /neutron/security_group HTTP/1.1" 200 1423 0.384627 10.0.0.56 - - [2025-09-22 02:58:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155440 10.0.0.56 - - [2025-09-22 02:58:22] "PUT /access-control-list/402db284-f05d-46e5-af9d-75c2150dae5c HTTP/1.1" 200 272 0.014284 10.0.0.56 - - [2025-09-22 02:58:22] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.124506 10.0.0.56 - - [2025-09-22 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.56 - - [2025-09-22 02:58:22] "GET /security-group/345b2a57-3da0-4ef3-9fea-bd502202e1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006095 10.0.0.56 - - [2025-09-22 02:58:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110546 10.0.0.56 - - [2025-09-22 02:58:22] "PUT /access-control-list/402db284-f05d-46e5-af9d-75c2150dae5c HTTP/1.1" 200 272 0.017446 10.0.0.56 - - [2025-09-22 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009991 10.0.0.27 - - [2025-09-22 02:58:23] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001499 10.0.0.56 - - [2025-09-22 02:58:23] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056202 10.0.0.56 - - [2025-09-22 02:58:23] "POST /neutron/network HTTP/1.1" 200 117 0.010814 10.0.0.56 - - [2025-09-22 02:58:23] "POST /ref-update HTTP/1.1" 200 156 0.027433 10.0.0.56 - - [2025-09-22 02:58:23] "POST /neutron/network HTTP/1.1" 200 928 0.010768 10.0.0.56 - - [2025-09-22 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.001249 10.0.0.56 - - [2025-09-22 02:58:23] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005556 10.0.0.56 - - [2025-09-22 02:58:23] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007531 10.0.0.56 - - [2025-09-22 02:58:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.011184 10.0.0.56 - - [2025-09-22 02:58:23] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006262 10.0.0.56 - - [2025-09-22 02:58:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001912 10.0.0.27 - - [2025-09-22 02:58:26] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001023 10.0.0.56 - - [2025-09-22 02:58:26] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.064937 10.0.0.56 - - [2025-09-22 02:58:26] "POST /neutron/network HTTP/1.1" 200 928 0.007055 10.0.0.56 - - [2025-09-22 02:58:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.001324 10.0.0.56 - - [2025-09-22 02:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.007226 10.0.0.56 - - [2025-09-22 02:58:26] "POST /neutron/network HTTP/1.1" 200 938 0.008858 10.0.0.56 - - [2025-09-22 02:58:27] "POST /neutron/port HTTP/1.1" 200 1082 0.016958 10.0.0.56 - - [2025-09-22 02:58:27] "POST /neutron/port HTTP/1.1" 200 1110 0.019842 10.0.0.27 - - [2025-09-22 02:58:27] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001857 10.0.0.56 - - [2025-09-22 02:58:27] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.078008 10.0.0.56 - - [2025-09-22 02:58:27] "POST /neutron/network HTTP/1.1" 200 928 0.012586 10.0.0.56 - - [2025-09-22 02:58:27] "POST /neutron/port HTTP/1.1" 200 1110 0.022440 10.0.0.56 - - [2025-09-22 02:58:27] "POST /neutron/port HTTP/1.1" 200 1110 0.017787 10.0.0.27 - - [2025-09-22 02:58:27] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001937 10.0.0.56 - - [2025-09-22 02:58:28] "POST /neutron/security_group HTTP/1.1" 200 3416 0.066447 10.0.0.56 - - [2025-09-22 02:58:28] "POST /neutron/port HTTP/1.1" 200 1082 0.015614 10.0.0.56 - - [2025-09-22 02:58:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005319 10.0.0.56 - - [2025-09-22 02:58:28] "POST /neutron/network HTTP/1.1" 200 928 0.008374 10.0.0.56 - - [2025-09-22 02:58:28] "GET /obj-perms HTTP/1.1" 200 5056 0.044981 10.0.0.56 - - [2025-09-22 02:58:32] "POST /neutron/port HTTP/1.1" 200 1110 0.017348 10.0.0.56 - - [2025-09-22 02:58:32] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008366 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 401 292 0.000711 10.0.0.27 - - [2025-09-22 02:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.303730 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.115927 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.003694 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.006077 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.004041 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.005099 10.0.0.56 - - [2025-09-22 02:58:33] "GET /instance-ip/fd0ec861-d661-4473-ae35-5cada005630e HTTP/1.1" 200 1705 0.005791 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.004013 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.005395 10.0.0.56 - - [2025-09-22 02:58:33] "GET /instance-ip/fd0ec861-d661-4473-ae35-5cada005630e HTTP/1.1" 200 1705 0.003638 10.0.0.56 - - [2025-09-22 02:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.171312 10.0.0.56 - - [2025-09-22 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.56 - - [2025-09-22 02:58:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003687 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003092 10.0.0.27 - - [2025-09-22 02:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.478450 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.012568 10.0.0.38 - - [2025-09-22 02:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.268301 10.0.0.56 - - [2025-09-22 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.56 - - [2025-09-22 02:58:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004808 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003872 10.0.0.27 - - [2025-09-22 02:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.104771 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007693 10.0.0.56 - - [2025-09-22 02:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.134345 10.0.0.56 - - [2025-09-22 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.56 - - [2025-09-22 02:58:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005282 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003701 10.0.0.56 - - [2025-09-22 02:58:33] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007733 10.0.0.56 - - [2025-09-22 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.56 - - [2025-09-22 02:58:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003795 10.0.0.56 - - [2025-09-22 02:58:34] "POST /neutron/port HTTP/1.1" 200 1110 0.038181 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006253 10.0.0.56 - - [2025-09-22 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.56 - - [2025-09-22 02:58:34] "GET /global-system-configs HTTP/1.1" 200 322 0.034184 10.0.0.56 - - [2025-09-22 02:58:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006439 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003142 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006028 10.0.0.56 - - [2025-09-22 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.56 - - [2025-09-22 02:58:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003477 10.0.0.27 - - [2025-09-22 02:58:34] "GET /obj-perms HTTP/1.1" 200 5056 0.140976 10.0.0.56 - - [2025-09-22 02:58:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002972 10.0.0.56 - - [2025-09-22 02:58:34] "POST /neutron/network HTTP/1.1" 200 928 0.006747 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005909 10.0.0.56 - - [2025-09-22 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-09-22 02:58:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010360 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005695 10.0.0.56 - - [2025-09-22 02:58:34] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006190 10.0.0.38 - - [2025-09-22 02:58:35] "GET /global-system-configs HTTP/1.1" 200 322 0.070336 10.0.0.38 - - [2025-09-22 02:58:35] "GET /global-system-configs HTTP/1.1" 200 322 0.141992 10.0.0.38 - - [2025-09-22 02:58:35] "GET /obj-perms HTTP/1.1" 200 5056 0.237225 10.0.0.56 - - [2025-09-22 02:58:35] "GET /obj-perms HTTP/1.1" 200 5056 0.261620 10.0.0.56 - - [2025-09-22 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.56 - - [2025-09-22 02:58:37] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005736 10.0.0.56 - - [2025-09-22 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.56 - - [2025-09-22 02:58:41] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006995 10.0.0.56 - - [2025-09-22 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-09-22 02:58:45] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005738 10.0.0.56 - - [2025-09-22 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.56 - - [2025-09-22 02:58:49] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006805 10.0.0.56 - - [2025-09-22 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007232 10.0.0.56 - - [2025-09-22 02:58:53] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006560 10.0.0.56 - - [2025-09-22 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.56 - - [2025-09-22 02:58:58] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005894 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.56 - - [2025-09-22 02:59:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003018 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007028 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.56 - - [2025-09-22 02:59:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004582 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003417 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006514 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.56 - - [2025-09-22 02:59:00] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005255 10.0.0.56 - - [2025-09-22 02:59:00] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003911 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.56 - - [2025-09-22 02:59:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006488 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002926 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006984 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-22 02:59:00] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005957 10.0.0.56 - - [2025-09-22 02:59:00] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003743 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.56 - - [2025-09-22 02:59:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005245 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004112 10.0.0.56 - - [2025-09-22 02:59:00] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006581 10.0.0.56 - - [2025-09-22 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.56 - - [2025-09-22 02:59:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005746 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003962 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006191 10.0.0.56 - - [2025-09-22 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.56 - - [2025-09-22 02:59:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003403 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007931 10.0.0.27 - - [2025-09-22 02:59:01] "GET /obj-perms HTTP/1.1" 200 5072 0.048201 10.0.0.56 - - [2025-09-22 02:59:01] "GET /obj-perms HTTP/1.1" 200 5072 0.046312 10.0.0.56 - - [2025-09-22 02:59:01] "GET /obj-perms HTTP/1.1" 200 5072 0.003991 10.0.0.56 - - [2025-09-22 02:59:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004472 10.0.0.27 - - [2025-09-22 02:59:01] "GET /obj-perms HTTP/1.1" 200 5072 0.003966 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.004587 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.007732 10.0.0.56 - - [2025-09-22 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.56 - - [2025-09-22 02:59:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003701 10.0.0.56 - - [2025-09-22 02:59:01] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006156 10.0.0.56 - - [2025-09-22 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.56 - - [2025-09-22 02:59:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.56 - - [2025-09-22 02:59:02] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003339 10.0.0.56 - - [2025-09-22 02:59:02] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006289 10.0.0.56 - - [2025-09-22 02:59:08] "POST /neutron/port HTTP/1.1" 200 1110 0.063044 10.0.0.56 - - [2025-09-22 02:59:08] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008666 10.0.0.56 - - [2025-09-22 02:59:15] "POST /neutron/port HTTP/1.1" 200 1110 0.040048 10.0.0.56 - - [2025-09-22 02:59:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006449 10.0.0.56 - - [2025-09-22 02:59:15] "POST /neutron/network HTTP/1.1" 200 928 0.008179 10.0.0.56 - - [2025-09-22 02:59:18] "POST /neutron/port HTTP/1.1" 200 1110 0.018313 10.0.0.56 - - [2025-09-22 02:59:18] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009216 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.007087 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.003981 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine-interface/5719131d-092b-4d83-8a4e-c349de46fe71 HTTP/1.1" 200 3190 0.005048 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.003490 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine-interface/5719131d-092b-4d83-8a4e-c349de46fe71 HTTP/1.1" 200 3190 0.005856 10.0.0.56 - - [2025-09-22 02:59:19] "GET /instance-ip/1b0dfb31-3841-44d8-8f91-6f9722df7fe9 HTTP/1.1" 200 1704 0.005761 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.003492 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-machine-interface/5719131d-092b-4d83-8a4e-c349de46fe71 HTTP/1.1" 200 3190 0.006307 10.0.0.56 - - [2025-09-22 02:59:19] "GET /instance-ip/1b0dfb31-3841-44d8-8f91-6f9722df7fe9 HTTP/1.1" 200 1704 0.004959 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003385 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006722 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003470 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006805 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003474 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006917 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005874 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006606 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007194 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003772 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007228 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004810 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003820 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007074 10.0.0.56 - - [2025-09-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.56 - - [2025-09-22 02:59:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004696 10.0.0.56 - - [2025-09-22 02:59:19] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003093 10.0.0.56 - - [2025-09-22 02:59:20] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006368 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.56 - - [2025-09-22 02:59:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002999 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007385 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.56 - - [2025-09-22 02:59:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003222 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.017692 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-09-22 02:59:21] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004882 10.0.0.56 - - [2025-09-22 02:59:21] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004351 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.56 - - [2025-09-22 02:59:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004956 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003012 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006553 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.56 - - [2025-09-22 02:59:21] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005730 10.0.0.56 - - [2025-09-22 02:59:21] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005592 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.56 - - [2025-09-22 02:59:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005047 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004853 10.0.0.56 - - [2025-09-22 02:59:21] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007441 10.0.0.56 - - [2025-09-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.56 - - [2025-09-22 02:59:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005914 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004054 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006535 10.0.0.56 - - [2025-09-22 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.56 - - [2025-09-22 02:59:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003185 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006968 10.0.0.56 - - [2025-09-22 02:59:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004203 10.0.0.27 - - [2025-09-22 02:59:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003897 10.0.0.56 - - [2025-09-22 02:59:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004356 10.0.0.38 - - [2025-09-22 02:59:22] "GET /obj-perms HTTP/1.1" 200 5072 0.046113 10.0.0.27 - - [2025-09-22 02:59:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004160 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.004728 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-machine-interface/5719131d-092b-4d83-8a4e-c349de46fe71 HTTP/1.1" 200 3190 0.005467 10.0.0.56 - - [2025-09-22 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.56 - - [2025-09-22 02:59:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005101 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003901 10.0.0.56 - - [2025-09-22 02:59:22] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006474 10.0.0.56 - - [2025-09-22 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.56 - - [2025-09-22 02:59:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003557 10.0.0.56 - - [2025-09-22 02:59:23] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002755 10.0.0.56 - - [2025-09-22 02:59:23] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007251 10.0.0.56 - - [2025-09-22 02:59:23] "POST /neutron/port HTTP/1.1" 200 1110 0.015527 10.0.0.56 - - [2025-09-22 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007396 10.0.0.56 - - [2025-09-22 02:59:34] "POST /neutron/port HTTP/1.1" 200 1110 0.015642 10.0.0.56 - - [2025-09-22 02:59:34] "POST /neutron/port HTTP/1.1" 200 1110 0.015746 10.0.0.56 - - [2025-09-22 02:59:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.010552 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.005225 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.006142 10.0.0.56 - - [2025-09-22 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.56 - - [2025-09-22 02:59:39] "GET /security-group/345b2a57-3da0-4ef3-9fea-bd502202e1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004674 10.0.0.56 - - [2025-09-22 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.56 - - [2025-09-22 02:59:39] "GET /security-group/345b2a57-3da0-4ef3-9fea-bd502202e1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005284 10.0.0.56 - - [2025-09-22 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 1445 0.004292 10.0.0.56 - - [2025-09-22 02:59:39] "POST /neutron/port HTTP/1.1" 200 1136 0.013987 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.004999 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3140 0.008440 10.0.0.56 - - [2025-09-22 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008094 10.0.0.56 - - [2025-09-22 02:59:39] "POST /neutron/port HTTP/1.1" 200 1098 0.012540 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.004353 10.0.0.56 - - [2025-09-22 02:59:39] "GET /virtual-machine-interface/e44f9179-858d-4e86-9a74-ac9f852cb871 HTTP/1.1" 200 3192 0.008266 10.0.0.56 - - [2025-09-22 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.56 - - [2025-09-22 02:59:40] "GET /security-group/345b2a57-3da0-4ef3-9fea-bd502202e1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005087 10.0.0.56 - - [2025-09-22 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.56 - - [2025-09-22 02:59:40] "GET /security-group/345b2a57-3da0-4ef3-9fea-bd502202e1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005106 10.0.0.56 - - [2025-09-22 02:59:40] "POST /neutron/security_group HTTP/1.1" 200 1445 0.005357 10.0.0.56 - - [2025-09-22 03:00:17] "POST /neutron/port HTTP/1.1" 200 1110 0.019475 10.0.0.56 - - [2025-09-22 03:00:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.011276 10.0.0.56 - - [2025-09-22 03:00:36] "POST /neutron/port HTTP/1.1" 200 1110 0.020942 10.0.0.56 - - [2025-09-22 03:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004617 10.0.0.56 - - [2025-09-22 03:00:37] "POST /neutron/network HTTP/1.1" 200 928 0.008830 10.0.0.56 - - [2025-09-22 03:01:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177323 10.0.0.56 - - [2025-09-22 03:01:05] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.184308 10.0.0.56 - - [2025-09-22 03:01:05] "PUT /access-control-list/402db284-f05d-46e5-af9d-75c2150dae5c HTTP/1.1" 200 272 0.049172 10.0.0.56 - - [2025-09-22 03:01:08] "POST /neutron/port HTTP/1.1" 200 1110 0.018345 10.0.0.56 - - [2025-09-22 03:01:08] "POST /neutron/port HTTP/1.1" 200 1098 0.070331 10.0.0.56 - - [2025-09-22 03:01:08] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 200 1314 0.005576 10.0.0.56 - - [2025-09-22 03:01:09] "POST /neutron/port HTTP/1.1" 200 151 0.221663 10.0.0.56 - - [2025-09-22 03:01:10] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 404 171 0.004118 10.0.0.56 - - [2025-09-22 03:01:10] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 404 171 0.003010 10.0.0.56 - - [2025-09-22 03:01:10] "GET /virtual-machine/f50ad434-3409-45d1-9690-0876e2c187c3 HTTP/1.1" 404 171 0.003667 10.0.0.56 - - [2025-09-22 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012198 10.0.0.56 - - [2025-09-22 03:01:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009834 10.0.0.56 - - [2025-09-22 03:01:10] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003444 10.0.0.56 - - [2025-09-22 03:01:10] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008215 10.0.0.56 - - [2025-09-22 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008284 10.0.0.56 - - [2025-09-22 03:01:11] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005104 10.0.0.56 - - [2025-09-22 03:01:11] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004863 10.0.0.56 - - [2025-09-22 03:01:11] "GET /obj-perms HTTP/1.1" 200 5072 0.004474 10.0.0.27 - - [2025-09-22 03:01:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004847 10.0.0.56 - - [2025-09-22 03:01:17] "POST /neutron/network HTTP/1.1" 200 938 0.008381 10.0.0.56 - - [2025-09-22 03:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.56 - - [2025-09-22 03:01:20] "GET /obj-perms HTTP/1.1" 200 5072 0.005363 10.0.0.27 - - [2025-09-22 03:01:23] "GET /obj-perms HTTP/1.1" 200 5072 0.004266 10.0.0.56 - - [2025-09-22 03:01:29] "GET /obj-perms HTTP/1.1" 200 5072 0.004495 10.0.0.27 - - [2025-09-22 03:01:30] "GET /obj-perms HTTP/1.1" 200 5056 0.040568 10.0.0.56 - - [2025-09-22 03:01:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004395 10.0.0.38 - - [2025-09-22 03:01:35] "GET /obj-perms HTTP/1.1" 200 5072 0.003989 10.0.0.27 - - [2025-09-22 03:01:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004418 10.0.0.56 - - [2025-09-22 03:01:35] "POST /neutron/port HTTP/1.1" 200 1110 0.017110 10.0.0.56 - - [2025-09-22 03:01:36] "POST /neutron/port HTTP/1.1" 200 1098 0.091806 10.0.0.56 - - [2025-09-22 03:01:36] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 200 1312 0.005295 10.0.0.56 - - [2025-09-22 03:01:36] "POST /neutron/port HTTP/1.1" 200 151 0.202277 10.0.0.56 - - [2025-09-22 03:01:38] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 404 171 0.005201 10.0.0.56 - - [2025-09-22 03:01:38] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 404 171 0.003422 10.0.0.56 - - [2025-09-22 03:01:38] "GET /virtual-machine/13628fe2-6458-48e6-8738-dfcc3d7da819 HTTP/1.1" 404 171 0.003563 10.0.0.56 - - [2025-09-22 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005985 10.0.0.56 - - [2025-09-22 03:01:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004794 10.0.0.56 - - [2025-09-22 03:01:38] "GET /virtual-networks?parent_id=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003927 10.0.0.56 - - [2025-09-22 03:01:38] "GET /virtual-network/4b9d022a-b831-44af-a683-22e82178f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009179 10.0.0.56 - - [2025-09-22 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005831 10.0.0.56 - - [2025-09-22 03:01:38] "GET /routing-instance/d2a1afe5-180b-4612-8663-a66a8271a434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005281 10.0.0.56 - - [2025-09-22 03:01:38] "GET /route-target/51ae350b-3be2-460a-bd74-20d7b2817173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003984 10.0.0.56 - - [2025-09-22 03:01:38] "GET /obj-perms HTTP/1.1" 200 5072 0.004679 10.0.0.56 - - [2025-09-22 03:01:41] "GET /obj-perms HTTP/1.1" 200 5072 0.005215 10.0.0.56 - - [2025-09-22 03:01:41] "DELETE /route-target/51ae350b-3be2-460a-bd74-20d7b2817173 HTTP/1.1" 200 115 0.027110 10.0.0.56 - - [2025-09-22 03:01:42] "POST /neutron/security_group HTTP/1.1" 200 1445 0.006754 10.0.0.56 - - [2025-09-22 03:01:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003711 10.0.0.27 - - [2025-09-22 03:01:43] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001116 10.0.0.56 - - [2025-09-22 03:01:43] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066811 10.0.0.27 - - [2025-09-22 03:01:43] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001386 10.0.0.56 - - [2025-09-22 03:01:43] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?fields=virtual_networks HTTP/1.1" 200 1074 0.052050 10.0.0.27 - - [2025-09-22 03:01:43] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001471 10.0.0.56 - - [2025-09-22 03:01:43] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.045262 10.0.0.27 - - [2025-09-22 03:01:44] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001105 10.0.0.56 - - [2025-09-22 03:01:44] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?fields=security_groups HTTP/1.1" 200 1321 0.050775 10.0.0.56 - - [2025-09-22 03:01:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.023079 10.0.0.27 - - [2025-09-22 03:01:44] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003698 10.0.0.27 - - [2025-09-22 03:01:44] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.27 - - [2025-09-22 03:01:44] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010814 10.0.0.27 - - [2025-09-22 03:01:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.001555 10.0.0.27 - - [2025-09-22 03:01:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.013534 10.0.0.27 - - [2025-09-22 03:01:45] "POST /security-groups HTTP/1.1" 200 589 0.089326 10.0.0.56 - - [2025-09-22 03:01:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.003894 10.0.0.27 - - [2025-09-22 03:01:45] "POST /projects HTTP/1.1" 200 581 0.316765 10.0.0.27 - - [2025-09-22 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.399364 10.0.0.56 - - [2025-09-22 03:01:45] "POST /access-control-lists HTTP/1.1" 200 592 0.038457 10.0.0.56 - - [2025-09-22 03:01:45] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.591327 10.0.0.56 - - [2025-09-22 03:01:46] "GET / HTTP/1.1" 200 35931 0.003685 10.0.0.56 - - [2025-09-22 03:01:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.56 - - [2025-09-22 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.050509 10.0.0.27 - - [2025-09-22 03:01:48] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.56 - - [2025-09-22 03:01:48] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040704 10.0.0.27 - - [2025-09-22 03:01:48] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.56 - - [2025-09-22 03:01:48] "POST /neutron/network HTTP/1.1" 200 615 0.160661 10.0.0.56 - - [2025-09-22 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.004009 10.0.0.56 - - [2025-09-22 03:01:49] "GET /virtual-network/1f61e685-38fa-4034-8682-ea77f11f7c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005973 10.0.0.56 - - [2025-09-22 03:01:49] "POST /neutron/network HTTP/1.1" 200 831 0.007466 10.0.0.56 - - [2025-09-22 03:01:49] "GET /virtual-network/1f61e685-38fa-4034-8682-ea77f11f7c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005785 10.0.0.56 - - [2025-09-22 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001616 10.0.0.56 - - [2025-09-22 03:01:49] "POST /neutron/network HTTP/1.1" 200 841 0.007807 10.0.0.27 - - [2025-09-22 03:01:50] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.56 - - [2025-09-22 03:01:50] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.073913 10.0.0.56 - - [2025-09-22 03:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.008381 10.0.0.27 - - [2025-09-22 03:01:50] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.56 - - [2025-09-22 03:01:50] "POST /neutron/port HTTP/1.1" 200 1055 0.308329 10.0.0.56 - - [2025-09-22 03:01:51] "POST /neutron/port HTTP/1.1" 200 1109 0.122605 10.0.0.56 - - [2025-09-22 03:01:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.010375 10.0.0.56 - - [2025-09-22 03:01:55] "POST /neutron/port HTTP/1.1" 200 1083 0.019621 10.0.0.56 - - [2025-09-22 03:01:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009938 10.0.0.56 - - [2025-09-22 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.27 - - [2025-09-22 03:01:55] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.56 - - [2025-09-22 03:01:55] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040012 10.0.0.56 - - [2025-09-22 03:01:55] "POST /route-targets HTTP/1.1" 200 327 0.017425 10.0.0.27 - - [2025-09-22 03:01:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008456 10.0.0.56 - - [2025-09-22 03:01:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.229426 10.0.0.56 - - [2025-09-22 03:01:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001758 10.0.0.56 - - [2025-09-22 03:01:56] "GET /virtual-network/37fd13df-87fc-44dd-bda5-a602185b2933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007446 10.0.0.56 - - [2025-09-22 03:01:56] "GET /virtual-network/37fd13df-87fc-44dd-bda5-a602185b2933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007660 10.0.0.56 - - [2025-09-22 03:01:56] "POST /neutron/network HTTP/1.1" 200 834 0.008447 10.0.0.56 - - [2025-09-22 03:01:56] "GET /virtual-network/37fd13df-87fc-44dd-bda5-a602185b2933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006193 10.0.0.56 - - [2025-09-22 03:01:57] "GET /obj-perms HTTP/1.1" 200 5026 0.044148 10.0.0.56 - - [2025-09-22 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.27 - - [2025-09-22 03:01:57] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.56 - - [2025-09-22 03:01:57] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050426 10.0.0.27 - - [2025-09-22 03:01:57] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.56 - - [2025-09-22 03:01:58] "POST /neutron/network HTTP/1.1" 200 613 0.146884 10.0.0.56 - - [2025-09-22 03:01:58] "POST /ref-update HTTP/1.1" 200 156 0.031574 10.0.0.56 - - [2025-09-22 03:01:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.004479 10.0.0.56 - - [2025-09-22 03:01:58] "GET /virtual-network/578a6e5a-98d6-491a-90fc-aed1484bb89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005816 10.0.0.56 - - [2025-09-22 03:01:58] "POST /neutron/network HTTP/1.1" 200 831 0.007007 10.0.0.56 - - [2025-09-22 03:01:58] "GET /virtual-network/578a6e5a-98d6-491a-90fc-aed1484bb89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005535 10.0.0.56 - - [2025-09-22 03:01:58] "GET /virtual-network/578a6e5a-98d6-491a-90fc-aed1484bb89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007318 10.0.0.38 - - [2025-09-22 03:01:58] "GET /obj-perms HTTP/1.1" 200 5026 0.043213 10.0.0.27 - - [2025-09-22 03:01:59] "GET /obj-perms HTTP/1.1" 200 5026 0.043276 10.0.0.56 - - [2025-09-22 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.27 - - [2025-09-22 03:01:59] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.56 - - [2025-09-22 03:01:59] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051553 10.0.0.56 - - [2025-09-22 03:01:59] "POST /neutron/network HTTP/1.1" 200 117 0.015099 10.0.0.56 - - [2025-09-22 03:01:59] "POST /neutron/network HTTP/1.1" 200 832 0.008860 10.0.0.56 - - [2025-09-22 03:01:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001236 10.0.0.56 - - [2025-09-22 03:01:59] "GET /virtual-network/95a4a8cd-572b-485a-a62f-ad9c3711834b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005620 10.0.0.56 - - [2025-09-22 03:01:59] "GET /virtual-network/95a4a8cd-572b-485a-a62f-ad9c3711834b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005904 10.0.0.56 - - [2025-09-22 03:01:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.088108 10.0.0.56 - - [2025-09-22 03:01:59] "GET /virtual-network/95a4a8cd-572b-485a-a62f-ad9c3711834b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006043 10.0.0.56 - - [2025-09-22 03:02:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001534 10.0.0.56 - - [2025-09-22 03:02:00] "POST /neutron/network HTTP/1.1" 200 841 0.008096 10.0.0.27 - - [2025-09-22 03:02:01] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.56 - - [2025-09-22 03:02:01] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.086368 10.0.0.56 - - [2025-09-22 03:02:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008888 10.0.0.56 - - [2025-09-22 03:02:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001562 10.0.0.56 - - [2025-09-22 03:02:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008878 10.0.0.27 - - [2025-09-22 03:02:01] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001529 10.0.0.56 - - [2025-09-22 03:02:02] "POST /neutron/port HTTP/1.1" 200 1057 0.285995 10.0.0.56 - - [2025-09-22 03:02:02] "POST /neutron/port HTTP/1.1" 200 1111 0.126862 10.0.0.56 - - [2025-09-22 03:02:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.009554 10.0.0.27 - - [2025-09-22 03:02:02] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.56 - - [2025-09-22 03:02:02] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063243 10.0.0.56 - - [2025-09-22 03:02:02] "POST /neutron/network HTTP/1.1" 200 832 0.031300 10.0.0.56 - - [2025-09-22 03:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.006670 10.0.0.56 - - [2025-09-22 03:02:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003137 10.0.0.56 - - [2025-09-22 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-09-22 03:02:02] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.56 - - [2025-09-22 03:02:02] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008235 10.0.0.56 - - [2025-09-22 03:02:02] "POST /service-templates HTTP/1.1" 200 543 0.044242 10.0.0.56 - - [2025-09-22 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.56 - - [2025-09-22 03:02:03] "GET /service-template/42cb0688-f2b5-4036-ab6f-8efbe7a57be4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006788 10.0.0.56 - - [2025-09-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.56 - - [2025-09-22 03:02:03] "GET /service-template/42cb0688-f2b5-4036-ab6f-8efbe7a57be4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004860 10.0.0.56 - - [2025-09-22 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001743 10.0.0.56 - - [2025-09-22 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001564 10.0.0.56 - - [2025-09-22 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001542 10.0.0.56 - - [2025-09-22 03:02:03] "POST /neutron/port HTTP/1.1" 200 2965 0.064934 10.0.0.56 - - [2025-09-22 03:02:03] "POST /neutron/port HTTP/1.1" 200 1056 0.014412 10.0.0.56 - - [2025-09-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-09-22 03:02:03] "DELETE /service-template/42cb0688-f2b5-4036-ab6f-8efbe7a57be4 HTTP/1.1" 200 115 0.028751 10.0.0.56 - - [2025-09-22 03:02:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004091 10.0.0.56 - - [2025-09-22 03:02:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004371 10.0.0.56 - - [2025-09-22 03:02:03] "POST /neutron/network HTTP/1.1" 200 832 0.007671 10.0.0.56 - - [2025-09-22 03:02:04] "POST /neutron/port HTTP/1.1" 200 1085 0.017375 10.0.0.56 - - [2025-09-22 03:02:05] "POST /neutron/port HTTP/1.1" 200 1084 0.021540 10.0.0.56 - - [2025-09-22 03:02:05] "POST /neutron/network HTTP/1.1" 200 832 0.007413 10.0.0.56 - - [2025-09-22 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-09-22 03:02:06] "POST /neutron/network HTTP/1.1" 200 831 0.008094 10.0.0.56 - - [2025-09-22 03:02:06] "DELETE /route-target/b6bf9d41-c821-41c3-8c48-5d2cf2c85784 HTTP/1.1" 200 115 0.023980 10.0.0.27 - - [2025-09-22 03:02:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.27 - - [2025-09-22 03:02:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.56 - - [2025-09-22 03:02:06] "POST /neutron/network HTTP/1.1" 200 151 0.122838 10.0.0.56 - - [2025-09-22 03:02:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015991 10.0.0.56 - - [2025-09-22 03:02:09] "POST /neutron/network HTTP/1.1" 200 831 0.007401 10.0.0.56 - - [2025-09-22 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.56 - - [2025-09-22 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-09-22 03:02:11] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.56 - - [2025-09-22 03:02:11] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049228 10.0.0.27 - - [2025-09-22 03:02:12] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.56 - - [2025-09-22 03:02:12] "POST /neutron/network HTTP/1.1" 200 613 0.117851 10.0.0.56 - - [2025-09-22 03:02:12] "POST /ref-update HTTP/1.1" 200 156 0.026284 10.0.0.56 - - [2025-09-22 03:02:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.003809 10.0.0.56 - - [2025-09-22 03:02:12] "GET /virtual-network/771af4ad-f81c-45c4-b52a-7fc811b95c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007401 10.0.0.56 - - [2025-09-22 03:02:12] "POST /neutron/network HTTP/1.1" 200 834 0.007279 10.0.0.56 - - [2025-09-22 03:02:12] "GET /virtual-network/771af4ad-f81c-45c4-b52a-7fc811b95c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005941 10.0.0.56 - - [2025-09-22 03:02:12] "GET /virtual-network/771af4ad-f81c-45c4-b52a-7fc811b95c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006960 10.0.0.56 - - [2025-09-22 03:02:12] "GET /obj-perms HTTP/1.1" 200 5026 0.004864 10.0.0.56 - - [2025-09-22 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2025-09-22 03:02:12] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.56 - - [2025-09-22 03:02:13] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053931 10.0.0.56 - - [2025-09-22 03:02:13] "POST /neutron/network HTTP/1.1" 200 117 0.012815 10.0.0.56 - - [2025-09-22 03:02:13] "POST /neutron/network HTTP/1.1" 200 831 0.008790 10.0.0.56 - - [2025-09-22 03:02:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.56 - - [2025-09-22 03:02:13] "GET /virtual-network/3e3b6b86-9f05-4196-9fc6-dc966cddcf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006710 10.0.0.56 - - [2025-09-22 03:02:13] "GET /virtual-network/3e3b6b86-9f05-4196-9fc6-dc966cddcf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005806 10.0.0.56 - - [2025-09-22 03:02:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.009546 10.0.0.56 - - [2025-09-22 03:02:13] "GET /virtual-network/3e3b6b86-9f05-4196-9fc6-dc966cddcf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006068 10.0.0.38 - - [2025-09-22 03:02:13] "GET /obj-perms HTTP/1.1" 200 5026 0.004229 10.0.0.27 - - [2025-09-22 03:02:13] "GET /obj-perms HTTP/1.1" 200 5026 0.010997 10.0.0.56 - - [2025-09-22 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2025-09-22 03:02:14] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001313 10.0.0.56 - - [2025-09-22 03:02:14] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055446 10.0.0.56 - - [2025-09-22 03:02:14] "POST /route-targets HTTP/1.1" 200 327 0.018756 10.0.0.27 - - [2025-09-22 03:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008469 10.0.0.56 - - [2025-09-22 03:02:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.219489 10.0.0.56 - - [2025-09-22 03:02:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001590 10.0.0.56 - - [2025-09-22 03:02:14] "GET /virtual-network/946e2ef7-0cb6-4e45-b618-1fdea9836fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005851 10.0.0.56 - - [2025-09-22 03:02:14] "GET /virtual-network/946e2ef7-0cb6-4e45-b618-1fdea9836fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005827 10.0.0.56 - - [2025-09-22 03:02:14] "POST /neutron/network HTTP/1.1" 200 832 0.007044 10.0.0.56 - - [2025-09-22 03:02:14] "GET /virtual-network/946e2ef7-0cb6-4e45-b618-1fdea9836fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008031 10.0.0.56 - - [2025-09-22 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2025-09-22 03:02:15] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.56 - - [2025-09-22 03:02:15] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044448 10.0.0.27 - - [2025-09-22 03:02:15] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.56 - - [2025-09-22 03:02:15] "POST /neutron/network HTTP/1.1" 200 625 0.148119 10.0.0.56 - - [2025-09-22 03:02:15] "POST /ref-update HTTP/1.1" 200 156 0.024390 10.0.0.56 - - [2025-09-22 03:02:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.003709 10.0.0.56 - - [2025-09-22 03:02:15] "GET /virtual-network/e8913734-5606-4868-9a34-15f66f7b1a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005638 10.0.0.56 - - [2025-09-22 03:02:15] "POST /neutron/network HTTP/1.1" 200 842 0.006712 10.0.0.56 - - [2025-09-22 03:02:15] "GET /virtual-network/e8913734-5606-4868-9a34-15f66f7b1a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005438 10.0.0.56 - - [2025-09-22 03:02:15] "GET /virtual-network/e8913734-5606-4868-9a34-15f66f7b1a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006546 10.0.0.56 - - [2025-09-22 03:02:16] "GET /obj-perms HTTP/1.1" 200 5026 0.005181 10.0.0.56 - - [2025-09-22 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-09-22 03:02:16] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.56 - - [2025-09-22 03:02:16] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047916 10.0.0.56 - - [2025-09-22 03:02:16] "POST /neutron/network HTTP/1.1" 200 117 0.030034 10.0.0.56 - - [2025-09-22 03:02:16] "POST /neutron/network HTTP/1.1" 200 847 0.009239 10.0.0.56 - - [2025-09-22 03:02:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001357 10.0.0.56 - - [2025-09-22 03:02:16] "GET /virtual-network/ee0544c2-7f0d-4900-afd0-f2d383d9e06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005460 10.0.0.56 - - [2025-09-22 03:02:16] "GET /virtual-network/ee0544c2-7f0d-4900-afd0-f2d383d9e06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007853 10.0.0.56 - - [2025-09-22 03:02:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.009275 10.0.0.56 - - [2025-09-22 03:02:17] "GET /virtual-network/ee0544c2-7f0d-4900-afd0-f2d383d9e06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007066 10.0.0.38 - - [2025-09-22 03:02:17] "GET /obj-perms HTTP/1.1" 200 5026 0.005562 10.0.0.27 - - [2025-09-22 03:02:17] "GET /obj-perms HTTP/1.1" 200 5026 0.005660 10.0.0.56 - - [2025-09-22 03:02:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001619 10.0.0.27 - - [2025-09-22 03:02:18] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.56 - - [2025-09-22 03:02:18] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.070878 10.0.0.56 - - [2025-09-22 03:02:18] "POST /neutron/port HTTP/1.1" 200 117 0.007028 10.0.0.56 - - [2025-09-22 03:02:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001598 10.0.0.56 - - [2025-09-22 03:02:18] "POST /neutron/network HTTP/1.1" 200 842 0.007804 10.0.0.56 - - [2025-09-22 03:02:19] "POST /neutron/port HTTP/1.1" 200 1057 0.020472 10.0.0.56 - - [2025-09-22 03:02:19] "POST /neutron/port HTTP/1.1" 200 1085 0.017572 10.0.0.56 - - [2025-09-22 03:02:19] "POST /neutron/port HTTP/1.1" 200 117 0.001689 10.0.0.27 - - [2025-09-22 03:02:19] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.56 - - [2025-09-22 03:02:19] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.078522 10.0.0.27 - - [2025-09-22 03:02:19] "DELETE /project/40c5dc34354b4525ad5755f56987b128 HTTP/1.1" 404 173 0.004318 10.0.0.27 - - [2025-09-22 03:02:19] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001008 10.0.0.56 - - [2025-09-22 03:02:19] "POST /neutron/port HTTP/1.1" 200 1085 0.086153 10.0.0.27 - - [2025-09-22 03:02:19] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.107852 10.0.0.27 - - [2025-09-22 03:02:19] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000974 10.0.0.56 - - [2025-09-22 03:02:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.007518 10.0.0.56 - - [2025-09-22 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.27 - - [2025-09-22 03:02:19] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?fields=security_groups HTTP/1.1" 200 1144 0.074526 10.0.0.56 - - [2025-09-22 03:02:19] "DELETE /access-control-list/830836a1-25f7-47a3-895e-b64de1c045d4 HTTP/1.1" 200 115 0.099651 10.0.0.27 - - [2025-09-22 03:02:19] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.27 - - [2025-09-22 03:02:19] "GET /projects?obj_uuids=f2cdf279-bbee-4001-b4ae-22d31dfbd560&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001835 10.0.0.56 - - [2025-09-22 03:02:19] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.028634 10.0.0.27 - - [2025-09-22 03:02:20] "GET /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560?fields=application_policy_sets HTTP/1.1" 200 1465 0.084916 10.0.0.56 - - [2025-09-22 03:02:20] "POST /service-templates HTTP/1.1" 200 543 0.087233 10.0.0.56 - - [2025-09-22 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010515 10.0.0.27 - - [2025-09-22 03:02:20] "DELETE /project/f2cdf279-bbee-4001-b4ae-22d31dfbd560 HTTP/1.1" 404 190 0.445435 10.0.0.56 - - [2025-09-22 03:02:20] "GET /service-template/b97cdd08-8c62-433a-b037-c0a0314417fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006653 10.0.0.56 - - [2025-09-22 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.56 - - [2025-09-22 03:02:20] "GET /service-template/b97cdd08-8c62-433a-b037-c0a0314417fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004405 10.0.0.56 - - [2025-09-22 03:02:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001321 10.0.0.56 - - [2025-09-22 03:02:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001427 10.0.0.56 - - [2025-09-22 03:02:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001349 10.0.0.56 - - [2025-09-22 03:02:20] "POST /neutron/network HTTP/1.1" 200 842 0.007930 10.0.0.56 - - [2025-09-22 03:02:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008862 10.0.0.56 - - [2025-09-22 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.56 - - [2025-09-22 03:02:20] "DELETE /service-template/b97cdd08-8c62-433a-b037-c0a0314417fa HTTP/1.1" 200 115 0.040613 10.0.0.56 - - [2025-09-22 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003660 10.0.0.56 - - [2025-09-22 03:02:20] "POST /neutron/port HTTP/1.1" 200 1110 0.142813 10.0.0.56 - - [2025-09-22 03:02:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.010899 10.0.0.27 - - [2025-09-22 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003584 10.0.0.27 - - [2025-09-22 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.56 - - [2025-09-22 03:02:21] "POST /neutron/network HTTP/1.1" 200 151 0.134315 10.0.0.56 - - [2025-09-22 03:02:21] "DELETE /route-target/e79f4eae-921e-4131-9434-a87eeeec2efa HTTP/1.1" 200 115 0.027865 10.0.0.27 - - [2025-09-22 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004713 10.0.0.27 - - [2025-09-22 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.56 - - [2025-09-22 03:02:21] "POST /neutron/network HTTP/1.1" 200 151 0.127477 10.0.0.56 - - [2025-09-22 03:02:21] "POST /neutron/port HTTP/1.1" 200 151 0.221344 10.0.0.56 - - [2025-09-22 03:02:22] "POST /neutron/port HTTP/1.1" 200 1084 0.019285 10.0.0.56 - - [2025-09-22 03:02:23] "POST /neutron/port HTTP/1.1" 200 117 0.008669 10.0.0.56 - - [2025-09-22 03:02:23] "POST /neutron/port HTTP/1.1" 200 117 0.007933 10.0.0.56 - - [2025-09-22 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.56 - - [2025-09-22 03:02:24] "POST /neutron/network HTTP/1.1" 200 831 0.008756 10.0.0.56 - - [2025-09-22 03:02:24] "DELETE /route-target/b24ac702-942a-4f86-a305-aaa833f0e314 HTTP/1.1" 200 115 0.030474 10.0.0.27 - - [2025-09-22 03:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005525 10.0.0.27 - - [2025-09-22 03:02:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004465 10.0.0.56 - - [2025-09-22 03:02:24] "POST /neutron/network HTTP/1.1" 200 151 0.154039 10.0.0.27 - - [2025-09-22 03:02:26] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002819 10.0.0.56 - - [2025-09-22 03:02:26] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047576 10.0.0.27 - - [2025-09-22 03:02:26] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.56 - - [2025-09-22 03:02:26] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?fields=virtual_networks HTTP/1.1" 200 1027 0.053360 10.0.0.27 - - [2025-09-22 03:02:26] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.56 - - [2025-09-22 03:02:26] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.074000 10.0.0.27 - - [2025-09-22 03:02:26] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.56 - - [2025-09-22 03:02:26] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?fields=security_groups HTTP/1.1" 200 1251 0.046110 10.0.0.56 - - [2025-09-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.023368 10.0.0.27 - - [2025-09-22 03:02:27] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003860 10.0.0.27 - - [2025-09-22 03:02:27] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.27 - - [2025-09-22 03:02:27] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008018 10.0.0.27 - - [2025-09-22 03:02:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.007721 10.0.0.27 - - [2025-09-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.006335 10.0.0.27 - - [2025-09-22 03:02:27] "POST /security-groups HTTP/1.1" 200 589 0.032765 10.0.0.56 - - [2025-09-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.003968 10.0.0.27 - - [2025-09-22 03:02:27] "POST /projects HTTP/1.1" 200 581 0.257833 10.0.0.27 - - [2025-09-22 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.326376 10.0.0.56 - - [2025-09-22 03:02:27] "POST /access-control-lists HTTP/1.1" 200 592 0.031243 10.0.0.56 - - [2025-09-22 03:02:27] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.471577 10.0.0.56 - - [2025-09-22 03:02:28] "GET / HTTP/1.1" 200 35931 0.002580 10.0.0.56 - - [2025-09-22 03:02:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.56 - - [2025-09-22 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.027447 10.0.0.27 - - [2025-09-22 03:02:30] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.56 - - [2025-09-22 03:02:30] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042616 10.0.0.27 - - [2025-09-22 03:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006227 10.0.0.56 - - [2025-09-22 03:02:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.400883 10.0.0.56 - - [2025-09-22 03:02:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001365 10.0.0.56 - - [2025-09-22 03:02:31] "GET /virtual-network/6cd5402a-ec9a-4a1f-a111-d61fd4c48be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006095 10.0.0.56 - - [2025-09-22 03:02:31] "GET /virtual-network/6cd5402a-ec9a-4a1f-a111-d61fd4c48be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006017 10.0.0.56 - - [2025-09-22 03:02:31] "POST /neutron/network HTTP/1.1" 200 831 0.007996 10.0.0.56 - - [2025-09-22 03:02:32] "GET /virtual-network/6cd5402a-ec9a-4a1f-a111-d61fd4c48be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009573 10.0.0.56 - - [2025-09-22 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.27 - - [2025-09-22 03:02:33] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.56 - - [2025-09-22 03:02:33] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042863 10.0.0.27 - - [2025-09-22 03:02:33] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001545 10.0.0.56 - - [2025-09-22 03:02:33] "POST /neutron/network HTTP/1.1" 200 617 0.151101 10.0.0.56 - - [2025-09-22 03:02:33] "POST /route-targets HTTP/1.1" 200 327 0.014331 10.0.0.56 - - [2025-09-22 03:02:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.004217 10.0.0.56 - - [2025-09-22 03:02:33] "GET /virtual-network/5cfbaf20-182d-452a-9951-c2f742818e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005447 10.0.0.56 - - [2025-09-22 03:02:34] "POST /neutron/network HTTP/1.1" 200 837 0.007210 10.0.0.56 - - [2025-09-22 03:02:34] "GET /virtual-network/5cfbaf20-182d-452a-9951-c2f742818e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006482 10.0.0.56 - - [2025-09-22 03:02:34] "GET /virtual-network/5cfbaf20-182d-452a-9951-c2f742818e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005840 10.0.0.56 - - [2025-09-22 03:02:34] "GET /obj-perms HTTP/1.1" 200 5026 0.067858 10.0.0.38 - - [2025-09-22 03:02:34] "GET /obj-perms HTTP/1.1" 200 5026 0.064916 10.0.0.27 - - [2025-09-22 03:02:34] "GET /obj-perms HTTP/1.1" 200 5026 0.045931 10.0.0.56 - - [2025-09-22 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2025-09-22 03:02:34] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.56 - - [2025-09-22 03:02:34] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.047723 10.0.0.56 - - [2025-09-22 03:02:34] "POST /neutron/network HTTP/1.1" 200 117 0.014991 10.0.0.56 - - [2025-09-22 03:02:35] "POST /ref-update HTTP/1.1" 200 156 0.030519 10.0.0.56 - - [2025-09-22 03:02:35] "POST /neutron/network HTTP/1.1" 200 838 0.009640 10.0.0.56 - - [2025-09-22 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001186 10.0.0.56 - - [2025-09-22 03:02:35] "GET /virtual-network/0e29688a-f466-4cc9-b7ea-6200bd3fb62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005745 10.0.0.56 - - [2025-09-22 03:02:35] "GET /virtual-network/0e29688a-f466-4cc9-b7ea-6200bd3fb62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007563 10.0.0.56 - - [2025-09-22 03:02:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.031909 10.0.0.56 - - [2025-09-22 03:02:35] "GET /virtual-network/0e29688a-f466-4cc9-b7ea-6200bd3fb62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009155 10.0.0.56 - - [2025-09-22 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001457 10.0.0.27 - - [2025-09-22 03:02:36] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.56 - - [2025-09-22 03:02:36] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.088828 10.0.0.56 - - [2025-09-22 03:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.007808 10.0.0.56 - - [2025-09-22 03:02:37] "POST /id-to-fqname HTTP/1.1" 200 226 0.001852 10.0.0.56 - - [2025-09-22 03:02:37] "POST /neutron/network HTTP/1.1" 200 848 0.007742 10.0.0.56 - - [2025-09-22 03:02:37] "POST /neutron/port HTTP/1.1" 200 1059 0.019611 10.0.0.56 - - [2025-09-22 03:02:38] "POST /neutron/port HTTP/1.1" 200 1087 0.021976 10.0.0.56 - - [2025-09-22 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001827 10.0.0.27 - - [2025-09-22 03:02:38] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.56 - - [2025-09-22 03:02:38] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.073151 10.0.0.56 - - [2025-09-22 03:02:38] "POST /neutron/port HTTP/1.1" 200 1087 0.019078 10.0.0.56 - - [2025-09-22 03:02:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003523 10.0.0.56 - - [2025-09-22 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-09-22 03:02:38] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.56 - - [2025-09-22 03:02:38] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009149 10.0.0.56 - - [2025-09-22 03:02:38] "POST /service-templates HTTP/1.1" 200 543 0.041460 10.0.0.56 - - [2025-09-22 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.56 - - [2025-09-22 03:02:38] "GET /service-template/11bf120f-9adc-4d97-8cd8-bc4d1b446b7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006723 10.0.0.56 - - [2025-09-22 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.56 - - [2025-09-22 03:02:38] "POST /neutron/network HTTP/1.1" 200 848 0.008482 10.0.0.56 - - [2025-09-22 03:02:38] "GET /service-template/11bf120f-9adc-4d97-8cd8-bc4d1b446b7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004443 10.0.0.56 - - [2025-09-22 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001725 10.0.0.56 - - [2025-09-22 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001283 10.0.0.56 - - [2025-09-22 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001463 10.0.0.56 - - [2025-09-22 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008636 10.0.0.56 - - [2025-09-22 03:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.56 - - [2025-09-22 03:02:39] "DELETE /service-template/11bf120f-9adc-4d97-8cd8-bc4d1b446b7b HTTP/1.1" 200 115 0.044652 10.0.0.56 - - [2025-09-22 03:02:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.006720 10.0.0.56 - - [2025-09-22 03:02:39] "POST /neutron/port HTTP/1.1" 200 1112 0.156213 10.0.0.56 - - [2025-09-22 03:02:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.011519 10.0.0.56 - - [2025-09-22 03:02:39] "POST /neutron/network HTTP/1.1" 200 838 0.007955 10.0.0.56 - - [2025-09-22 03:02:39] "POST /neutron/port HTTP/1.1" 200 1113 0.013687 10.0.0.56 - - [2025-09-22 03:02:40] "POST /neutron/port HTTP/1.1" 200 1112 0.013352 10.0.0.56 - - [2025-09-22 03:02:41] "POST /neutron/network HTTP/1.1" 200 2195 0.015424 10.0.0.27 - - [2025-09-22 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005961 10.0.0.27 - - [2025-09-22 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003156 10.0.0.56 - - [2025-09-22 03:02:41] "POST /neutron/network HTTP/1.1" 200 151 0.155787 10.0.0.27 - - [2025-09-22 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004209 10.0.0.56 - - [2025-09-22 03:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009434 10.0.0.27 - - [2025-09-22 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005116 10.0.0.56 - - [2025-09-22 03:02:41] "POST /neutron/network HTTP/1.1" 200 151 0.147599 10.0.0.56 - - [2025-09-22 03:02:42] "DELETE /route-target/284a1f31-24ad-43f1-b932-cab8caef0024 HTTP/1.1" 200 115 0.024260 10.0.0.56 - - [2025-09-22 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2025-09-22 03:02:45] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.56 - - [2025-09-22 03:02:45] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.065062 10.0.0.56 - - [2025-09-22 03:02:45] "POST /neutron/network HTTP/1.1" 200 117 0.011691 10.0.0.56 - - [2025-09-22 03:02:45] "POST /neutron/network HTTP/1.1" 200 833 0.008842 10.0.0.56 - - [2025-09-22 03:02:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001316 10.0.0.56 - - [2025-09-22 03:02:45] "GET /virtual-network/bc7ebced-3441-40e5-89fe-24ffaf0e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008526 10.0.0.56 - - [2025-09-22 03:02:45] "GET /virtual-network/bc7ebced-3441-40e5-89fe-24ffaf0e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011817 10.0.0.56 - - [2025-09-22 03:02:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.011776 10.0.0.56 - - [2025-09-22 03:02:45] "GET /virtual-network/bc7ebced-3441-40e5-89fe-24ffaf0e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006756 10.0.0.56 - - [2025-09-22 03:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2025-09-22 03:02:46] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.56 - - [2025-09-22 03:02:46] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.053427 10.0.0.56 - - [2025-09-22 03:02:46] "POST /route-targets HTTP/1.1" 200 327 0.015147 10.0.0.27 - - [2025-09-22 03:02:46] "POST /useragent-kv HTTP/1.1" 200 115 0.010395 10.0.0.56 - - [2025-09-22 03:02:46] "POST /neutron/subnet HTTP/1.1" 200 730 0.258386 10.0.0.56 - - [2025-09-22 03:02:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.002220 10.0.0.56 - - [2025-09-22 03:02:46] "GET /virtual-network/a956edce-69df-433c-a78f-34192c6010ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007490 10.0.0.56 - - [2025-09-22 03:02:46] "GET /virtual-network/a956edce-69df-433c-a78f-34192c6010ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007084 10.0.0.56 - - [2025-09-22 03:02:46] "POST /neutron/network HTTP/1.1" 200 833 0.007358 10.0.0.56 - - [2025-09-22 03:02:47] "GET /virtual-network/a956edce-69df-433c-a78f-34192c6010ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006428 10.0.0.56 - - [2025-09-22 03:02:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004010 10.0.0.38 - - [2025-09-22 03:02:47] "GET /obj-perms HTTP/1.1" 200 5026 0.005565 10.0.0.27 - - [2025-09-22 03:02:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004901 10.0.0.56 - - [2025-09-22 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2025-09-22 03:02:47] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.56 - - [2025-09-22 03:02:47] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.046757 10.0.0.27 - - [2025-09-22 03:02:47] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.56 - - [2025-09-22 03:02:47] "POST /neutron/network HTTP/1.1" 200 615 0.139497 10.0.0.56 - - [2025-09-22 03:02:47] "POST /ref-update HTTP/1.1" 200 156 0.026383 10.0.0.56 - - [2025-09-22 03:02:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.004717 10.0.0.56 - - [2025-09-22 03:02:47] "GET /virtual-network/77fcad75-ad2b-478e-b865-8ac031c7a078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005947 10.0.0.56 - - [2025-09-22 03:02:47] "POST /neutron/network HTTP/1.1" 200 833 0.008340 10.0.0.56 - - [2025-09-22 03:02:48] "GET /virtual-network/77fcad75-ad2b-478e-b865-8ac031c7a078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007136 10.0.0.56 - - [2025-09-22 03:02:48] "GET /virtual-network/77fcad75-ad2b-478e-b865-8ac031c7a078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011903 10.0.0.56 - - [2025-09-22 03:02:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001449 10.0.0.56 - - [2025-09-22 03:02:48] "POST /neutron/network HTTP/1.1" 200 843 0.008573 10.0.0.27 - - [2025-09-22 03:02:49] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.56 - - [2025-09-22 03:02:49] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.076509 10.0.0.56 - - [2025-09-22 03:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.007238 10.0.0.56 - - [2025-09-22 03:02:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001444 10.0.0.56 - - [2025-09-22 03:02:49] "POST /neutron/network HTTP/1.1" 200 843 0.012360 10.0.0.56 - - [2025-09-22 03:02:50] "POST /neutron/port HTTP/1.1" 200 1059 0.019605 10.0.0.56 - - [2025-09-22 03:02:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004671 10.0.0.27 - - [2025-09-22 03:02:50] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.56 - - [2025-09-22 03:02:50] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.099831 10.0.0.56 - - [2025-09-22 03:02:50] "POST /neutron/network HTTP/1.1" 200 833 0.022182 10.0.0.56 - - [2025-09-22 03:02:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008940 10.0.0.56 - - [2025-09-22 03:02:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.004101 10.0.0.56 - - [2025-09-22 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-09-22 03:02:50] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.56 - - [2025-09-22 03:02:50] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008178 10.0.0.56 - - [2025-09-22 03:02:50] "POST /service-templates HTTP/1.1" 200 543 0.035190 10.0.0.56 - - [2025-09-22 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.56 - - [2025-09-22 03:02:51] "GET /service-template/263af64e-1dc5-44a5-bbe6-ed48c5589e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006923 10.0.0.56 - - [2025-09-22 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.56 - - [2025-09-22 03:02:51] "GET /service-template/263af64e-1dc5-44a5-bbe6-ed48c5589e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004662 10.0.0.56 - - [2025-09-22 03:02:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001415 10.0.0.56 - - [2025-09-22 03:02:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001550 10.0.0.27 - - [2025-09-22 03:02:51] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.56 - - [2025-09-22 03:02:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001568 10.0.0.56 - - [2025-09-22 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007385 10.0.0.56 - - [2025-09-22 03:02:51] "POST /neutron/port HTTP/1.1" 200 1057 0.337370 10.0.0.56 - - [2025-09-22 03:02:51] "DELETE /service-template/263af64e-1dc5-44a5-bbe6-ed48c5589e3f HTTP/1.1" 200 115 0.071500 10.0.0.56 - - [2025-09-22 03:02:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.005965 10.0.0.56 - - [2025-09-22 03:02:51] "POST /neutron/port HTTP/1.1" 200 1057 0.035563 10.0.0.56 - - [2025-09-22 03:02:51] "POST /neutron/port HTTP/1.1" 200 1085 0.020484 10.0.0.56 - - [2025-09-22 03:02:51] "POST /neutron/network HTTP/1.1" 200 833 0.007649 10.0.0.56 - - [2025-09-22 03:02:51] "POST /neutron/network HTTP/1.1" 200 833 0.008111 10.0.0.56 - - [2025-09-22 03:02:52] "POST /neutron/port HTTP/1.1" 200 151 0.186875 10.0.0.56 - - [2025-09-22 03:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.187548 10.0.0.56 - - [2025-09-22 03:02:53] "POST /neutron/network HTTP/1.1" 200 117 0.008902 10.0.0.56 - - [2025-09-22 03:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.023306 10.0.0.56 - - [2025-09-22 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-09-22 03:02:54] "POST /neutron/network HTTP/1.1" 200 833 0.007199 10.0.0.56 - - [2025-09-22 03:02:54] "DELETE /route-target/6a30770d-e0be-4c82-b170-4a249b037b7f HTTP/1.1" 200 115 0.034539 10.0.0.27 - - [2025-09-22 03:02:56] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.56 - - [2025-09-22 03:02:56] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.056756 10.0.0.27 - - [2025-09-22 03:02:56] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.56 - - [2025-09-22 03:02:56] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?fields=virtual_networks HTTP/1.1" 200 1026 0.045955 10.0.0.27 - - [2025-09-22 03:02:56] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001427 10.0.0.56 - - [2025-09-22 03:02:56] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.045643 10.0.0.27 - - [2025-09-22 03:02:56] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.56 - - [2025-09-22 03:02:56] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?fields=security_groups HTTP/1.1" 200 1250 0.042178 10.0.0.56 - - [2025-09-22 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.021323 10.0.0.27 - - [2025-09-22 03:02:57] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003976 10.0.0.27 - - [2025-09-22 03:02:57] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.27 - - [2025-09-22 03:02:57] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007684 10.0.0.27 - - [2025-09-22 03:02:57] "POST /id-to-fqname HTTP/1.1" 200 186 0.003462 10.0.0.27 - - [2025-09-22 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.006705 10.0.0.27 - - [2025-09-22 03:02:57] "POST /security-groups HTTP/1.1" 200 587 0.074564 10.0.0.27 - - [2025-09-22 03:02:57] "POST /projects HTTP/1.1" 200 577 0.293879 10.0.0.56 - - [2025-09-22 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.007014 10.0.0.27 - - [2025-09-22 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.359974 10.0.0.56 - - [2025-09-22 03:02:57] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.493190 10.0.0.56 - - [2025-09-22 03:02:58] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.56 - - [2025-09-22 03:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.56 - - [2025-09-22 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.051156 10.0.0.27 - - [2025-09-22 03:03:00] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.56 - - [2025-09-22 03:03:00] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.060307 10.0.0.27 - - [2025-09-22 03:03:00] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001457 10.0.0.56 - - [2025-09-22 03:03:01] "POST /neutron/network HTTP/1.1" 200 611 0.140452 10.0.0.56 - - [2025-09-22 03:03:01] "POST /ref-update HTTP/1.1" 200 156 0.028306 10.0.0.56 - - [2025-09-22 03:03:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.004194 10.0.0.56 - - [2025-09-22 03:03:01] "GET /virtual-network/c62bec30-c1d3-4a48-b93f-6db2b8a8da3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006109 10.0.0.56 - - [2025-09-22 03:03:01] "POST /neutron/network HTTP/1.1" 200 832 0.007850 10.0.0.56 - - [2025-09-22 03:03:01] "GET /virtual-network/c62bec30-c1d3-4a48-b93f-6db2b8a8da3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006080 10.0.0.56 - - [2025-09-22 03:03:01] "GET /virtual-network/c62bec30-c1d3-4a48-b93f-6db2b8a8da3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006283 10.0.0.56 - - [2025-09-22 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2025-09-22 03:03:03] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.56 - - [2025-09-22 03:03:03] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055350 10.0.0.56 - - [2025-09-22 03:03:03] "POST /neutron/network HTTP/1.1" 200 117 0.017467 10.0.0.56 - - [2025-09-22 03:03:03] "POST /neutron/network HTTP/1.1" 200 831 0.011039 10.0.0.56 - - [2025-09-22 03:03:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001406 10.0.0.56 - - [2025-09-22 03:03:03] "GET /virtual-network/fc2158f2-a0b0-4986-be58-ee90b31c0ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006026 10.0.0.56 - - [2025-09-22 03:03:03] "GET /virtual-network/fc2158f2-a0b0-4986-be58-ee90b31c0ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008461 10.0.0.56 - - [2025-09-22 03:03:03] "POST /neutron/subnet HTTP/1.1" 200 730 0.012240 10.0.0.56 - - [2025-09-22 03:03:04] "GET /virtual-network/fc2158f2-a0b0-4986-be58-ee90b31c0ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006188 10.0.0.56 - - [2025-09-22 03:03:04] "GET /obj-perms HTTP/1.1" 200 5022 0.043670 10.0.0.38 - - [2025-09-22 03:03:04] "GET /obj-perms HTTP/1.1" 200 5022 0.040893 10.0.0.27 - - [2025-09-22 03:03:04] "GET /obj-perms HTTP/1.1" 200 5022 0.041068 10.0.0.56 - - [2025-09-22 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2025-09-22 03:03:04] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000998 10.0.0.56 - - [2025-09-22 03:03:04] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052402 10.0.0.56 - - [2025-09-22 03:03:04] "POST /route-targets HTTP/1.1" 200 327 0.016437 10.0.0.27 - - [2025-09-22 03:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010157 10.0.0.56 - - [2025-09-22 03:03:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.215889 10.0.0.56 - - [2025-09-22 03:03:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001383 10.0.0.56 - - [2025-09-22 03:03:04] "GET /virtual-network/ee57b5b1-5106-4079-9504-72cc9b9876a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005722 10.0.0.56 - - [2025-09-22 03:03:05] "GET /virtual-network/ee57b5b1-5106-4079-9504-72cc9b9876a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006564 10.0.0.56 - - [2025-09-22 03:03:05] "POST /neutron/network HTTP/1.1" 200 833 0.006503 10.0.0.56 - - [2025-09-22 03:03:05] "GET /virtual-network/ee57b5b1-5106-4079-9504-72cc9b9876a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006260 10.0.0.56 - - [2025-09-22 03:03:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001569 10.0.0.27 - - [2025-09-22 03:03:06] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001304 10.0.0.56 - - [2025-09-22 03:03:06] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066296 10.0.0.56 - - [2025-09-22 03:03:06] "POST /neutron/network HTTP/1.1" 200 831 0.008457 10.0.0.56 - - [2025-09-22 03:03:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001485 10.0.0.56 - - [2025-09-22 03:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.27 - - [2025-09-22 03:03:06] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001268 10.0.0.56 - - [2025-09-22 03:03:07] "POST /neutron/port HTTP/1.1" 200 1057 0.317514 10.0.0.27 - - [2025-09-22 03:03:07] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001484 10.0.0.56 - - [2025-09-22 03:03:07] "POST /neutron/port HTTP/1.1" 200 1111 0.141143 10.0.0.56 - - [2025-09-22 03:03:07] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.108269 10.0.0.56 - - [2025-09-22 03:03:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.56 - - [2025-09-22 03:03:07] "POST /neutron/network HTTP/1.1" 200 831 0.007360 10.0.0.56 - - [2025-09-22 03:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.007371 10.0.0.56 - - [2025-09-22 03:03:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003201 10.0.0.56 - - [2025-09-22 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-09-22 03:03:07] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.56 - - [2025-09-22 03:03:07] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008884 10.0.0.56 - - [2025-09-22 03:03:07] "POST /service-templates HTTP/1.1" 200 543 0.060755 10.0.0.56 - - [2025-09-22 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.56 - - [2025-09-22 03:03:08] "GET /service-template/a4b92b3f-aceb-43aa-ad41-714cbf39867d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008577 10.0.0.56 - - [2025-09-22 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-09-22 03:03:08] "GET /service-template/a4b92b3f-aceb-43aa-ad41-714cbf39867d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004521 10.0.0.56 - - [2025-09-22 03:03:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001880 10.0.0.56 - - [2025-09-22 03:03:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001889 10.0.0.56 - - [2025-09-22 03:03:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001433 10.0.0.56 - - [2025-09-22 03:03:08] "POST /neutron/port HTTP/1.1" 200 1915 0.022669 10.0.0.56 - - [2025-09-22 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.56 - - [2025-09-22 03:03:08] "POST /neutron/port HTTP/1.1" 200 1057 0.014354 10.0.0.56 - - [2025-09-22 03:03:08] "DELETE /service-template/a4b92b3f-aceb-43aa-ad41-714cbf39867d HTTP/1.1" 200 115 0.037973 10.0.0.56 - - [2025-09-22 03:03:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004467 10.0.0.56 - - [2025-09-22 03:03:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004360 10.0.0.56 - - [2025-09-22 03:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.011530 10.0.0.56 - - [2025-09-22 03:03:09] "POST /neutron/port HTTP/1.1" 200 1085 0.016761 10.0.0.56 - - [2025-09-22 03:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.007557 10.0.0.56 - - [2025-09-22 03:03:10] "POST /neutron/port HTTP/1.1" 200 151 0.231311 10.0.0.56 - - [2025-09-22 03:03:10] "POST /neutron/network HTTP/1.1" 200 117 0.009023 10.0.0.56 - - [2025-09-22 03:03:11] "DELETE /route-target/8884bd36-07b3-4b11-95a5-d7b1e6a070b1 HTTP/1.1" 200 115 0.036991 10.0.0.56 - - [2025-09-22 03:03:11] "POST /neutron/port HTTP/1.1" 200 117 0.007546 10.0.0.56 - - [2025-09-22 03:03:11] "POST /neutron/network HTTP/1.1" 200 832 0.012329 10.0.0.56 - - [2025-09-22 03:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-09-22 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.27 - - [2025-09-22 03:03:14] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.027522 10.0.0.56 - - [2025-09-22 03:03:14] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066959 10.0.0.27 - - [2025-09-22 03:03:14] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001063 10.0.0.56 - - [2025-09-22 03:03:14] "POST /neutron/network HTTP/1.1" 200 611 0.138163 10.0.0.56 - - [2025-09-22 03:03:15] "POST /ref-update HTTP/1.1" 200 156 0.036217 10.0.0.56 - - [2025-09-22 03:03:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.003878 10.0.0.56 - - [2025-09-22 03:03:15] "GET /virtual-network/36150247-e614-4443-9ad2-5a4e181b8edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006234 10.0.0.56 - - [2025-09-22 03:03:15] "POST /neutron/network HTTP/1.1" 200 828 0.006979 10.0.0.56 - - [2025-09-22 03:03:15] "GET /virtual-network/36150247-e614-4443-9ad2-5a4e181b8edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006008 10.0.0.56 - - [2025-09-22 03:03:15] "GET /virtual-network/36150247-e614-4443-9ad2-5a4e181b8edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007043 10.0.0.56 - - [2025-09-22 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2025-09-22 03:03:15] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001040 10.0.0.56 - - [2025-09-22 03:03:15] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049522 10.0.0.56 - - [2025-09-22 03:03:15] "POST /neutron/network HTTP/1.1" 200 117 0.012817 10.0.0.56 - - [2025-09-22 03:03:16] "POST /neutron/network HTTP/1.1" 200 830 0.011641 10.0.0.56 - - [2025-09-22 03:03:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001259 10.0.0.56 - - [2025-09-22 03:03:16] "GET /virtual-network/b93735d7-2da7-462e-9dd9-5d5a3809f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005694 10.0.0.56 - - [2025-09-22 03:03:16] "GET /virtual-network/b93735d7-2da7-462e-9dd9-5d5a3809f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005939 10.0.0.56 - - [2025-09-22 03:03:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.010516 10.0.0.56 - - [2025-09-22 03:03:16] "GET /virtual-network/b93735d7-2da7-462e-9dd9-5d5a3809f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006276 10.0.0.56 - - [2025-09-22 03:03:16] "GET /obj-perms HTTP/1.1" 200 5022 0.004194 10.0.0.38 - - [2025-09-22 03:03:16] "GET /obj-perms HTTP/1.1" 200 5022 0.003324 10.0.0.27 - - [2025-09-22 03:03:16] "GET /obj-perms HTTP/1.1" 200 5022 0.005540 10.0.0.56 - - [2025-09-22 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2025-09-22 03:03:16] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001331 10.0.0.56 - - [2025-09-22 03:03:16] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047590 10.0.0.56 - - [2025-09-22 03:03:17] "POST /route-targets HTTP/1.1" 200 327 0.016967 10.0.0.27 - - [2025-09-22 03:03:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010056 10.0.0.56 - - [2025-09-22 03:03:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.268400 10.0.0.56 - - [2025-09-22 03:03:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001403 10.0.0.56 - - [2025-09-22 03:03:17] "GET /virtual-network/078c06e6-81f1-4e05-8777-b4fb312c1855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005494 10.0.0.56 - - [2025-09-22 03:03:17] "GET /virtual-network/078c06e6-81f1-4e05-8777-b4fb312c1855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005850 10.0.0.56 - - [2025-09-22 03:03:17] "POST /neutron/network HTTP/1.1" 200 832 0.007331 10.0.0.56 - - [2025-09-22 03:03:17] "GET /virtual-network/078c06e6-81f1-4e05-8777-b4fb312c1855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007274 10.0.0.56 - - [2025-09-22 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.27 - - [2025-09-22 03:03:17] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.56 - - [2025-09-22 03:03:18] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044094 10.0.0.27 - - [2025-09-22 03:03:18] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001312 10.0.0.56 - - [2025-09-22 03:03:18] "POST /neutron/network HTTP/1.1" 200 623 0.143069 10.0.0.56 - - [2025-09-22 03:03:18] "POST /ref-update HTTP/1.1" 200 156 0.030766 10.0.0.56 - - [2025-09-22 03:03:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.004262 10.0.0.56 - - [2025-09-22 03:03:18] "GET /virtual-network/b9d68826-0d14-4d71-bc07-82d04431cd6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006335 10.0.0.56 - - [2025-09-22 03:03:18] "POST /neutron/network HTTP/1.1" 200 842 0.006794 10.0.0.56 - - [2025-09-22 03:03:18] "GET /virtual-network/b9d68826-0d14-4d71-bc07-82d04431cd6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005918 10.0.0.56 - - [2025-09-22 03:03:18] "GET /virtual-network/b9d68826-0d14-4d71-bc07-82d04431cd6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005736 10.0.0.56 - - [2025-09-22 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-09-22 03:03:19] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001074 10.0.0.56 - - [2025-09-22 03:03:19] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047478 10.0.0.56 - - [2025-09-22 03:03:19] "POST /neutron/network HTTP/1.1" 200 117 0.015058 10.0.0.56 - - [2025-09-22 03:03:19] "POST /neutron/network HTTP/1.1" 200 843 0.010495 10.0.0.56 - - [2025-09-22 03:03:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001173 10.0.0.56 - - [2025-09-22 03:03:19] "GET /virtual-network/c6d178c8-ff2b-405c-ae49-c4eb59f33a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005575 10.0.0.56 - - [2025-09-22 03:03:19] "GET /virtual-network/c6d178c8-ff2b-405c-ae49-c4eb59f33a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006776 10.0.0.56 - - [2025-09-22 03:03:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.009746 10.0.0.56 - - [2025-09-22 03:03:19] "GET /virtual-network/c6d178c8-ff2b-405c-ae49-c4eb59f33a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007056 10.0.0.56 - - [2025-09-22 03:03:19] "GET /obj-perms HTTP/1.1" 200 5022 0.004585 10.0.0.38 - - [2025-09-22 03:03:19] "GET /obj-perms HTTP/1.1" 200 5022 0.004632 10.0.0.27 - - [2025-09-22 03:03:19] "GET /obj-perms HTTP/1.1" 200 5022 0.005218 10.0.0.56 - - [2025-09-22 03:03:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001727 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /project/0423666e04854a20b37cfc652ff2a4a7 HTTP/1.1" 404 173 0.064671 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.066967 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /project/559bb47c1a2042f1aaf2f982b886dfdc HTTP/1.1" 404 173 0.106543 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.085026 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?fields=security_groups HTTP/1.1" 200 1355 0.080956 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?fields=security_groups HTTP/1.1" 200 1356 0.063421 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /security-group/8df2eaad-8db4-4a0d-a003-726477ef4153 HTTP/1.1" 200 115 0.106544 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=0423666e-0485-4a20-b37c-fc652ff2a4a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /security-group/2b0e5d85-2ba6-4c9b-8faa-539f40216991 HTTP/1.1" 200 115 0.098105 10.0.0.27 - - [2025-09-22 03:03:20] "GET /projects?obj_uuids=40c5dc34-354b-4525-ad57-55f56987b128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.56 - - [2025-09-22 03:03:20] "DELETE /access-control-list/de0d55c5-b464-4dda-a4bd-fc0435c84ccf HTTP/1.1" 200 115 0.080824 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/0423666e-0485-4a20-b37c-fc652ff2a4a7?fields=application_policy_sets HTTP/1.1" 200 1394 0.088018 10.0.0.27 - - [2025-09-22 03:03:20] "GET /project/40c5dc34-354b-4525-ad57-55f56987b128?fields=application_policy_sets HTTP/1.1" 200 1395 0.092038 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /project/0423666e-0485-4a20-b37c-fc652ff2a4a7 HTTP/1.1" 200 115 0.669626 10.0.0.56 - - [2025-09-22 03:03:20] "DELETE /access-control-list/cae225ab-68e3-4122-ad34-9cdf8839e194 HTTP/1.1" 200 115 0.089772 10.0.0.27 - - [2025-09-22 03:03:20] "DELETE /project/40c5dc34-354b-4525-ad57-55f56987b128 HTTP/1.1" 200 115 0.721931 10.0.0.27 - - [2025-09-22 03:03:21] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.56 - - [2025-09-22 03:03:21] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.083287 10.0.0.56 - - [2025-09-22 03:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.006221 10.0.0.56 - - [2025-09-22 03:03:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001440 10.0.0.56 - - [2025-09-22 03:03:21] "POST /neutron/network HTTP/1.1" 200 842 0.009413 10.0.0.56 - - [2025-09-22 03:03:22] "POST /neutron/port HTTP/1.1" 200 1056 0.016820 10.0.0.56 - - [2025-09-22 03:03:22] "POST /neutron/port HTTP/1.1" 200 1084 0.021556 10.0.0.56 - - [2025-09-22 03:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.27 - - [2025-09-22 03:03:22] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001020 10.0.0.56 - - [2025-09-22 03:03:22] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.080958 10.0.0.56 - - [2025-09-22 03:03:22] "POST /neutron/port HTTP/1.1" 200 1084 0.022175 10.0.0.56 - - [2025-09-22 03:03:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003803 10.0.0.56 - - [2025-09-22 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2025-09-22 03:03:22] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.56 - - [2025-09-22 03:03:22] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008089 10.0.0.56 - - [2025-09-22 03:03:22] "POST /service-templates HTTP/1.1" 200 543 0.045455 10.0.0.56 - - [2025-09-22 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007994 10.0.0.56 - - [2025-09-22 03:03:23] "GET /service-template/a5644648-adb3-40bb-b8b1-4b56efc3be3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007744 10.0.0.56 - - [2025-09-22 03:03:23] "POST /neutron/network HTTP/1.1" 200 842 0.005946 10.0.0.56 - - [2025-09-22 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008683 10.0.0.56 - - [2025-09-22 03:03:23] "GET /service-template/a5644648-adb3-40bb-b8b1-4b56efc3be3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.018321 10.0.0.56 - - [2025-09-22 03:03:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001171 10.0.0.56 - - [2025-09-22 03:03:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.002090 10.0.0.56 - - [2025-09-22 03:03:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001416 10.0.0.56 - - [2025-09-22 03:03:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008282 10.0.0.56 - - [2025-09-22 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-22 03:03:23] "DELETE /service-template/a5644648-adb3-40bb-b8b1-4b56efc3be3d HTTP/1.1" 200 115 0.036224 10.0.0.56 - - [2025-09-22 03:03:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003674 10.0.0.56 - - [2025-09-22 03:03:23] "POST /neutron/port HTTP/1.1" 200 1110 0.131428 10.0.0.56 - - [2025-09-22 03:03:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.010418 10.0.0.27 - - [2025-09-22 03:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006353 10.0.0.27 - - [2025-09-22 03:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.010567 10.0.0.56 - - [2025-09-22 03:03:23] "POST /neutron/network HTTP/1.1" 200 151 0.137752 10.0.0.56 - - [2025-09-22 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006225 10.0.0.27 - - [2025-09-22 03:03:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.27 - - [2025-09-22 03:03:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.56 - - [2025-09-22 03:03:24] "POST /neutron/network HTTP/1.1" 200 151 0.125775 10.0.0.56 - - [2025-09-22 03:03:24] "POST /neutron/port HTTP/1.1" 200 151 0.197462 10.0.0.56 - - [2025-09-22 03:03:25] "POST /neutron/port HTTP/1.1" 200 1084 0.022424 10.0.0.56 - - [2025-09-22 03:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.007528 10.0.0.56 - - [2025-09-22 03:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.009332 10.0.0.56 - - [2025-09-22 03:03:26] "DELETE /route-target/8155c6f7-c5f9-45dd-ae9c-b7a5083f579d HTTP/1.1" 200 115 0.030766 10.0.0.56 - - [2025-09-22 03:03:26] "POST /neutron/network HTTP/1.1" 200 830 0.008632 10.0.0.27 - - [2025-09-22 03:03:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004736 10.0.0.27 - - [2025-09-22 03:03:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010165 10.0.0.56 - - [2025-09-22 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010854 10.0.0.56 - - [2025-09-22 03:03:27] "POST /neutron/network HTTP/1.1" 200 151 0.137877 10.0.0.27 - - [2025-09-22 03:03:28] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001357 10.0.0.56 - - [2025-09-22 03:03:28] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053058 10.0.0.27 - - [2025-09-22 03:03:28] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001307 10.0.0.56 - - [2025-09-22 03:03:28] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?fields=virtual_networks HTTP/1.1" 200 1023 0.058791 10.0.0.27 - - [2025-09-22 03:03:29] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001576 10.0.0.56 - - [2025-09-22 03:03:29] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.051381 10.0.0.27 - - [2025-09-22 03:03:29] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001456 10.0.0.56 - - [2025-09-22 03:03:29] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?fields=security_groups HTTP/1.1" 200 1245 0.048785 10.0.0.56 - - [2025-09-22 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.025022 10.0.0.27 - - [2025-09-22 03:03:29] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003299 10.0.0.27 - - [2025-09-22 03:03:30] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.27 - - [2025-09-22 03:03:30] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007411 10.0.0.27 - - [2025-09-22 03:03:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.007479 10.0.0.27 - - [2025-09-22 03:03:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.005411 10.0.0.27 - - [2025-09-22 03:03:30] "POST /security-groups HTTP/1.1" 200 593 0.030999 10.0.0.27 - - [2025-09-22 03:03:30] "POST /projects HTTP/1.1" 200 589 0.257677 10.0.0.56 - - [2025-09-22 03:03:30] "POST /access-control-lists HTTP/1.1" 200 598 0.030291 10.0.0.27 - - [2025-09-22 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.331178 10.0.0.56 - - [2025-09-22 03:03:30] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.459821 10.0.0.56 - - [2025-09-22 03:03:31] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.56 - - [2025-09-22 03:03:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-09-22 03:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.207405 10.0.0.56 - - [2025-09-22 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.131927 10.0.0.27 - - [2025-09-22 03:03:33] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001519 10.0.0.56 - - [2025-09-22 03:03:33] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046908 10.0.0.56 - - [2025-09-22 03:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.174468 10.0.0.56 - - [2025-09-22 03:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.262726 10.0.0.38 - - [2025-09-22 03:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.274302 10.0.0.27 - - [2025-09-22 03:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.178203 10.0.0.56 - - [2025-09-22 03:03:33] "POST /route-targets HTTP/1.1" 200 327 0.016728 10.0.0.27 - - [2025-09-22 03:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.255288 10.0.0.27 - - [2025-09-22 03:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007002 10.0.0.56 - - [2025-09-22 03:03:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.252316 10.0.0.56 - - [2025-09-22 03:03:34] "GET /global-system-configs HTTP/1.1" 200 322 0.071240 10.0.0.56 - - [2025-09-22 03:03:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001464 10.0.0.56 - - [2025-09-22 03:03:34] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006661 10.0.0.56 - - [2025-09-22 03:03:34] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006878 10.0.0.56 - - [2025-09-22 03:03:34] "POST /neutron/network HTTP/1.1" 200 831 0.006863 10.0.0.56 - - [2025-09-22 03:03:34] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006594 10.0.0.56 - - [2025-09-22 03:03:35] "GET /obj-perms HTTP/1.1" 200 5034 0.045599 10.0.0.38 - - [2025-09-22 03:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.145570 10.0.0.38 - - [2025-09-22 03:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.196126 10.0.0.38 - - [2025-09-22 03:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.291625 10.0.0.27 - - [2025-09-22 03:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.305297 10.0.0.56 - - [2025-09-22 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-09-22 03:03:36] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.56 - - [2025-09-22 03:03:36] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056410 10.0.0.27 - - [2025-09-22 03:03:36] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.56 - - [2025-09-22 03:03:36] "POST /neutron/network HTTP/1.1" 200 613 0.128768 10.0.0.56 - - [2025-09-22 03:03:36] "POST /ref-update HTTP/1.1" 200 156 0.027184 10.0.0.56 - - [2025-09-22 03:03:36] "POST /id-to-fqname HTTP/1.1" 200 225 0.004219 10.0.0.56 - - [2025-09-22 03:03:36] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006370 10.0.0.56 - - [2025-09-22 03:03:36] "POST /neutron/network HTTP/1.1" 200 830 0.008065 10.0.0.56 - - [2025-09-22 03:03:36] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006197 10.0.0.56 - - [2025-09-22 03:03:37] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006459 10.0.0.56 - - [2025-09-22 03:03:37] "GET /obj-perms HTTP/1.1" 200 5034 0.006232 10.0.0.38 - - [2025-09-22 03:03:37] "GET /obj-perms HTTP/1.1" 200 5034 0.049901 10.0.0.56 - - [2025-09-22 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2025-09-22 03:03:37] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.56 - - [2025-09-22 03:03:37] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042037 10.0.0.56 - - [2025-09-22 03:03:37] "POST /neutron/network HTTP/1.1" 200 117 0.024178 10.0.0.56 - - [2025-09-22 03:03:38] "POST /neutron/network HTTP/1.1" 200 837 0.010004 10.0.0.56 - - [2025-09-22 03:03:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001383 10.0.0.56 - - [2025-09-22 03:03:38] "GET /virtual-network/2e445c1a-f8e6-49a1-a15f-7b48f4cbed23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006295 10.0.0.56 - - [2025-09-22 03:03:38] "GET /virtual-network/2e445c1a-f8e6-49a1-a15f-7b48f4cbed23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010760 10.0.0.56 - - [2025-09-22 03:03:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.010766 10.0.0.56 - - [2025-09-22 03:03:38] "GET /virtual-network/2e445c1a-f8e6-49a1-a15f-7b48f4cbed23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006339 10.0.0.27 - - [2025-09-22 03:03:38] "GET /obj-perms HTTP/1.1" 200 5034 0.039960 10.0.0.56 - - [2025-09-22 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-09-22 03:03:38] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.56 - - [2025-09-22 03:03:38] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042855 10.0.0.56 - - [2025-09-22 03:03:39] "POST /route-targets HTTP/1.1" 200 327 0.015796 10.0.0.27 - - [2025-09-22 03:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007417 10.0.0.56 - - [2025-09-22 03:03:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.195043 10.0.0.56 - - [2025-09-22 03:03:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001647 10.0.0.56 - - [2025-09-22 03:03:39] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005391 10.0.0.56 - - [2025-09-22 03:03:39] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006669 10.0.0.56 - - [2025-09-22 03:03:39] "POST /neutron/network HTTP/1.1" 200 849 0.006632 10.0.0.56 - - [2025-09-22 03:03:39] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005807 10.0.0.56 - - [2025-09-22 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-09-22 03:03:39] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.56 - - [2025-09-22 03:03:39] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051802 10.0.0.27 - - [2025-09-22 03:03:39] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.56 - - [2025-09-22 03:03:40] "POST /neutron/network HTTP/1.1" 200 631 0.133764 10.0.0.56 - - [2025-09-22 03:03:40] "POST /ref-update HTTP/1.1" 200 156 0.027394 10.0.0.56 - - [2025-09-22 03:03:40] "POST /id-to-fqname HTTP/1.1" 200 234 0.004104 10.0.0.56 - - [2025-09-22 03:03:40] "GET /virtual-network/c8a3ee37-146b-4dce-a08a-54859589fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005728 10.0.0.56 - - [2025-09-22 03:03:40] "POST /neutron/network HTTP/1.1" 200 850 0.006320 10.0.0.56 - - [2025-09-22 03:03:40] "GET /virtual-network/c8a3ee37-146b-4dce-a08a-54859589fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005424 10.0.0.56 - - [2025-09-22 03:03:40] "GET /virtual-network/c8a3ee37-146b-4dce-a08a-54859589fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008948 10.0.0.56 - - [2025-09-22 03:03:40] "GET /obj-perms HTTP/1.1" 200 5034 0.004580 10.0.0.38 - - [2025-09-22 03:03:40] "GET /obj-perms HTTP/1.1" 200 5034 0.004821 10.0.0.56 - - [2025-09-22 03:03:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001914 10.0.0.56 - - [2025-09-22 03:03:41] "POST /neutron/network HTTP/1.1" 200 841 0.008104 10.0.0.27 - - [2025-09-22 03:03:41] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.56 - - [2025-09-22 03:03:41] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067925 10.0.0.56 - - [2025-09-22 03:03:41] "POST /neutron/port HTTP/1.1" 200 117 0.006809 10.0.0.56 - - [2025-09-22 03:03:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.001358 10.0.0.56 - - [2025-09-22 03:03:42] "POST /neutron/network HTTP/1.1" 200 841 0.007748 10.0.0.56 - - [2025-09-22 03:03:42] "POST /neutron/port HTTP/1.1" 200 1063 0.017418 10.0.0.27 - - [2025-09-22 03:03:42] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.56 - - [2025-09-22 03:03:42] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.119277 10.0.0.56 - - [2025-09-22 03:03:42] "POST /neutron/network HTTP/1.1" 200 830 0.006716 10.0.0.56 - - [2025-09-22 03:03:42] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.56 - - [2025-09-22 03:03:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009964 10.0.0.56 - - [2025-09-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003559 10.0.0.56 - - [2025-09-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-09-22 03:03:43] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.56 - - [2025-09-22 03:03:43] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008290 10.0.0.56 - - [2025-09-22 03:03:43] "POST /service-templates HTTP/1.1" 200 543 0.043854 10.0.0.56 - - [2025-09-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.56 - - [2025-09-22 03:03:43] "GET /service-template/efa4c2ed-122f-4515-90b7-6ade56b10adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007094 10.0.0.56 - - [2025-09-22 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.56 - - [2025-09-22 03:03:43] "GET /service-template/efa4c2ed-122f-4515-90b7-6ade56b10adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005006 10.0.0.56 - - [2025-09-22 03:03:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001483 10.0.0.27 - - [2025-09-22 03:03:43] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.56 - - [2025-09-22 03:03:43] "POST /neutron/port HTTP/1.1" 200 1060 0.302680 10.0.0.56 - - [2025-09-22 03:03:43] "POST /neutron/port HTTP/1.1" 200 1060 0.046169 10.0.0.56 - - [2025-09-22 03:03:44] "POST /neutron/port HTTP/1.1" 200 1114 0.127601 10.0.0.56 - - [2025-09-22 03:03:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.011331 10.0.0.27 - - [2025-09-22 03:03:44] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.56 - - [2025-09-22 03:03:44] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.073501 10.0.0.56 - - [2025-09-22 03:03:44] "POST /neutron/network HTTP/1.1" 200 849 0.006426 10.0.0.56 - - [2025-09-22 03:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.007379 10.0.0.56 - - [2025-09-22 03:03:44] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-09-22 03:03:45] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 404 171 0.023473 10.0.0.56 - - [2025-09-22 03:03:45] "POST /neutron/port HTTP/1.1" 200 1063 0.021192 10.0.0.56 - - [2025-09-22 03:03:45] "POST /neutron/port HTTP/1.1" 200 1091 0.020066 10.0.0.56 - - [2025-09-22 03:03:45] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 200 1295 0.008126 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 2984 0.007650 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006374 10.0.0.56 - - [2025-09-22 03:03:47] "PUT /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 284 0.013936 10.0.0.56 - - [2025-09-22 03:03:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007950 10.0.0.56 - - [2025-09-22 03:03:47] "POST /neutron/port HTTP/1.1" 200 1091 0.023733 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 200 1295 0.004216 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 3034 0.007752 10.0.0.56 - - [2025-09-22 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.56 - - [2025-09-22 03:03:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002996 10.0.0.56 - - [2025-09-22 03:03:47] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006297 10.0.0.56 - - [2025-09-22 03:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-09-22 03:03:50] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005572 10.0.0.56 - - [2025-09-22 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.56 - - [2025-09-22 03:03:54] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005109 10.0.0.56 - - [2025-09-22 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.56 - - [2025-09-22 03:03:59] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006810 10.0.0.56 - - [2025-09-22 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.56 - - [2025-09-22 03:04:03] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006624 10.0.0.56 - - [2025-09-22 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.56 - - [2025-09-22 03:04:07] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006217 10.0.0.56 - - [2025-09-22 03:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.56 - - [2025-09-22 03:04:11] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007637 10.0.0.56 - - [2025-09-22 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-09-22 03:04:15] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005405 10.0.0.56 - - [2025-09-22 03:04:19] "POST /neutron/port HTTP/1.1" 200 1091 0.039590 10.0.0.56 - - [2025-09-22 03:04:19] "POST /neutron/subnet HTTP/1.1" 200 704 0.009263 10.0.0.56 - - [2025-09-22 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-22 03:04:19] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006804 10.0.0.27 - - [2025-09-22 03:04:21] "DELETE /project/5b9e3b48ccee404db2ab78fc30e0a1c5 HTTP/1.1" 404 173 0.004522 10.0.0.27 - - [2025-09-22 03:04:21] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.27 - - [2025-09-22 03:04:21] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.064896 10.0.0.27 - - [2025-09-22 03:04:21] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001640 10.0.0.27 - - [2025-09-22 03:04:21] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?fields=security_groups HTTP/1.1" 200 1350 0.048321 10.0.0.27 - - [2025-09-22 03:04:21] "DELETE /security-group/b43e16d4-3f01-49e1-85b5-4dfa265a324d HTTP/1.1" 200 115 0.058688 10.0.0.27 - - [2025-09-22 03:04:21] "GET /projects?obj_uuids=559bb47c-1a20-42f1-aaf2-f982b886dfdc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216 10.0.0.27 - - [2025-09-22 03:04:21] "GET /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc?fields=application_policy_sets HTTP/1.1" 200 1389 0.054663 10.0.0.27 - - [2025-09-22 03:04:21] "DELETE /project/559bb47c-1a20-42f1-aaf2-f982b886dfdc HTTP/1.1" 200 115 0.453286 10.0.0.56 - - [2025-09-22 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.56 - - [2025-09-22 03:04:23] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006010 10.0.0.56 - - [2025-09-22 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.56 - - [2025-09-22 03:04:25] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003822 10.0.0.56 - - [2025-09-22 03:04:25] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003697 10.0.0.56 - - [2025-09-22 03:04:25] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006732 10.0.0.56 - - [2025-09-22 03:04:25] "POST /neutron/port HTTP/1.1" 200 1091 0.016915 10.0.0.56 - - [2025-09-22 03:04:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010007 10.0.0.56 - - [2025-09-22 03:04:31] "POST /neutron/port HTTP/1.1" 200 1091 0.068489 10.0.0.27 - - [2025-09-22 03:04:33] "GET /obj-perms HTTP/1.1" 200 5056 0.049462 10.0.0.56 - - [2025-09-22 03:04:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009242 10.0.0.56 - - [2025-09-22 03:04:38] "POST /neutron/network HTTP/1.1" 200 840 0.009402 10.0.0.56 - - [2025-09-22 03:04:38] "POST /neutron/port HTTP/1.1" 200 117 0.002186 10.0.0.56 - - [2025-09-22 03:04:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008271 10.0.0.56 - - [2025-09-22 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.004123 10.0.0.56 - - [2025-09-22 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-09-22 03:04:46] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001526 10.0.0.56 - - [2025-09-22 03:04:46] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051487 10.0.0.56 - - [2025-09-22 03:04:46] "POST /service-instances HTTP/1.1" 200 547 0.036347 10.0.0.56 - - [2025-09-22 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.56 - - [2025-09-22 03:04:46] "GET /service-instance/fd557c7b-504d-4647-b7a8-4a6949abdf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007528 10.0.0.56 - - [2025-09-22 03:04:46] "POST /port-tuples HTTP/1.1" 200 590 0.059281 10.0.0.56 - - [2025-09-22 03:04:46] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008029 10.0.0.56 - - [2025-09-22 03:04:46] "PUT /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 284 0.016404 10.0.0.56 - - [2025-09-22 03:04:46] "POST /ref-update HTTP/1.1" 200 156 0.026397 10.0.0.56 - - [2025-09-22 03:04:47] "POST /neutron/port HTTP/1.1" 200 1091 0.023109 10.0.0.56 - - [2025-09-22 03:04:47] "POST /ref-update HTTP/1.1" 200 156 0.047140 10.0.0.56 - - [2025-09-22 03:04:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015771 10.0.0.56 - - [2025-09-22 03:04:47] "POST /ref-update HTTP/1.1" 200 156 0.027339 10.0.0.56 - - [2025-09-22 03:04:47] "GET /virtual-machine/33985034-fd11-433e-98d7-fe4fa9cc04c2 HTTP/1.1" 200 1294 0.009297 10.0.0.56 - - [2025-09-22 03:04:47] "GET /virtual-machine-interface/9d7adb75-2e74-4a10-9bdc-af2ab1b8ebe9 HTTP/1.1" 200 2958 0.011226 10.0.0.56 - - [2025-09-22 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.56 - - [2025-09-22 03:04:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004509 10.0.0.56 - - [2025-09-22 03:04:47] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003662 10.0.0.56 - - [2025-09-22 03:04:47] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006711 10.0.0.56 - - [2025-09-22 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.56 - - [2025-09-22 03:04:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005692 10.0.0.56 - - [2025-09-22 03:04:48] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003973 10.0.0.56 - - [2025-09-22 03:04:48] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006282 10.0.0.56 - - [2025-09-22 03:04:48] "POST /neutron/port HTTP/1.1" 200 1088 0.025170 10.0.0.56 - - [2025-09-22 03:04:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009112 10.0.0.56 - - [2025-09-22 03:04:49] "GET /virtual-machine/83160b4f-a99d-4faf-8572-5a6ba1883228 HTTP/1.1" 200 1293 0.007350 10.0.0.56 - - [2025-09-22 03:04:49] "GET /virtual-machine-interface/fef9c9ca-ad1b-4464-b700-c85d2d727417 HTTP/1.1" 200 2961 0.006555 10.0.0.56 - - [2025-09-22 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-22 03:04:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004855 10.0.0.56 - - [2025-09-22 03:04:49] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003769 10.0.0.56 - - [2025-09-22 03:04:49] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007534 10.0.0.56 - - [2025-09-22 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.56 - - [2025-09-22 03:04:50] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006215 10.0.0.56 - - [2025-09-22 03:04:50] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004680 10.0.0.56 - - [2025-09-22 03:04:50] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007180 10.0.0.56 - - [2025-09-22 03:04:50] "POST /neutron/port HTTP/1.1" 200 1088 0.019417 10.0.0.56 - - [2025-09-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.004311 10.0.0.56 - - [2025-09-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-09-22 03:04:55] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002864 10.0.0.56 - - [2025-09-22 03:04:55] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048180 10.0.0.56 - - [2025-09-22 03:04:55] "POST /network-policys HTTP/1.1" 200 551 0.030924 10.0.0.56 - - [2025-09-22 03:04:55] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006745 10.0.0.56 - - [2025-09-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.56 - - [2025-09-22 03:04:55] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007087 10.0.0.56 - - [2025-09-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.56 - - [2025-09-22 03:04:55] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005011 10.0.0.56 - - [2025-09-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 404 240 0.011132 10.0.0.56 - - [2025-09-22 03:04:56] "POST /ref-update HTTP/1.1" 200 156 0.067226 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009558 10.0.0.56 - - [2025-09-22 03:04:56] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006993 10.0.0.56 - - [2025-09-22 03:04:56] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008694 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.56 - - [2025-09-22 03:04:56] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005440 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-09-22 03:04:56] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007710 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.56 - - [2025-09-22 03:04:56] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004688 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.014560 10.0.0.56 - - [2025-09-22 03:04:56] "POST /ref-update HTTP/1.1" 200 156 0.060098 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-09-22 03:04:56] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.010812 10.0.0.56 - - [2025-09-22 03:04:56] "POST /neutron/network HTTP/1.1" 200 922 0.012467 10.0.0.56 - - [2025-09-22 03:04:56] "POST /ref-update HTTP/1.1" 200 156 0.049453 10.0.0.56 - - [2025-09-22 03:04:56] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.014387 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008206 10.0.0.56 - - [2025-09-22 03:04:56] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.007113 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.56 - - [2025-09-22 03:04:56] "GET /service-template/efa4c2ed-122f-4515-90b7-6ade56b10adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005137 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2025-09-22 03:04:56] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001227 10.0.0.56 - - [2025-09-22 03:04:56] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040496 10.0.0.56 - - [2025-09-22 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.56 - - [2025-09-22 03:04:56] "GET /service-instance/fd557c7b-504d-4647-b7a8-4a6949abdf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.007660 10.0.0.56 - - [2025-09-22 03:04:57] "POST /neutron/port HTTP/1.1" 200 1385 0.025974 10.0.0.56 - - [2025-09-22 03:04:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009869 10.0.0.56 - - [2025-09-22 03:04:57] "POST /neutron/network HTTP/1.1" 200 823 0.019047 10.0.0.56 - - [2025-09-22 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001544 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 200 1295 0.004664 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 3890 0.006213 10.0.0.56 - - [2025-09-22 03:04:57] "GET /instance-ip/6215030e-dd34-4d7b-9c3c-8bdbcb9c5c23 HTTP/1.1" 200 1962 0.004798 10.0.0.56 - - [2025-09-22 03:04:57] "GET /instance-ip/ab3e49f8-f0fa-4bf4-85da-a8921727956c HTTP/1.1" 200 1964 0.004140 10.0.0.56 - - [2025-09-22 03:04:57] "GET /instance-ip/be47b0f9-8c25-4ac8-85eb-3c846d72f705 HTTP/1.1" 200 1636 0.006078 10.0.0.56 - - [2025-09-22 03:04:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007798 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-machine/ec63efa7-725c-48cd-90f2-27f90f32c69b HTTP/1.1" 200 1295 0.005074 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-machine-interface/80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 HTTP/1.1" 200 3890 0.006193 10.0.0.56 - - [2025-09-22 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-09-22 03:04:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003113 10.0.0.56 - - [2025-09-22 03:04:57] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006763 10.0.0.56 - - [2025-09-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006440 10.0.0.56 - - [2025-09-22 03:04:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007065 10.0.0.56 - - [2025-09-22 03:04:58] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003826 10.0.0.56 - - [2025-09-22 03:04:58] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006958 10.0.0.56 - - [2025-09-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-09-22 03:04:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005648 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004664 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007219 10.0.0.56 - - [2025-09-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.56 - - [2025-09-22 03:04:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004958 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003492 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006953 10.0.0.56 - - [2025-09-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.56 - - [2025-09-22 03:04:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004416 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-networks?parent_id=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003390 10.0.0.56 - - [2025-09-22 03:04:59] "GET /virtual-network/91345761-4cc0-4f82-a02c-720ac583c4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006679 10.0.0.56 - - [2025-09-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.56 - - [2025-09-22 03:04:59] "GET /routing-instance/d26ad266-08be-49d5-97a7-eb734d1bcb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005181 10.0.0.56 - - [2025-09-22 03:04:59] "GET /routing-instance/d26ad266-08be-49d5-97a7-eb734d1bcb00?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005671 10.0.0.56 - - [2025-09-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.56 - - [2025-09-22 03:04:59] "GET /routing-instance/c7dddf39-b576-4aaf-b196-0a4dd7a6de66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005055 10.0.0.56 - - [2025-09-22 03:04:59] "GET /routing-instance/c7dddf39-b576-4aaf-b196-0a4dd7a6de66?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006577 10.0.0.56 - - [2025-09-22 03:05:20] "POST /neutron/port HTTP/1.1" 200 1385 0.023091 10.0.0.56 - - [2025-09-22 03:05:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004689 10.0.0.56 - - [2025-09-22 03:05:20] "POST /neutron/network HTTP/1.1" 200 849 0.007854 10.0.0.56 - - [2025-09-22 03:05:37] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006218 10.0.0.56 - - [2025-09-22 03:05:37] "PUT /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963 HTTP/1.1" 200 262 0.016938 10.0.0.56 - - [2025-09-22 03:05:37] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.006407 10.0.0.56 - - [2025-09-22 03:05:37] "PUT /access-control-list/ceb8a058-9fcf-4b23-b4bc-d77552bf2ea4 HTTP/1.1" 200 272 0.019355 10.0.0.56 - - [2025-09-22 03:05:40] "POST /neutron/port HTTP/1.1" 200 1088 0.015720 10.0.0.56 - - [2025-09-22 03:05:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763 10.0.0.56 - - [2025-09-22 03:05:40] "POST /neutron/network HTTP/1.1" 200 922 0.009501 10.0.0.56 - - [2025-09-22 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.062688 10.0.0.56 - - [2025-09-22 03:06:06] "POST /neutron/network HTTP/1.1" 200 830 0.013233 10.0.0.56 - - [2025-09-22 03:06:06] "GET /virtual-network/c9d5a309-2883-40b1-83f0-5215d20e2a09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010781 10.0.0.56 - - [2025-09-22 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.56 - - [2025-09-22 03:06:06] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005761 10.0.0.56 - - [2025-09-22 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.102439 10.0.0.56 - - [2025-09-22 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.077775 10.0.0.56 - - [2025-09-22 03:06:06] "GET /virtual-network/d9efbecd-1869-4ecb-a82c-34dd71dc6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011094 10.0.0.56 - - [2025-09-22 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.56 - - [2025-09-22 03:06:06] "GET /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004797 10.0.0.56 - - [2025-09-22 03:06:06] "DELETE /network-policy/89994d49-1185-4f82-bb5d-0ead3ad48963 HTTP/1.1" 200 115 0.034861 10.0.0.56 - - [2025-09-22 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.56 - - [2025-09-22 03:06:06] "DELETE /service-instance/fd557c7b-504d-4647-b7a8-4a6949abdf3c HTTP/1.1" 200 115 0.055807 10.0.0.56 - - [2025-09-22 03:06:06] "POST /ref-update HTTP/1.1" 200 156 0.045130 10.0.0.56 - - [2025-09-22 03:06:07] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003422 10.0.0.56 - - [2025-09-22 03:06:07] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004050 10.0.0.56 - - [2025-09-22 03:06:07] "DELETE /instance-ip/ab3e49f8-f0fa-4bf4-85da-a8921727956c HTTP/1.1" 200 115 0.058790 10.0.0.56 - - [2025-09-22 03:06:07] "POST /ref-update HTTP/1.1" 200 156 0.022582 10.0.0.56 - - [2025-09-22 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.56 - - [2025-09-22 03:06:07] "DELETE /service-template/efa4c2ed-122f-4515-90b7-6ade56b10adc HTTP/1.1" 200 115 0.075659 10.0.0.56 - - [2025-09-22 03:06:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003923 10.0.0.27 - - [2025-09-22 03:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003448 10.0.0.27 - - [2025-09-22 03:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004531 10.0.0.56 - - [2025-09-22 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.56 - - [2025-09-22 03:06:07] "POST /neutron/network HTTP/1.1" 200 151 0.141779 10.0.0.56 - - [2025-09-22 03:06:08] "POST /neutron/port HTTP/1.1" 200 1091 0.021190 10.0.0.56 - - [2025-09-22 03:06:08] "POST /neutron/port HTTP/1.1" 200 151 0.216266 10.0.0.56 - - [2025-09-22 03:06:08] "POST /neutron/port HTTP/1.1" 200 151 0.229656 10.0.0.56 - - [2025-09-22 03:06:10] "POST /neutron/network HTTP/1.1" 200 849 0.009405 10.0.0.56 - - [2025-09-22 03:06:10] "DELETE /route-target/f9c5f9dd-498e-44ed-a6ff-baf790dcec54 HTTP/1.1" 200 115 0.039535 10.0.0.27 - - [2025-09-22 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.27 - - [2025-09-22 03:06:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003811 10.0.0.56 - - [2025-09-22 03:06:10] "POST /neutron/network HTTP/1.1" 200 151 0.148163 10.0.0.56 - - [2025-09-22 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.56 - - [2025-09-22 03:06:11] "POST /neutron/network HTTP/1.1" 200 831 0.007998 10.0.0.56 - - [2025-09-22 03:06:11] "DELETE /route-target/37e14a44-e06d-47e2-ba32-806ea348adb2 HTTP/1.1" 200 115 0.026617 10.0.0.27 - - [2025-09-22 03:06:12] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.56 - - [2025-09-22 03:06:13] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047204 10.0.0.27 - - [2025-09-22 03:06:13] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.56 - - [2025-09-22 03:06:13] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?fields=virtual_networks HTTP/1.1" 200 1035 0.040107 10.0.0.27 - - [2025-09-22 03:06:13] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.56 - - [2025-09-22 03:06:13] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.058030 10.0.0.27 - - [2025-09-22 03:06:13] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.56 - - [2025-09-22 03:06:13] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?fields=security_groups HTTP/1.1" 200 1263 0.068359 10.0.0.56 - - [2025-09-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.023522 10.0.0.27 - - [2025-09-22 03:06:14] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003675 10.0.0.27 - - [2025-09-22 03:06:14] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.27 - - [2025-09-22 03:06:14] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008258 10.0.0.27 - - [2025-09-22 03:06:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.003223 10.0.0.27 - - [2025-09-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.006941 10.0.0.27 - - [2025-09-22 03:06:14] "POST /security-groups HTTP/1.1" 200 592 0.054873 10.0.0.27 - - [2025-09-22 03:06:14] "POST /projects HTTP/1.1" 200 587 0.283144 10.0.0.56 - - [2025-09-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004298 10.0.0.27 - - [2025-09-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.359203 10.0.0.56 - - [2025-09-22 03:06:14] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.492241 10.0.0.56 - - [2025-09-22 03:06:15] "GET / HTTP/1.1" 200 35931 0.003325 10.0.0.56 - - [2025-09-22 03:06:17] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.27 - - [2025-09-22 03:06:18] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.56 - - [2025-09-22 03:06:18] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073286 10.0.0.56 - - [2025-09-22 03:06:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.003469 10.0.0.56 - - [2025-09-22 03:06:18] "POST /virtual-DNSs HTTP/1.1" 200 507 0.039172 10.0.0.56 - - [2025-09-22 03:06:18] "GET /virtual-DNS/f4d60deb-d7be-4be2-a4d9-13814091547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.006888 10.0.0.56 - - [2025-09-22 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.56 - - [2025-09-22 03:06:18] "GET /virtual-DNS/f4d60deb-d7be-4be2-a4d9-13814091547e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004556 10.0.0.56 - - [2025-09-22 03:06:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004411 10.0.0.56 - - [2025-09-22 03:06:18] "POST /network-ipams HTTP/1.1" 200 514 0.028981 10.0.0.56 - - [2025-09-22 03:06:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004401 10.0.0.56 - - [2025-09-22 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.56 - - [2025-09-22 03:06:18] "GET /network-ipam/e5193891-782f-4d4c-8439-c5fe97f88aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.007962 10.0.0.56 - - [2025-09-22 03:06:18] "PUT /network-ipam/e5193891-782f-4d4c-8439-c5fe97f88aa1 HTTP/1.1" 200 258 0.017176 10.0.0.56 - - [2025-09-22 03:06:19] "POST /ref-update HTTP/1.1" 200 156 0.016296 10.0.0.56 - - [2025-09-22 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.27 - - [2025-09-22 03:06:19] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001449 10.0.0.56 - - [2025-09-22 03:06:19] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049649 10.0.0.27 - - [2025-09-22 03:06:19] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.56 - - [2025-09-22 03:06:19] "POST /neutron/network HTTP/1.1" 200 618 0.152167 10.0.0.56 - - [2025-09-22 03:06:19] "POST /ref-update HTTP/1.1" 200 156 0.034703 10.0.0.56 - - [2025-09-22 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.003608 10.0.0.56 - - [2025-09-22 03:06:19] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006165 10.0.0.56 - - [2025-09-22 03:06:19] "POST /neutron/network HTTP/1.1" 200 833 0.006764 10.0.0.56 - - [2025-09-22 03:06:19] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006387 10.0.0.56 - - [2025-09-22 03:06:19] "POST /neutron/network HTTP/1.1" 200 807 0.016869 10.0.0.56 - - [2025-09-22 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001415 10.0.0.27 - - [2025-09-22 03:06:20] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.56 - - [2025-09-22 03:06:20] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074306 10.0.0.56 - - [2025-09-22 03:06:20] "POST /neutron/network HTTP/1.1" 200 833 0.007408 10.0.0.56 - - [2025-09-22 03:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.006929 10.0.0.27 - - [2025-09-22 03:06:21] "DELETE /project/32c3a7399e684e609e422fe7222c352e HTTP/1.1" 404 173 0.005824 10.0.0.27 - - [2025-09-22 03:06:21] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.27 - - [2025-09-22 03:06:21] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.062353 10.0.0.27 - - [2025-09-22 03:06:21] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.56 - - [2025-09-22 03:06:21] "POST /neutron/port HTTP/1.1" 200 1058 0.032008 10.0.0.27 - - [2025-09-22 03:06:21] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?fields=security_groups HTTP/1.1" 200 1368 0.063017 10.0.0.27 - - [2025-09-22 03:06:21] "DELETE /security-group/ca23e379-b99d-42f0-be88-b47a9b60fb62 HTTP/1.1" 404 171 0.003830 10.0.0.27 - - [2025-09-22 03:06:21] "GET /projects?obj_uuids=5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.27 - - [2025-09-22 03:06:22] "GET /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5?fields=application_policy_sets HTTP/1.1" 200 1407 0.096530 10.0.0.56 - - [2025-09-22 03:06:22] "POST /neutron/port HTTP/1.1" 200 1086 0.053664 10.0.0.56 - - [2025-09-22 03:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.27 - - [2025-09-22 03:06:22] "DELETE /project/5b9e3b48-ccee-404d-b2ab-78fc30e0a1c5 HTTP/1.1" 200 115 0.560969 10.0.0.56 - - [2025-09-22 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007999 10.0.0.56 - - [2025-09-22 03:06:26] "POST /neutron/port HTTP/1.1" 200 1086 0.015455 10.0.0.56 - - [2025-09-22 03:06:26] "GET /virtual-machine/52cbf668-ba51-490f-ba0b-03d2aa64efb9 HTTP/1.1" 401 292 0.000529 10.0.0.56 - - [2025-09-22 03:06:26] "GET /virtual-machine/52cbf668-ba51-490f-ba0b-03d2aa64efb9 HTTP/1.1" 200 1293 0.028360 10.0.0.56 - - [2025-09-22 03:06:26] "GET /virtual-machine-interface/d0424270-51ac-4d1f-88aa-493b62eb509f HTTP/1.1" 200 2964 0.005997 10.0.0.56 - - [2025-09-22 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.56 - - [2025-09-22 03:06:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005650 10.0.0.56 - - [2025-09-22 03:06:26] "GET /virtual-networks?parent_id=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002913 10.0.0.56 - - [2025-09-22 03:06:26] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006446 10.0.0.56 - - [2025-09-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.56 - - [2025-09-22 03:06:29] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006588 10.0.0.56 - - [2025-09-22 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.56 - - [2025-09-22 03:06:33] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006242 10.0.0.56 - - [2025-09-22 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.56 - - [2025-09-22 03:06:38] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006072 10.0.0.56 - - [2025-09-22 03:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.56 - - [2025-09-22 03:06:42] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006537 10.0.0.56 - - [2025-09-22 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.56 - - [2025-09-22 03:06:46] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005611 10.0.0.56 - - [2025-09-22 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.56 - - [2025-09-22 03:06:50] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006123 10.0.0.56 - - [2025-09-22 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.56 - - [2025-09-22 03:06:54] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006109 10.0.0.56 - - [2025-09-22 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.56 - - [2025-09-22 03:06:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.56 - - [2025-09-22 03:06:56] "GET /virtual-networks?parent_id=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003550 10.0.0.56 - - [2025-09-22 03:06:56] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007565 10.0.0.56 - - [2025-09-22 03:06:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007877 10.0.0.56 - - [2025-09-22 03:07:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016524 10.0.0.56 - - [2025-09-22 03:07:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010843 10.0.0.56 - - [2025-09-22 03:07:21] "POST /neutron/network HTTP/1.1" 200 843 0.007779 10.0.0.56 - - [2025-09-22 03:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.56 - - [2025-09-22 03:07:34] "POST /neutron/network HTTP/1.1" 200 833 0.011651 10.0.0.56 - - [2025-09-22 03:07:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001768 10.0.0.56 - - [2025-09-22 03:07:34] "POST /neutron/network HTTP/1.1" 200 843 0.007771 10.0.0.27 - - [2025-09-22 03:07:35] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001658 10.0.0.56 - - [2025-09-22 03:07:35] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.294346 10.0.0.56 - - [2025-09-22 03:07:35] "GET /obj-perms HTTP/1.1" 200 5056 0.083275 10.0.0.56 - - [2025-09-22 03:07:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009768 10.0.0.56 - - [2025-09-22 03:07:36] "POST /neutron/network HTTP/1.1" 200 843 0.008449 10.0.0.56 - - [2025-09-22 03:07:36] "POST /neutron/port HTTP/1.1" 200 1058 0.018850 10.0.0.56 - - [2025-09-22 03:07:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.56 - - [2025-09-22 03:07:36] "POST /neutron/network HTTP/1.1" 200 833 0.009026 10.0.0.56 - - [2025-09-22 03:07:41] "POST /neutron/port HTTP/1.1" 200 1086 0.020163 10.0.0.56 - - [2025-09-22 03:07:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007417 10.0.0.56 - - [2025-09-22 03:07:41] "GET /virtual-machine/99a2237a-0d87-48b3-b63e-7e036ee7f5ef HTTP/1.1" 200 1294 0.007006 10.0.0.56 - - [2025-09-22 03:07:41] "GET /virtual-machine-interface/911f648d-7fde-4a2b-a091-8428d5eb1ad9 HTTP/1.1" 200 2965 0.006108 10.0.0.56 - - [2025-09-22 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.56 - - [2025-09-22 03:07:41] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004522 10.0.0.56 - - [2025-09-22 03:07:41] "GET /virtual-networks?parent_id=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003382 10.0.0.56 - - [2025-09-22 03:07:41] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007411 10.0.0.56 - - [2025-09-22 03:07:43] "POST /neutron/network HTTP/1.1" 200 843 0.007918 10.0.0.56 - - [2025-09-22 03:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.001757 10.0.0.56 - - [2025-09-22 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-09-22 03:07:44] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006972 10.0.0.56 - - [2025-09-22 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.56 - - [2025-09-22 03:07:48] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006037 10.0.0.56 - - [2025-09-22 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.56 - - [2025-09-22 03:07:52] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006831 10.0.0.56 - - [2025-09-22 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.56 - - [2025-09-22 03:07:56] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005882 10.0.0.56 - - [2025-09-22 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.56 - - [2025-09-22 03:08:00] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007452 10.0.0.56 - - [2025-09-22 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.56 - - [2025-09-22 03:08:04] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007196 10.0.0.56 - - [2025-09-22 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.56 - - [2025-09-22 03:08:09] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006553 10.0.0.56 - - [2025-09-22 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.56 - - [2025-09-22 03:08:13] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008304 10.0.0.56 - - [2025-09-22 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.56 - - [2025-09-22 03:08:17] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006876 10.0.0.56 - - [2025-09-22 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.56 - - [2025-09-22 03:08:21] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005755 10.0.0.56 - - [2025-09-22 03:08:22] "POST /neutron/port HTTP/1.1" 200 1086 0.019594 10.0.0.56 - - [2025-09-22 03:08:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.010388 10.0.0.56 - - [2025-09-22 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.56 - - [2025-09-22 03:08:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004702 10.0.0.56 - - [2025-09-22 03:08:23] "GET /virtual-networks?parent_id=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003731 10.0.0.56 - - [2025-09-22 03:08:23] "GET /virtual-network/dcd58266-6d30-4b32-8d83-f5da0eb60da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006796 10.0.0.56 - - [2025-09-22 03:08:23] "POST /neutron/port HTTP/1.1" 200 1086 0.015798 10.0.0.56 - - [2025-09-22 03:08:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009006 10.0.0.27 - - [2025-09-22 03:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.067662 10.0.0.27 - - [2025-09-22 03:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.114617 10.0.0.38 - - [2025-09-22 03:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.125291 10.0.0.56 - - [2025-09-22 03:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.027807 10.0.0.27 - - [2025-09-22 03:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.046713 10.0.0.56 - - [2025-09-22 03:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.114153 10.0.0.56 - - [2025-09-22 03:08:34] "GET /global-system-configs HTTP/1.1" 200 322 0.069414 10.0.0.27 - - [2025-09-22 03:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.123053 10.0.0.38 - - [2025-09-22 03:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.133140 10.0.0.38 - - [2025-09-22 03:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.040659 10.0.0.38 - - [2025-09-22 03:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.140982 10.0.0.56 - - [2025-09-22 03:08:35] "POST /neutron/port HTTP/1.1" 200 1086 0.018566 10.0.0.56 - - [2025-09-22 03:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.579010 10.0.0.38 - - [2025-09-22 03:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.187218 10.0.0.27 - - [2025-09-22 03:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047125 10.0.0.56 - - [2025-09-22 03:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008015 10.0.0.56 - - [2025-09-22 03:08:44] "POST /neutron/port HTTP/1.1" 200 1086 0.043794 10.0.0.56 - - [2025-09-22 03:08:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.56 - - [2025-09-22 03:08:44] "POST /neutron/network HTTP/1.1" 200 833 0.007218 10.0.0.56 - - [2025-09-22 03:09:22] "POST /neutron/network HTTP/1.1" 200 843 0.029509 10.0.0.56 - - [2025-09-22 03:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.56 - - [2025-09-22 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.56 - - [2025-09-22 03:09:22] "DELETE /virtual-DNS/f4d60deb-d7be-4be2-a4d9-13814091547e HTTP/1.1" 409 235 0.010472 10.0.0.56 - - [2025-09-22 03:09:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.004565 10.0.0.56 - - [2025-09-22 03:09:22] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.034657 10.0.0.56 - - [2025-09-22 03:09:22] "GET /virtual-DNS-record/b26b1650-50db-4c21-9d67-fd17ec9609d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.007320 10.0.0.56 - - [2025-09-22 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-09-22 03:09:22] "GET /virtual-DNS-record/b26b1650-50db-4c21-9d67-fd17ec9609d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005005 10.0.0.56 - - [2025-09-22 03:09:28] "DELETE /virtual-DNS-record/b26b1650-50db-4c21-9d67-fd17ec9609d8 HTTP/1.1" 200 115 0.030489 10.0.0.56 - - [2025-09-22 03:09:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003661 10.0.0.56 - - [2025-09-22 03:09:29] "POST /neutron/network HTTP/1.1" 400 204 0.018624 10.0.0.56 - - [2025-09-22 03:09:29] "POST /neutron/port HTTP/1.1" 200 1112 0.011905 10.0.0.56 - - [2025-09-22 03:09:29] "POST /neutron/port HTTP/1.1" 200 151 0.243184 10.0.0.56 - - [2025-09-22 03:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.56 - - [2025-09-22 03:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.56 - - [2025-09-22 03:09:31] "DELETE /network-ipam/e5193891-782f-4d4c-8439-c5fe97f88aa1 HTTP/1.1" 200 115 0.036107 10.0.0.56 - - [2025-09-22 03:09:31] "DELETE /virtual-DNS/f4d60deb-d7be-4be2-a4d9-13814091547e HTTP/1.1" 200 115 0.046715 10.0.0.56 - - [2025-09-22 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.006434 10.0.0.27 - - [2025-09-22 03:09:32] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025262 10.0.0.56 - - [2025-09-22 03:09:32] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.104717 10.0.0.27 - - [2025-09-22 03:09:32] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.56 - - [2025-09-22 03:09:33] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?fields=virtual_networks HTTP/1.1" 200 1033 0.042237 10.0.0.27 - - [2025-09-22 03:09:33] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.56 - - [2025-09-22 03:09:33] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050673 10.0.0.27 - - [2025-09-22 03:09:33] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001710 10.0.0.56 - - [2025-09-22 03:09:33] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?fields=security_groups HTTP/1.1" 200 1260 0.060011 10.0.0.56 - - [2025-09-22 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.024701 10.0.0.27 - - [2025-09-22 03:09:34] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003561 10.0.0.27 - - [2025-09-22 03:09:34] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.27 - - [2025-09-22 03:09:34] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034115 10.0.0.27 - - [2025-09-22 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.003794 10.0.0.27 - - [2025-09-22 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003047 10.0.0.27 - - [2025-09-22 03:09:34] "POST /security-groups HTTP/1.1" 200 592 0.077421 10.0.0.27 - - [2025-09-22 03:09:34] "POST /projects HTTP/1.1" 200 587 0.287814 10.0.0.56 - - [2025-09-22 03:09:34] "POST /access-control-lists HTTP/1.1" 200 597 0.050940 10.0.0.27 - - [2025-09-22 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.377560 10.0.0.56 - - [2025-09-22 03:09:34] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.562098 10.0.0.56 - - [2025-09-22 03:09:35] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.56 - - [2025-09-22 03:09:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.56 - - [2025-09-22 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.031763 10.0.0.27 - - [2025-09-22 03:09:37] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001283 10.0.0.56 - - [2025-09-22 03:09:37] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052932 10.0.0.56 - - [2025-09-22 03:09:37] "POST /neutron/network HTTP/1.1" 200 117 0.032325 10.0.0.56 - - [2025-09-22 03:09:37] "POST /route-targets HTTP/1.1" 200 327 0.019742 10.0.0.56 - - [2025-09-22 03:09:38] "POST /neutron/network HTTP/1.1" 200 828 0.009220 10.0.0.56 - - [2025-09-22 03:09:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001226 10.0.0.56 - - [2025-09-22 03:09:38] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005962 10.0.0.56 - - [2025-09-22 03:09:38] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007228 10.0.0.56 - - [2025-09-22 03:09:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.009953 10.0.0.56 - - [2025-09-22 03:09:38] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006360 10.0.0.56 - - [2025-09-22 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.27 - - [2025-09-22 03:09:40] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.56 - - [2025-09-22 03:09:40] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045156 10.0.0.56 - - [2025-09-22 03:09:40] "POST /ref-update HTTP/1.1" 200 156 0.027065 10.0.0.27 - - [2025-09-22 03:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007539 10.0.0.56 - - [2025-09-22 03:09:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.252478 10.0.0.56 - - [2025-09-22 03:09:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001470 10.0.0.56 - - [2025-09-22 03:09:40] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005678 10.0.0.56 - - [2025-09-22 03:09:40] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005878 10.0.0.56 - - [2025-09-22 03:09:40] "POST /neutron/network HTTP/1.1" 200 827 0.007068 10.0.0.56 - - [2025-09-22 03:09:40] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006982 10.0.0.56 - - [2025-09-22 03:09:41] "GET /obj-perms HTTP/1.1" 200 5032 0.050894 10.0.0.38 - - [2025-09-22 03:09:41] "GET /obj-perms HTTP/1.1" 200 5032 0.047884 10.0.0.56 - - [2025-09-22 03:09:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001627 10.0.0.27 - - [2025-09-22 03:09:56] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392 10.0.0.56 - - [2025-09-22 03:09:56] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072511 10.0.0.56 - - [2025-09-22 03:09:56] "POST /neutron/network HTTP/1.1" 200 827 0.028948 10.0.0.56 - - [2025-09-22 03:09:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001602 10.0.0.56 - - [2025-09-22 03:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.008471 10.0.0.27 - - [2025-09-22 03:09:56] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.56 - - [2025-09-22 03:09:57] "POST /neutron/port HTTP/1.1" 200 1061 0.374603 10.0.0.27 - - [2025-09-22 03:09:57] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.56 - - [2025-09-22 03:09:57] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078063 10.0.0.56 - - [2025-09-22 03:09:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010584 10.0.0.56 - - [2025-09-22 03:09:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008815 10.0.0.56 - - [2025-09-22 03:09:58] "POST /neutron/port HTTP/1.1" 200 1061 0.033685 10.0.0.56 - - [2025-09-22 03:09:58] "POST /neutron/port HTTP/1.1" 200 1089 0.032949 10.0.0.56 - - [2025-09-22 03:09:58] "POST /neutron/port HTTP/1.1" 200 1062 0.024251 10.0.0.56 - - [2025-09-22 03:09:58] "POST /neutron/network HTTP/1.1" 200 827 0.010572 10.0.0.56 - - [2025-09-22 03:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005809 10.0.0.56 - - [2025-09-22 03:09:59] "POST /neutron/network HTTP/1.1" 200 828 0.007013 10.0.0.56 - - [2025-09-22 03:10:08] "POST /neutron/port HTTP/1.1" 200 1089 0.018505 10.0.0.56 - - [2025-09-22 03:10:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010094 10.0.0.27 - - [2025-09-22 03:10:22] "DELETE /project/990db5a099b34246b74ea698a2981ceb HTTP/1.1" 404 173 0.006981 10.0.0.27 - - [2025-09-22 03:10:22] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.27 - - [2025-09-22 03:10:22] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.047909 10.0.0.27 - - [2025-09-22 03:10:22] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001397 10.0.0.27 - - [2025-09-22 03:10:22] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?fields=security_groups HTTP/1.1" 200 1365 0.048544 10.0.0.27 - - [2025-09-22 03:10:22] "DELETE /security-group/4ef5474b-39df-4145-89d7-233275b16f64 HTTP/1.1" 200 115 0.059937 10.0.0.27 - - [2025-09-22 03:10:22] "GET /projects?obj_uuids=32c3a739-9e68-4e60-9e42-2fe7222c352e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.27 - - [2025-09-22 03:10:22] "GET /project/32c3a739-9e68-4e60-9e42-2fe7222c352e?fields=application_policy_sets HTTP/1.1" 200 1404 0.064976 10.0.0.27 - - [2025-09-22 03:10:23] "DELETE /project/32c3a739-9e68-4e60-9e42-2fe7222c352e HTTP/1.1" 200 115 0.457676 10.0.0.56 - - [2025-09-22 03:10:23] "POST /neutron/port HTTP/1.1" 200 1089 0.016376 10.0.0.56 - - [2025-09-22 03:10:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009913 10.0.0.56 - - [2025-09-22 03:10:23] "GET /virtual-machine/ca47ed27-56a8-4129-b304-9a27adc7a009 HTTP/1.1" 401 292 0.000638 10.0.0.56 - - [2025-09-22 03:10:24] "GET /virtual-machine/ca47ed27-56a8-4129-b304-9a27adc7a009 HTTP/1.1" 200 1294 0.030684 10.0.0.56 - - [2025-09-22 03:10:24] "GET /virtual-machine-interface/0a597688-e1c2-4437-8807-1444ab2fa452 HTTP/1.1" 200 2947 0.006094 10.0.0.56 - - [2025-09-22 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.56 - - [2025-09-22 03:10:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.56 - - [2025-09-22 03:10:24] "GET /virtual-networks?parent_id=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003867 10.0.0.56 - - [2025-09-22 03:10:24] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008723 10.0.0.56 - - [2025-09-22 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-09-22 03:10:27] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009113 10.0.0.56 - - [2025-09-22 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.56 - - [2025-09-22 03:10:31] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006501 10.0.0.56 - - [2025-09-22 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.56 - - [2025-09-22 03:10:35] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008577 10.0.0.27 - - [2025-09-22 03:10:38] "GET /obj-perms HTTP/1.1" 200 5056 0.041311 10.0.0.56 - - [2025-09-22 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.56 - - [2025-09-22 03:10:39] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008150 10.0.0.56 - - [2025-09-22 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.56 - - [2025-09-22 03:10:43] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005997 10.0.0.56 - - [2025-09-22 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.56 - - [2025-09-22 03:10:47] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006264 10.0.0.56 - - [2025-09-22 03:10:48] "POST /neutron/port HTTP/1.1" 200 1090 0.018418 10.0.0.56 - - [2025-09-22 03:10:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004454 10.0.0.56 - - [2025-09-22 03:10:48] "POST /neutron/network HTTP/1.1" 200 828 0.007999 10.0.0.56 - - [2025-09-22 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.56 - - [2025-09-22 03:10:51] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006405 10.0.0.56 - - [2025-09-22 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.56 - - [2025-09-22 03:10:55] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005766 10.0.0.56 - - [2025-09-22 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.56 - - [2025-09-22 03:11:00] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006488 10.0.0.56 - - [2025-09-22 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.56 - - [2025-09-22 03:11:04] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006617 10.0.0.56 - - [2025-09-22 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-09-22 03:11:08] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005780 10.0.0.56 - - [2025-09-22 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006824 10.0.0.56 - - [2025-09-22 03:11:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004320 10.0.0.56 - - [2025-09-22 03:11:10] "GET /virtual-networks?parent_id=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.009628 10.0.0.56 - - [2025-09-22 03:11:10] "GET /virtual-network/8e603225-1685-4a5f-af8b-ed42112b7170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.012361 10.0.0.56 - - [2025-09-22 03:11:15] "POST /neutron/port HTTP/1.1" 200 1089 0.016023 10.0.0.56 - - [2025-09-22 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008180 10.0.0.56 - - [2025-09-22 03:11:24] "POST /neutron/port HTTP/1.1" 200 1089 0.016804 10.0.0.56 - - [2025-09-22 03:11:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006966 10.0.0.56 - - [2025-09-22 03:11:24] "POST /neutron/network HTTP/1.1" 200 827 0.006726 10.0.0.56 - - [2025-09-22 03:11:31] "POST /neutron/port HTTP/1.1" 200 1089 0.018063 10.0.0.56 - - [2025-09-22 03:11:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008267 10.0.0.56 - - [2025-09-22 03:11:46] "POST /neutron/port HTTP/1.1" 200 1089 0.016488 10.0.0.56 - - [2025-09-22 03:11:48] "POST /neutron/port HTTP/1.1" 200 1090 0.017232 10.0.0.56 - - [2025-09-22 03:11:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.009814 10.0.0.56 - - [2025-09-22 03:11:51] "POST /neutron/port HTTP/1.1" 200 1090 0.043040 10.0.0.56 - - [2025-09-22 03:11:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007995 10.0.0.56 - - [2025-09-22 03:12:02] "POST /neutron/port HTTP/1.1" 200 1090 0.019425 10.0.0.56 - - [2025-09-22 03:12:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008462 10.0.0.56 - - [2025-09-22 03:12:02] "GET /virtual-machine/d43db3e0-1198-416d-ba0c-db3aaf17809b HTTP/1.1" 200 1294 0.007336 10.0.0.56 - - [2025-09-22 03:12:02] "GET /virtual-machine-interface/1aea5e78-cd1d-4cdc-828b-43983ef168fd HTTP/1.1" 200 2948 0.006092 10.0.0.56 - - [2025-09-22 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.56 - - [2025-09-22 03:12:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.56 - - [2025-09-22 03:12:02] "GET /virtual-networks?parent_id=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002625 10.0.0.56 - - [2025-09-22 03:12:02] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007069 10.0.0.56 - - [2025-09-22 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.56 - - [2025-09-22 03:12:03] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004445 10.0.0.56 - - [2025-09-22 03:12:03] "GET /virtual-networks?parent_id=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004407 10.0.0.56 - - [2025-09-22 03:12:03] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006700 10.0.0.56 - - [2025-09-22 03:12:03] "POST /neutron/port HTTP/1.1" 200 1090 0.025155 10.0.0.56 - - [2025-09-22 03:12:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008953 10.0.0.56 - - [2025-09-22 03:12:19] "POST /neutron/port HTTP/1.1" 200 1090 0.016659 10.0.0.56 - - [2025-09-22 03:12:24] "POST /neutron/port HTTP/1.1" 200 1089 0.018641 10.0.0.56 - - [2025-09-22 03:12:24] "POST /neutron/port HTTP/1.1" 200 1090 0.020005 10.0.0.56 - - [2025-09-22 03:12:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008283 10.0.0.56 - - [2025-09-22 03:12:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008752 10.0.0.56 - - [2025-09-22 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2025-09-22 03:12:39] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.56 - - [2025-09-22 03:12:39] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050464 10.0.0.56 - - [2025-09-22 03:12:39] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007003 10.0.0.56 - - [2025-09-22 03:12:39] "GET /floating-ip-pools?parent_id=21826ae1-3b10-41cc-9fa0-714a195548e4&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003601 10.0.0.56 - - [2025-09-22 03:12:39] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006961 10.0.0.56 - - [2025-09-22 03:12:39] "POST /floating-ip-pools HTTP/1.1" 200 598 0.029418 10.0.0.56 - - [2025-09-22 03:12:40] "POST /ref-update HTTP/1.1" 200 156 0.015645 10.0.0.56 - - [2025-09-22 03:12:40] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007731 10.0.0.56 - - [2025-09-22 03:12:40] "GET /virtual-network/21826ae1-3b10-41cc-9fa0-714a195548e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006863 10.0.0.27 - - [2025-09-22 03:12:40] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.56 - - [2025-09-22 03:12:40] "POST /neutron/floatingip HTTP/1.1" 200 531 0.128006 10.0.0.56 - - [2025-09-22 03:12:40] "POST /neutron/floatingip HTTP/1.1" 200 578 0.060836 10.0.0.56 - - [2025-09-22 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.56 - - [2025-09-22 03:12:40] "GET /routing-instance/52f90d03-808f-4a73-bd06-235bad90f09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006996 10.0.0.56 - - [2025-09-22 03:12:40] "GET /route-target/dd75e094-9efa-40e5-9077-a802b2bfd5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005318 10.0.0.56 - - [2025-09-22 03:12:50] "POST /neutron/port HTTP/1.1" 200 1090 0.022187 10.0.0.56 - - [2025-09-22 03:12:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.009933 10.0.0.56 - - [2025-09-22 03:13:11] "POST /neutron/floatingip HTTP/1.1" 200 578 0.012665 10.0.0.56 - - [2025-09-22 03:13:11] "POST /neutron/floatingip HTTP/1.1" 200 115 0.059386 10.0.0.56 - - [2025-09-22 03:13:11] "GET /floating-ip-pool/769d31c4-601a-4e70-a6be-04f0c71e47d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004997 10.0.0.56 - - [2025-09-22 03:13:11] "POST /ref-update HTTP/1.1" 200 156 0.014460 10.0.0.56 - - [2025-09-22 03:13:11] "DELETE /floating-ip-pool/769d31c4-601a-4e70-a6be-04f0c71e47d0 HTTP/1.1" 200 115 0.036904 10.0.0.56 - - [2025-09-22 03:13:12] "POST /neutron/port HTTP/1.1" 200 1090 0.016218 10.0.0.56 - - [2025-09-22 03:13:12] "POST /neutron/port HTTP/1.1" 200 151 0.197562 10.0.0.56 - - [2025-09-22 03:13:14] "POST /neutron/network HTTP/1.1" 200 827 0.010184 10.0.0.56 - - [2025-09-22 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.045892 10.0.0.27 - - [2025-09-22 03:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.27 - - [2025-09-22 03:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 10.0.0.56 - - [2025-09-22 03:13:14] "POST /neutron/network HTTP/1.1" 200 151 0.130147 10.0.0.56 - - [2025-09-22 03:13:14] "DELETE /route-target/dd75e094-9efa-40e5-9077-a802b2bfd5ab HTTP/1.1" 200 115 0.023391 10.0.0.27 - - [2025-09-22 03:13:16] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.56 - - [2025-09-22 03:13:16] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051942 10.0.0.27 - - [2025-09-22 03:13:16] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001853 10.0.0.56 - - [2025-09-22 03:13:16] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?fields=virtual_networks HTTP/1.1" 200 1034 0.045045 10.0.0.27 - - [2025-09-22 03:13:16] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.56 - - [2025-09-22 03:13:16] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044128 10.0.0.27 - - [2025-09-22 03:13:16] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.56 - - [2025-09-22 03:13:16] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?fields=security_groups HTTP/1.1" 200 1261 0.045330 10.0.0.56 - - [2025-09-22 03:13:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.029630 10.0.0.27 - - [2025-09-22 03:13:17] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003016 10.0.0.27 - - [2025-09-22 03:13:17] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.27 - - [2025-09-22 03:13:17] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008637 10.0.0.27 - - [2025-09-22 03:13:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001790 10.0.0.27 - - [2025-09-22 03:13:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.007327 10.0.0.27 - - [2025-09-22 03:13:17] "POST /security-groups HTTP/1.1" 200 591 0.038302 10.0.0.27 - - [2025-09-22 03:13:17] "POST /projects HTTP/1.1" 200 585 0.249804 10.0.0.56 - - [2025-09-22 03:13:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.013005 10.0.0.27 - - [2025-09-22 03:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.325002 10.0.0.56 - - [2025-09-22 03:13:17] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.468969 10.0.0.56 - - [2025-09-22 03:13:18] "GET / HTTP/1.1" 200 35931 0.002103 10.0.0.56 - - [2025-09-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.56 - - [2025-09-22 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.051133 10.0.0.27 - - [2025-09-22 03:13:20] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.56 - - [2025-09-22 03:13:20] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.047953 10.0.0.56 - - [2025-09-22 03:13:21] "POST /ref-update HTTP/1.1" 200 156 0.036584 10.0.0.27 - - [2025-09-22 03:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010246 10.0.0.56 - - [2025-09-22 03:13:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.275222 10.0.0.56 - - [2025-09-22 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001941 10.0.0.56 - - [2025-09-22 03:13:21] "GET /virtual-network/728e3e70-865f-45a4-aa14-95c092cffc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006631 10.0.0.56 - - [2025-09-22 03:13:21] "GET /virtual-network/728e3e70-865f-45a4-aa14-95c092cffc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006507 10.0.0.56 - - [2025-09-22 03:13:21] "POST /neutron/network HTTP/1.1" 200 839 0.006838 10.0.0.56 - - [2025-09-22 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001419 10.0.0.56 - - [2025-09-22 03:13:21] "POST /neutron/network HTTP/1.1" 200 849 0.007475 10.0.0.27 - - [2025-09-22 03:13:22] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.56 - - [2025-09-22 03:13:22] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.069290 10.0.0.56 - - [2025-09-22 03:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.007595 10.0.0.56 - - [2025-09-22 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-09-22 03:13:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.56 - - [2025-09-22 03:13:22] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.020058 10.0.0.27 - - [2025-09-22 03:13:23] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.27 - - [2025-09-22 03:13:23] "DELETE /project/0275aa32016842bdb8377efb64a6aebd HTTP/1.1" 404 173 0.007468 10.0.0.27 - - [2025-09-22 03:13:23] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.56 - - [2025-09-22 03:13:23] "POST /neutron/port HTTP/1.1" 200 1055 0.309569 10.0.0.27 - - [2025-09-22 03:13:23] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.089904 10.0.0.27 - - [2025-09-22 03:13:23] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001619 10.0.0.27 - - [2025-09-22 03:13:23] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?fields=security_groups HTTP/1.1" 200 1366 0.055030 10.0.0.27 - - [2025-09-22 03:13:23] "DELETE /security-group/7c955086-596e-4544-b7a4-766e5c7001d1 HTTP/1.1" 200 115 0.084258 10.0.0.27 - - [2025-09-22 03:13:23] "GET /projects?obj_uuids=990db5a0-99b3-4246-b74e-a698a2981ceb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001850 10.0.0.56 - - [2025-09-22 03:13:23] "POST /neutron/port HTTP/1.1" 200 1109 0.165205 10.0.0.27 - - [2025-09-22 03:13:23] "GET /project/990db5a0-99b3-4246-b74e-a698a2981ceb?fields=application_policy_sets HTTP/1.1" 200 1405 0.087040 10.0.0.27 - - [2025-09-22 03:13:23] "DELETE /project/990db5a0-99b3-4246-b74e-a698a2981ceb HTTP/1.1" 409 225 0.533362 10.0.0.56 - - [2025-09-22 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.036759 10.0.0.56 - - [2025-09-22 03:13:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016307 10.0.0.56 - - [2025-09-22 03:13:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008588 10.0.0.56 - - [2025-09-22 03:13:28] "GET /virtual-machine/c010a5e8-60ff-4f69-ac17-e8fac1dbcd19 HTTP/1.1" 401 292 0.000561 10.0.0.56 - - [2025-09-22 03:13:28] "GET /virtual-machine/c010a5e8-60ff-4f69-ac17-e8fac1dbcd19 HTTP/1.1" 200 1293 0.027652 10.0.0.56 - - [2025-09-22 03:13:28] "GET /virtual-machine-interface/8946426c-6dce-4fcc-81f8-8a35de0b05f9 HTTP/1.1" 200 2970 0.006185 10.0.0.56 - - [2025-09-22 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.56 - - [2025-09-22 03:13:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.006200 10.0.0.56 - - [2025-09-22 03:13:28] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004193 10.0.0.56 - - [2025-09-22 03:13:28] "GET /virtual-network/728e3e70-865f-45a4-aa14-95c092cffc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007868 10.0.0.56 - - [2025-09-22 03:13:31] "POST /neutron/port HTTP/1.1" 200 1083 0.015856 10.0.0.56 - - [2025-09-22 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.56 - - [2025-09-22 03:13:31] "GET /virtual-network/728e3e70-865f-45a4-aa14-95c092cffc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005818 10.0.0.27 - - [2025-09-22 03:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.071888 10.0.0.38 - - [2025-09-22 03:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.138189 10.0.0.56 - - [2025-09-22 03:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.147909 10.0.0.56 - - [2025-09-22 03:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.041772 10.0.0.27 - - [2025-09-22 03:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.106165 10.0.0.27 - - [2025-09-22 03:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.025372 10.0.0.56 - - [2025-09-22 03:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.56 - - [2025-09-22 03:13:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003829 10.0.0.56 - - [2025-09-22 03:13:33] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003881 10.0.0.56 - - [2025-09-22 03:13:33] "GET /virtual-network/728e3e70-865f-45a4-aa14-95c092cffc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007552 10.0.0.56 - - [2025-09-22 03:13:34] "GET /global-system-configs HTTP/1.1" 200 322 0.072871 10.0.0.38 - - [2025-09-22 03:13:34] "GET /obj-perms HTTP/1.1" 200 5056 0.126331 10.0.0.56 - - [2025-09-22 03:13:34] "GET /obj-perms HTTP/1.1" 200 5056 0.136633 10.0.0.38 - - [2025-09-22 03:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.047842 10.0.0.38 - - [2025-09-22 03:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.136929 10.0.0.56 - - [2025-09-22 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.56 - - [2025-09-22 03:13:35] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003510 10.0.0.56 - - [2025-09-22 03:13:35] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.014486 10.0.0.27 - - [2025-09-22 03:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.223307 10.0.0.56 - - [2025-09-22 03:13:35] "POST /neutron/network HTTP/1.1" 400 204 0.016280 10.0.0.56 - - [2025-09-22 03:13:36] "POST /neutron/port HTTP/1.1" 200 151 0.174062 10.0.0.56 - - [2025-09-22 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.56 - - [2025-09-22 03:13:40] "GET /obj-perms HTTP/1.1" 200 5056 0.050388 10.0.0.56 - - [2025-09-22 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.27 - - [2025-09-22 03:13:40] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.56 - - [2025-09-22 03:13:41] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045371 10.0.0.56 - - [2025-09-22 03:13:41] "POST /neutron/network HTTP/1.1" 200 117 0.011013 10.0.0.56 - - [2025-09-22 03:13:41] "POST /neutron/network HTTP/1.1" 200 824 0.009262 10.0.0.56 - - [2025-09-22 03:13:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001116 10.0.0.56 - - [2025-09-22 03:13:41] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005681 10.0.0.56 - - [2025-09-22 03:13:41] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005836 10.0.0.56 - - [2025-09-22 03:13:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.009500 10.0.0.56 - - [2025-09-22 03:13:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001085 10.0.0.56 - - [2025-09-22 03:13:41] "POST /ref-update HTTP/1.1" 200 156 0.031929 10.0.0.27 - - [2025-09-22 03:13:42] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.56 - - [2025-09-22 03:13:42] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.063593 10.0.0.56 - - [2025-09-22 03:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.007044 10.0.0.56 - - [2025-09-22 03:13:43] "POST /neutron/network HTTP/1.1" 200 834 0.008153 10.0.0.56 - - [2025-09-22 03:13:43] "POST /neutron/port HTTP/1.1" 200 1060 0.017042 10.0.0.56 - - [2025-09-22 03:13:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004418 10.0.0.56 - - [2025-09-22 03:13:43] "POST /neutron/network HTTP/1.1" 200 824 0.008203 10.0.0.56 - - [2025-09-22 03:13:47] "POST /neutron/port HTTP/1.1" 200 1088 0.019233 10.0.0.56 - - [2025-09-22 03:13:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008171 10.0.0.56 - - [2025-09-22 03:13:48] "GET /virtual-machine/23ec951c-e596-4876-b5ce-3fe4487106cd HTTP/1.1" 200 1292 0.006294 10.0.0.56 - - [2025-09-22 03:13:48] "GET /virtual-machine-interface/d2460120-be3f-4bef-90a2-29f9d2494b8c HTTP/1.1" 200 2942 0.005241 10.0.0.56 - - [2025-09-22 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-09-22 03:13:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.56 - - [2025-09-22 03:13:48] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003904 10.0.0.56 - - [2025-09-22 03:13:48] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005976 10.0.0.56 - - [2025-09-22 03:13:50] "POST /neutron/network HTTP/1.1" 200 834 0.032080 10.0.0.56 - - [2025-09-22 03:13:50] "POST /neutron/port HTTP/1.1" 200 117 0.001655 10.0.0.56 - - [2025-09-22 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.56 - - [2025-09-22 03:13:51] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007186 10.0.0.56 - - [2025-09-22 03:13:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008137 10.0.0.56 - - [2025-09-22 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.56 - - [2025-09-22 03:13:55] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006193 10.0.0.56 - - [2025-09-22 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.56 - - [2025-09-22 03:13:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.56 - - [2025-09-22 03:13:57] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003998 10.0.0.56 - - [2025-09-22 03:13:57] "GET /virtual-network/980f722e-35a7-4222-b999-ef8449908dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006880 10.0.0.56 - - [2025-09-22 03:14:00] "POST /neutron/port HTTP/1.1" 200 1088 0.022414 10.0.0.56 - - [2025-09-22 03:14:01] "POST /neutron/network HTTP/1.1" 200 824 0.010028 10.0.0.56 - - [2025-09-22 03:14:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003908 10.0.0.56 - - [2025-09-22 03:14:04] "POST /network-ipams HTTP/1.1" 200 541 0.027502 10.0.0.56 - - [2025-09-22 03:14:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.005437 10.0.0.56 - - [2025-09-22 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006577 10.0.0.56 - - [2025-09-22 03:14:04] "GET /network-ipam/d5d80e98-206b-4c70-8a9c-7138f4ece1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006847 10.0.0.56 - - [2025-09-22 03:14:04] "PUT /network-ipam/d5d80e98-206b-4c70-8a9c-7138f4ece1ff HTTP/1.1" 200 258 0.015251 10.0.0.56 - - [2025-09-22 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-09-22 03:14:04] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.56 - - [2025-09-22 03:14:04] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.053601 10.0.0.27 - - [2025-09-22 03:14:04] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.56 - - [2025-09-22 03:14:05] "POST /neutron/network HTTP/1.1" 200 605 0.147973 10.0.0.56 - - [2025-09-22 03:14:05] "POST /route-targets HTTP/1.1" 200 327 0.017201 10.0.0.56 - - [2025-09-22 03:14:05] "POST /neutron/network HTTP/1.1" 200 994 0.011086 10.0.0.56 - - [2025-09-22 03:14:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001149 10.0.0.56 - - [2025-09-22 03:14:05] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005469 10.0.0.56 - - [2025-09-22 03:14:05] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006896 10.0.0.56 - - [2025-09-22 03:14:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.012710 10.0.0.56 - - [2025-09-22 03:14:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.009768 10.0.0.27 - - [2025-09-22 03:14:06] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.56 - - [2025-09-22 03:14:06] "POST /neutron/port HTTP/1.1" 200 1017 0.274556 10.0.0.56 - - [2025-09-22 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001271 10.0.0.56 - - [2025-09-22 03:14:06] "POST /neutron/network HTTP/1.1" 200 994 0.010426 10.0.0.56 - - [2025-09-22 03:14:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010162 10.0.0.56 - - [2025-09-22 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001413 10.0.0.56 - - [2025-09-22 03:14:06] "POST /neutron/port HTTP/1.1" 200 1017 0.010562 10.0.0.56 - - [2025-09-22 03:14:06] "POST /neutron/port HTTP/1.1" 200 1017 0.011661 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/port HTTP/1.1" 200 1017 0.015023 10.0.0.56 - - [2025-09-22 03:14:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001502 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/port HTTP/1.1" 200 1017 0.012137 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/port HTTP/1.1" 200 1083 0.031331 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/network HTTP/1.1" 200 994 0.012089 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/network HTTP/1.1" 200 1004 0.013191 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/port HTTP/1.1" 200 1109 0.160826 10.0.0.56 - - [2025-09-22 03:14:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.013634 10.0.0.27 - - [2025-09-22 03:14:08] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.56 - - [2025-09-22 03:14:08] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.062414 10.0.0.56 - - [2025-09-22 03:14:08] "POST /neutron/network HTTP/1.1" 200 994 0.012331 10.0.0.56 - - [2025-09-22 03:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.006351 10.0.0.56 - - [2025-09-22 03:14:08] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006333 10.0.0.56 - - [2025-09-22 03:14:09] "POST /neutron/port HTTP/1.1" 200 1055 0.014906 10.0.0.56 - - [2025-09-22 03:14:09] "POST /neutron/port HTTP/1.1" 200 1083 0.018540 10.0.0.56 - - [2025-09-22 03:14:09] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.38 - - [2025-09-22 03:14:10] "GET /obj-perms HTTP/1.1" 200 5030 0.046517 10.0.0.27 - - [2025-09-22 03:14:10] "GET /obj-perms HTTP/1.1" 200 5030 0.047011 10.0.0.56 - - [2025-09-22 03:14:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008239 10.0.0.56 - - [2025-09-22 03:14:10] "POST /neutron/port HTTP/1.1" 200 1083 0.016906 10.0.0.56 - - [2025-09-22 03:14:10] "GET /virtual-machine/7416eb4f-0297-412b-b58e-61615348eb13 HTTP/1.1" 200 1288 0.006560 10.0.0.56 - - [2025-09-22 03:14:10] "GET /virtual-machine-interface/b25a6a3c-98c0-4885-bf9a-230cf5d81b70 HTTP/1.1" 200 2942 0.016124 10.0.0.56 - - [2025-09-22 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.56 - - [2025-09-22 03:14:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008783 10.0.0.56 - - [2025-09-22 03:14:10] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005780 10.0.0.56 - - [2025-09-22 03:14:10] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006052 10.0.0.56 - - [2025-09-22 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.56 - - [2025-09-22 03:14:13] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008872 10.0.0.56 - - [2025-09-22 03:14:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009184 10.0.0.56 - - [2025-09-22 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.56 - - [2025-09-22 03:14:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004301 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003071 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007296 10.0.0.56 - - [2025-09-22 03:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015819 10.0.0.56 - - [2025-09-22 03:14:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007359 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-machine/f1734589-8898-47a0-ac61-a0398a4ef788 HTTP/1.1" 200 1289 0.007778 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-machine-interface/021e28ad-9d35-46b6-be0e-87a8d8174d80 HTTP/1.1" 200 2940 0.005459 10.0.0.56 - - [2025-09-22 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.56 - - [2025-09-22 03:14:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004193 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003162 10.0.0.56 - - [2025-09-22 03:14:18] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006836 10.0.0.56 - - [2025-09-22 03:14:19] "POST /neutron/port HTTP/1.1" 200 1083 0.019009 10.0.0.56 - - [2025-09-22 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.56 - - [2025-09-22 03:14:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005034 10.0.0.56 - - [2025-09-22 03:14:19] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003450 10.0.0.56 - - [2025-09-22 03:14:19] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006768 10.0.0.56 - - [2025-09-22 03:14:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008618 10.0.0.56 - - [2025-09-22 03:14:20] "POST /neutron/port HTTP/1.1" 200 1083 0.017880 10.0.0.56 - - [2025-09-22 03:14:20] "GET /virtual-machine/37108685-1559-4d79-9002-d512a55fbe01 HTTP/1.1" 200 1292 0.007327 10.0.0.56 - - [2025-09-22 03:14:20] "GET /virtual-machine-interface/ac4fd1f2-e407-4ceb-875a-c2b36db87c0f HTTP/1.1" 200 2941 0.007639 10.0.0.56 - - [2025-09-22 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.56 - - [2025-09-22 03:14:20] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.56 - - [2025-09-22 03:14:20] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003594 10.0.0.56 - - [2025-09-22 03:14:20] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006557 10.0.0.56 - - [2025-09-22 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.56 - - [2025-09-22 03:14:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004949 10.0.0.56 - - [2025-09-22 03:14:21] "GET /virtual-networks?parent_id=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004157 10.0.0.56 - - [2025-09-22 03:14:21] "GET /virtual-network/771b1c63-fd0d-49e7-ba5c-e4120febe8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007347 10.0.0.56 - - [2025-09-22 03:14:25] "POST /neutron/port HTTP/1.1" 200 1083 0.043284 10.0.0.56 - - [2025-09-22 03:14:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.012631 10.0.0.56 - - [2025-09-22 03:14:37] "POST /neutron/port HTTP/1.1" 200 1109 0.013196 10.0.0.56 - - [2025-09-22 03:14:37] "POST /neutron/port HTTP/1.1" 200 1109 0.013546 10.0.0.56 - - [2025-09-22 03:14:37] "POST /neutron/port HTTP/1.1" 200 1109 0.011574 10.0.0.56 - - [2025-09-22 03:14:37] "POST /neutron/network HTTP/1.1" 200 994 0.010177 10.0.0.56 - - [2025-09-22 03:14:37] "DELETE /route-target/4b77bb12-a5ee-4a23-832d-75579f2bdd5d HTTP/1.1" 200 115 0.028400 10.0.0.56 - - [2025-09-22 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009018 10.0.0.56 - - [2025-09-22 03:14:38] "DELETE /network-ipam/d5d80e98-206b-4c70-8a9c-7138f4ece1ff HTTP/1.1" 200 115 0.033380 10.0.0.56 - - [2025-09-22 03:14:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.004914 10.0.0.27 - - [2025-09-22 03:14:39] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.022446 10.0.0.56 - - [2025-09-22 03:14:39] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.091187 10.0.0.27 - - [2025-09-22 03:14:39] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.56 - - [2025-09-22 03:14:39] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?fields=virtual_networks HTTP/1.1" 200 1030 0.060610 10.0.0.27 - - [2025-09-22 03:14:39] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.56 - - [2025-09-22 03:14:39] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052585 10.0.0.27 - - [2025-09-22 03:14:39] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.56 - - [2025-09-22 03:14:39] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?fields=security_groups HTTP/1.1" 200 1256 0.049644 10.0.0.56 - - [2025-09-22 03:14:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.322428 10.0.0.27 - - [2025-09-22 03:14:40] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006659 10.0.0.27 - - [2025-09-22 03:14:41] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.27 - - [2025-09-22 03:14:41] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036602 10.0.0.27 - - [2025-09-22 03:14:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.003410 10.0.0.27 - - [2025-09-22 03:14:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.011983 10.0.0.27 - - [2025-09-22 03:14:41] "POST /security-groups HTTP/1.1" 200 599 0.050620 10.0.0.27 - - [2025-09-22 03:14:41] "POST /projects HTTP/1.1" 200 601 0.271276 10.0.0.27 - - [2025-09-22 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.341339 10.0.0.56 - - [2025-09-22 03:14:41] "POST /fqname-to-id HTTP/1.1" 404 241 0.013211 10.0.0.56 - - [2025-09-22 03:14:41] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.829479 10.0.0.56 - - [2025-09-22 03:14:42] "POST /neutron/port HTTP/1.1" 200 117 0.008165 10.0.0.56 - - [2025-09-22 03:14:42] "GET / HTTP/1.1" 200 35931 0.002275 10.0.0.56 - - [2025-09-22 03:14:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.56 - - [2025-09-22 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.050009 10.0.0.27 - - [2025-09-22 03:14:44] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.56 - - [2025-09-22 03:14:44] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055204 10.0.0.56 - - [2025-09-22 03:14:45] "POST /neutron/network HTTP/1.1" 200 117 0.040259 10.0.0.56 - - [2025-09-22 03:14:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.053709 10.0.0.56 - - [2025-09-22 03:14:45] "POST /ref-update HTTP/1.1" 200 156 0.034510 10.0.0.27 - - [2025-09-22 03:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006217 10.0.0.56 - - [2025-09-22 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.283056 10.0.0.56 - - [2025-09-22 03:14:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001543 10.0.0.56 - - [2025-09-22 03:14:45] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007733 10.0.0.56 - - [2025-09-22 03:14:45] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006397 10.0.0.56 - - [2025-09-22 03:14:45] "POST /neutron/network HTTP/1.1" 200 1004 0.009475 10.0.0.56 - - [2025-09-22 03:14:46] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006938 10.0.0.56 - - [2025-09-22 03:14:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001420 10.0.0.56 - - [2025-09-22 03:14:48] "POST /neutron/network HTTP/1.1" 200 1014 0.011835 10.0.0.27 - - [2025-09-22 03:14:48] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.56 - - [2025-09-22 03:14:48] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067694 10.0.0.56 - - [2025-09-22 03:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.56 - - [2025-09-22 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001493 10.0.0.56 - - [2025-09-22 03:14:49] "POST /neutron/network HTTP/1.1" 200 1014 0.011413 10.0.0.56 - - [2025-09-22 03:14:49] "POST /neutron/port HTTP/1.1" 200 1173 0.027002 10.0.0.27 - - [2025-09-22 03:14:49] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004942 10.0.0.56 - - [2025-09-22 03:14:50] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.162856 10.0.0.56 - - [2025-09-22 03:14:50] "POST /neutron/network HTTP/1.1" 200 1004 0.011254 10.0.0.56 - - [2025-09-22 03:14:50] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014996 10.0.0.56 - - [2025-09-22 03:14:50] "POST /neutron/network HTTP/1.1" 200 1004 0.014313 10.0.0.56 - - [2025-09-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.007050 10.0.0.56 - - [2025-09-22 03:14:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001376 10.0.0.56 - - [2025-09-22 03:14:50] "POST /neutron/network HTTP/1.1" 200 1014 0.010477 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/port HTTP/1.1" 200 1173 0.025176 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/port HTTP/1.1" 200 1201 0.018686 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019071 10.0.0.27 - - [2025-09-22 03:14:51] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.56 - - [2025-09-22 03:14:51] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092051 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/network HTTP/1.1" 200 1004 0.018178 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010472 10.0.0.56 - - [2025-09-22 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001489 10.0.0.56 - - [2025-09-22 03:14:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012286 10.0.0.27 - - [2025-09-22 03:14:52] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001676 10.0.0.56 - - [2025-09-22 03:14:52] "POST /neutron/port HTTP/1.1" 200 1173 0.392905 10.0.0.56 - - [2025-09-22 03:14:52] "POST /neutron/port HTTP/1.1" 200 1227 0.174465 10.0.0.27 - - [2025-09-22 03:14:52] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.56 - - [2025-09-22 03:14:52] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.095098 10.0.0.56 - - [2025-09-22 03:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004755 10.0.0.56 - - [2025-09-22 03:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.56 - - [2025-09-22 03:14:53] "POST /neutron/network HTTP/1.1" 200 1004 0.009337 10.0.0.56 - - [2025-09-22 03:14:53] "POST /neutron/port HTTP/1.1" 200 1201 0.018002 10.0.0.56 - - [2025-09-22 03:14:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009971 10.0.0.56 - - [2025-09-22 03:14:53] "GET /virtual-machine/5efb9e98-fcb3-4458-942d-89d0b00deaff HTTP/1.1" 401 292 0.001061 10.0.0.56 - - [2025-09-22 03:14:53] "POST /neutron/network HTTP/1.1" 200 1014 0.011208 10.0.0.56 - - [2025-09-22 03:14:53] "GET /virtual-machine/5efb9e98-fcb3-4458-942d-89d0b00deaff HTTP/1.1" 200 1300 0.031514 10.0.0.56 - - [2025-09-22 03:14:53] "GET /virtual-machine-interface/8a96a8b6-091f-4fa1-b11a-d0fcec2557fe HTTP/1.1" 200 3175 0.005794 10.0.0.56 - - [2025-09-22 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.56 - - [2025-09-22 03:14:54] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003772 10.0.0.56 - - [2025-09-22 03:14:54] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003753 10.0.0.56 - - [2025-09-22 03:14:54] "POST /neutron/port HTTP/1.1" 200 1173 0.022991 10.0.0.56 - - [2025-09-22 03:14:54] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.022523 10.0.0.56 - - [2025-09-22 03:14:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.56 - - [2025-09-22 03:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.56 - - [2025-09-22 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.56 - - [2025-09-22 03:14:57] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006400 10.0.0.56 - - [2025-09-22 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.56 - - [2025-09-22 03:15:01] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010258 10.0.0.56 - - [2025-09-22 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-09-22 03:15:05] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008766 10.0.0.56 - - [2025-09-22 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.56 - - [2025-09-22 03:15:09] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006118 10.0.0.56 - - [2025-09-22 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.56 - - [2025-09-22 03:15:13] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005960 10.0.0.56 - - [2025-09-22 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.56 - - [2025-09-22 03:15:17] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005664 10.0.0.56 - - [2025-09-22 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.56 - - [2025-09-22 03:15:21] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005956 10.0.0.27 - - [2025-09-22 03:15:24] "DELETE /project/a080feffd5d343bdb5d9bb2b49614501 HTTP/1.1" 404 173 0.004025 10.0.0.27 - - [2025-09-22 03:15:24] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.27 - - [2025-09-22 03:15:24] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.038955 10.0.0.27 - - [2025-09-22 03:15:24] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.27 - - [2025-09-22 03:15:24] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?fields=security_groups HTTP/1.1" 200 1361 0.047745 10.0.0.27 - - [2025-09-22 03:15:24] "DELETE /security-group/144256b8-64d6-4e5a-9632-328c6e448562 HTTP/1.1" 200 115 0.048497 10.0.0.27 - - [2025-09-22 03:15:24] "GET /projects?obj_uuids=0275aa32-0168-42bd-b837-7efb64a6aebd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.27 - - [2025-09-22 03:15:24] "GET /project/0275aa32-0168-42bd-b837-7efb64a6aebd?fields=application_policy_sets HTTP/1.1" 200 1400 0.057497 10.0.0.27 - - [2025-09-22 03:15:24] "DELETE /project/0275aa32-0168-42bd-b837-7efb64a6aebd HTTP/1.1" 200 115 0.456132 10.0.0.56 - - [2025-09-22 03:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.56 - - [2025-09-22 03:15:25] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006206 10.0.0.56 - - [2025-09-22 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.56 - - [2025-09-22 03:15:29] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007048 10.0.0.56 - - [2025-09-22 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.56 - - [2025-09-22 03:15:34] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006838 10.0.0.56 - - [2025-09-22 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-09-22 03:15:38] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006903 10.0.0.56 - - [2025-09-22 03:15:41] "GET /obj-perms HTTP/1.1" 200 5056 0.044395 10.0.0.38 - - [2025-09-22 03:15:42] "GET /obj-perms HTTP/1.1" 200 5056 0.054624 10.0.0.56 - - [2025-09-22 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.56 - - [2025-09-22 03:15:42] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006114 10.0.0.56 - - [2025-09-22 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.56 - - [2025-09-22 03:15:46] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006812 10.0.0.56 - - [2025-09-22 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.017144 10.0.0.56 - - [2025-09-22 03:15:50] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006030 10.0.0.56 - - [2025-09-22 03:15:51] "POST /neutron/port HTTP/1.1" 200 1201 0.021568 10.0.0.56 - - [2025-09-22 03:15:54] "POST /neutron/port HTTP/1.1" 200 1201 0.017948 10.0.0.56 - - [2025-09-22 03:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.56 - - [2025-09-22 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-09-22 03:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.56 - - [2025-09-22 03:15:54] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005384 10.0.0.56 - - [2025-09-22 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.56 - - [2025-09-22 03:15:58] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005488 10.0.0.56 - - [2025-09-22 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.56 - - [2025-09-22 03:16:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003595 10.0.0.56 - - [2025-09-22 03:16:00] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003197 10.0.0.56 - - [2025-09-22 03:16:00] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006012 10.0.0.56 - - [2025-09-22 03:16:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008076 10.0.0.56 - - [2025-09-22 03:16:11] "POST /neutron/port HTTP/1.1" 200 1201 0.017649 10.0.0.56 - - [2025-09-22 03:16:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007401 10.0.0.56 - - [2025-09-22 03:16:16] "POST /neutron/port HTTP/1.1" 200 1201 0.017787 10.0.0.56 - - [2025-09-22 03:16:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007105 10.0.0.56 - - [2025-09-22 03:16:26] "POST /neutron/port HTTP/1.1" 200 1201 0.019722 10.0.0.56 - - [2025-09-22 03:16:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008399 10.0.0.56 - - [2025-09-22 03:16:27] "GET /virtual-machine/92d19116-dee5-462e-a081-93a508b48760 HTTP/1.1" 200 1301 0.005593 10.0.0.56 - - [2025-09-22 03:16:27] "GET /virtual-machine-interface/4aa850dd-632f-4043-8abc-6cf0d94217e3 HTTP/1.1" 200 3174 0.005705 10.0.0.56 - - [2025-09-22 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-09-22 03:16:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.56 - - [2025-09-22 03:16:27] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003737 10.0.0.56 - - [2025-09-22 03:16:27] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006712 10.0.0.56 - - [2025-09-22 03:16:28] "POST /neutron/network HTTP/1.1" 200 1014 0.012326 10.0.0.56 - - [2025-09-22 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016225 10.0.0.56 - - [2025-09-22 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.56 - - [2025-09-22 03:16:28] "POST /neutron/network HTTP/1.1" 200 1004 0.012196 10.0.0.56 - - [2025-09-22 03:16:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.56 - - [2025-09-22 03:16:28] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003391 10.0.0.56 - - [2025-09-22 03:16:28] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006985 10.0.0.56 - - [2025-09-22 03:16:33] "POST /neutron/port HTTP/1.1" 200 1201 0.019165 10.0.0.56 - - [2025-09-22 03:16:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007737 10.0.0.56 - - [2025-09-22 03:16:33] "GET /virtual-machine/68bb5b9c-d707-4344-8ff1-66cf071ebcc0 HTTP/1.1" 200 1300 0.007110 10.0.0.56 - - [2025-09-22 03:16:33] "GET /virtual-machine-interface/b3580843-109e-4ee5-863b-a658bdf0cfec HTTP/1.1" 200 3175 0.007671 10.0.0.56 - - [2025-09-22 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.56 - - [2025-09-22 03:16:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005198 10.0.0.56 - - [2025-09-22 03:16:33] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003565 10.0.0.56 - - [2025-09-22 03:16:33] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006659 10.0.0.56 - - [2025-09-22 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.56 - - [2025-09-22 03:16:37] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006503 10.0.0.56 - - [2025-09-22 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.56 - - [2025-09-22 03:16:41] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005424 10.0.0.27 - - [2025-09-22 03:16:42] "GET /obj-perms HTTP/1.1" 200 5056 0.044392 10.0.0.56 - - [2025-09-22 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.56 - - [2025-09-22 03:16:45] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005904 10.0.0.56 - - [2025-09-22 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.56 - - [2025-09-22 03:16:49] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007286 10.0.0.56 - - [2025-09-22 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-09-22 03:16:53] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006440 10.0.0.56 - - [2025-09-22 03:16:56] "POST /neutron/port HTTP/1.1" 200 1201 0.016921 10.0.0.56 - - [2025-09-22 03:16:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.56 - - [2025-09-22 03:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.56 - - [2025-09-22 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.56 - - [2025-09-22 03:16:57] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006829 10.0.0.56 - - [2025-09-22 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-22 03:17:01] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006389 10.0.0.56 - - [2025-09-22 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.56 - - [2025-09-22 03:17:05] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005737 10.0.0.56 - - [2025-09-22 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005652 10.0.0.56 - - [2025-09-22 03:17:09] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007478 10.0.0.56 - - [2025-09-22 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.56 - - [2025-09-22 03:17:13] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006234 10.0.0.56 - - [2025-09-22 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.56 - - [2025-09-22 03:17:17] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005290 10.0.0.56 - - [2025-09-22 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.56 - - [2025-09-22 03:17:22] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006230 10.0.0.56 - - [2025-09-22 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.56 - - [2025-09-22 03:17:26] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007469 10.0.0.56 - - [2025-09-22 03:17:30] "POST /neutron/port HTTP/1.1" 200 1201 0.021066 10.0.0.56 - - [2025-09-22 03:17:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004908 10.0.0.56 - - [2025-09-22 03:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.56 - - [2025-09-22 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.56 - - [2025-09-22 03:17:30] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006350 10.0.0.56 - - [2025-09-22 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.56 - - [2025-09-22 03:17:34] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006443 10.0.0.56 - - [2025-09-22 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005866 10.0.0.56 - - [2025-09-22 03:17:38] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007591 10.0.0.56 - - [2025-09-22 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.56 - - [2025-09-22 03:17:40] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004900 10.0.0.56 - - [2025-09-22 03:17:40] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003275 10.0.0.56 - - [2025-09-22 03:17:40] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007041 10.0.0.56 - - [2025-09-22 03:17:40] "POST /neutron/port HTTP/1.1" 200 1201 0.017967 10.0.0.56 - - [2025-09-22 03:17:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032971 10.0.0.56 - - [2025-09-22 03:17:51] "POST /neutron/port HTTP/1.1" 200 1201 0.018077 10.0.0.56 - - [2025-09-22 03:17:56] "POST /neutron/port HTTP/1.1" 200 1201 0.018108 10.0.0.56 - - [2025-09-22 03:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004660 10.0.0.56 - - [2025-09-22 03:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.56 - - [2025-09-22 03:18:30] "POST /neutron/port HTTP/1.1" 200 1201 0.018475 10.0.0.56 - - [2025-09-22 03:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005028 10.0.0.56 - - [2025-09-22 03:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.27 - - [2025-09-22 03:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.037921 10.0.0.56 - - [2025-09-22 03:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.073016 10.0.0.56 - - [2025-09-22 03:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.126647 10.0.0.27 - - [2025-09-22 03:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.140631 10.0.0.38 - - [2025-09-22 03:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.160476 10.0.0.27 - - [2025-09-22 03:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.049176 10.0.0.56 - - [2025-09-22 03:18:34] "GET /global-system-configs HTTP/1.1" 200 322 0.026953 10.0.0.38 - - [2025-09-22 03:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.060419 10.0.0.38 - - [2025-09-22 03:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.123455 10.0.0.38 - - [2025-09-22 03:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.206023 10.0.0.27 - - [2025-09-22 03:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.218513 10.0.0.56 - - [2025-09-22 03:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.233987 10.0.0.27 - - [2025-09-22 03:18:43] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001968 10.0.0.56 - - [2025-09-22 03:18:43] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069427 10.0.0.56 - - [2025-09-22 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.003594 10.0.0.56 - - [2025-09-22 03:18:43] "POST /interface-route-tables HTTP/1.1" 200 575 0.034284 10.0.0.56 - - [2025-09-22 03:18:43] "GET /interface-route-table/602a02b0-b5f6-454e-85a5-cc34d000a9cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007348 10.0.0.56 - - [2025-09-22 03:18:43] "GET /virtual-machine-interface/8a96a8b6-091f-4fa1-b11a-d0fcec2557fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006012 10.0.0.56 - - [2025-09-22 03:18:43] "POST /ref-update HTTP/1.1" 200 156 0.014702 10.0.0.56 - - [2025-09-22 03:18:55] "POST /neutron/port HTTP/1.1" 200 1201 0.038740 10.0.0.56 - - [2025-09-22 03:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004093 10.0.0.56 - - [2025-09-22 03:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.56 - - [2025-09-22 03:19:32] "POST /neutron/port HTTP/1.1" 200 1201 0.039907 10.0.0.56 - - [2025-09-22 03:19:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015780 10.0.0.56 - - [2025-09-22 03:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001854 10.0.0.27 - - [2025-09-22 03:19:32] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001511 10.0.0.56 - - [2025-09-22 03:19:32] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048385 10.0.0.56 - - [2025-09-22 03:19:32] "POST /fqname-to-id HTTP/1.1" 404 226 0.003546 10.0.0.56 - - [2025-09-22 03:19:32] "POST /interface-route-tables HTTP/1.1" 200 575 0.028513 10.0.0.56 - - [2025-09-22 03:19:32] "GET /interface-route-table/7f5bf47d-2f90-4f66-bad6-b34408cfcf7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006452 10.0.0.56 - - [2025-09-22 03:19:32] "GET /virtual-machine-interface/4aa850dd-632f-4043-8abc-6cf0d94217e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006269 10.0.0.56 - - [2025-09-22 03:19:32] "POST /ref-update HTTP/1.1" 200 156 0.015390 10.0.0.56 - - [2025-09-22 03:19:34] "GET /virtual-machine-interface/b3580843-109e-4ee5-863b-a658bdf0cfec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006762 10.0.0.56 - - [2025-09-22 03:19:34] "PUT /virtual-machine-interface/b3580843-109e-4ee5-863b-a658bdf0cfec HTTP/1.1" 200 284 0.016203 10.0.0.56 - - [2025-09-22 03:19:34] "GET /virtual-machine-interface/8a96a8b6-091f-4fa1-b11a-d0fcec2557fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.011858 10.0.0.56 - - [2025-09-22 03:19:34] "PUT /virtual-machine-interface/8a96a8b6-091f-4fa1-b11a-d0fcec2557fe HTTP/1.1" 200 284 0.022841 10.0.0.56 - - [2025-09-22 03:19:34] "GET /virtual-machine-interface/4aa850dd-632f-4043-8abc-6cf0d94217e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.018031 10.0.0.56 - - [2025-09-22 03:19:34] "PUT /virtual-machine-interface/4aa850dd-632f-4043-8abc-6cf0d94217e3 HTTP/1.1" 200 284 0.028141 10.0.0.56 - - [2025-09-22 03:19:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054468 10.0.0.56 - - [2025-09-22 03:19:57] "POST /neutron/port HTTP/1.1" 200 1201 0.017624 10.0.0.56 - - [2025-09-22 03:19:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.56 - - [2025-09-22 03:19:57] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.56 - - [2025-09-22 03:20:32] "POST /neutron/port HTTP/1.1" 200 1201 0.020815 10.0.0.56 - - [2025-09-22 03:20:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005022 10.0.0.56 - - [2025-09-22 03:20:32] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.56 - - [2025-09-22 03:20:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.028439 10.0.0.56 - - [2025-09-22 03:20:33] "POST /neutron/port HTTP/1.1" 200 1201 0.016166 10.0.0.56 - - [2025-09-22 03:20:33] "GET /virtual-machine/8909caad-a4e0-4a49-b310-b90138ceec43 HTTP/1.1" 200 1300 0.026835 10.0.0.56 - - [2025-09-22 03:20:33] "GET /virtual-machine-interface/9cc2495d-05c4-4c76-a797-a062e5afabfa HTTP/1.1" 200 3176 0.005980 10.0.0.56 - - [2025-09-22 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.023309 10.0.0.56 - - [2025-09-22 03:20:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.085616 10.0.0.56 - - [2025-09-22 03:20:33] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003119 10.0.0.56 - - [2025-09-22 03:20:33] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006295 10.0.0.56 - - [2025-09-22 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.56 - - [2025-09-22 03:20:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004130 10.0.0.56 - - [2025-09-22 03:20:34] "GET /virtual-networks?parent_id=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003039 10.0.0.56 - - [2025-09-22 03:20:34] "GET /virtual-network/53f641d7-69de-4309-befe-12b3fdc764a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006468 10.0.0.56 - - [2025-09-22 03:20:35] "GET /virtual-machine-interface/9cc2495d-05c4-4c76-a797-a062e5afabfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007296 10.0.0.56 - - [2025-09-22 03:20:35] "PUT /virtual-machine-interface/9cc2495d-05c4-4c76-a797-a062e5afabfa HTTP/1.1" 200 284 0.014805 10.0.0.38 - - [2025-09-22 03:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.045145 10.0.0.27 - - [2025-09-22 03:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.043413 10.0.0.56 - - [2025-09-22 03:20:58] "POST /neutron/port HTTP/1.1" 200 1201 0.017923 10.0.0.56 - - [2025-09-22 03:20:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004663 10.0.0.56 - - [2025-09-22 03:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.27 - - [2025-09-22 03:21:09] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029628 10.0.0.56 - - [2025-09-22 03:21:09] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.091135 10.0.0.56 - - [2025-09-22 03:21:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.004035 10.0.0.56 - - [2025-09-22 03:21:09] "POST /interface-route-tables HTTP/1.1" 200 575 0.029542 10.0.0.56 - - [2025-09-22 03:21:09] "GET /interface-route-table/891eaef8-f0be-46f6-ac05-5d24f955fb98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006829 10.0.0.56 - - [2025-09-22 03:21:09] "GET /virtual-machine-interface/9cc2495d-05c4-4c76-a797-a062e5afabfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.008856 10.0.0.56 - - [2025-09-22 03:21:09] "POST /ref-update HTTP/1.1" 200 156 0.030256 10.0.0.56 - - [2025-09-22 03:21:11] "GET /virtual-machine-interface/8a96a8b6-091f-4fa1-b11a-d0fcec2557fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007402 10.0.0.56 - - [2025-09-22 03:21:11] "POST /ref-update HTTP/1.1" 200 156 0.023832 10.0.0.56 - - [2025-09-22 03:21:11] "DELETE /interface-route-table/602a02b0-b5f6-454e-85a5-cc34d000a9cb HTTP/1.1" 200 115 0.035975 10.0.0.56 - - [2025-09-22 03:21:11] "POST /neutron/port HTTP/1.1" 200 1227 0.016057 10.0.0.56 - - [2025-09-22 03:21:21] "GET /virtual-machine-interface/9cc2495d-05c4-4c76-a797-a062e5afabfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.010439 10.0.0.56 - - [2025-09-22 03:21:21] "POST /ref-update HTTP/1.1" 200 156 0.018274 10.0.0.56 - - [2025-09-22 03:21:21] "DELETE /interface-route-table/891eaef8-f0be-46f6-ac05-5d24f955fb98 HTTP/1.1" 200 115 0.043055 10.0.0.56 - - [2025-09-22 03:21:21] "GET /virtual-machine-interface/4aa850dd-632f-4043-8abc-6cf0d94217e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006758 10.0.0.56 - - [2025-09-22 03:21:21] "POST /ref-update HTTP/1.1" 200 156 0.015798 10.0.0.56 - - [2025-09-22 03:21:21] "DELETE /interface-route-table/7f5bf47d-2f90-4f66-bad6-b34408cfcf7a HTTP/1.1" 200 115 0.033426 10.0.0.56 - - [2025-09-22 03:21:21] "POST /neutron/network HTTP/1.1" 400 204 0.016404 10.0.0.56 - - [2025-09-22 03:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.250746 10.0.0.56 - - [2025-09-22 03:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.366853 10.0.0.56 - - [2025-09-22 03:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.348357 10.0.0.56 - - [2025-09-22 03:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052186 10.0.0.27 - - [2025-09-22 03:21:25] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001541 10.0.0.56 - - [2025-09-22 03:21:25] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080587 10.0.0.27 - - [2025-09-22 03:21:25] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.56 - - [2025-09-22 03:21:25] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?fields=virtual_networks HTTP/1.1" 200 1048 0.049936 10.0.0.27 - - [2025-09-22 03:21:25] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.56 - - [2025-09-22 03:21:25] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040700 10.0.0.27 - - [2025-09-22 03:21:25] "GET /projects?obj_uuids=a080feff-d5d3-43bd-b5d9-bb2b49614501&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.56 - - [2025-09-22 03:21:25] "GET /project/a080feff-d5d3-43bd-b5d9-bb2b49614501?fields=security_groups HTTP/1.1" 200 1282 0.046000 10.0.0.56 - - [2025-09-22 03:21:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.025499 10.0.0.27 - - [2025-09-22 03:21:26] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003426 10.0.0.27 - - [2025-09-22 03:21:26] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.27 - - [2025-09-22 03:21:26] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030797 10.0.0.27 - - [2025-09-22 03:21:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.005619 10.0.0.27 - - [2025-09-22 03:21:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.004272 10.0.0.27 - - [2025-09-22 03:21:27] "POST /security-groups HTTP/1.1" 200 586 0.082009 10.0.0.27 - - [2025-09-22 03:21:27] "POST /projects HTTP/1.1" 200 575 0.296556 10.0.0.56 - - [2025-09-22 03:21:27] "POST /access-control-lists HTTP/1.1" 200 591 0.027680 10.0.0.27 - - [2025-09-22 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.368319 10.0.0.56 - - [2025-09-22 03:21:27] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.559810 10.0.0.56 - - [2025-09-22 03:21:28] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.56 - - [2025-09-22 03:21:30] "DELETE /access-control-list/a61eeb6e-b88b-48fe-9f58-311445d5bed8 HTTP/1.1" 200 115 0.039230 10.0.0.27 - - [2025-09-22 03:21:31] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.56 - - [2025-09-22 03:21:31] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044348 10.0.0.27 - - [2025-09-22 03:21:31] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.56 - - [2025-09-22 03:21:31] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?fields=virtual_networks HTTP/1.1" 200 1022 0.051481 10.0.0.27 - - [2025-09-22 03:21:31] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.56 - - [2025-09-22 03:21:31] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046184 10.0.0.27 - - [2025-09-22 03:21:31] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001260 10.0.0.56 - - [2025-09-22 03:21:31] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?fields=security_groups HTTP/1.1" 200 1243 0.038222 10.0.0.56 - - [2025-09-22 03:21:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.026110 10.0.0.27 - - [2025-09-22 03:21:32] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003004 10.0.0.27 - - [2025-09-22 03:21:32] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.27 - - [2025-09-22 03:21:32] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007898 10.0.0.27 - - [2025-09-22 03:21:32] "POST /id-to-fqname HTTP/1.1" 200 195 0.002847 10.0.0.27 - - [2025-09-22 03:21:32] "POST /fqname-to-id HTTP/1.1" 404 204 0.004279 10.0.0.27 - - [2025-09-22 03:21:32] "POST /security-groups HTTP/1.1" 200 596 0.077754 10.0.0.27 - - [2025-09-22 03:21:32] "POST /projects HTTP/1.1" 200 595 0.296913 10.0.0.56 - - [2025-09-22 03:21:32] "POST /access-control-lists HTTP/1.1" 200 601 0.025188 10.0.0.27 - - [2025-09-22 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.362333 10.0.0.56 - - [2025-09-22 03:21:33] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.497221 10.0.0.56 - - [2025-09-22 03:21:34] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.27 - - [2025-09-22 03:21:37] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001415 10.0.0.56 - - [2025-09-22 03:21:37] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044846 10.0.0.27 - - [2025-09-22 03:21:37] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002038 10.0.0.56 - - [2025-09-22 03:21:37] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?fields=virtual_networks HTTP/1.1" 200 1041 0.045402 10.0.0.27 - - [2025-09-22 03:21:37] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001042 10.0.0.56 - - [2025-09-22 03:21:37] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045590 10.0.0.27 - - [2025-09-22 03:21:37] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001187 10.0.0.56 - - [2025-09-22 03:21:37] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?fields=security_groups HTTP/1.1" 200 1272 0.040043 10.0.0.56 - - [2025-09-22 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.024328 10.0.0.27 - - [2025-09-22 03:21:38] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003470 10.0.0.27 - - [2025-09-22 03:21:38] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.27 - - [2025-09-22 03:21:38] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007272 10.0.0.27 - - [2025-09-22 03:21:38] "POST /id-to-fqname HTTP/1.1" 200 201 0.001380 10.0.0.27 - - [2025-09-22 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.003629 10.0.0.27 - - [2025-09-22 03:21:38] "POST /security-groups HTTP/1.1" 200 602 0.078538 10.0.0.56 - - [2025-09-22 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.003509 10.0.0.27 - - [2025-09-22 03:21:38] "POST /projects HTTP/1.1" 200 607 0.285838 10.0.0.27 - - [2025-09-22 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.356303 10.0.0.56 - - [2025-09-22 03:21:38] "POST /access-control-lists HTTP/1.1" 200 605 0.046067 10.0.0.56 - - [2025-09-22 03:21:38] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.499084 10.0.0.56 - - [2025-09-22 03:21:39] "GET / HTTP/1.1" 200 35931 0.002361 10.0.0.27 - - [2025-09-22 03:21:42] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001118 10.0.0.56 - - [2025-09-22 03:21:42] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050165 10.0.0.27 - - [2025-09-22 03:21:42] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001066 10.0.0.56 - - [2025-09-22 03:21:42] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?fields=virtual_networks HTTP/1.1" 200 1053 0.049187 10.0.0.27 - - [2025-09-22 03:21:42] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001360 10.0.0.56 - - [2025-09-22 03:21:42] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.046212 10.0.0.27 - - [2025-09-22 03:21:43] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.56 - - [2025-09-22 03:21:43] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?fields=security_groups HTTP/1.1" 200 1290 0.044282 10.0.0.56 - - [2025-09-22 03:21:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.023783 10.0.0.27 - - [2025-09-22 03:21:43] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.27 - - [2025-09-22 03:21:43] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.27 - - [2025-09-22 03:21:43] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008088 10.0.0.27 - - [2025-09-22 03:21:44] "POST /id-to-fqname HTTP/1.1" 200 187 0.003736 10.0.0.27 - - [2025-09-22 03:21:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.006734 10.0.0.27 - - [2025-09-22 03:21:44] "POST /security-groups HTTP/1.1" 200 588 0.089202 10.0.0.27 - - [2025-09-22 03:21:44] "POST /projects HTTP/1.1" 200 579 0.312818 10.0.0.56 - - [2025-09-22 03:21:44] "POST /fqname-to-id HTTP/1.1" 404 230 0.006429 10.0.0.27 - - [2025-09-22 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.386194 10.0.0.56 - - [2025-09-22 03:21:44] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.531739 10.0.0.56 - - [2025-09-22 03:21:45] "GET / HTTP/1.1" 200 35931 0.002141 10.0.0.27 - - [2025-09-22 03:21:48] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001195 10.0.0.56 - - [2025-09-22 03:21:48] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.052924 10.0.0.27 - - [2025-09-22 03:21:49] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001148 10.0.0.56 - - [2025-09-22 03:21:49] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?fields=virtual_networks HTTP/1.1" 200 1025 0.056104 10.0.0.27 - - [2025-09-22 03:21:49] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001209 10.0.0.56 - - [2025-09-22 03:21:49] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042043 10.0.0.27 - - [2025-09-22 03:21:49] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000973 10.0.0.56 - - [2025-09-22 03:21:49] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?fields=security_groups HTTP/1.1" 200 1248 0.056929 10.0.0.56 - - [2025-09-22 03:21:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.023025 10.0.0.27 - - [2025-09-22 03:21:50] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003781 10.0.0.27 - - [2025-09-22 03:21:50] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001477 10.0.0.27 - - [2025-09-22 03:21:50] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009916 10.0.0.27 - - [2025-09-22 03:21:50] "POST /id-to-fqname HTTP/1.1" 200 184 0.003291 10.0.0.27 - - [2025-09-22 03:21:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.008474 10.0.0.27 - - [2025-09-22 03:21:50] "POST /security-groups HTTP/1.1" 200 585 0.034496 10.0.0.27 - - [2025-09-22 03:21:50] "POST /projects HTTP/1.1" 200 573 0.252738 10.0.0.56 - - [2025-09-22 03:21:50] "POST /access-control-lists HTTP/1.1" 200 590 0.043213 10.0.0.27 - - [2025-09-22 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.331225 10.0.0.56 - - [2025-09-22 03:21:50] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.489876 10.0.0.56 - - [2025-09-22 03:21:51] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.27 - - [2025-09-22 03:21:54] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001062 10.0.0.56 - - [2025-09-22 03:21:54] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.043808 10.0.0.27 - - [2025-09-22 03:21:54] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001640 10.0.0.56 - - [2025-09-22 03:21:54] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?fields=virtual_networks HTTP/1.1" 200 1019 0.048120 10.0.0.27 - - [2025-09-22 03:21:54] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001127 10.0.0.56 - - [2025-09-22 03:21:54] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.038309 10.0.0.27 - - [2025-09-22 03:21:54] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001043 10.0.0.56 - - [2025-09-22 03:21:54] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?fields=security_groups HTTP/1.1" 200 1239 0.045270 10.0.0.56 - - [2025-09-22 03:21:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.024855 10.0.0.27 - - [2025-09-22 03:21:55] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003988 10.0.0.27 - - [2025-09-22 03:21:55] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.27 - - [2025-09-22 03:21:55] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010337 10.0.0.27 - - [2025-09-22 03:21:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.007095 10.0.0.27 - - [2025-09-22 03:21:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.005327 10.0.0.27 - - [2025-09-22 03:21:55] "POST /security-groups HTTP/1.1" 200 589 0.078601 10.0.0.56 - - [2025-09-22 03:21:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.006548 10.0.0.27 - - [2025-09-22 03:21:55] "POST /projects HTTP/1.1" 200 581 0.300061 10.0.0.27 - - [2025-09-22 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.370162 10.0.0.56 - - [2025-09-22 03:21:56] "POST /access-control-lists HTTP/1.1" 200 592 0.034151 10.0.0.56 - - [2025-09-22 03:21:56] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.529239 10.0.0.56 - - [2025-09-22 03:21:57] "GET / HTTP/1.1" 200 35931 0.002191 10.0.0.27 - - [2025-09-22 03:22:00] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.56 - - [2025-09-22 03:22:00] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043482 10.0.0.27 - - [2025-09-22 03:22:00] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.56 - - [2025-09-22 03:22:00] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?fields=virtual_networks HTTP/1.1" 200 1027 0.048514 10.0.0.27 - - [2025-09-22 03:22:00] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.56 - - [2025-09-22 03:22:00] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.057642 10.0.0.27 - - [2025-09-22 03:22:00] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.56 - - [2025-09-22 03:22:00] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?fields=security_groups HTTP/1.1" 200 1251 0.055763 10.0.0.56 - - [2025-09-22 03:22:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.026660 10.0.0.27 - - [2025-09-22 03:22:01] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.27 - - [2025-09-22 03:22:01] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.27 - - [2025-09-22 03:22:01] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007395 10.0.0.27 - - [2025-09-22 03:22:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.001886 10.0.0.27 - - [2025-09-22 03:22:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.008519 10.0.0.27 - - [2025-09-22 03:22:01] "POST /security-groups HTTP/1.1" 200 589 0.033022 10.0.0.27 - - [2025-09-22 03:22:01] "POST /projects HTTP/1.1" 200 581 0.249911 10.0.0.27 - - [2025-09-22 03:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.326364 10.0.0.56 - - [2025-09-22 03:22:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.010839 10.0.0.56 - - [2025-09-22 03:22:01] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.480231 10.0.0.56 - - [2025-09-22 03:22:02] "GET / HTTP/1.1" 200 35931 0.002478 10.0.0.56 - - [2025-09-22 03:22:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.56 - - [2025-09-22 03:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.058760 10.0.0.27 - - [2025-09-22 03:22:04] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.56 - - [2025-09-22 03:22:04] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051730 10.0.0.56 - - [2025-09-22 03:22:04] "POST /neutron/network HTTP/1.1" 200 117 0.031823 10.0.0.56 - - [2025-09-22 03:22:05] "POST /ref-update HTTP/1.1" 200 156 0.024585 10.0.0.56 - - [2025-09-22 03:22:05] "POST /neutron/network HTTP/1.1" 200 824 0.009986 10.0.0.56 - - [2025-09-22 03:22:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001132 10.0.0.56 - - [2025-09-22 03:22:05] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005258 10.0.0.56 - - [2025-09-22 03:22:05] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005904 10.0.0.56 - - [2025-09-22 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.56 - - [2025-09-22 03:22:05] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005974 10.0.0.56 - - [2025-09-22 03:22:05] "PUT /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac HTTP/1.1" 200 264 0.053520 10.0.0.56 - - [2025-09-22 03:22:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.011180 10.0.0.56 - - [2025-09-22 03:22:06] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006112 10.0.0.56 - - [2025-09-22 03:22:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001580 10.0.0.56 - - [2025-09-22 03:22:07] "POST /neutron/network HTTP/1.1" 200 834 0.008412 10.0.0.27 - - [2025-09-22 03:22:08] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.56 - - [2025-09-22 03:22:08] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066593 10.0.0.56 - - [2025-09-22 03:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.27 - - [2025-09-22 03:22:09] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.56 - - [2025-09-22 03:22:09] "POST /neutron/port HTTP/1.1" 200 1060 0.277329 10.0.0.56 - - [2025-09-22 03:22:09] "POST /neutron/port HTTP/1.1" 200 1114 0.118442 10.0.0.56 - - [2025-09-22 03:22:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.017024 10.0.0.56 - - [2025-09-22 03:22:13] "POST /neutron/port HTTP/1.1" 200 1088 0.019423 10.0.0.56 - - [2025-09-22 03:22:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009015 10.0.0.56 - - [2025-09-22 03:22:14] "GET /virtual-machine/a6384377-baa1-4b76-bf37-fc4c814fcf96 HTTP/1.1" 401 292 0.000570 10.0.0.56 - - [2025-09-22 03:22:14] "GET /virtual-machine/a6384377-baa1-4b76-bf37-fc4c814fcf96 HTTP/1.1" 200 1291 0.028248 10.0.0.56 - - [2025-09-22 03:22:14] "GET /virtual-machine-interface/94910864-cfff-4f00-8894-076916edc372 HTTP/1.1" 200 2931 0.005780 10.0.0.56 - - [2025-09-22 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010103 10.0.0.56 - - [2025-09-22 03:22:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005142 10.0.0.56 - - [2025-09-22 03:22:14] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003193 10.0.0.56 - - [2025-09-22 03:22:14] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007138 10.0.0.56 - - [2025-09-22 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.56 - - [2025-09-22 03:22:17] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005332 10.0.0.56 - - [2025-09-22 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-09-22 03:22:21] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006310 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/297dbea08a2f45728bb1578f45024561 HTTP/1.1" 404 173 0.022001 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/103c1f11ff9f44fbaacd736d712ec5bb HTTP/1.1" 404 173 0.016337 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/a080feff-d5d3-43bd-b5d9-bb2b49614501 HTTP/1.1" 404 177 0.024116 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/70fd596382244ba998713564039748bf HTTP/1.1" 404 173 0.012398 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/e14362c7ccf7469d81f36be03bdca181 HTTP/1.1" 404 173 0.014164 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000803 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000843 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000776 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/a3d7c7a1e9114a49961c4150a2d3f415 HTTP/1.1" 404 173 0.011938 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/61cd74a9b2724d078fad74c6306a64c9 HTTP/1.1" 404 173 0.009943 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /project/d5931054d56743a9a828d19fad4f15a9 HTTP/1.1" 404 173 0.011406 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000948 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.122246 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.130104 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.131068 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.148989 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.156068 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001654 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001383 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001114 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.223537 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001825 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?fields=security_groups HTTP/1.1" 200 1344 0.117782 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?fields=security_groups HTTP/1.1" 200 1348 0.128070 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?fields=security_groups HTTP/1.1" 200 1377 0.146307 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?fields=security_groups HTTP/1.1" 200 1395 0.149539 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?fields=security_groups HTTP/1.1" 200 1356 0.186692 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?fields=security_groups HTTP/1.1" 200 1353 0.197177 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/b71d3ade-eda3-4e19-9de4-8e17f072c351 HTTP/1.1" 200 115 0.201002 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/a9497743-4ca5-473b-abb0-f81b70de5d7a HTTP/1.1" 200 115 0.212041 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=d5931054-d567-43a9-a828-d19fad4f15a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=103c1f11-ff9f-44fb-aacd-736d712ec5bb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001769 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/9151c763-2bfc-4419-84df-97babcfc7105 HTTP/1.1" 200 115 0.258250 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/61e0d4b2-c41f-43db-a6a6-b46d62cf5810 HTTP/1.1" 200 115 0.207563 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=70fd5963-8224-4ba9-9871-3564039748bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003564 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=e14362c7-ccf7-469d-81f3-6be03bdca181&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001971 10.0.0.56 - - [2025-09-22 03:22:25] "DELETE /access-control-list/92df4a6e-767c-4c93-8e93-7d8746f85dc1 HTTP/1.1" 200 115 0.143853 10.0.0.56 - - [2025-09-22 03:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.56 - - [2025-09-22 03:22:25] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.010874 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/aed544b4-591d-47aa-832d-95ca2207bede HTTP/1.1" 200 115 0.249435 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/d5931054-d567-43a9-a828-d19fad4f15a9?fields=application_policy_sets HTTP/1.1" 200 1387 0.144829 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=297dbea0-8a2f-4572-8bb1-578f45024561&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002149 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb?fields=application_policy_sets HTTP/1.1" 200 1383 0.188051 10.0.0.27 - - [2025-09-22 03:22:25] "DELETE /security-group/f364ee87-5ebf-49b8-bd8b-a55ab7550d7c HTTP/1.1" 200 115 0.248262 10.0.0.27 - - [2025-09-22 03:22:25] "GET /projects?obj_uuids=61cd74a9-b272-4d07-8fad-74c6306a64c9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004522 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/e14362c7-ccf7-469d-81f3-6be03bdca181?fields=application_policy_sets HTTP/1.1" 200 1434 0.202608 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/70fd5963-8224-4ba9-9871-3564039748bf?fields=application_policy_sets HTTP/1.1" 200 1416 0.239736 10.0.0.27 - - [2025-09-22 03:22:25] "GET /project/297dbea0-8a2f-4572-8bb1-578f45024561?fields=application_policy_sets HTTP/1.1" 200 1395 0.172583 10.0.0.27 - - [2025-09-22 03:22:26] "GET /project/61cd74a9-b272-4d07-8fad-74c6306a64c9?fields=application_policy_sets HTTP/1.1" 200 1392 0.186008 10.0.0.56 - - [2025-09-22 03:22:26] "DELETE /access-control-list/352ab36f-6967-4739-b4f5-357a791bf4d0 HTTP/1.1" 200 115 0.190061 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/d5931054-d567-43a9-a828-d19fad4f15a9 HTTP/1.1" 200 115 1.182841 10.0.0.56 - - [2025-09-22 03:22:26] "DELETE /access-control-list/992be539-d499-42e6-b945-46e726454b37 HTTP/1.1" 200 115 0.093205 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/103c1f11-ff9f-44fb-aacd-736d712ec5bb HTTP/1.1" 200 115 1.279451 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/297dbea0-8a2f-4572-8bb1-578f45024561 HTTP/1.1" 200 115 1.295177 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/e14362c7-ccf7-469d-81f3-6be03bdca181 HTTP/1.1" 200 115 1.318510 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/70fd5963-8224-4ba9-9871-3564039748bf HTTP/1.1" 200 115 1.318651 10.0.0.27 - - [2025-09-22 03:22:26] "DELETE /project/61cd74a9-b272-4d07-8fad-74c6306a64c9 HTTP/1.1" 200 115 1.328059 10.0.0.56 - - [2025-09-22 03:22:26] "DELETE /access-control-list/52ccf356-a084-41d3-a1e1-2449b22741a8 HTTP/1.1" 200 115 0.049123 10.0.0.56 - - [2025-09-22 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.56 - - [2025-09-22 03:22:29] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006459 10.0.0.56 - - [2025-09-22 03:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.56 - - [2025-09-22 03:22:33] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007543 10.0.0.56 - - [2025-09-22 03:22:35] "POST /neutron/port HTTP/1.1" 200 1088 0.017289 10.0.0.56 - - [2025-09-22 03:22:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.56 - - [2025-09-22 03:22:35] "POST /neutron/network HTTP/1.1" 200 824 0.008487 10.0.0.56 - - [2025-09-22 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.56 - - [2025-09-22 03:22:38] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006581 10.0.0.56 - - [2025-09-22 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.56 - - [2025-09-22 03:22:42] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006957 10.0.0.56 - - [2025-09-22 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.56 - - [2025-09-22 03:22:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.56 - - [2025-09-22 03:22:44] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003802 10.0.0.56 - - [2025-09-22 03:22:44] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007376 10.0.0.56 - - [2025-09-22 03:22:47] "GET /obj-perms HTTP/1.1" 200 5056 0.042484 10.0.0.56 - - [2025-09-22 03:22:49] "POST /neutron/port HTTP/1.1" 200 1088 0.017334 10.0.0.56 - - [2025-09-22 03:22:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.031140 10.0.0.56 - - [2025-09-22 03:22:59] "POST /neutron/port HTTP/1.1" 200 1088 0.016899 10.0.0.56 - - [2025-09-22 03:23:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007703 10.0.0.56 - - [2025-09-22 03:23:00] "POST /neutron/port HTTP/1.1" 200 1088 0.015969 10.0.0.56 - - [2025-09-22 03:23:00] "POST /neutron/network HTTP/1.1" 200 824 0.007281 10.0.0.56 - - [2025-09-22 03:23:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.001554 10.0.0.56 - - [2025-09-22 03:23:00] "GET /virtual-machine/a6384377-baa1-4b76-bf37-fc4c814fcf96 HTTP/1.1" 200 1291 0.005238 10.0.0.56 - - [2025-09-22 03:23:00] "GET /virtual-machine-interface/94910864-cfff-4f00-8894-076916edc372 HTTP/1.1" 200 2931 0.006651 10.0.0.56 - - [2025-09-22 03:23:00] "GET /instance-ip/33165898-804d-4a8f-8c6a-82fd92430e5a HTTP/1.1" 200 1618 0.007890 10.0.0.56 - - [2025-09-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.004458 10.0.0.56 - - [2025-09-22 03:23:00] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007393 10.0.0.27 - - [2025-09-22 03:23:00] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.56 - - [2025-09-22 03:23:00] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043055 10.0.0.56 - - [2025-09-22 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.56 - - [2025-09-22 03:23:00] "GET /security-group/87aaa583-ec2a-4ac8-b85c-a5f1b2376b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.005630 10.0.0.56 - - [2025-09-22 03:23:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.080914 10.0.0.56 - - [2025-09-22 03:23:00] "POST /instance-ips HTTP/1.1" 200 357 0.036698 10.0.0.56 - - [2025-09-22 03:23:00] "GET /instance-ip/a1d78eef-b257-4e94-83fc-fd319b0c69c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.008251 10.0.0.56 - - [2025-09-22 03:23:00] "GET /virtual-machine-interface/40e1c4a3-5400-4012-bf37-f392f9e499b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006549 10.0.0.56 - - [2025-09-22 03:23:00] "GET /virtual-machine-interface/40e1c4a3-5400-4012-bf37-f392f9e499b9?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008239 10.0.0.56 - - [2025-09-22 03:23:00] "GET /instance-ip/a1d78eef-b257-4e94-83fc-fd319b0c69c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.004992 10.0.0.56 - - [2025-09-22 03:23:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.001399 10.0.0.56 - - [2025-09-22 03:23:01] "POST /neutron/port HTTP/1.1" 200 967 0.011698 10.0.0.56 - - [2025-09-22 03:23:01] "POST /neutron/port HTTP/1.1" 200 967 0.011417 10.0.0.56 - - [2025-09-22 03:23:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009054 10.0.0.56 - - [2025-09-22 03:23:01] "POST /neutron/port HTTP/1.1" 200 967 0.010999 10.0.0.56 - - [2025-09-22 03:23:01] "POST /neutron/port HTTP/1.1" 200 967 0.014288 10.0.0.56 - - [2025-09-22 03:23:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.56 - - [2025-09-22 03:23:02] "POST /neutron/network HTTP/1.1" 200 824 0.008467 10.0.0.56 - - [2025-09-22 03:23:06] "POST /neutron/port HTTP/1.1" 200 1033 0.020808 10.0.0.56 - - [2025-09-22 03:23:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007889 10.0.0.56 - - [2025-09-22 03:23:06] "GET /virtual-machine/c3170c40-779b-4ef1-8a4a-029e99d8b745 HTTP/1.1" 200 1268 0.006297 10.0.0.56 - - [2025-09-22 03:23:06] "GET /virtual-machine-interface/40e1c4a3-5400-4012-bf37-f392f9e499b9 HTTP/1.1" 200 2981 0.005501 10.0.0.56 - - [2025-09-22 03:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.56 - - [2025-09-22 03:23:06] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.56 - - [2025-09-22 03:23:06] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003249 10.0.0.56 - - [2025-09-22 03:23:06] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006784 10.0.0.56 - - [2025-09-22 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.56 - - [2025-09-22 03:23:10] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006391 10.0.0.56 - - [2025-09-22 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.56 - - [2025-09-22 03:23:14] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006527 10.0.0.56 - - [2025-09-22 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.56 - - [2025-09-22 03:23:18] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006919 10.0.0.56 - - [2025-09-22 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.56 - - [2025-09-22 03:23:22] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007109 10.0.0.56 - - [2025-09-22 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.56 - - [2025-09-22 03:23:26] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006305 10.0.0.56 - - [2025-09-22 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.56 - - [2025-09-22 03:23:30] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006358 10.0.0.27 - - [2025-09-22 03:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.075485 10.0.0.38 - - [2025-09-22 03:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.128245 10.0.0.27 - - [2025-09-22 03:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.139629 10.0.0.56 - - [2025-09-22 03:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.074279 10.0.0.27 - - [2025-09-22 03:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.099290 10.0.0.56 - - [2025-09-22 03:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.145037 10.0.0.56 - - [2025-09-22 03:23:34] "GET /global-system-configs HTTP/1.1" 200 322 0.078971 10.0.0.27 - - [2025-09-22 03:23:34] "GET /obj-perms HTTP/1.1" 200 5056 0.134608 10.0.0.38 - - [2025-09-22 03:23:34] "GET /obj-perms HTTP/1.1" 200 5056 0.144943 10.0.0.56 - - [2025-09-22 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.56 - - [2025-09-22 03:23:34] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006164 10.0.0.56 - - [2025-09-22 03:23:35] "POST /neutron/network HTTP/1.1" 200 834 0.007530 10.0.0.56 - - [2025-09-22 03:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.38 - - [2025-09-22 03:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.028600 10.0.0.38 - - [2025-09-22 03:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.111687 10.0.0.56 - - [2025-09-22 03:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.237728 10.0.0.56 - - [2025-09-22 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.56 - - [2025-09-22 03:23:38] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005436 10.0.0.56 - - [2025-09-22 03:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.56 - - [2025-09-22 03:23:40] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004177 10.0.0.56 - - [2025-09-22 03:23:40] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002871 10.0.0.56 - - [2025-09-22 03:23:40] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007318 10.0.0.56 - - [2025-09-22 03:23:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009772 10.0.0.38 - - [2025-09-22 03:23:47] "GET /obj-perms HTTP/1.1" 200 5056 0.042050 10.0.0.27 - - [2025-09-22 03:23:48] "GET /obj-perms HTTP/1.1" 200 5056 0.043539 10.0.0.56 - - [2025-09-22 03:23:48] "POST /neutron/port HTTP/1.1" 200 1033 0.020425 10.0.0.56 - - [2025-09-22 03:23:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007668 10.0.0.56 - - [2025-09-22 03:24:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001449 10.0.0.56 - - [2025-09-22 03:24:01] "POST /neutron/port HTTP/1.1" 200 2005 0.024970 10.0.0.27 - - [2025-09-22 03:24:02] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.56 - - [2025-09-22 03:24:02] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052654 10.0.0.56 - - [2025-09-22 03:24:02] "POST /neutron/network HTTP/1.1" 200 824 0.028170 10.0.0.56 - - [2025-09-22 03:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.008639 10.0.0.27 - - [2025-09-22 03:24:03] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.56 - - [2025-09-22 03:24:03] "POST /neutron/port HTTP/1.1" 200 1060 0.267854 10.0.0.56 - - [2025-09-22 03:24:03] "POST /neutron/port HTTP/1.1" 200 1114 0.140034 10.0.0.56 - - [2025-09-22 03:24:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008919 10.0.0.56 - - [2025-09-22 03:24:07] "POST /neutron/port HTTP/1.1" 200 1088 0.015579 10.0.0.56 - - [2025-09-22 03:24:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007971 10.0.0.56 - - [2025-09-22 03:24:08] "GET /virtual-machine/5368517c-2fb8-45c0-a40f-694d61c85168 HTTP/1.1" 200 1290 0.006980 10.0.0.56 - - [2025-09-22 03:24:08] "GET /virtual-machine-interface/21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 HTTP/1.1" 200 2931 0.005874 10.0.0.56 - - [2025-09-22 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.56 - - [2025-09-22 03:24:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006175 10.0.0.56 - - [2025-09-22 03:24:08] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002928 10.0.0.56 - - [2025-09-22 03:24:08] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006116 10.0.0.56 - - [2025-09-22 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.56 - - [2025-09-22 03:24:11] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006224 10.0.0.56 - - [2025-09-22 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.56 - - [2025-09-22 03:24:15] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006115 10.0.0.56 - - [2025-09-22 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.56 - - [2025-09-22 03:24:19] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008194 10.0.0.56 - - [2025-09-22 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.56 - - [2025-09-22 03:24:23] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005299 10.0.0.56 - - [2025-09-22 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.56 - - [2025-09-22 03:24:27] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005944 10.0.0.56 - - [2025-09-22 03:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.56 - - [2025-09-22 03:24:31] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005569 10.0.0.56 - - [2025-09-22 03:24:35] "POST /neutron/port HTTP/1.1" 200 1033 0.038373 10.0.0.56 - - [2025-09-22 03:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005958 10.0.0.56 - - [2025-09-22 03:24:35] "POST /neutron/network HTTP/1.1" 200 824 0.008121 10.0.0.56 - - [2025-09-22 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.56 - - [2025-09-22 03:24:35] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006057 10.0.0.56 - - [2025-09-22 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.56 - - [2025-09-22 03:24:39] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005726 10.0.0.56 - - [2025-09-22 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.56 - - [2025-09-22 03:24:43] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006682 10.0.0.56 - - [2025-09-22 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.56 - - [2025-09-22 03:24:48] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006772 10.0.0.56 - - [2025-09-22 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.56 - - [2025-09-22 03:24:52] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007087 10.0.0.56 - - [2025-09-22 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.56 - - [2025-09-22 03:24:56] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005790 10.0.0.56 - - [2025-09-22 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.56 - - [2025-09-22 03:25:00] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005892 10.0.0.56 - - [2025-09-22 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-22 03:25:04] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006809 10.0.0.56 - - [2025-09-22 03:25:05] "POST /neutron/network HTTP/1.1" 200 834 0.007709 10.0.0.56 - - [2025-09-22 03:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.56 - - [2025-09-22 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.56 - - [2025-09-22 03:25:08] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006178 10.0.0.56 - - [2025-09-22 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.56 - - [2025-09-22 03:25:12] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006011 10.0.0.56 - - [2025-09-22 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.56 - - [2025-09-22 03:25:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004224 10.0.0.56 - - [2025-09-22 03:25:14] "GET /virtual-networks?parent_id=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003979 10.0.0.56 - - [2025-09-22 03:25:14] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006317 10.0.0.56 - - [2025-09-22 03:25:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007603 10.0.0.56 - - [2025-09-22 03:25:25] "POST /neutron/port HTTP/1.1" 200 1088 0.017785 10.0.0.56 - - [2025-09-22 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007297 10.0.0.56 - - [2025-09-22 03:25:35] "POST /neutron/network HTTP/1.1" 200 834 0.007902 10.0.0.56 - - [2025-09-22 03:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.56 - - [2025-09-22 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009055 10.0.0.56 - - [2025-09-22 03:25:45] "POST /neutron/port HTTP/1.1" 200 1088 0.016515 10.0.0.56 - - [2025-09-22 03:25:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010314 10.0.0.56 - - [2025-09-22 03:25:58] "POST /neutron/port HTTP/1.1" 200 1088 0.016799 10.0.0.56 - - [2025-09-22 03:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010104 10.0.0.56 - - [2025-09-22 03:26:05] "POST /neutron/network HTTP/1.1" 200 834 0.008943 10.0.0.56 - - [2025-09-22 03:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.56 - - [2025-09-22 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009151 10.0.0.56 - - [2025-09-22 03:26:11] "POST /neutron/port HTTP/1.1" 200 1088 0.017699 10.0.0.56 - - [2025-09-22 03:26:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009178 10.0.0.56 - - [2025-09-22 03:26:12] "POST /neutron/network HTTP/1.1" 200 798 0.021417 10.0.0.56 - - [2025-09-22 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001809 10.0.0.56 - - [2025-09-22 03:26:12] "GET /virtual-machine/5368517c-2fb8-45c0-a40f-694d61c85168 HTTP/1.1" 200 1290 0.004638 10.0.0.56 - - [2025-09-22 03:26:12] "GET /virtual-machine-interface/21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 HTTP/1.1" 200 2931 0.005950 10.0.0.56 - - [2025-09-22 03:26:12] "GET /instance-ip/a3c63ce6-9fb3-49a8-8365-63e27b1d38b7 HTTP/1.1" 200 1618 0.008335 10.0.0.56 - - [2025-09-22 03:26:12] "GET /virtual-machine-interface/21bce1d7-09a0-4ca3-a09e-5cbf3a31b817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006929 10.0.0.56 - - [2025-09-22 03:26:12] "PUT /virtual-machine-interface/21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 HTTP/1.1" 200 284 0.017182 10.0.0.56 - - [2025-09-22 03:26:36] "POST /neutron/port HTTP/1.1" 200 1033 0.019356 10.0.0.56 - - [2025-09-22 03:26:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.016708 10.0.0.56 - - [2025-09-22 03:27:05] "POST /neutron/port HTTP/1.1" 200 1088 0.019483 10.0.0.56 - - [2025-09-22 03:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.56 - - [2025-09-22 03:27:05] "POST /neutron/network HTTP/1.1" 200 824 0.008229 10.0.0.56 - - [2025-09-22 03:27:25] "DELETE /instance-ip/a1d78eef-b257-4e94-83fc-fd319b0c69c7 HTTP/1.1" 200 115 0.070340 10.0.0.56 - - [2025-09-22 03:27:25] "DELETE /virtual-machine-interface/40e1c4a3-5400-4012-bf37-f392f9e499b9 HTTP/1.1" 200 115 0.096930 10.0.0.56 - - [2025-09-22 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-09-22 03:27:25] "GET /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006332 10.0.0.56 - - [2025-09-22 03:27:25] "PUT /virtual-network/f29b2e01-70a5-407f-bc01-30d93ee661ac HTTP/1.1" 200 264 0.063178 10.0.0.56 - - [2025-09-22 03:27:25] "POST /neutron/port HTTP/1.1" 200 1088 0.036109 10.0.0.56 - - [2025-09-22 03:27:26] "POST /ref-update HTTP/1.1" 200 156 0.069048 10.0.0.56 - - [2025-09-22 03:27:26] "POST /neutron/port HTTP/1.1" 200 1088 0.019498 10.0.0.56 - - [2025-09-22 03:27:27] "POST /neutron/network HTTP/1.1" 200 824 0.007131 10.0.0.56 - - [2025-09-22 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-09-22 03:27:29] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.020141 10.0.0.56 - - [2025-09-22 03:27:29] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.090956 10.0.0.27 - - [2025-09-22 03:27:29] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.56 - - [2025-09-22 03:27:29] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?fields=virtual_networks HTTP/1.1" 200 1028 0.044180 10.0.0.27 - - [2025-09-22 03:27:29] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.56 - - [2025-09-22 03:27:29] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.055557 10.0.0.27 - - [2025-09-22 03:27:29] "GET /projects?obj_uuids=a3d7c7a1-e911-4a49-961c-4150a2d3f415&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.56 - - [2025-09-22 03:27:29] "GET /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415?fields=security_groups HTTP/1.1" 200 1252 0.049479 10.0.0.56 - - [2025-09-22 03:27:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.022022 10.0.0.27 - - [2025-09-22 03:27:30] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.27 - - [2025-09-22 03:27:30] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.27 - - [2025-09-22 03:27:30] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029543 10.0.0.27 - - [2025-09-22 03:27:30] "POST /id-to-fqname HTTP/1.1" 200 187 0.001255 10.0.0.27 - - [2025-09-22 03:27:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003021 10.0.0.56 - - [2025-09-22 03:27:30] "POST /neutron/port HTTP/1.1" 400 205 0.005818 10.0.0.27 - - [2025-09-22 03:27:30] "POST /security-groups HTTP/1.1" 200 588 0.038168 10.0.0.27 - - [2025-09-22 03:27:30] "POST /projects HTTP/1.1" 200 579 0.247900 10.0.0.56 - - [2025-09-22 03:27:30] "POST /access-control-lists HTTP/1.1" 200 593 0.030407 10.0.0.27 - - [2025-09-22 03:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.317873 10.0.0.56 - - [2025-09-22 03:27:31] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.468005 10.0.0.56 - - [2025-09-22 03:27:31] "DELETE /access-control-list/79d681ac-48ca-4708-81e7-18924eaad82b HTTP/1.1" 200 115 0.051884 10.0.0.56 - - [2025-09-22 03:27:32] "GET / HTTP/1.1" 200 35931 0.002482 10.0.0.56 - - [2025-09-22 03:27:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.56 - - [2025-09-22 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.049275 10.0.0.27 - - [2025-09-22 03:27:34] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001118 10.0.0.56 - - [2025-09-22 03:27:34] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036157 10.0.0.56 - - [2025-09-22 03:27:34] "POST /ref-update HTTP/1.1" 200 156 0.043997 10.0.0.27 - - [2025-09-22 03:27:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009145 10.0.0.56 - - [2025-09-22 03:27:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.298563 10.0.0.56 - - [2025-09-22 03:27:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001400 10.0.0.56 - - [2025-09-22 03:27:35] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007253 10.0.0.56 - - [2025-09-22 03:27:35] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006905 10.0.0.56 - - [2025-09-22 03:27:35] "POST /neutron/network HTTP/1.1" 200 826 0.007250 10.0.0.56 - - [2025-09-22 03:27:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003263 10.0.0.56 - - [2025-09-22 03:27:35] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007654 10.0.0.56 - - [2025-09-22 03:27:35] "GET /virtual-machine-interface/e1ad8763-53d3-4089-9250-68a605e3b749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.008287 10.0.0.56 - - [2025-09-22 03:27:35] "GET /virtual-machine-interface/e1ad8763-53d3-4089-9250-68a605e3b749?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.009933 10.0.0.56 - - [2025-09-22 03:27:35] "GET /instance-ip/63ab44d9-d26e-4d32-9dc7-1cfbb9472376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.005073 10.0.0.56 - - [2025-09-22 03:27:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001358 10.0.0.56 - - [2025-09-22 03:27:35] "POST /neutron/network HTTP/1.1" 200 836 0.006634 10.0.0.27 - - [2025-09-22 03:27:36] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001229 10.0.0.56 - - [2025-09-22 03:27:36] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.067490 10.0.0.56 - - [2025-09-22 03:27:36] "POST /neutron/port HTTP/1.1" 200 117 0.010302 10.0.0.56 - - [2025-09-22 03:27:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001439 10.0.0.56 - - [2025-09-22 03:27:36] "POST /neutron/port HTTP/1.1" 200 980 0.010315 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/port HTTP/1.1" 200 980 0.012669 10.0.0.27 - - [2025-09-22 03:27:37] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001693 10.0.0.27 - - [2025-09-22 03:27:37] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004292 10.0.0.56 - - [2025-09-22 03:27:37] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.121115 10.0.0.56 - - [2025-09-22 03:27:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.002864 10.0.0.56 - - [2025-09-22 03:27:37] "POST /interface-route-tables HTTP/1.1" 200 556 0.045359 10.0.0.56 - - [2025-09-22 03:27:37] "GET /interface-route-table/1d843a41-fc5c-4f5e-baf8-74b1e11c6445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.009866 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/port HTTP/1.1" 200 1054 0.350512 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/port HTTP/1.1" 200 1054 0.013615 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/network HTTP/1.1" 200 836 0.009543 10.0.0.56 - - [2025-09-22 03:27:37] "POST /neutron/port HTTP/1.1" 200 980 0.010846 10.0.0.56 - - [2025-09-22 03:27:38] "POST /neutron/port HTTP/1.1" 200 1046 0.022040 10.0.0.56 - - [2025-09-22 03:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.56 - - [2025-09-22 03:27:38] "GET /virtual-machine-interface/e1ad8763-53d3-4089-9250-68a605e3b749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.006095 10.0.0.56 - - [2025-09-22 03:27:38] "POST /ref-update HTTP/1.1" 200 156 0.014550 10.0.0.56 - - [2025-09-22 03:27:38] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008402 10.0.0.56 - - [2025-09-22 03:27:43] "POST /neutron/port HTTP/1.1" 200 1082 0.017854 10.0.0.56 - - [2025-09-22 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007706 10.0.0.56 - - [2025-09-22 03:27:43] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 401 292 0.000564 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 200 1290 0.029689 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 200 1290 0.004109 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine-interface/cee10ed8-d0d4-44df-9f90-a4461ce3dfbf HTTP/1.1" 200 2939 0.005759 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 200 1290 0.006742 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine-interface/cee10ed8-d0d4-44df-9f90-a4461ce3dfbf HTTP/1.1" 200 2939 0.005593 10.0.0.56 - - [2025-09-22 03:27:44] "GET /instance-ip/f1a23aa7-0b31-4a2b-b4af-6ad0c0b93273 HTTP/1.1" 200 1616 0.007018 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 200 1290 0.004322 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-machine-interface/cee10ed8-d0d4-44df-9f90-a4461ce3dfbf HTTP/1.1" 200 2939 0.008845 10.0.0.56 - - [2025-09-22 03:27:44] "GET /instance-ip/f1a23aa7-0b31-4a2b-b4af-6ad0c0b93273 HTTP/1.1" 200 1616 0.004436 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003067 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007408 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005420 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004777 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004185 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008031 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004467 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003836 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006286 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005061 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003335 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008836 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004404 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003504 10.0.0.56 - - [2025-09-22 03:27:44] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006716 10.0.0.56 - - [2025-09-22 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.56 - - [2025-09-22 03:27:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004699 10.0.0.56 - - [2025-09-22 03:27:45] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004785 10.0.0.56 - - [2025-09-22 03:27:45] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005825 10.0.0.56 - - [2025-09-22 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.56 - - [2025-09-22 03:27:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.56 - - [2025-09-22 03:27:45] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002978 10.0.0.56 - - [2025-09-22 03:27:45] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006625 10.0.0.56 - - [2025-09-22 03:27:47] "POST /neutron/port HTTP/1.1" 200 1082 0.017247 10.0.0.56 - - [2025-09-22 03:27:48] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007621 10.0.0.56 - - [2025-09-22 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.56 - - [2025-09-22 03:27:48] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006076 10.0.0.56 - - [2025-09-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.56 - - [2025-09-22 03:27:50] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004274 10.0.0.56 - - [2025-09-22 03:27:50] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003227 10.0.0.56 - - [2025-09-22 03:27:50] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006229 10.0.0.56 - - [2025-09-22 03:27:50] "GET /obj-perms HTTP/1.1" 200 5056 0.054801 10.0.0.56 - - [2025-09-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.56 - - [2025-09-22 03:27:50] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.56 - - [2025-09-22 03:27:50] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004923 10.0.0.56 - - [2025-09-22 03:27:50] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008390 10.0.0.56 - - [2025-09-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-09-22 03:27:50] "GET /routing-instance/878f041b-e7b1-4f86-ad93-09e97262a72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005574 10.0.0.56 - - [2025-09-22 03:27:50] "GET /route-target/f0715d4e-3f27-47b9-a4b0-c0e88f603ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004745 10.0.0.56 - - [2025-09-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.56 - - [2025-09-22 03:27:50] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.56 - - [2025-09-22 03:27:50] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003472 10.0.0.38 - - [2025-09-22 03:27:50] "GET /obj-perms HTTP/1.1" 200 5056 0.042162 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008177 10.0.0.56 - - [2025-09-22 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.56 - - [2025-09-22 03:27:51] "GET /routing-instance/878f041b-e7b1-4f86-ad93-09e97262a72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004604 10.0.0.56 - - [2025-09-22 03:27:51] "GET /route-target/f0715d4e-3f27-47b9-a4b0-c0e88f603ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004135 10.0.0.56 - - [2025-09-22 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.56 - - [2025-09-22 03:27:51] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003071 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006744 10.0.0.56 - - [2025-09-22 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.56 - - [2025-09-22 03:27:51] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004658 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003708 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006341 10.0.0.56 - - [2025-09-22 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.56 - - [2025-09-22 03:27:51] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004934 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004444 10.0.0.56 - - [2025-09-22 03:27:51] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006525 10.0.0.27 - - [2025-09-22 03:27:51] "GET /obj-perms HTTP/1.1" 200 5024 0.041185 10.0.0.56 - - [2025-09-22 03:27:52] "GET /obj-perms HTTP/1.1" 200 5024 0.059686 10.0.0.56 - - [2025-09-22 03:27:52] "GET /obj-perms HTTP/1.1" 200 5024 0.003856 10.0.0.56 - - [2025-09-22 03:27:52] "GET /obj-perms HTTP/1.1" 200 5024 0.004729 10.0.0.27 - - [2025-09-22 03:27:53] "GET /obj-perms HTTP/1.1" 200 5024 0.004787 10.0.0.56 - - [2025-09-22 03:27:53] "POST /neutron/port HTTP/1.1" 200 1046 0.017306 10.0.0.56 - - [2025-09-22 03:27:53] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007946 10.0.0.56 - - [2025-09-22 03:27:53] "GET /virtual-machine/8a5f219b-1082-4aa2-9e6c-e69c850796ff HTTP/1.1" 200 1267 0.006038 10.0.0.56 - - [2025-09-22 03:27:53] "GET /virtual-machine-interface/e1ad8763-53d3-4089-9250-68a605e3b749 HTTP/1.1" 200 3151 0.005871 10.0.0.56 - - [2025-09-22 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.56 - - [2025-09-22 03:27:53] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.014307 10.0.0.56 - - [2025-09-22 03:27:53] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004431 10.0.0.56 - - [2025-09-22 03:27:53] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006138 10.0.0.56 - - [2025-09-22 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-09-22 03:27:54] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.56 - - [2025-09-22 03:27:54] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003289 10.0.0.56 - - [2025-09-22 03:27:54] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007129 10.0.0.56 - - [2025-09-22 03:27:55] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006071 10.0.0.56 - - [2025-09-22 03:27:55] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 200 1290 0.005309 10.0.0.56 - - [2025-09-22 03:27:56] "POST /neutron/port HTTP/1.1" 200 151 0.198730 10.0.0.56 - - [2025-09-22 03:27:57] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 404 171 0.004045 10.0.0.56 - - [2025-09-22 03:27:57] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 404 171 0.003800 10.0.0.56 - - [2025-09-22 03:27:57] "GET /virtual-machine/f5a358fa-d085-46a4-a22c-631148c551cc HTTP/1.1" 404 171 0.003096 10.0.0.56 - - [2025-09-22 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.56 - - [2025-09-22 03:27:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004657 10.0.0.56 - - [2025-09-22 03:27:57] "GET /virtual-networks?parent_id=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002939 10.0.0.56 - - [2025-09-22 03:27:57] "GET /virtual-network/7dee70ab-4b0e-42a5-9c86-bd2388a36ee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006745 10.0.0.56 - - [2025-09-22 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.56 - - [2025-09-22 03:27:58] "GET /routing-instance/878f041b-e7b1-4f86-ad93-09e97262a72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005111 10.0.0.56 - - [2025-09-22 03:27:58] "GET /route-target/f0715d4e-3f27-47b9-a4b0-c0e88f603ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004671 10.0.0.56 - - [2025-09-22 03:27:58] "GET /obj-perms HTTP/1.1" 200 5024 0.006226 10.0.0.56 - - [2025-09-22 03:28:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004818 10.0.0.56 - - [2025-09-22 03:28:05] "POST /neutron/network HTTP/1.1" 200 836 0.007832 10.0.0.56 - - [2025-09-22 03:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001597 10.0.0.56 - - [2025-09-22 03:28:07] "GET /obj-perms HTTP/1.1" 200 5024 0.004003 10.0.0.56 - - [2025-09-22 03:28:13] "GET /obj-perms HTTP/1.1" 200 5024 0.004573 10.0.0.56 - - [2025-09-22 03:28:13] "GET /obj-perms HTTP/1.1" 200 5024 0.003964 10.0.0.38 - - [2025-09-22 03:28:13] "GET /obj-perms HTTP/1.1" 200 5024 0.046996 10.0.0.56 - - [2025-09-22 03:28:13] "GET /interface-route-table/1d843a41-fc5c-4f5e-baf8-74b1e11c6445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.005115 10.0.0.56 - - [2025-09-22 03:28:13] "GET /virtual-machine-interface/e1ad8763-53d3-4089-9250-68a605e3b749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005995 10.0.0.56 - - [2025-09-22 03:28:13] "POST /ref-update HTTP/1.1" 200 156 0.017023 10.0.0.56 - - [2025-09-22 03:28:13] "DELETE /interface-route-table/1d843a41-fc5c-4f5e-baf8-74b1e11c6445 HTTP/1.1" 200 115 0.041427 10.0.0.56 - - [2025-09-22 03:28:14] "POST /neutron/port HTTP/1.1" 200 151 0.189520 10.0.0.27 - - [2025-09-22 03:28:15] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001088 10.0.0.56 - - [2025-09-22 03:28:15] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045639 10.0.0.27 - - [2025-09-22 03:28:15] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000991 10.0.0.56 - - [2025-09-22 03:28:15] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?fields=virtual_networks HTTP/1.1" 200 1025 0.050838 10.0.0.27 - - [2025-09-22 03:28:15] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001558 10.0.0.56 - - [2025-09-22 03:28:15] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.045090 10.0.0.27 - - [2025-09-22 03:28:16] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001076 10.0.0.56 - - [2025-09-22 03:28:16] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?fields=security_groups HTTP/1.1" 200 1248 0.048549 10.0.0.56 - - [2025-09-22 03:28:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.022377 10.0.0.27 - - [2025-09-22 03:28:16] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003685 10.0.0.27 - - [2025-09-22 03:28:16] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.27 - - [2025-09-22 03:28:16] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008384 10.0.0.27 - - [2025-09-22 03:28:17] "POST /id-to-fqname HTTP/1.1" 200 194 0.003450 10.0.0.27 - - [2025-09-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 404 203 0.009194 10.0.0.27 - - [2025-09-22 03:28:17] "POST /security-groups HTTP/1.1" 200 595 0.076540 10.0.0.56 - - [2025-09-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 404 238 0.003160 10.0.0.27 - - [2025-09-22 03:28:17] "POST /projects HTTP/1.1" 200 593 0.295350 10.0.0.27 - - [2025-09-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.364428 10.0.0.56 - - [2025-09-22 03:28:17] "POST /access-control-lists HTTP/1.1" 200 598 0.032288 10.0.0.56 - - [2025-09-22 03:28:17] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.499146 10.0.0.56 - - [2025-09-22 03:28:18] "GET / HTTP/1.1" 200 35931 0.002467 10.0.0.56 - - [2025-09-22 03:28:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.56 - - [2025-09-22 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.050168 10.0.0.27 - - [2025-09-22 03:28:19] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001244 10.0.0.56 - - [2025-09-22 03:28:19] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044354 10.0.0.56 - - [2025-09-22 03:28:19] "POST /neutron/network HTTP/1.1" 200 117 0.029708 10.0.0.56 - - [2025-09-22 03:28:19] "POST /neutron/port HTTP/1.1" 400 205 0.003909 10.0.0.56 - - [2025-09-22 03:28:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.003837 10.0.0.56 - - [2025-09-22 03:28:19] "GET /virtual-network/e13d7955-2a44-4ec3-bb38-254c85ac2f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006108 10.0.0.56 - - [2025-09-22 03:28:19] "POST /neutron/network HTTP/1.1" 200 828 0.006855 10.0.0.56 - - [2025-09-22 03:28:19] "GET /virtual-network/e13d7955-2a44-4ec3-bb38-254c85ac2f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005213 10.0.0.56 - - [2025-09-22 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2025-09-22 03:28:19] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001024 10.0.0.56 - - [2025-09-22 03:28:19] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.056467 10.0.0.56 - - [2025-09-22 03:28:19] "POST /neutron/network HTTP/1.1" 200 117 0.013075 10.0.0.56 - - [2025-09-22 03:28:20] "POST /route-targets HTTP/1.1" 200 327 0.013819 10.0.0.56 - - [2025-09-22 03:28:20] "POST /neutron/network HTTP/1.1" 200 829 0.008725 10.0.0.56 - - [2025-09-22 03:28:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001318 10.0.0.56 - - [2025-09-22 03:28:20] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005664 10.0.0.56 - - [2025-09-22 03:28:20] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006511 10.0.0.56 - - [2025-09-22 03:28:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.011131 10.0.0.56 - - [2025-09-22 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-09-22 03:28:20] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000999 10.0.0.56 - - [2025-09-22 03:28:20] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043967 10.0.0.56 - - [2025-09-22 03:28:20] "POST /ref-update HTTP/1.1" 200 156 0.024456 10.0.0.27 - - [2025-09-22 03:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002403 10.0.0.56 - - [2025-09-22 03:28:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.180266 10.0.0.56 - - [2025-09-22 03:28:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001430 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-network/a572baf9-1153-4b3e-9f3d-63c0a4494453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006910 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-network/a572baf9-1153-4b3e-9f3d-63c0a4494453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006318 10.0.0.56 - - [2025-09-22 03:28:21] "POST /neutron/network HTTP/1.1" 200 827 0.007360 10.0.0.56 - - [2025-09-22 03:28:21] "POST /fqname-to-id HTTP/1.1" 404 214 0.003256 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005799 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-machine-interface/e690ede4-0d3b-4842-8d6c-21c06cc6b674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008281 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-machine-interface/e690ede4-0d3b-4842-8d6c-21c06cc6b674?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009157 10.0.0.56 - - [2025-09-22 03:28:21] "GET /instance-ip/cda4ebe0-1854-4b8c-b7f4-f317db588bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005785 10.0.0.56 - - [2025-09-22 03:28:21] "POST /fqname-to-id HTTP/1.1" 404 214 0.003175 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-network/e13d7955-2a44-4ec3-bb38-254c85ac2f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008388 10.0.0.27 - - [2025-09-22 03:28:21] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001390 10.0.0.56 - - [2025-09-22 03:28:21] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050520 10.0.0.56 - - [2025-09-22 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.56 - - [2025-09-22 03:28:21] "GET /security-group/44243395-c42f-4049-b8b9-73d395312d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006725 10.0.0.56 - - [2025-09-22 03:28:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114157 10.0.0.56 - - [2025-09-22 03:28:21] "POST /instance-ips HTTP/1.1" 200 357 0.045949 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-machine-interface/469a4e68-e1b1-427b-b328-3beca20e748f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006373 10.0.0.56 - - [2025-09-22 03:28:21] "GET /virtual-machine-interface/469a4e68-e1b1-427b-b328-3beca20e748f?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008899 10.0.0.56 - - [2025-09-22 03:28:21] "GET /instance-ip/e4cc3ade-0715-4b28-b230-f11d02df7b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005557 10.0.0.56 - - [2025-09-22 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.004608 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006803 10.0.0.27 - - [2025-09-22 03:28:22] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001124 10.0.0.56 - - [2025-09-22 03:28:22] "POST /neutron/port HTTP/1.1" 200 991 0.217483 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-machine-interface/0c2efd2b-9c3d-4c74-8079-234c95f4a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.006035 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-machine-interface/0c2efd2b-9c3d-4c74-8079-234c95f4a4c1?fields=instance_ip_back_refs HTTP/1.1" 200 1331 0.005351 10.0.0.56 - - [2025-09-22 03:28:22] "GET /instance-ip/afe1f0bd-2a6f-4f02-a91f-60ff03059d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005632 10.0.0.56 - - [2025-09-22 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.003206 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-network/e13d7955-2a44-4ec3-bb38-254c85ac2f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006518 10.0.0.27 - - [2025-09-22 03:28:22] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000996 10.0.0.56 - - [2025-09-22 03:28:22] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064859 10.0.0.56 - - [2025-09-22 03:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.56 - - [2025-09-22 03:28:22] "GET /security-group/44243395-c42f-4049-b8b9-73d395312d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005002 10.0.0.56 - - [2025-09-22 03:28:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.129367 10.0.0.56 - - [2025-09-22 03:28:22] "POST /instance-ips HTTP/1.1" 200 357 0.036413 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-machine-interface/9d6c5663-988c-48a1-9e64-2dbce5c1b863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005937 10.0.0.56 - - [2025-09-22 03:28:22] "GET /virtual-machine-interface/9d6c5663-988c-48a1-9e64-2dbce5c1b863?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009690 10.0.0.56 - - [2025-09-22 03:28:22] "GET /instance-ip/02c5fda7-488c-4bc7-a3db-e0549749fcfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005275 10.0.0.56 - - [2025-09-22 03:28:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.004109 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.016052 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-machine-interface/d57bef68-1cbb-42d8-b2d1-977cdbb4416f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008198 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-machine-interface/d57bef68-1cbb-42d8-b2d1-977cdbb4416f?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009119 10.0.0.56 - - [2025-09-22 03:28:23] "GET /instance-ip/a446302b-8893-4fb4-866d-09ff58ed5bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005033 10.0.0.56 - - [2025-09-22 03:28:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.004197 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-network/a572baf9-1153-4b3e-9f3d-63c0a4494453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006760 10.0.0.27 - - [2025-09-22 03:28:23] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001265 10.0.0.56 - - [2025-09-22 03:28:23] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060139 10.0.0.56 - - [2025-09-22 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.56 - - [2025-09-22 03:28:23] "GET /security-group/44243395-c42f-4049-b8b9-73d395312d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005020 10.0.0.56 - - [2025-09-22 03:28:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.092947 10.0.0.56 - - [2025-09-22 03:28:23] "POST /instance-ips HTTP/1.1" 200 357 0.047536 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-machine-interface/bce7425d-dd6b-4ea9-95ba-6cf9d83e65ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.009024 10.0.0.56 - - [2025-09-22 03:28:23] "GET /virtual-machine-interface/bce7425d-dd6b-4ea9-95ba-6cf9d83e65ca?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010248 10.0.0.56 - - [2025-09-22 03:28:23] "GET /instance-ip/e4c19d89-c1a7-4bdc-bf98-28a372a93f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005138 10.0.0.56 - - [2025-09-22 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.56 - - [2025-09-22 03:28:25] "POST /neutron/port HTTP/1.1" 200 991 0.011000 10.0.0.56 - - [2025-09-22 03:28:25] "POST /neutron/port HTTP/1.1" 200 117 0.007533 10.0.0.56 - - [2025-09-22 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001643 10.0.0.56 - - [2025-09-22 03:28:25] "POST /neutron/port HTTP/1.1" 200 117 0.006788 10.0.0.56 - - [2025-09-22 03:28:26] "POST /neutron/network HTTP/1.1" 200 839 0.007195 10.0.0.56 - - [2025-09-22 03:28:26] "POST /neutron/port HTTP/1.1" 200 1083 0.117185 10.0.0.56 - - [2025-09-22 03:28:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.009072 10.0.0.27 - - [2025-09-22 03:28:26] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001281 10.0.0.56 - - [2025-09-22 03:28:26] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059850 10.0.0.56 - - [2025-09-22 03:28:26] "POST /neutron/network HTTP/1.1" 200 827 0.006984 10.0.0.27 - - [2025-09-22 03:28:26] "DELETE /project/a3d7c7a1-e911-4a49-961c-4150a2d3f415 HTTP/1.1" 404 177 0.008433 10.0.0.27 - - [2025-09-22 03:28:26] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000912 10.0.0.27 - - [2025-09-22 03:28:26] "DELETE /project/f2d69d23db784a6ebe5a1a58e6722418 HTTP/1.1" 404 173 0.009039 10.0.0.27 - - [2025-09-22 03:28:26] "DELETE /project/10759f21c0c344cfb16f54331bcafbcb HTTP/1.1" 404 173 0.007695 10.0.0.27 - - [2025-09-22 03:28:26] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.051827 10.0.0.27 - - [2025-09-22 03:28:26] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001895 10.0.0.56 - - [2025-09-22 03:28:26] "POST /neutron/port HTTP/1.1" 200 117 0.011804 10.0.0.27 - - [2025-09-22 03:28:26] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?fields=security_groups HTTP/1.1" 200 1353 0.060607 10.0.0.56 - - [2025-09-22 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001554 10.0.0.27 - - [2025-09-22 03:28:26] "DELETE /security-group/f2b1dc18-c2d5-4d16-a6be-ef455675875f HTTP/1.1" 200 115 0.069008 10.0.0.27 - - [2025-09-22 03:28:26] "GET /projects?obj_uuids=10759f21-c0c3-44cf-b16f-54331bcafbcb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001048 10.0.0.27 - - [2025-09-22 03:28:27] "GET /project/10759f21-c0c3-44cf-b16f-54331bcafbcb?fields=application_policy_sets HTTP/1.1" 200 1392 0.045276 10.0.0.27 - - [2025-09-22 03:28:27] "DELETE /project/10759f21-c0c3-44cf-b16f-54331bcafbcb HTTP/1.1" 200 115 0.443703 10.0.0.56 - - [2025-09-22 03:28:27] "POST /neutron/port HTTP/1.1" 200 991 0.012893 10.0.0.56 - - [2025-09-22 03:28:27] "POST /neutron/port HTTP/1.1" 200 991 0.011963 10.0.0.56 - - [2025-09-22 03:28:27] "POST /neutron/port HTTP/1.1" 200 991 0.026271 10.0.0.56 - - [2025-09-22 03:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.013416 10.0.0.56 - - [2025-09-22 03:28:27] "POST /neutron/port HTTP/1.1" 200 1063 0.017006 10.0.0.56 - - [2025-09-22 03:28:27] "POST /route-targets HTTP/1.1" 200 327 0.019367 10.0.0.27 - - [2025-09-22 03:28:27] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002158 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.010152 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/port HTTP/1.1" 200 991 0.012496 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/router HTTP/1.1" 200 344 0.418557 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/port HTTP/1.1" 200 991 0.011504 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.170960 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.011740 10.0.0.56 - - [2025-09-22 03:28:28] "POST /ref-update HTTP/1.1" 200 156 0.021502 10.0.0.56 - - [2025-09-22 03:28:28] "POST /neutron/port HTTP/1.1" 200 1057 0.015946 10.0.0.56 - - [2025-09-22 03:28:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009304 10.0.0.56 - - [2025-09-22 03:28:29] "GET /virtual-machine/bbe7768e-921a-44fb-89fb-323cbfc31e27 HTTP/1.1" 401 292 0.000436 10.0.0.56 - - [2025-09-22 03:28:29] "GET /virtual-machine/bbe7768e-921a-44fb-89fb-323cbfc31e27 HTTP/1.1" 200 1274 0.026772 10.0.0.56 - - [2025-09-22 03:28:29] "GET /virtual-machine-interface/e690ede4-0d3b-4842-8d6c-21c06cc6b674 HTTP/1.1" 200 3188 0.005464 10.0.0.56 - - [2025-09-22 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.56 - - [2025-09-22 03:28:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003891 10.0.0.56 - - [2025-09-22 03:28:29] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003063 10.0.0.56 - - [2025-09-22 03:28:29] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007280 10.0.0.56 - - [2025-09-22 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.56 - - [2025-09-22 03:28:32] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005991 10.0.0.27 - - [2025-09-22 03:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.094112 10.0.0.27 - - [2025-09-22 03:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.149907 10.0.0.56 - - [2025-09-22 03:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.027835 10.0.0.27 - - [2025-09-22 03:28:33] "GET /global-system-configs HTTP/1.1" 200 322 0.077673 10.0.0.38 - - [2025-09-22 03:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.131933 10.0.0.56 - - [2025-09-22 03:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.141830 10.0.0.56 - - [2025-09-22 03:28:34] "GET /global-system-configs HTTP/1.1" 200 322 0.043514 10.0.0.27 - - [2025-09-22 03:28:34] "GET /obj-perms HTTP/1.1" 200 5056 0.123069 10.0.0.38 - - [2025-09-22 03:28:35] "GET /global-system-configs HTTP/1.1" 200 322 0.035413 10.0.0.38 - - [2025-09-22 03:28:35] "GET /global-system-configs HTTP/1.1" 200 322 0.166802 10.0.0.38 - - [2025-09-22 03:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.264441 10.0.0.56 - - [2025-09-22 03:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.293857 10.0.0.56 - - [2025-09-22 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.56 - - [2025-09-22 03:28:36] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006152 10.0.0.56 - - [2025-09-22 03:28:40] "POST /neutron/port HTTP/1.1" 200 1057 0.017581 10.0.0.56 - - [2025-09-22 03:28:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005212 10.0.0.56 - - [2025-09-22 03:28:40] "POST /neutron/network HTTP/1.1" 200 829 0.014094 10.0.0.56 - - [2025-09-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.56 - - [2025-09-22 03:28:40] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006231 10.0.0.56 - - [2025-09-22 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-09-22 03:28:45] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006020 10.0.0.56 - - [2025-09-22 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.56 - - [2025-09-22 03:28:49] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006969 10.0.0.27 - - [2025-09-22 03:28:51] "GET /obj-perms HTTP/1.1" 200 5056 0.041342 10.0.0.56 - - [2025-09-22 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.56 - - [2025-09-22 03:28:53] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006237 10.0.0.56 - - [2025-09-22 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.56 - - [2025-09-22 03:28:57] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005923 10.0.0.56 - - [2025-09-22 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.56 - - [2025-09-22 03:29:01] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005830 10.0.0.56 - - [2025-09-22 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-09-22 03:29:05] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006678 10.0.0.56 - - [2025-09-22 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-09-22 03:29:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.56 - - [2025-09-22 03:29:07] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004083 10.0.0.56 - - [2025-09-22 03:29:07] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006371 10.0.0.56 - - [2025-09-22 03:29:07] "POST /neutron/network HTTP/1.1" 200 837 0.028568 10.0.0.56 - - [2025-09-22 03:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.56 - - [2025-09-22 03:29:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008169 10.0.0.56 - - [2025-09-22 03:29:17] "POST /neutron/port HTTP/1.1" 200 1057 0.042230 10.0.0.56 - - [2025-09-22 03:29:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008049 10.0.0.56 - - [2025-09-22 03:29:23] "POST /neutron/port HTTP/1.1" 200 1057 0.017620 10.0.0.56 - - [2025-09-22 03:29:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007939 10.0.0.56 - - [2025-09-22 03:29:28] "POST /neutron/port HTTP/1.1" 200 1091 0.023377 10.0.0.56 - - [2025-09-22 03:29:28] "GET /virtual-machine/08fdc00f-1762-4126-9f79-c9d1aab254cb HTTP/1.1" 200 1295 0.006201 10.0.0.56 - - [2025-09-22 03:29:28] "GET /virtual-machine-interface/827be720-b538-4f16-a25e-2f907c8a3012 HTTP/1.1" 200 2961 0.005958 10.0.0.56 - - [2025-09-22 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.56 - - [2025-09-22 03:29:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003685 10.0.0.56 - - [2025-09-22 03:29:28] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003151 10.0.0.56 - - [2025-09-22 03:29:28] "GET /virtual-network/a572baf9-1153-4b3e-9f3d-63c0a4494453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006384 10.0.0.56 - - [2025-09-22 03:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.56 - - [2025-09-22 03:29:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003578 10.0.0.56 - - [2025-09-22 03:29:29] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003693 10.0.0.56 - - [2025-09-22 03:29:30] "GET /virtual-network/a572baf9-1153-4b3e-9f3d-63c0a4494453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006676 10.0.0.56 - - [2025-09-22 03:29:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008641 10.0.0.56 - - [2025-09-22 03:29:35] "POST /neutron/port HTTP/1.1" 200 1091 0.018067 10.0.0.56 - - [2025-09-22 03:29:40] "POST /neutron/port HTTP/1.1" 200 1057 0.038848 10.0.0.56 - - [2025-09-22 03:29:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.010184 10.0.0.56 - - [2025-09-22 03:29:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017781 10.0.0.56 - - [2025-09-22 03:29:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008447 10.0.0.56 - - [2025-09-22 03:29:45] "POST /neutron/port HTTP/1.1" 200 1057 0.021638 10.0.0.56 - - [2025-09-22 03:29:45] "GET /virtual-machine/2cfc952e-3af7-4175-966b-df292ea1b6ad HTTP/1.1" 200 1274 0.008395 10.0.0.56 - - [2025-09-22 03:29:45] "GET /virtual-machine-interface/d57bef68-1cbb-42d8-b2d1-977cdbb4416f HTTP/1.1" 200 3188 0.005853 10.0.0.56 - - [2025-09-22 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008023 10.0.0.56 - - [2025-09-22 03:29:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004888 10.0.0.56 - - [2025-09-22 03:29:46] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003612 10.0.0.56 - - [2025-09-22 03:29:46] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007162 10.0.0.56 - - [2025-09-22 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.56 - - [2025-09-22 03:29:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.56 - - [2025-09-22 03:29:48] "GET /virtual-networks?parent_id=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003444 10.0.0.56 - - [2025-09-22 03:29:48] "GET /virtual-network/3b2121eb-3a17-41d6-b9e8-23c5ef9ce8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006125 10.0.0.56 - - [2025-09-22 03:30:09] "POST /neutron/port HTTP/1.1" 200 1091 0.018389 10.0.0.56 - - [2025-09-22 03:30:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.013004 10.0.0.56 - - [2025-09-22 03:30:40] "POST /neutron/port HTTP/1.1" 200 1057 0.019459 10.0.0.56 - - [2025-09-22 03:30:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.56 - - [2025-09-22 03:30:40] "POST /neutron/network HTTP/1.1" 200 829 0.007398 10.0.0.56 - - [2025-09-22 03:31:10] "POST /neutron/network HTTP/1.1" 200 837 0.007715 10.0.0.56 - - [2025-09-22 03:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.56 - - [2025-09-22 03:31:12] "POST /neutron/router HTTP/1.1" 200 344 0.207324 10.0.0.56 - - [2025-09-22 03:31:12] "POST /neutron/router HTTP/1.1" 200 598 0.006576 10.0.0.56 - - [2025-09-22 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009468 10.0.0.56 - - [2025-09-22 03:31:13] "POST /neutron/port HTTP/1.1" 200 1117 0.020910 10.0.0.56 - - [2025-09-22 03:31:14] "DELETE /instance-ip/e4c19d89-c1a7-4bdc-bf98-28a372a93f9a HTTP/1.1" 200 115 0.046327 10.0.0.56 - - [2025-09-22 03:31:14] "DELETE /virtual-machine-interface/bce7425d-dd6b-4ea9-95ba-6cf9d83e65ca HTTP/1.1" 200 115 0.075746 10.0.0.56 - - [2025-09-22 03:31:14] "POST /neutron/port HTTP/1.1" 200 151 0.186606 10.0.0.56 - - [2025-09-22 03:31:14] "DELETE /instance-ip/02c5fda7-488c-4bc7-a3db-e0549749fcfa HTTP/1.1" 200 115 0.046314 10.0.0.56 - - [2025-09-22 03:31:14] "DELETE /virtual-machine-interface/9d6c5663-988c-48a1-9e64-2dbce5c1b863 HTTP/1.1" 200 115 0.051778 10.0.0.56 - - [2025-09-22 03:31:15] "DELETE /instance-ip/e4cc3ade-0715-4b28-b230-f11d02df7b1e HTTP/1.1" 200 115 0.040118 10.0.0.56 - - [2025-09-22 03:31:15] "DELETE /virtual-machine-interface/469a4e68-e1b1-427b-b328-3beca20e748f HTTP/1.1" 200 115 0.059246 10.0.0.56 - - [2025-09-22 03:31:15] "POST /neutron/port HTTP/1.1" 200 1083 0.014487 10.0.0.27 - - [2025-09-22 03:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008417 10.0.0.27 - - [2025-09-22 03:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.56 - - [2025-09-22 03:31:15] "POST /neutron/network HTTP/1.1" 200 151 0.145582 10.0.0.56 - - [2025-09-22 03:31:15] "DELETE /route-target/67b54198-ad2f-419d-a9fc-78d9f56377a5 HTTP/1.1" 200 115 0.030503 10.0.0.56 - - [2025-09-22 03:31:15] "POST /neutron/network HTTP/1.1" 200 828 0.017709 10.0.0.56 - - [2025-09-22 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.27 - - [2025-09-22 03:31:15] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001098 10.0.0.56 - - [2025-09-22 03:31:15] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059125 10.0.0.27 - - [2025-09-22 03:31:15] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001010 10.0.0.56 - - [2025-09-22 03:31:16] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?fields=virtual_networks HTTP/1.1" 200 1040 0.041594 10.0.0.27 - - [2025-09-22 03:31:16] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001017 10.0.0.56 - - [2025-09-22 03:31:16] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044734 10.0.0.27 - - [2025-09-22 03:31:16] "GET /projects?obj_uuids=f2d69d23-db78-4a6e-be5a-1a58e6722418&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001028 10.0.0.56 - - [2025-09-22 03:31:16] "GET /project/f2d69d23-db78-4a6e-be5a-1a58e6722418?fields=security_groups HTTP/1.1" 200 1270 0.043519 10.0.0.56 - - [2025-09-22 03:31:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.023605 10.0.0.27 - - [2025-09-22 03:31:17] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003011 10.0.0.27 - - [2025-09-22 03:31:17] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.27 - - [2025-09-22 03:31:17] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007678 10.0.0.27 - - [2025-09-22 03:31:17] "POST /id-to-fqname HTTP/1.1" 200 189 0.005400 10.0.0.27 - - [2025-09-22 03:31:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.006031 10.0.0.27 - - [2025-09-22 03:31:17] "POST /security-groups HTTP/1.1" 200 590 0.029288 10.0.0.27 - - [2025-09-22 03:31:17] "POST /projects HTTP/1.1" 200 583 0.245836 10.0.0.56 - - [2025-09-22 03:31:17] "POST /access-control-lists HTTP/1.1" 200 595 0.034223 10.0.0.27 - - [2025-09-22 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.318950 10.0.0.56 - - [2025-09-22 03:31:17] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.455498 10.0.0.56 - - [2025-09-22 03:31:18] "POST /neutron/port HTTP/1.1" 400 205 0.004084 10.0.0.56 - - [2025-09-22 03:31:18] "GET / HTTP/1.1" 200 35931 0.002272 10.0.0.56 - - [2025-09-22 03:31:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.56 - - [2025-09-22 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053410 10.0.0.27 - - [2025-09-22 03:31:20] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001096 10.0.0.56 - - [2025-09-22 03:31:20] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038721 10.0.0.56 - - [2025-09-22 03:31:20] "POST /neutron/network HTTP/1.1" 200 117 0.032247 10.0.0.56 - - [2025-09-22 03:31:20] "POST /route-targets HTTP/1.1" 200 327 0.015321 10.0.0.56 - - [2025-09-22 03:31:21] "POST /neutron/network HTTP/1.1" 200 823 0.010003 10.0.0.56 - - [2025-09-22 03:31:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001291 10.0.0.56 - - [2025-09-22 03:31:21] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005519 10.0.0.56 - - [2025-09-22 03:31:21] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005647 10.0.0.56 - - [2025-09-22 03:31:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.010112 10.0.0.56 - - [2025-09-22 03:31:21] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006658 10.0.0.56 - - [2025-09-22 03:31:22] "GET /obj-perms HTTP/1.1" 200 5028 0.046589 10.0.0.38 - - [2025-09-22 03:31:22] "GET /obj-perms HTTP/1.1" 200 5028 0.040136 10.0.0.56 - - [2025-09-22 03:31:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001455 10.0.0.27 - - [2025-09-22 03:31:23] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001196 10.0.0.56 - - [2025-09-22 03:31:23] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.066352 10.0.0.56 - - [2025-09-22 03:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.56 - - [2025-09-22 03:31:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001597 10.0.0.56 - - [2025-09-22 03:31:24] "POST /neutron/network HTTP/1.1" 200 833 0.008651 10.0.0.56 - - [2025-09-22 03:31:24] "POST /neutron/port HTTP/1.1" 200 1059 0.018139 10.0.0.56 - - [2025-09-22 03:31:25] "POST /neutron/port HTTP/1.1" 200 1087 0.020278 10.0.0.27 - - [2025-09-22 03:31:25] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001052 10.0.0.56 - - [2025-09-22 03:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.56 - - [2025-09-22 03:31:25] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073198 10.0.0.56 - - [2025-09-22 03:31:25] "POST /neutron/port HTTP/1.1" 200 1087 0.020354 10.0.0.56 - - [2025-09-22 03:31:25] "POST /neutron/port HTTP/1.1" 200 1087 0.016800 10.0.0.27 - - [2025-09-22 03:31:25] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001374 10.0.0.56 - - [2025-09-22 03:31:26] "POST /neutron/port HTTP/1.1" 200 1059 0.356504 10.0.0.56 - - [2025-09-22 03:31:26] "DELETE /access-control-list/855481b5-ec11-458c-9729-d8135b24c64f HTTP/1.1" 200 115 0.033144 10.0.0.56 - - [2025-09-22 03:31:26] "POST /neutron/port HTTP/1.1" 200 1113 0.160486 10.0.0.56 - - [2025-09-22 03:31:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.011309 10.0.0.27 - - [2025-09-22 03:31:27] "DELETE /project/c988a9601b0c4019abc44c7b7645b655 HTTP/1.1" 404 173 0.003181 10.0.0.27 - - [2025-09-22 03:31:27] "DELETE /project/f2d69d23-db78-4a6e-be5a-1a58e6722418 HTTP/1.1" 404 177 0.006071 10.0.0.56 - - [2025-09-22 03:31:30] "POST /neutron/port HTTP/1.1" 200 1087 0.017455 10.0.0.56 - - [2025-09-22 03:31:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009098 10.0.0.56 - - [2025-09-22 03:31:30] "GET /virtual-machine/803ea304-e79c-459e-b00a-8bbe551a4192 HTTP/1.1" 401 292 0.000543 10.0.0.56 - - [2025-09-22 03:31:31] "GET /virtual-machine/803ea304-e79c-459e-b00a-8bbe551a4192 HTTP/1.1" 200 1291 0.027169 10.0.0.56 - - [2025-09-22 03:31:31] "GET /virtual-machine-interface/e003e40e-e04d-4326-8ba9-e964cb045271 HTTP/1.1" 200 2937 0.007399 10.0.0.56 - - [2025-09-22 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.56 - - [2025-09-22 03:31:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003633 10.0.0.56 - - [2025-09-22 03:31:31] "GET /virtual-networks?parent_id=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002929 10.0.0.56 - - [2025-09-22 03:31:31] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006951 10.0.0.56 - - [2025-09-22 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.56 - - [2025-09-22 03:31:34] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006859 10.0.0.56 - - [2025-09-22 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-09-22 03:31:38] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006026 10.0.0.56 - - [2025-09-22 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.56 - - [2025-09-22 03:31:42] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006299 10.0.0.56 - - [2025-09-22 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.56 - - [2025-09-22 03:31:46] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006528 10.0.0.56 - - [2025-09-22 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.56 - - [2025-09-22 03:31:50] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006015 10.0.0.27 - - [2025-09-22 03:31:53] "GET /obj-perms HTTP/1.1" 200 5056 0.044381 10.0.0.56 - - [2025-09-22 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.56 - - [2025-09-22 03:31:54] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005551 10.0.0.56 - - [2025-09-22 03:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.56 - - [2025-09-22 03:31:58] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005880 10.0.0.56 - - [2025-09-22 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.56 - - [2025-09-22 03:32:02] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007243 10.0.0.56 - - [2025-09-22 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.56 - - [2025-09-22 03:32:07] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006242 10.0.0.56 - - [2025-09-22 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.56 - - [2025-09-22 03:32:11] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006231 10.0.0.56 - - [2025-09-22 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.56 - - [2025-09-22 03:32:15] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006501 10.0.0.56 - - [2025-09-22 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.56 - - [2025-09-22 03:32:17] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.56 - - [2025-09-22 03:32:17] "GET /virtual-networks?parent_id=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003376 10.0.0.56 - - [2025-09-22 03:32:17] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006606 10.0.0.56 - - [2025-09-22 03:32:17] "POST /neutron/port HTTP/1.1" 200 1087 0.017489 10.0.0.56 - - [2025-09-22 03:32:22] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008706 10.0.0.56 - - [2025-09-22 03:32:27] "POST /neutron/port HTTP/1.1" 200 1087 0.017188 10.0.0.56 - - [2025-09-22 03:32:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009691 10.0.0.56 - - [2025-09-22 03:32:38] "POST /neutron/port HTTP/1.1" 200 1087 0.019415 10.0.0.56 - - [2025-09-22 03:32:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008799 10.0.0.56 - - [2025-09-22 03:32:38] "GET /virtual-machine/16fba2b9-b975-4ec8-880a-29ff7c6121b0 HTTP/1.1" 200 1290 0.007051 10.0.0.56 - - [2025-09-22 03:32:38] "GET /virtual-machine-interface/d6c0712a-0c5c-4e99-8d74-bf9067d5749d HTTP/1.1" 200 2937 0.005940 10.0.0.56 - - [2025-09-22 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.56 - - [2025-09-22 03:32:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.56 - - [2025-09-22 03:32:38] "GET /virtual-networks?parent_id=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002754 10.0.0.56 - - [2025-09-22 03:32:38] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006159 10.0.0.56 - - [2025-09-22 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.56 - - [2025-09-22 03:32:39] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006592 10.0.0.56 - - [2025-09-22 03:32:39] "GET /virtual-networks?parent_id=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003555 10.0.0.56 - - [2025-09-22 03:32:39] "GET /virtual-network/ef77f656-239c-4509-85fe-01dc48907261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007135 10.0.0.56 - - [2025-09-22 03:32:42] "POST /neutron/port HTTP/1.1" 200 1087 0.016817 10.0.0.56 - - [2025-09-22 03:32:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004631 10.0.0.56 - - [2025-09-22 03:32:42] "POST /neutron/network HTTP/1.1" 200 823 0.007069 10.0.0.56 - - [2025-09-22 03:32:44] "POST /neutron/port HTTP/1.1" 200 1087 0.026035 10.0.0.27 - - [2025-09-22 03:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.041483 10.0.0.56 - - [2025-09-22 03:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.055158 10.0.0.38 - - [2025-09-22 03:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.106015 10.0.0.56 - - [2025-09-22 03:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.115239 10.0.0.27 - - [2025-09-22 03:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.129965 10.0.0.27 - - [2025-09-22 03:33:33] "GET /global-system-configs HTTP/1.1" 200 322 0.025856 10.0.0.56 - - [2025-09-22 03:33:34] "GET /global-system-configs HTTP/1.1" 200 322 0.042755 10.0.0.38 - - [2025-09-22 03:33:35] "GET /global-system-configs HTTP/1.1" 200 322 0.091457 10.0.0.38 - - [2025-09-22 03:33:35] "GET /global-system-configs HTTP/1.1" 200 322 0.109657 10.0.0.56 - - [2025-09-22 03:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.216779 10.0.0.27 - - [2025-09-22 03:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.229940 10.0.0.38 - - [2025-09-22 03:33:35] "GET /obj-perms HTTP/1.1" 200 5056 0.238185 10.0.0.56 - - [2025-09-22 03:33:42] "POST /neutron/port HTTP/1.1" 200 1087 0.021066 10.0.0.56 - - [2025-09-22 03:33:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.010374 10.0.0.56 - - [2025-09-22 03:34:17] "POST /neutron/network HTTP/1.1" 200 823 0.009605 10.0.0.56 - - [2025-09-22 03:34:18] "POST /neutron/port HTTP/1.1" 200 1087 0.018343 10.0.0.56 - - [2025-09-22 03:34:18] "POST /neutron/port HTTP/1.1" 200 1113 0.013611 10.0.0.27 - - [2025-09-22 03:34:20] "POST /useragent-kv HTTP/1.1" 200 115 0.064108 10.0.0.27 - - [2025-09-22 03:34:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003519 10.0.0.56 - - [2025-09-22 03:34:20] "POST /neutron/network HTTP/1.1" 200 151 0.195342 10.0.0.27 - - [2025-09-22 03:34:21] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001143 10.0.0.56 - - [2025-09-22 03:34:21] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.077264 10.0.0.27 - - [2025-09-22 03:34:21] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001374 10.0.0.56 - - [2025-09-22 03:34:21] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?fields=virtual_networks HTTP/1.1" 200 1030 0.049676 10.0.0.27 - - [2025-09-22 03:34:21] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001453 10.0.0.56 - - [2025-09-22 03:34:21] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.049006 10.0.0.27 - - [2025-09-22 03:34:21] "GET /projects?obj_uuids=c988a960-1b0c-4019-abc4-4c7b7645b655&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001134 10.0.0.56 - - [2025-09-22 03:34:21] "GET /project/c988a960-1b0c-4019-abc4-4c7b7645b655?fields=security_groups HTTP/1.1" 200 1255 0.046551 10.0.0.56 - - [2025-09-22 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.023473 10.0.0.27 - - [2025-09-22 03:34:22] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004131 10.0.0.27 - - [2025-09-22 03:34:22] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001807 10.0.0.27 - - [2025-09-22 03:34:22] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032813 10.0.0.27 - - [2025-09-22 03:34:22] "POST /id-to-fqname HTTP/1.1" 200 189 0.001671 10.0.0.27 - - [2025-09-22 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003108 10.0.0.27 - - [2025-09-22 03:34:23] "POST /security-groups HTTP/1.1" 200 590 0.076910 10.0.0.27 - - [2025-09-22 03:34:23] "POST /projects HTTP/1.1" 200 583 0.279041 10.0.0.56 - - [2025-09-22 03:34:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.032003 10.0.0.27 - - [2025-09-22 03:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.346085 10.0.0.56 - - [2025-09-22 03:34:23] "POST /access-control-lists HTTP/1.1" 200 593 0.035117 10.0.0.56 - - [2025-09-22 03:34:23] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.539921 10.0.0.56 - - [2025-09-22 03:34:24] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.56 - - [2025-09-22 03:34:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.56 - - [2025-09-22 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.056275 10.0.0.27 - - [2025-09-22 03:34:26] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001393 10.0.0.56 - - [2025-09-22 03:34:26] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056158 10.0.0.56 - - [2025-09-22 03:34:26] "DELETE /access-control-list/7ecc1e1f-825a-443f-802b-7a9ae5b7253a HTTP/1.1" 200 115 0.040495 10.0.0.27 - - [2025-09-22 03:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007004 10.0.0.56 - - [2025-09-22 03:34:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.366629 10.0.0.56 - - [2025-09-22 03:34:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.003324 10.0.0.56 - - [2025-09-22 03:34:27] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.018883 10.0.0.56 - - [2025-09-22 03:34:27] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.012813 10.0.0.56 - - [2025-09-22 03:34:27] "POST /neutron/network HTTP/1.1" 200 822 0.008153 10.0.0.27 - - [2025-09-22 03:34:27] "DELETE /project/45f34d5b32d645659bdcee3a9f20db88 HTTP/1.1" 404 173 0.002769 10.0.0.27 - - [2025-09-22 03:34:27] "DELETE /project/c988a960-1b0c-4019-abc4-4c7b7645b655 HTTP/1.1" 404 177 0.005392 10.0.0.56 - - [2025-09-22 03:34:27] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006296 10.0.0.56 - - [2025-09-22 03:34:28] "GET /obj-perms HTTP/1.1" 200 5028 0.058385 10.0.0.38 - - [2025-09-22 03:34:28] "GET /obj-perms HTTP/1.1" 200 5028 0.046271 10.0.0.56 - - [2025-09-22 03:34:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001442 10.0.0.27 - - [2025-09-22 03:34:30] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000994 10.0.0.56 - - [2025-09-22 03:34:30] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.068202 10.0.0.56 - - [2025-09-22 03:34:30] "POST /neutron/network HTTP/1.1" 200 822 0.040208 10.0.0.56 - - [2025-09-22 03:34:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001447 10.0.0.56 - - [2025-09-22 03:34:30] "POST /neutron/port HTTP/1.1" 200 117 0.009945 10.0.0.27 - - [2025-09-22 03:34:30] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001080 10.0.0.56 - - [2025-09-22 03:34:31] "POST /neutron/port HTTP/1.1" 200 1058 0.322448 10.0.0.56 - - [2025-09-22 03:34:31] "POST /neutron/port HTTP/1.1" 200 1112 0.109894 10.0.0.27 - - [2025-09-22 03:34:31] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001095 10.0.0.56 - - [2025-09-22 03:34:31] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.077262 10.0.0.56 - - [2025-09-22 03:34:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.012256 10.0.0.56 - - [2025-09-22 03:34:31] "POST /neutron/network HTTP/1.1" 200 822 0.007969 10.0.0.56 - - [2025-09-22 03:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.009333 10.0.0.56 - - [2025-09-22 03:34:32] "POST /neutron/network HTTP/1.1" 200 832 0.008580 10.0.0.56 - - [2025-09-22 03:34:32] "POST /neutron/port HTTP/1.1" 200 1058 0.019797 10.0.0.56 - - [2025-09-22 03:34:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004797 10.0.0.56 - - [2025-09-22 03:34:32] "POST /neutron/network HTTP/1.1" 200 822 0.007973 10.0.0.56 - - [2025-09-22 03:34:37] "POST /neutron/port HTTP/1.1" 200 1086 0.021280 10.0.0.56 - - [2025-09-22 03:34:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010807 10.0.0.56 - - [2025-09-22 03:34:37] "GET /virtual-machine/549debe6-44b2-4f21-97be-8c3d225d4972 HTTP/1.1" 401 292 0.000560 10.0.0.56 - - [2025-09-22 03:34:37] "GET /virtual-machine/549debe6-44b2-4f21-97be-8c3d225d4972 HTTP/1.1" 200 1291 0.030053 10.0.0.56 - - [2025-09-22 03:34:37] "GET /virtual-machine-interface/939dd21c-7650-43c0-a796-cc61304606b9 HTTP/1.1" 200 2937 0.006370 10.0.0.56 - - [2025-09-22 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.56 - - [2025-09-22 03:34:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005057 10.0.0.56 - - [2025-09-22 03:34:37] "GET /virtual-networks?parent_id=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003739 10.0.0.56 - - [2025-09-22 03:34:37] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007124 10.0.0.56 - - [2025-09-22 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.56 - - [2025-09-22 03:34:40] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006596 10.0.0.56 - - [2025-09-22 03:34:42] "POST /neutron/network HTTP/1.1" 200 832 0.029278 10.0.0.56 - - [2025-09-22 03:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.56 - - [2025-09-22 03:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.56 - - [2025-09-22 03:34:44] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006668 10.0.0.56 - - [2025-09-22 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.56 - - [2025-09-22 03:34:48] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005938 10.0.0.56 - - [2025-09-22 03:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.56 - - [2025-09-22 03:34:52] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005947 10.0.0.27 - - [2025-09-22 03:34:55] "GET /obj-perms HTTP/1.1" 200 5056 0.040598 10.0.0.56 - - [2025-09-22 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.56 - - [2025-09-22 03:34:57] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005750 10.0.0.56 - - [2025-09-22 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.56 - - [2025-09-22 03:35:01] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009289 10.0.0.56 - - [2025-09-22 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.56 - - [2025-09-22 03:35:05] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005831 10.0.0.56 - - [2025-09-22 03:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.56 - - [2025-09-22 03:35:09] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008148 10.0.0.56 - - [2025-09-22 03:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.56 - - [2025-09-22 03:35:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005367 10.0.0.56 - - [2025-09-22 03:35:13] "GET /virtual-networks?parent_id=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003874 10.0.0.56 - - [2025-09-22 03:35:13] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007349 10.0.0.56 - - [2025-09-22 03:35:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009542 10.0.0.56 - - [2025-09-22 03:35:21] "POST /neutron/port HTTP/1.1" 200 1086 0.040389 10.0.0.56 - - [2025-09-22 03:35:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007930 10.0.0.56 - - [2025-09-22 03:35:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017367 10.0.0.56 - - [2025-09-22 03:35:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010098 10.0.0.56 - - [2025-09-22 03:35:34] "POST /neutron/port HTTP/1.1" 200 1086 0.021887 10.0.0.56 - - [2025-09-22 03:35:34] "GET /virtual-machine/bc4f3674-1832-4d0a-97a3-85865c483f7d HTTP/1.1" 200 1292 0.007503 10.0.0.56 - - [2025-09-22 03:35:34] "GET /virtual-machine-interface/5a3853d1-51fb-48d8-ab24-33594e071d3f HTTP/1.1" 200 2936 0.007766 10.0.0.56 - - [2025-09-22 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.56 - - [2025-09-22 03:35:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.56 - - [2025-09-22 03:35:34] "GET /virtual-networks?parent_id=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003644 10.0.0.56 - - [2025-09-22 03:35:34] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007726 10.0.0.56 - - [2025-09-22 03:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.56 - - [2025-09-22 03:35:35] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004347 10.0.0.56 - - [2025-09-22 03:35:35] "GET /virtual-networks?parent_id=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003845 10.0.0.56 - - [2025-09-22 03:35:35] "GET /virtual-network/eabbfd63-7238-4a75-8c14-b0b2c4a5c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006704 10.0.0.56 - - [2025-09-22 03:35:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016241 10.0.0.56 - - [2025-09-22 03:35:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.009544 10.0.0.56 - - [2025-09-22 03:35:53] "POST /neutron/network HTTP/1.1" 200 822 0.007631 10.0.0.56 - - [2025-09-22 03:35:54] "POST /neutron/port HTTP/1.1" 200 1112 0.014784 10.0.0.56 - - [2025-09-22 03:35:54] "POST /neutron/port HTTP/1.1" 200 1112 0.019027 10.0.0.27 - - [2025-09-22 03:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004215 10.0.0.27 - - [2025-09-22 03:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.56 - - [2025-09-22 03:35:55] "POST /neutron/network HTTP/1.1" 200 151 0.137048 10.0.0.56 - - [2025-09-22 03:35:55] "DELETE /route-target/b8a9ca8b-f6ee-4b63-8d67-e37fa468a1e6 HTTP/1.1" 200 115 0.027475 10.0.0.27 - - [2025-09-22 03:35:57] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001091 10.0.0.56 - - [2025-09-22 03:35:57] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044497 10.0.0.27 - - [2025-09-22 03:35:57] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001268 10.0.0.56 - - [2025-09-22 03:35:57] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?fields=virtual_networks HTTP/1.1" 200 1029 0.049973 10.0.0.27 - - [2025-09-22 03:35:57] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002531 10.0.0.56 - - [2025-09-22 03:35:57] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047601 10.0.0.27 - - [2025-09-22 03:35:57] "GET /projects?obj_uuids=45f34d5b-32d6-4565-9bdc-ee3a9f20db88&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001047 10.0.0.56 - - [2025-09-22 03:35:57] "GET /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88?fields=security_groups HTTP/1.1" 200 1254 0.042357 10.0.0.56 - - [2025-09-22 03:36:10] "GET / HTTP/1.1" 200 35931 0.002011 10.0.0.56 - - [2025-09-22 03:36:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.56 - - [2025-09-22 03:36:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.057304 10.0.0.27 - - [2025-09-22 03:36:12] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004490 10.0.0.27 - - [2025-09-22 03:36:12] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.27 - - [2025-09-22 03:36:12] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009362 10.0.0.27 - - [2025-09-22 03:36:12] "POST /id-to-fqname HTTP/1.1" 200 203 0.002110 10.0.0.27 - - [2025-09-22 03:36:12] "POST /fqname-to-id HTTP/1.1" 404 212 0.008667 10.0.0.27 - - [2025-09-22 03:36:12] "POST /security-groups HTTP/1.1" 200 604 0.029330 10.0.0.27 - - [2025-09-22 03:36:12] "POST /projects HTTP/1.1" 200 611 0.249839 10.0.0.56 - - [2025-09-22 03:36:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.006001 10.0.0.27 - - [2025-09-22 03:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.319706 10.0.0.56 - - [2025-09-22 03:36:12] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.497962 10.0.0.56 - - [2025-09-22 03:36:13] "GET / HTTP/1.1" 200 35931 0.002032 10.0.0.56 - - [2025-09-22 03:36:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.56 - - [2025-09-22 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.050543 10.0.0.27 - - [2025-09-22 03:36:14] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005170 10.0.0.56 - - [2025-09-22 03:36:14] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056967 10.0.0.56 - - [2025-09-22 03:36:14] "POST /ref-update HTTP/1.1" 200 156 0.024001 10.0.0.27 - - [2025-09-22 03:36:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006460 10.0.0.56 - - [2025-09-22 03:36:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.244961 10.0.0.56 - - [2025-09-22 03:36:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001625 10.0.0.56 - - [2025-09-22 03:36:14] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.011287 10.0.0.56 - - [2025-09-22 03:36:14] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005779 10.0.0.56 - - [2025-09-22 03:36:14] "POST /neutron/network HTTP/1.1" 200 839 0.006163 10.0.0.56 - - [2025-09-22 03:36:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001390 10.0.0.27 - - [2025-09-22 03:36:15] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001622 10.0.0.56 - - [2025-09-22 03:36:15] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.077574 10.0.0.56 - - [2025-09-22 03:36:15] "POST /neutron/network HTTP/1.1" 200 839 0.007167 10.0.0.56 - - [2025-09-22 03:36:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.001460 10.0.0.56 - - [2025-09-22 03:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.007072 10.0.0.27 - - [2025-09-22 03:36:16] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001370 10.0.0.56 - - [2025-09-22 03:36:16] "POST /neutron/port HTTP/1.1" 200 1073 0.338778 10.0.0.27 - - [2025-09-22 03:36:17] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001572 10.0.0.56 - - [2025-09-22 03:36:17] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.099356 10.0.0.56 - - [2025-09-22 03:36:17] "POST /neutron/port HTTP/1.1" 200 1127 0.135765 10.0.0.56 - - [2025-09-22 03:36:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007489 10.0.0.56 - - [2025-09-22 03:36:17] "POST /neutron/network HTTP/1.1" 200 839 0.009210 10.0.0.56 - - [2025-09-22 03:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.006882 10.0.0.56 - - [2025-09-22 03:36:18] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.012094 10.0.0.56 - - [2025-09-22 03:36:18] "POST /neutron/port HTTP/1.1" 200 1073 0.021361 10.0.0.56 - - [2025-09-22 03:36:18] "POST /neutron/port HTTP/1.1" 200 1101 0.020577 10.0.0.56 - - [2025-09-22 03:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.56 - - [2025-09-22 03:36:19] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010003 10.0.0.56 - - [2025-09-22 03:36:19] "POST /neutron/port HTTP/1.1" 200 1101 0.020187 10.0.0.56 - - [2025-09-22 03:36:19] "GET /virtual-machine/dbb6b0b2-4878-4abd-83de-689105c6d607 HTTP/1.1" 401 292 0.000526 10.0.0.56 - - [2025-09-22 03:36:20] "GET /virtual-machine/dbb6b0b2-4878-4abd-83de-689105c6d607 HTTP/1.1" 200 1305 0.027553 10.0.0.56 - - [2025-09-22 03:36:20] "GET /virtual-machine-interface/e9ff3203-248d-4b2f-a956-3c52385b5301 HTTP/1.1" 200 3010 0.007146 10.0.0.56 - - [2025-09-22 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.56 - - [2025-09-22 03:36:20] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.56 - - [2025-09-22 03:36:20] "GET /virtual-networks?parent_id=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003566 10.0.0.56 - - [2025-09-22 03:36:20] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006969 10.0.0.56 - - [2025-09-22 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.56 - - [2025-09-22 03:36:23] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006439 10.0.0.56 - - [2025-09-22 03:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.56 - - [2025-09-22 03:36:27] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.011203 10.0.0.27 - - [2025-09-22 03:36:27] "DELETE /project/38aa23297d80468f8b0328d80a09cada HTTP/1.1" 404 173 0.002909 10.0.0.27 - - [2025-09-22 03:36:27] "DELETE /project/45f34d5b-32d6-4565-9bdc-ee3a9f20db88 HTTP/1.1" 404 177 0.006336 10.0.0.56 - - [2025-09-22 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.56 - - [2025-09-22 03:36:31] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006282 10.0.0.56 - - [2025-09-22 03:36:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007354 10.0.0.56 - - [2025-09-22 03:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.56 - - [2025-09-22 03:36:35] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003633 10.0.0.56 - - [2025-09-22 03:36:35] "GET /virtual-networks?parent_id=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002854 10.0.0.56 - - [2025-09-22 03:36:35] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006381 10.0.0.56 - - [2025-09-22 03:36:36] "POST /neutron/port HTTP/1.1" 200 1101 0.016566 10.0.0.56 - - [2025-09-22 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008036 10.0.0.56 - - [2025-09-22 03:36:40] "POST /neutron/port HTTP/1.1" 200 1101 0.016874 10.0.0.56 - - [2025-09-22 03:36:40] "GET /virtual-machine/a9d16043-7a1f-498d-a97d-be11dfd69ffd HTTP/1.1" 200 1306 0.006943 10.0.0.56 - - [2025-09-22 03:36:40] "GET /virtual-machine-interface/2e2a0154-0d38-4f20-937b-7d493a3ce785 HTTP/1.1" 200 3009 0.006200 10.0.0.56 - - [2025-09-22 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.56 - - [2025-09-22 03:36:41] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004142 10.0.0.56 - - [2025-09-22 03:36:41] "GET /virtual-networks?parent_id=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003469 10.0.0.56 - - [2025-09-22 03:36:41] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007047 10.0.0.56 - - [2025-09-22 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.56 - - [2025-09-22 03:36:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005237 10.0.0.56 - - [2025-09-22 03:36:42] "GET /virtual-networks?parent_id=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003987 10.0.0.56 - - [2025-09-22 03:36:42] "GET /virtual-network/de3ecaac-2d6c-49c7-9e9a-c3540b3d6f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007456 10.0.0.56 - - [2025-09-22 03:36:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008178 10.0.0.56 - - [2025-09-22 03:36:44] "POST /neutron/network HTTP/1.1" 200 849 0.008638 10.0.0.56 - - [2025-09-22 03:36:44] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.56 - - [2025-09-22 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.56 - - [2025-09-22 03:36:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003838 10.0.0.56 - - [2025-09-22 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-09-22 03:36:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005425 10.0.0.56 - - [2025-09-22 03:36:48] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.012788 10.0.0.56 - - [2025-09-22 03:36:57] "GET /obj-perms HTTP/1.1" 200 5056 0.052327 10.0.0.38 - - [2025-09-22 03:36:57] "GET /obj-perms HTTP/1.1" 200 5056 0.041204 10.0.0.56 - - [2025-09-22 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.56 - - [2025-09-22 03:37:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004679 10.0.0.56 - - [2025-09-22 03:37:00] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.013378 10.0.0.56 - - [2025-09-22 03:37:46] "POST /neutron/port HTTP/1.1" 200 1101 0.019163 10.0.0.56 - - [2025-09-22 03:37:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009676 10.0.0.56 - - [2025-09-22 03:37:50] "POST /neutron/network HTTP/1.1" 200 839 0.008955 10.0.0.56 - - [2025-09-22 03:37:50] "POST /neutron/port HTTP/1.1" 200 1127 0.012796 10.0.0.56 - - [2025-09-22 03:37:50] "POST /neutron/port HTTP/1.1" 200 1127 0.016678 10.0.0.56 - - [2025-09-22 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015190 10.0.0.27 - - [2025-09-22 03:37:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.27 - - [2025-09-22 03:37:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.56 - - [2025-09-22 03:37:52] "POST /neutron/network HTTP/1.1" 200 151 0.150455 10.0.0.27 - - [2025-09-22 03:37:52] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001732 10.0.0.56 - - [2025-09-22 03:37:52] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041561 10.0.0.27 - - [2025-09-22 03:37:52] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001057 10.0.0.56 - - [2025-09-22 03:37:52] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?fields=virtual_networks HTTP/1.1" 200 1057 0.049770 10.0.0.27 - - [2025-09-22 03:37:52] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001601 10.0.0.56 - - [2025-09-22 03:37:52] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044906 10.0.0.27 - - [2025-09-22 03:37:52] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001255 10.0.0.56 - - [2025-09-22 03:37:52] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?fields=security_groups HTTP/1.1" 200 1296 0.040241 10.0.0.56 - - [2025-09-22 03:37:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.022247 10.0.0.27 - - [2025-09-22 03:37:53] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003855 10.0.0.27 - - [2025-09-22 03:37:53] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.27 - - [2025-09-22 03:37:53] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007458 10.0.0.27 - - [2025-09-22 03:37:53] "POST /id-to-fqname HTTP/1.1" 200 209 0.006184 10.0.0.27 - - [2025-09-22 03:37:53] "POST /fqname-to-id HTTP/1.1" 404 217 0.007653 10.0.0.27 - - [2025-09-22 03:37:54] "POST /security-groups HTTP/1.1" 200 609 0.036881 10.0.0.27 - - [2025-09-22 03:37:54] "POST /projects HTTP/1.1" 200 621 0.274541 10.0.0.56 - - [2025-09-22 03:37:54] "POST /access-control-lists HTTP/1.1" 200 614 0.039354 10.0.0.27 - - [2025-09-22 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.344114 10.0.0.56 - - [2025-09-22 03:37:54] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.491287 10.0.0.56 - - [2025-09-22 03:37:55] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.56 - - [2025-09-22 03:37:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.56 - - [2025-09-22 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.052623 10.0.0.27 - - [2025-09-22 03:37:55] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001024 10.0.0.56 - - [2025-09-22 03:37:55] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.051030 10.0.0.56 - - [2025-09-22 03:37:56] "POST /route-targets HTTP/1.1" 200 327 0.014639 10.0.0.27 - - [2025-09-22 03:37:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006466 10.0.0.56 - - [2025-09-22 03:37:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.245281 10.0.0.56 - - [2025-09-22 03:37:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001496 10.0.0.56 - - [2025-09-22 03:37:56] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005509 10.0.0.56 - - [2025-09-22 03:37:56] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006099 10.0.0.56 - - [2025-09-22 03:37:56] "POST /neutron/network HTTP/1.1" 200 842 0.006838 10.0.0.56 - - [2025-09-22 03:37:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001695 10.0.0.27 - - [2025-09-22 03:37:57] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001283 10.0.0.56 - - [2025-09-22 03:37:57] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.335141 10.0.0.27 - - [2025-09-22 03:37:57] "GET /obj-perms HTTP/1.1" 200 5056 0.091232 10.0.0.56 - - [2025-09-22 03:37:57] "POST /neutron/network HTTP/1.1" 200 842 0.007477 10.0.0.56 - - [2025-09-22 03:37:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001661 10.0.0.56 - - [2025-09-22 03:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.007183 10.0.0.27 - - [2025-09-22 03:37:58] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001757 10.0.0.56 - - [2025-09-22 03:37:58] "POST /neutron/port HTTP/1.1" 200 1076 0.352892 10.0.0.56 - - [2025-09-22 03:37:58] "POST /neutron/port HTTP/1.1" 200 1130 0.125041 10.0.0.27 - - [2025-09-22 03:37:59] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001446 10.0.0.56 - - [2025-09-22 03:37:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.017182 10.0.0.56 - - [2025-09-22 03:37:59] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.081306 10.0.0.56 - - [2025-09-22 03:37:59] "POST /neutron/network HTTP/1.1" 200 842 0.007139 10.0.0.56 - - [2025-09-22 03:37:59] "POST /neutron/port HTTP/1.1" 200 117 0.007509 10.0.0.56 - - [2025-09-22 03:38:00] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.011406 10.0.0.56 - - [2025-09-22 03:38:00] "POST /neutron/port HTTP/1.1" 200 1076 0.019702 10.0.0.56 - - [2025-09-22 03:38:00] "POST /neutron/port HTTP/1.1" 200 1104 0.017418 10.0.0.56 - - [2025-09-22 03:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.001475 10.0.0.56 - - [2025-09-22 03:38:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009068 10.0.0.56 - - [2025-09-22 03:38:01] "POST /neutron/port HTTP/1.1" 200 1104 0.018007 10.0.0.56 - - [2025-09-22 03:38:01] "GET /virtual-machine/0a8265dc-bc10-4aa8-a71b-b430bacf7fdd HTTP/1.1" 401 292 0.000467 10.0.0.56 - - [2025-09-22 03:38:02] "GET /virtual-machine/0a8265dc-bc10-4aa8-a71b-b430bacf7fdd HTTP/1.1" 200 1309 0.031082 10.0.0.56 - - [2025-09-22 03:38:02] "GET /virtual-machine-interface/f987959a-782a-49a4-9a3c-2be6cb0e3f2e HTTP/1.1" 200 3035 0.008100 10.0.0.56 - - [2025-09-22 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.56 - - [2025-09-22 03:38:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004519 10.0.0.56 - - [2025-09-22 03:38:02] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004107 10.0.0.56 - - [2025-09-22 03:38:02] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007428 10.0.0.56 - - [2025-09-22 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.56 - - [2025-09-22 03:38:05] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006542 10.0.0.56 - - [2025-09-22 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-22 03:38:09] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006919 10.0.0.56 - - [2025-09-22 03:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-09-22 03:38:13] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005585 10.0.0.56 - - [2025-09-22 03:38:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009863 10.0.0.56 - - [2025-09-22 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.56 - - [2025-09-22 03:38:15] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.56 - - [2025-09-22 03:38:15] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003224 10.0.0.56 - - [2025-09-22 03:38:15] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006042 10.0.0.56 - - [2025-09-22 03:38:18] "POST /neutron/port HTTP/1.1" 200 1104 0.021322 10.0.0.56 - - [2025-09-22 03:38:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008212 10.0.0.56 - - [2025-09-22 03:38:26] "POST /neutron/port HTTP/1.1" 200 1104 0.017815 10.0.0.56 - - [2025-09-22 03:38:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008215 10.0.0.56 - - [2025-09-22 03:38:26] "GET /virtual-machine/00e0b855-6d61-425f-90a5-c07d9ab0edb0 HTTP/1.1" 200 1308 0.006785 10.0.0.56 - - [2025-09-22 03:38:26] "GET /virtual-machine-interface/6cf3ef86-7e4f-45dc-a736-9fa2ac0c1f6e HTTP/1.1" 200 3034 0.006816 10.0.0.56 - - [2025-09-22 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.56 - - [2025-09-22 03:38:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003920 10.0.0.56 - - [2025-09-22 03:38:26] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005637 10.0.0.56 - - [2025-09-22 03:38:26] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006969 10.0.0.56 - - [2025-09-22 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.56 - - [2025-09-22 03:38:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004628 10.0.0.56 - - [2025-09-22 03:38:27] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003519 10.0.0.56 - - [2025-09-22 03:38:27] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006888 10.0.0.27 - - [2025-09-22 03:38:27] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001072 10.0.0.27 - - [2025-09-22 03:38:27] "DELETE /project/4ba4e14d27754e328dff6eb1789bce1e HTTP/1.1" 404 173 0.006735 10.0.0.27 - - [2025-09-22 03:38:28] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1519 0.055649 10.0.0.27 - - [2025-09-22 03:38:28] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001813 10.0.0.27 - - [2025-09-22 03:38:28] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?fields=security_groups HTTP/1.1" 200 1401 0.061806 10.0.0.27 - - [2025-09-22 03:38:28] "DELETE /security-group/c939b990-a886-43e3-b2fe-94eae7e60bbb HTTP/1.1" 404 177 0.003802 10.0.0.27 - - [2025-09-22 03:38:28] "GET /projects?obj_uuids=38aa2329-7d80-468f-8b03-28d80a09cada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001023 10.0.0.56 - - [2025-09-22 03:38:28] "DELETE /access-control-list/50a76cb9-f11d-4172-92d6-358290501814 HTTP/1.1" 200 115 0.047293 10.0.0.27 - - [2025-09-22 03:38:28] "GET /project/38aa2329-7d80-468f-8b03-28d80a09cada?fields=application_policy_sets HTTP/1.1" 200 1440 0.079304 10.0.0.27 - - [2025-09-22 03:38:28] "DELETE /project/38aa2329-7d80-468f-8b03-28d80a09cada HTTP/1.1" 200 115 0.385798 10.0.0.56 - - [2025-09-22 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.27 - - [2025-09-22 03:38:32] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001143 10.0.0.56 - - [2025-09-22 03:38:32] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.045619 10.0.0.56 - - [2025-09-22 03:38:32] "POST /neutron/network HTTP/1.1" 200 117 0.013626 10.0.0.27 - - [2025-09-22 03:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.087724 10.0.0.56 - - [2025-09-22 03:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.160598 10.0.0.56 - - [2025-09-22 03:38:33] "POST /neutron/network HTTP/1.1" 200 846 0.009510 10.0.0.56 - - [2025-09-22 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 239 0.001023 10.0.0.56 - - [2025-09-22 03:38:33] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005888 10.0.0.56 - - [2025-09-22 03:38:33] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006397 10.0.0.56 - - [2025-09-22 03:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.075278 10.0.0.56 - - [2025-09-22 03:38:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.012259 10.0.0.56 - - [2025-09-22 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-09-22 03:38:33] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000995 10.0.0.27 - - [2025-09-22 03:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.129242 10.0.0.56 - - [2025-09-22 03:38:33] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.050146 10.0.0.38 - - [2025-09-22 03:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.171612 10.0.0.27 - - [2025-09-22 03:38:33] "GET /global-system-configs HTTP/1.1" 200 322 0.080363 10.0.0.56 - - [2025-09-22 03:38:33] "POST /route-targets HTTP/1.1" 200 327 0.012760 10.0.0.27 - - [2025-09-22 03:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.011833 10.0.0.56 - - [2025-09-22 03:38:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.227210 10.0.0.56 - - [2025-09-22 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 242 0.001312 10.0.0.56 - - [2025-09-22 03:38:34] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006171 10.0.0.56 - - [2025-09-22 03:38:34] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.014733 10.0.0.56 - - [2025-09-22 03:38:34] "POST /neutron/network HTTP/1.1" 200 850 0.008395 10.0.0.56 - - [2025-09-22 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 239 0.001316 10.0.0.56 - - [2025-09-22 03:38:34] "GET /global-system-configs HTTP/1.1" 200 322 0.123254 10.0.0.56 - - [2025-09-22 03:38:34] "GET /obj-perms HTTP/1.1" 200 5056 0.191161 10.0.0.56 - - [2025-09-22 03:38:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010964 10.0.0.27 - - [2025-09-22 03:38:35] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001084 10.0.0.56 - - [2025-09-22 03:38:35] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.062130 10.0.0.56 - - [2025-09-22 03:38:35] "POST /neutron/port HTTP/1.1" 200 2092 0.018939 10.0.0.56 - - [2025-09-22 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 242 0.001536 10.0.0.56 - - [2025-09-22 03:38:35] "POST /neutron/port HTTP/1.1" 200 2092 0.017451 10.0.0.38 - - [2025-09-22 03:38:35] "GET /global-system-configs HTTP/1.1" 200 322 0.140065 10.0.0.38 - - [2025-09-22 03:38:35] "GET /global-system-configs HTTP/1.1" 200 322 0.201866 10.0.0.38 - - [2025-09-22 03:38:35] "GET /obj-perms HTTP/1.1" 200 5056 0.329084 10.0.0.56 - - [2025-09-22 03:38:35] "POST /neutron/network HTTP/1.1" 200 856 0.007724 10.0.0.27 - - [2025-09-22 03:38:35] "GET /obj-perms HTTP/1.1" 200 5056 0.363970 10.0.0.56 - - [2025-09-22 03:38:36] "POST /neutron/port HTTP/1.1" 200 1080 0.040936 10.0.0.27 - - [2025-09-22 03:38:36] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004646 10.0.0.56 - - [2025-09-22 03:38:36] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.115083 10.0.0.56 - - [2025-09-22 03:38:36] "POST /neutron/port HTTP/1.1" 200 1108 0.019330 10.0.0.56 - - [2025-09-22 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.56 - - [2025-09-22 03:38:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008702 10.0.0.56 - - [2025-09-22 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001806 10.0.0.56 - - [2025-09-22 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001379 10.0.0.56 - - [2025-09-22 03:38:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009578 10.0.0.27 - - [2025-09-22 03:38:37] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001184 10.0.0.56 - - [2025-09-22 03:38:37] "POST /neutron/port HTTP/1.1" 200 1078 0.322515 10.0.0.56 - - [2025-09-22 03:38:37] "POST /neutron/port HTTP/1.1" 200 1132 0.114240 10.0.0.56 - - [2025-09-22 03:38:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.012178 10.0.0.27 - - [2025-09-22 03:38:38] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001066 10.0.0.56 - - [2025-09-22 03:38:38] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.092748 10.0.0.56 - - [2025-09-22 03:38:38] "POST /neutron/network HTTP/1.1" 200 842 0.010509 10.0.0.56 - - [2025-09-22 03:38:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007815 10.0.0.56 - - [2025-09-22 03:38:38] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007340 10.0.0.27 - - [2025-09-22 03:38:38] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001066 10.0.0.56 - - [2025-09-22 03:38:39] "GET /obj-perms HTTP/1.1" 200 5066 0.107140 10.0.0.56 - - [2025-09-22 03:38:39] "POST /neutron/port HTTP/1.1" 200 1076 0.327887 10.0.0.56 - - [2025-09-22 03:38:39] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006012 10.0.0.56 - - [2025-09-22 03:38:39] "POST /neutron/port HTTP/1.1" 200 1076 0.013864 10.0.0.56 - - [2025-09-22 03:38:39] "POST /neutron/port HTTP/1.1" 200 1080 0.021550 10.0.0.38 - - [2025-09-22 03:38:39] "GET /obj-perms HTTP/1.1" 200 5066 0.053023 10.0.0.27 - - [2025-09-22 03:38:40] "GET /obj-perms HTTP/1.1" 200 5066 0.113231 10.0.0.56 - - [2025-09-22 03:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004808 10.0.0.56 - - [2025-09-22 03:38:40] "POST /neutron/network HTTP/1.1" 200 842 0.007701 10.0.0.56 - - [2025-09-22 03:38:40] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006699 10.0.0.56 - - [2025-09-22 03:38:40] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.56 - - [2025-09-22 03:38:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007731 10.0.0.56 - - [2025-09-22 03:38:40] "POST /neutron/port HTTP/1.1" 200 1106 0.016695 10.0.0.56 - - [2025-09-22 03:38:40] "GET /virtual-machine/c56fd0de-65e2-4569-a2ab-e29cf6a4608d HTTP/1.1" 200 1311 0.006420 10.0.0.56 - - [2025-09-22 03:38:40] "GET /virtual-machine-interface/0c78d0c3-c609-4aba-9853-972b047118df HTTP/1.1" 200 3042 0.006441 10.0.0.56 - - [2025-09-22 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.56 - - [2025-09-22 03:38:40] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005423 10.0.0.56 - - [2025-09-22 03:38:40] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.007138 10.0.0.56 - - [2025-09-22 03:38:40] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.007188 10.0.0.56 - - [2025-09-22 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.56 - - [2025-09-22 03:38:44] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006298 10.0.0.56 - - [2025-09-22 03:38:46] "POST /neutron/port HTTP/1.1" 200 1104 0.016943 10.0.0.56 - - [2025-09-22 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.009315 10.0.0.56 - - [2025-09-22 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.56 - - [2025-09-22 03:38:48] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005720 10.0.0.56 - - [2025-09-22 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.56 - - [2025-09-22 03:38:52] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005732 10.0.0.56 - - [2025-09-22 03:38:54] "POST /neutron/port HTTP/1.1" 200 2096 0.018909 10.0.0.56 - - [2025-09-22 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-09-22 03:38:56] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006336 10.0.0.56 - - [2025-09-22 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.56 - - [2025-09-22 03:39:00] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005846 10.0.0.56 - - [2025-09-22 03:39:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008789 10.0.0.56 - - [2025-09-22 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.56 - - [2025-09-22 03:39:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004261 10.0.0.56 - - [2025-09-22 03:39:04] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002972 10.0.0.56 - - [2025-09-22 03:39:04] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.008378 10.0.0.56 - - [2025-09-22 03:39:04] "POST /neutron/port HTTP/1.1" 200 1106 0.015746 10.0.0.56 - - [2025-09-22 03:39:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014148 10.0.0.56 - - [2025-09-22 03:39:17] "POST /neutron/port HTTP/1.1" 200 1108 0.016845 10.0.0.56 - - [2025-09-22 03:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004341 10.0.0.56 - - [2025-09-22 03:39:17] "POST /neutron/network HTTP/1.1" 200 846 0.007251 10.0.0.56 - - [2025-09-22 03:39:20] "POST /neutron/port HTTP/1.1" 200 1108 0.018858 10.0.0.56 - - [2025-09-22 03:39:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011518 10.0.0.56 - - [2025-09-22 03:39:20] "GET /virtual-machine/24c0b461-6cfa-4203-a4bd-369665c63e71 HTTP/1.1" 200 1310 0.007439 10.0.0.56 - - [2025-09-22 03:39:20] "GET /virtual-machine-interface/7a914199-5d09-44aa-a20d-3d46127d2130 HTTP/1.1" 200 3034 0.008876 10.0.0.56 - - [2025-09-22 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.56 - - [2025-09-22 03:39:20] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.56 - - [2025-09-22 03:39:20] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003332 10.0.0.56 - - [2025-09-22 03:39:20] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007193 10.0.0.56 - - [2025-09-22 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.56 - - [2025-09-22 03:39:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005268 10.0.0.56 - - [2025-09-22 03:39:21] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003367 10.0.0.56 - - [2025-09-22 03:39:21] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006500 10.0.0.56 - - [2025-09-22 03:39:22] "POST /neutron/port HTTP/1.1" 200 2096 0.021377 10.0.0.56 - - [2025-09-22 03:39:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009389 10.0.0.56 - - [2025-09-22 03:39:22] "GET /virtual-machine/6c73a806-fced-4719-9af5-188b582652ad HTTP/1.1" 200 1586 0.008682 10.0.0.56 - - [2025-09-22 03:39:22] "GET /virtual-machine-interface/5e3723e0-0451-43f2-bcb0-f799f1014e8f HTTP/1.1" 200 3034 0.005541 10.0.0.56 - - [2025-09-22 03:39:22] "GET /virtual-machine-interface/f180650e-7aa5-4a20-ae28-061bc6b15fee HTTP/1.1" 200 3035 0.006219 10.0.0.56 - - [2025-09-22 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.56 - - [2025-09-22 03:39:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004573 10.0.0.56 - - [2025-09-22 03:39:22] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003810 10.0.0.56 - - [2025-09-22 03:39:22] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009529 10.0.0.56 - - [2025-09-22 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.56 - - [2025-09-22 03:39:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.56 - - [2025-09-22 03:39:23] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003583 10.0.0.56 - - [2025-09-22 03:39:23] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006792 10.0.0.56 - - [2025-09-22 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-09-22 03:39:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004218 10.0.0.56 - - [2025-09-22 03:39:23] "GET /virtual-networks?parent_id=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003024 10.0.0.56 - - [2025-09-22 03:39:23] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006766 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.56 - - [2025-09-22 03:39:25] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.56 - - [2025-09-22 03:39:25] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.56 - - [2025-09-22 03:39:25] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.011453 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 404 217 0.003547 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.27 - - [2025-09-22 03:39:25] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.027653 10.0.0.56 - - [2025-09-22 03:39:25] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.067297 10.0.0.56 - - [2025-09-22 03:39:25] "POST /network-policys HTTP/1.1" 200 539 0.029267 10.0.0.56 - - [2025-09-22 03:39:25] "GET /network-policy/1666a49a-5a5a-4313-a91d-da7eb4e39163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.007049 10.0.0.56 - - [2025-09-22 03:39:25] "POST /neutron/network HTTP/1.1" 200 842 0.007924 10.0.0.56 - - [2025-09-22 03:39:25] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008332 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-09-22 03:39:25] "GET /network-policy/1666a49a-5a5a-4313-a91d-da7eb4e39163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004547 10.0.0.56 - - [2025-09-22 03:39:25] "POST /neutron/network HTTP/1.1" 200 846 0.007669 10.0.0.56 - - [2025-09-22 03:39:25] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.007765 10.0.0.56 - - [2025-09-22 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.56 - - [2025-09-22 03:39:25] "GET /network-policy/1666a49a-5a5a-4313-a91d-da7eb4e39163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004709 10.0.0.56 - - [2025-09-22 03:39:26] "POST /access-control-lists HTTP/1.1" 200 609 0.063434 10.0.0.56 - - [2025-09-22 03:39:26] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.006358 10.0.0.56 - - [2025-09-22 03:39:26] "POST /ref-update HTTP/1.1" 200 156 0.043902 10.0.0.56 - - [2025-09-22 03:39:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004036 10.0.0.38 - - [2025-09-22 03:39:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004267 10.0.0.27 - - [2025-09-22 03:39:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003786 10.0.0.56 - - [2025-09-22 03:39:26] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006487 10.0.0.56 - - [2025-09-22 03:39:27] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.006769 10.0.0.56 - - [2025-09-22 03:39:27] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005810 10.0.0.56 - - [2025-09-22 03:39:27] "GET /obj-perms HTTP/1.1" 200 5066 0.003850 10.0.0.38 - - [2025-09-22 03:39:27] "GET /obj-perms HTTP/1.1" 200 5066 0.005005 10.0.0.27 - - [2025-09-22 03:39:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004698 10.0.0.56 - - [2025-09-22 03:39:27] "GET /virtual-network/38ea379b-5a68-4efe-b818-3039944ba2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.006428 10.0.0.56 - - [2025-09-22 03:39:42] "GET /obj-perms HTTP/1.1" 200 5066 0.004646 10.0.0.56 - - [2025-09-22 03:39:48] "POST /neutron/port HTTP/1.1" 200 1104 0.041121 10.0.0.56 - - [2025-09-22 03:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004631 10.0.0.56 - - [2025-09-22 03:39:48] "POST /neutron/network HTTP/1.1" 200 936 0.009865 10.0.0.56 - - [2025-09-22 03:40:17] "POST /neutron/network HTTP/1.1" 200 860 0.007931 10.0.0.56 - - [2025-09-22 03:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.56 - - [2025-09-22 03:40:48] "POST /neutron/port HTTP/1.1" 200 2096 0.018048 10.0.0.56 - - [2025-09-22 03:40:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.011197 10.0.0.56 - - [2025-09-22 03:40:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554 10.0.0.56 - - [2025-09-22 03:40:48] "POST /neutron/network HTTP/1.1" 200 940 0.008657 10.0.0.56 - - [2025-09-22 03:41:00] "GET /obj-perms HTTP/1.1" 200 5056 0.043130 10.0.0.56 - - [2025-09-22 03:41:19] "POST /neutron/network HTTP/1.1" 200 950 0.007673 10.0.0.56 - - [2025-09-22 03:41:19] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.56 - - [2025-09-22 03:41:50] "POST /neutron/port HTTP/1.1" 200 1104 0.024814 10.0.0.56 - - [2025-09-22 03:41:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.010171 10.0.0.38 - - [2025-09-22 03:42:00] "GET /obj-perms HTTP/1.1" 200 5056 0.046574 10.0.0.27 - - [2025-09-22 03:42:01] "GET /obj-perms HTTP/1.1" 200 5056 0.040390 10.0.0.56 - - [2025-09-22 03:42:19] "POST /neutron/port HTTP/1.1" 200 1106 0.018667 10.0.0.56 - - [2025-09-22 03:42:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004864 10.0.0.56 - - [2025-09-22 03:42:19] "POST /neutron/network HTTP/1.1" 200 850 0.007633 10.0.0.56 - - [2025-09-22 03:42:52] "POST /neutron/network HTTP/1.1" 200 946 0.009507 10.0.0.56 - - [2025-09-22 03:42:52] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.56 - - [2025-09-22 03:43:04] "GET /obj-perms HTTP/1.1" 200 5066 0.004618 10.0.0.56 - - [2025-09-22 03:43:06] "GET /obj-perms HTTP/1.1" 200 5066 0.005387 10.0.0.56 - - [2025-09-22 03:43:07] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.032095 10.0.0.56 - - [2025-09-22 03:43:08] "POST /neutron/network HTTP/1.1" 200 846 0.112723 10.0.0.56 - - [2025-09-22 03:43:08] "POST /ref-update HTTP/1.1" 200 156 0.039895 10.0.0.56 - - [2025-09-22 03:43:08] "GET /virtual-network/cb4138e2-1085-480a-b5e8-3badc2678f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.021949 10.0.0.56 - - [2025-09-22 03:43:08] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007638 10.0.0.56 - - [2025-09-22 03:43:08] "POST /neutron/network HTTP/1.1" 200 842 0.068111 10.0.0.56 - - [2025-09-22 03:43:08] "GET /virtual-network/8bca0d1b-34f6-4e12-9c1e-a7be1c789502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007774 10.0.0.56 - - [2025-09-22 03:43:08] "DELETE /network-policy/1666a49a-5a5a-4313-a91d-da7eb4e39163 HTTP/1.1" 200 115 0.034091 10.0.0.56 - - [2025-09-22 03:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.56 - - [2025-09-22 03:43:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005078 10.0.0.56 - - [2025-09-22 03:43:08] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.014876 10.0.0.56 - - [2025-09-22 03:43:08] "POST /ref-update HTTP/1.1" 200 156 0.024193 10.0.0.56 - - [2025-09-22 03:43:10] "POST /neutron/network HTTP/1.1" 400 204 0.017343 10.0.0.56 - - [2025-09-22 03:43:10] "POST /neutron/port HTTP/1.1" 200 1132 0.030685 10.0.0.56 - - [2025-09-22 03:43:10] "POST /neutron/port HTTP/1.1" 200 151 0.280129 10.0.0.56 - - [2025-09-22 03:43:10] "POST /neutron/port HTTP/1.1" 200 1130 0.017585 10.0.0.56 - - [2025-09-22 03:43:12] "POST /neutron/network HTTP/1.1" 200 850 0.008768 10.0.0.56 - - [2025-09-22 03:43:12] "DELETE /route-target/55e08a41-9f16-4fe9-a24d-a9debf41986e HTTP/1.1" 200 115 0.037372 10.0.0.27 - - [2025-09-22 03:43:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006662 10.0.0.27 - - [2025-09-22 03:43:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002973 10.0.0.56 - - [2025-09-22 03:43:12] "POST /neutron/network HTTP/1.1" 200 151 0.146071 10.0.0.56 - - [2025-09-22 03:43:13] "POST /neutron/port HTTP/1.1" 200 1104 0.016985 10.0.0.56 - - [2025-09-22 03:43:13] "POST /neutron/port HTTP/1.1" 200 151 0.225008 10.0.0.56 - - [2025-09-22 03:43:15] "POST /neutron/network HTTP/1.1" 200 842 0.008859 10.0.0.56 - - [2025-09-22 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2025-09-22 03:43:15] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001350 10.0.0.56 - - [2025-09-22 03:43:15] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.067050 10.0.0.27 - - [2025-09-22 03:43:15] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001018 10.0.0.56 - - [2025-09-22 03:43:15] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?fields=virtual_networks HTTP/1.1" 200 1067 0.038236 10.0.0.27 - - [2025-09-22 03:43:15] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001039 10.0.0.56 - - [2025-09-22 03:43:15] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.039775 10.0.0.27 - - [2025-09-22 03:43:15] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001061 10.0.0.56 - - [2025-09-22 03:43:15] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?fields=security_groups HTTP/1.1" 200 1311 0.046386 10.0.0.56 - - [2025-09-22 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.026684 10.0.0.27 - - [2025-09-22 03:43:16] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003354 10.0.0.27 - - [2025-09-22 03:43:16] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2025-09-22 03:43:16] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030050 10.0.0.27 - - [2025-09-22 03:43:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.002597 10.0.0.27 - - [2025-09-22 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.006784 10.0.0.27 - - [2025-09-22 03:43:16] "POST /security-groups HTTP/1.1" 200 586 0.153364 10.0.0.27 - - [2025-09-22 03:43:16] "POST /projects HTTP/1.1" 200 575 0.365215 10.0.0.56 - - [2025-09-22 03:43:16] "POST /access-control-lists HTTP/1.1" 200 591 0.031711 10.0.0.27 - - [2025-09-22 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.431678 10.0.0.56 - - [2025-09-22 03:43:17] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.596370 10.0.0.56 - - [2025-09-22 03:43:18] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.27 - - [2025-09-22 03:43:18] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001046 10.0.0.56 - - [2025-09-22 03:43:18] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.050989 10.0.0.56 - - [2025-09-22 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.56 - - [2025-09-22 03:43:19] "GET /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004630 10.0.0.56 - - [2025-09-22 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-09-22 03:43:19] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000961 10.0.0.56 - - [2025-09-22 03:43:19] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.044597 10.0.0.56 - - [2025-09-22 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.56 - - [2025-09-22 03:43:19] "GET /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004926 10.0.0.56 - - [2025-09-22 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.56 - - [2025-09-22 03:43:19] "PUT /security-group/c1b8b9b9-4ff4-4976-94ba-6b4ce58e44d1 HTTP/1.1" 200 262 0.017635 10.0.0.56 - - [2025-09-22 03:43:19] "PUT /access-control-list/669b84e9-f521-4ffd-93a6-3304dfb14d56 HTTP/1.1" 200 272 0.015885 10.0.0.27 - - [2025-09-22 03:43:22] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.56 - - [2025-09-22 03:43:22] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046953 10.0.0.27 - - [2025-09-22 03:43:22] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433 10.0.0.56 - - [2025-09-22 03:43:22] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?fields=virtual_networks HTTP/1.1" 200 1021 0.066506 10.0.0.27 - - [2025-09-22 03:43:22] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.56 - - [2025-09-22 03:43:22] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.045720 10.0.0.27 - - [2025-09-22 03:43:22] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.56 - - [2025-09-22 03:43:22] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?fields=security_groups HTTP/1.1" 200 1242 0.048670 10.0.0.56 - - [2025-09-22 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.027139 10.0.0.27 - - [2025-09-22 03:43:23] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003418 10.0.0.27 - - [2025-09-22 03:43:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.27 - - [2025-09-22 03:43:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007643 10.0.0.27 - - [2025-09-22 03:43:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.002052 10.0.0.27 - - [2025-09-22 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.007586 10.0.0.27 - - [2025-09-22 03:43:23] "POST /security-groups HTTP/1.1" 200 595 0.078058 10.0.0.27 - - [2025-09-22 03:43:23] "POST /projects HTTP/1.1" 200 593 0.300242 10.0.0.27 - - [2025-09-22 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.334220 10.0.0.56 - - [2025-09-22 03:43:23] "POST /access-control-lists HTTP/1.1" 200 600 0.031523 10.0.0.56 - - [2025-09-22 03:43:23] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.507006 10.0.0.56 - - [2025-09-22 03:43:24] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.56 - - [2025-09-22 03:43:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.56 - - [2025-09-22 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.052829 10.0.0.27 - - [2025-09-22 03:43:26] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.56 - - [2025-09-22 03:43:27] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055651 10.0.0.27 - - [2025-09-22 03:43:27] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001066 10.0.0.56 - - [2025-09-22 03:43:27] "POST /neutron/network HTTP/1.1" 200 623 0.145570 10.0.0.56 - - [2025-09-22 03:43:27] "POST /route-targets HTTP/1.1" 200 327 0.015509 10.0.0.56 - - [2025-09-22 03:43:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.004198 10.0.0.56 - - [2025-09-22 03:43:27] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006851 10.0.0.56 - - [2025-09-22 03:43:27] "POST /neutron/network HTTP/1.1" 200 843 0.007738 10.0.0.56 - - [2025-09-22 03:43:27] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006502 10.0.0.56 - - [2025-09-22 03:43:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001822 10.0.0.56 - - [2025-09-22 03:43:27] "POST /neutron/network HTTP/1.1" 200 853 0.008213 10.0.0.27 - - [2025-09-22 03:43:28] "DELETE /project/c5447cc60b134fd7aba07c08dea7e238 HTTP/1.1" 404 173 0.008471 10.0.0.27 - - [2025-09-22 03:43:28] "DELETE /project/1aa70396ebc24d699f9764f0b90c7683 HTTP/1.1" 404 173 0.013318 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000911 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000853 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000826 10.0.0.27 - - [2025-09-22 03:43:28] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.068239 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002088 10.0.0.56 - - [2025-09-22 03:43:28] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.143556 10.0.0.27 - - [2025-09-22 03:43:28] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.120933 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001840 10.0.0.27 - - [2025-09-22 03:43:28] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?fields=security_groups HTTP/1.1" 200 1416 0.137443 10.0.0.27 - - [2025-09-22 03:43:28] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?fields=security_groups HTTP/1.1" 200 1347 0.113826 10.0.0.27 - - [2025-09-22 03:43:28] "DELETE /security-group/e6402a81-1937-489c-aa56-6a18628d68d1 HTTP/1.1" 200 115 0.074811 10.0.0.27 - - [2025-09-22 03:43:28] "GET /projects?obj_uuids=4ba4e14d-2775-4e32-8dff-6eb1789bce1e&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001025 10.0.0.27 - - [2025-09-22 03:43:29] "DELETE /security-group/3ff96a1f-0cb8-4299-b419-e7274c2a9a06 HTTP/1.1" 200 115 0.093217 10.0.0.27 - - [2025-09-22 03:43:29] "GET /projects?obj_uuids=1aa70396-ebc2-4d69-9f97-64f0b90c7683&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001493 10.0.0.27 - - [2025-09-22 03:43:29] "GET /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e?fields=application_policy_sets HTTP/1.1" 200 1455 0.109162 10.0.0.56 - - [2025-09-22 03:43:29] "DELETE /access-control-list/1cb2cc65-f3dd-43c0-a4c9-68193d482858 HTTP/1.1" 200 115 0.080398 10.0.0.27 - - [2025-09-22 03:43:29] "GET /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683?fields=application_policy_sets HTTP/1.1" 200 1386 0.101936 10.0.0.56 - - [2025-09-22 03:43:29] "POST /neutron/port HTTP/1.1" 200 117 0.039807 10.0.0.56 - - [2025-09-22 03:43:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.003263 10.0.0.27 - - [2025-09-22 03:43:29] "DELETE /project/4ba4e14d-2775-4e32-8dff-6eb1789bce1e HTTP/1.1" 200 115 0.746800 10.0.0.27 - - [2025-09-22 03:43:29] "DELETE /project/1aa70396-ebc2-4d69-9f97-64f0b90c7683 HTTP/1.1" 200 115 0.817174 10.0.0.27 - - [2025-09-22 03:43:29] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001111 10.0.0.56 - - [2025-09-22 03:43:30] "POST /neutron/port HTTP/1.1" 200 1065 0.328067 10.0.0.56 - - [2025-09-22 03:43:30] "POST /neutron/port HTTP/1.1" 200 1119 0.110553 10.0.0.56 - - [2025-09-22 03:43:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.010579 10.0.0.27 - - [2025-09-22 03:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.104456 10.0.0.56 - - [2025-09-22 03:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.066683 10.0.0.38 - - [2025-09-22 03:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.143077 10.0.0.27 - - [2025-09-22 03:43:33] "GET /global-system-configs HTTP/1.1" 200 322 0.101936 10.0.0.56 - - [2025-09-22 03:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.127746 10.0.0.27 - - [2025-09-22 03:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.142861 10.0.0.56 - - [2025-09-22 03:43:34] "GET /global-system-configs HTTP/1.1" 200 322 0.033199 10.0.0.38 - - [2025-09-22 03:43:35] "GET /global-system-configs HTTP/1.1" 200 322 0.087293 10.0.0.38 - - [2025-09-22 03:43:35] "GET /global-system-configs HTTP/1.1" 200 322 0.199147 10.0.0.38 - - [2025-09-22 03:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.253331 10.0.0.27 - - [2025-09-22 03:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.298660 10.0.0.56 - - [2025-09-22 03:43:35] "GET /obj-perms HTTP/1.1" 200 5056 0.309229 10.0.0.56 - - [2025-09-22 03:43:44] "POST /neutron/port HTTP/1.1" 200 1093 0.064051 10.0.0.27 - - [2025-09-22 03:43:50] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.56 - - [2025-09-22 03:43:50] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.062427 10.0.0.56 - - [2025-09-22 03:43:50] "POST /neutron/network HTTP/1.1" 200 843 0.031077 10.0.0.56 - - [2025-09-22 03:43:50] "POST /neutron/port HTTP/1.1" 200 117 0.007257 10.0.0.56 - - [2025-09-22 03:43:50] "POST /neutron/port HTTP/1.1" 200 1093 0.020757 10.0.0.56 - - [2025-09-22 03:43:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008307 10.0.0.56 - - [2025-09-22 03:43:50] "GET /virtual-machine/f649b85b-7fde-4552-bdca-3562ee9aaa5f HTTP/1.1" 401 292 0.000400 10.0.0.56 - - [2025-09-22 03:43:51] "GET /virtual-machine/f649b85b-7fde-4552-bdca-3562ee9aaa5f HTTP/1.1" 200 1297 0.038283 10.0.0.56 - - [2025-09-22 03:43:51] "GET /virtual-machine-interface/dd337bc0-bdcd-46b1-a812-bea46d4d07f9 HTTP/1.1" 200 2983 0.014656 10.0.0.56 - - [2025-09-22 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008369 10.0.0.56 - - [2025-09-22 03:43:51] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005085 10.0.0.56 - - [2025-09-22 03:43:51] "GET /virtual-networks?parent_id=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003713 10.0.0.56 - - [2025-09-22 03:43:51] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005486 10.0.0.56 - - [2025-09-22 03:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.56 - - [2025-09-22 03:43:52] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.56 - - [2025-09-22 03:43:52] "GET /virtual-networks?parent_id=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003815 10.0.0.56 - - [2025-09-22 03:43:52] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006601 10.0.0.56 - - [2025-09-22 03:43:52] "POST /neutron/port HTTP/1.1" 200 1039 0.026604 10.0.0.56 - - [2025-09-22 03:43:56] "POST /neutron/port HTTP/1.1" 200 1065 0.032439 10.0.0.56 - - [2025-09-22 03:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005157 10.0.0.56 - - [2025-09-22 03:43:56] "POST /neutron/network HTTP/1.1" 200 843 0.008534 10.0.0.56 - - [2025-09-22 03:44:02] "POST /neutron/port HTTP/1.1" 200 1093 0.019446 10.0.0.56 - - [2025-09-22 03:44:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010852 10.0.0.56 - - [2025-09-22 03:44:18] "POST /neutron/port HTTP/1.1" 200 1093 0.016998 10.0.0.56 - - [2025-09-22 03:44:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014600 10.0.0.56 - - [2025-09-22 03:44:23] "POST /neutron/port HTTP/1.1" 200 1093 0.016008 10.0.0.56 - - [2025-09-22 03:44:23] "GET /virtual-machine/d5646d9f-40c6-42d3-a93e-e3bbd86c7fa0 HTTP/1.1" 200 1297 0.007178 10.0.0.56 - - [2025-09-22 03:44:23] "GET /virtual-machine-interface/d1cad144-2be6-43e6-8e54-d7e6d0fe759f HTTP/1.1" 200 2983 0.009630 10.0.0.56 - - [2025-09-22 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.56 - - [2025-09-22 03:44:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.56 - - [2025-09-22 03:44:23] "GET /virtual-networks?parent_id=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002865 10.0.0.56 - - [2025-09-22 03:44:23] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006561 10.0.0.56 - - [2025-09-22 03:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-09-22 03:44:26] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006634 10.0.0.56 - - [2025-09-22 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.56 - - [2025-09-22 03:44:30] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006549 10.0.0.56 - - [2025-09-22 03:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.56 - - [2025-09-22 03:44:34] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007974 10.0.0.56 - - [2025-09-22 03:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.56 - - [2025-09-22 03:44:38] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006002 10.0.0.56 - - [2025-09-22 03:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.56 - - [2025-09-22 03:44:42] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005844 10.0.0.56 - - [2025-09-22 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.56 - - [2025-09-22 03:44:47] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006652 10.0.0.56 - - [2025-09-22 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-09-22 03:44:51] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006632 10.0.0.56 - - [2025-09-22 03:44:55] "POST /neutron/port HTTP/1.1" 200 1093 0.036740 10.0.0.56 - - [2025-09-22 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.56 - - [2025-09-22 03:44:55] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005218 10.0.0.56 - - [2025-09-22 03:44:55] "POST /neutron/subnet HTTP/1.1" 200 704 0.010219 10.0.0.56 - - [2025-09-22 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.56 - - [2025-09-22 03:44:59] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008670 10.0.0.56 - - [2025-09-22 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.56 - - [2025-09-22 03:45:03] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006855 10.0.0.56 - - [2025-09-22 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.56 - - [2025-09-22 03:45:07] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006395 10.0.0.56 - - [2025-09-22 03:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-09-22 03:45:11] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006367 10.0.0.56 - - [2025-09-22 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.56 - - [2025-09-22 03:45:15] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006863 10.0.0.56 - - [2025-09-22 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.56 - - [2025-09-22 03:45:19] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006245 10.0.0.56 - - [2025-09-22 03:45:22] "POST /neutron/port HTTP/1.1" 200 1093 0.018458 10.0.0.56 - - [2025-09-22 03:45:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004858 10.0.0.56 - - [2025-09-22 03:45:22] "POST /neutron/network HTTP/1.1" 200 843 0.009725 10.0.0.56 - - [2025-09-22 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-09-22 03:45:23] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006224 10.0.0.56 - - [2025-09-22 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.56 - - [2025-09-22 03:45:27] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006438 10.0.0.56 - - [2025-09-22 03:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.56 - - [2025-09-22 03:45:32] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007389 10.0.0.56 - - [2025-09-22 03:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.56 - - [2025-09-22 03:45:36] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006568 10.0.0.56 - - [2025-09-22 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-09-22 03:45:40] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006117 10.0.0.56 - - [2025-09-22 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.56 - - [2025-09-22 03:45:44] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007059 10.0.0.56 - - [2025-09-22 03:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.56 - - [2025-09-22 03:45:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003851 10.0.0.56 - - [2025-09-22 03:45:46] "GET /virtual-networks?parent_id=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003251 10.0.0.56 - - [2025-09-22 03:45:46] "GET /virtual-network/9bf59045-b042-4110-b801-b12535d4d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006281 10.0.0.56 - - [2025-09-22 03:45:46] "POST /neutron/port HTTP/1.1" 200 1093 0.016008 10.0.0.56 - - [2025-09-22 03:45:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009400 10.0.0.56 - - [2025-09-22 03:45:56] "POST /neutron/network HTTP/1.1" 200 853 0.010037 10.0.0.56 - - [2025-09-22 03:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.56 - - [2025-09-22 03:45:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008207 10.0.0.38 - - [2025-09-22 03:46:03] "GET /obj-perms HTTP/1.1" 200 5056 0.045684 10.0.0.56 - - [2025-09-22 03:46:07] "POST /neutron/port HTTP/1.1" 200 1093 0.021180 10.0.0.56 - - [2025-09-22 03:46:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009161 10.0.0.56 - - [2025-09-22 03:46:22] "POST /neutron/port HTTP/1.1" 200 1093 0.016139 10.0.0.56 - - [2025-09-22 03:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.56 - - [2025-09-22 03:46:22] "POST /neutron/network HTTP/1.1" 200 843 0.008386 10.0.0.56 - - [2025-09-22 03:46:27] "POST /neutron/port HTTP/1.1" 200 1093 0.016969 10.0.0.56 - - [2025-09-22 03:46:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008343 10.0.0.56 - - [2025-09-22 03:46:43] "POST /fqname-to-id HTTP/1.1" 404 240 0.003937 10.0.0.56 - - [2025-09-22 03:46:43] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.040380 10.0.0.56 - - [2025-09-22 03:46:43] "GET /bgp-as-a-service/51276a08-3b27-4d0e-ad46-1dd3fe2bb955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.006748 10.0.0.56 - - [2025-09-22 03:46:43] "GET /virtual-machine-interface/d1cad144-2be6-43e6-8e54-d7e6d0fe759f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006489 10.0.0.56 - - [2025-09-22 03:46:43] "POST /ref-update HTTP/1.1" 200 156 0.013552 10.0.0.56 - - [2025-09-22 03:46:44] "POST /neutron/network HTTP/1.1" 200 843 0.008028 10.0.0.56 - - [2025-09-22 03:46:44] "POST /bgp-routers HTTP/1.1" 200 603 0.061623 10.0.0.56 - - [2025-09-22 03:46:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.010219 10.0.0.56 - - [2025-09-22 03:46:44] "POST /ref-update HTTP/1.1" 200 156 0.022292 10.0.0.56 - - [2025-09-22 03:46:56] "POST /neutron/network HTTP/1.1" 200 853 0.008743 10.0.0.56 - - [2025-09-22 03:46:56] "POST /neutron/port HTTP/1.1" 200 117 0.001598 10.0.0.27 - - [2025-09-22 03:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.043072 10.0.0.56 - - [2025-09-22 03:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.039567 10.0.0.56 - - [2025-09-22 03:47:14] "GET /bgp-as-a-service/51276a08-3b27-4d0e-ad46-1dd3fe2bb955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008047 10.0.0.56 - - [2025-09-22 03:47:14] "GET /virtual-machine-interface/d1cad144-2be6-43e6-8e54-d7e6d0fe759f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007638 10.0.0.56 - - [2025-09-22 03:47:14] "POST /ref-update HTTP/1.1" 200 156 0.013178 10.0.0.56 - - [2025-09-22 03:47:14] "POST /ref-update HTTP/1.1" 200 156 0.025172 10.0.0.56 - - [2025-09-22 03:47:14] "DELETE /bgp-as-a-service/51276a08-3b27-4d0e-ad46-1dd3fe2bb955 HTTP/1.1" 200 115 0.047518 10.0.0.56 - - [2025-09-22 03:47:15] "POST /neutron/network HTTP/1.1" 400 204 0.014933 10.0.0.56 - - [2025-09-22 03:47:15] "POST /neutron/port HTTP/1.1" 200 1093 0.016031 10.0.0.56 - - [2025-09-22 03:47:15] "POST /neutron/port HTTP/1.1" 200 151 0.250220 10.0.0.56 - - [2025-09-22 03:47:17] "DELETE /route-target/5f4c13ed-a29a-45ba-ac92-18806fa4fbcc HTTP/1.1" 200 115 0.026307 10.0.0.27 - - [2025-09-22 03:47:18] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.027554 10.0.0.56 - - [2025-09-22 03:47:18] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073118 10.0.0.27 - - [2025-09-22 03:47:18] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000953 10.0.0.56 - - [2025-09-22 03:47:18] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?fields=virtual_networks HTTP/1.1" 200 1040 0.049939 10.0.0.27 - - [2025-09-22 03:47:18] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001067 10.0.0.56 - - [2025-09-22 03:47:18] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.049899 10.0.0.27 - - [2025-09-22 03:47:18] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.56 - - [2025-09-22 03:47:18] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?fields=security_groups HTTP/1.1" 200 1270 0.051704 10.0.0.56 - - [2025-09-22 03:47:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.022320 10.0.0.27 - - [2025-09-22 03:47:19] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004453 10.0.0.27 - - [2025-09-22 03:47:19] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.27 - - [2025-09-22 03:47:19] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007990 10.0.0.27 - - [2025-09-22 03:47:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.003280 10.0.0.27 - - [2025-09-22 03:47:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.005156 10.0.0.27 - - [2025-09-22 03:47:20] "POST /security-groups HTTP/1.1" 200 592 0.077398 10.0.0.27 - - [2025-09-22 03:47:20] "POST /projects HTTP/1.1" 200 587 0.309518 10.0.0.56 - - [2025-09-22 03:47:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.010199 10.0.0.27 - - [2025-09-22 03:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.383368 10.0.0.56 - - [2025-09-22 03:47:20] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.528142 10.0.0.56 - - [2025-09-22 03:47:21] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.56 - - [2025-09-22 03:47:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.56 - - [2025-09-22 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.054020 10.0.0.27 - - [2025-09-22 03:47:23] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.56 - - [2025-09-22 03:47:23] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045944 10.0.0.56 - - [2025-09-22 03:47:23] "POST /neutron/network HTTP/1.1" 200 117 0.030919 10.0.0.56 - - [2025-09-22 03:47:23] "POST /ref-update HTTP/1.1" 200 156 0.027414 10.0.0.56 - - [2025-09-22 03:47:23] "POST /neutron/network HTTP/1.1" 200 834 0.013578 10.0.0.56 - - [2025-09-22 03:47:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001298 10.0.0.56 - - [2025-09-22 03:47:23] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007231 10.0.0.56 - - [2025-09-22 03:47:23] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006699 10.0.0.56 - - [2025-09-22 03:47:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.010168 10.0.0.56 - - [2025-09-22 03:47:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001087 10.0.0.27 - - [2025-09-22 03:47:24] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.56 - - [2025-09-22 03:47:24] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062654 10.0.0.56 - - [2025-09-22 03:47:25] "POST /neutron/port HTTP/1.1" 200 117 0.007584 10.0.0.56 - - [2025-09-22 03:47:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001436 10.0.0.56 - - [2025-09-22 03:47:25] "POST /neutron/network HTTP/1.1" 200 844 0.007785 10.0.0.27 - - [2025-09-22 03:47:25] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.56 - - [2025-09-22 03:47:26] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073506 10.0.0.56 - - [2025-09-22 03:47:26] "POST /neutron/network HTTP/1.1" 200 834 0.008503 10.0.0.56 - - [2025-09-22 03:47:26] "POST /neutron/port HTTP/1.1" 200 117 0.008822 10.0.0.56 - - [2025-09-22 03:47:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001617 10.0.0.56 - - [2025-09-22 03:47:26] "POST /neutron/network HTTP/1.1" 200 844 0.009277 10.0.0.56 - - [2025-09-22 03:47:26] "POST /neutron/port HTTP/1.1" 200 1062 0.027267 10.0.0.56 - - [2025-09-22 03:47:27] "POST /neutron/port HTTP/1.1" 200 1062 0.025456 10.0.0.56 - - [2025-09-22 03:47:27] "POST /neutron/port HTTP/1.1" 200 1090 0.022927 10.0.0.56 - - [2025-09-22 03:47:27] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.27 - - [2025-09-22 03:47:27] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.56 - - [2025-09-22 03:47:27] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.085990 10.0.0.56 - - [2025-09-22 03:47:27] "POST /neutron/network HTTP/1.1" 200 834 0.011985 10.0.0.56 - - [2025-09-22 03:47:28] "POST /neutron/port HTTP/1.1" 200 117 0.007563 10.0.0.27 - - [2025-09-22 03:47:29] "DELETE /project/6bedade55573448eaf3883927e348834 HTTP/1.1" 404 173 0.006570 10.0.0.27 - - [2025-09-22 03:47:29] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.27 - - [2025-09-22 03:47:29] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.056695 10.0.0.27 - - [2025-09-22 03:47:29] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001056 10.0.0.27 - - [2025-09-22 03:47:29] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?fields=security_groups HTTP/1.1" 200 1110 0.050307 10.0.0.27 - - [2025-09-22 03:47:29] "GET /projects?obj_uuids=c5447cc6-0b13-4fd7-aba0-7c08dea7e238&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.56 - - [2025-09-22 03:47:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005814 10.0.0.27 - - [2025-09-22 03:47:29] "GET /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238?fields=application_policy_sets HTTP/1.1" 200 1414 0.051009 10.0.0.27 - - [2025-09-22 03:47:30] "DELETE /project/c5447cc6-0b13-4fd7-aba0-7c08dea7e238 HTTP/1.1" 200 115 0.411458 10.0.0.56 - - [2025-09-22 03:47:30] "POST /neutron/network HTTP/1.1" 200 834 0.017333 10.0.0.56 - - [2025-09-22 03:47:30] "POST /neutron/port HTTP/1.1" 200 1062 0.017925 10.0.0.56 - - [2025-09-22 03:47:30] "POST /neutron/port HTTP/1.1" 200 1090 0.018961 10.0.0.56 - - [2025-09-22 03:47:30] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.56 - - [2025-09-22 03:47:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008450 10.0.0.56 - - [2025-09-22 03:47:43] "POST /neutron/port HTTP/1.1" 200 1090 0.020769 10.0.0.56 - - [2025-09-22 03:47:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012189 10.0.0.56 - - [2025-09-22 03:47:58] "POST /neutron/port HTTP/1.1" 200 1090 0.023325 10.0.0.56 - - [2025-09-22 03:47:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.56 - - [2025-09-22 03:47:58] "POST /neutron/network HTTP/1.1" 200 834 0.008975 10.0.0.56 - - [2025-09-22 03:47:58] "POST /neutron/port HTTP/1.1" 200 1090 0.024009 10.0.0.56 - - [2025-09-22 03:47:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008365 10.0.0.56 - - [2025-09-22 03:47:58] "GET /virtual-machine/10cc9c8b-4ffe-46dd-9881-dc75b7516971 HTTP/1.1" 401 292 0.000535 10.0.0.56 - - [2025-09-22 03:47:59] "GET /virtual-machine/10cc9c8b-4ffe-46dd-9881-dc75b7516971 HTTP/1.1" 200 1293 0.032740 10.0.0.56 - - [2025-09-22 03:47:59] "GET /virtual-machine-interface/ade9cac4-dbbf-4b06-9721-f85a029a5cb7 HTTP/1.1" 200 2959 0.006945 10.0.0.56 - - [2025-09-22 03:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.56 - - [2025-09-22 03:47:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.56 - - [2025-09-22 03:47:59] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005756 10.0.0.56 - - [2025-09-22 03:47:59] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010793 10.0.0.56 - - [2025-09-22 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.56 - - [2025-09-22 03:48:02] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006450 10.0.0.56 - - [2025-09-22 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.56 - - [2025-09-22 03:48:06] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007268 10.0.0.56 - - [2025-09-22 03:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.56 - - [2025-09-22 03:48:10] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005501 10.0.0.56 - - [2025-09-22 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.56 - - [2025-09-22 03:48:14] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006657 10.0.0.56 - - [2025-09-22 03:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.56 - - [2025-09-22 03:48:18] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005935 10.0.0.56 - - [2025-09-22 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.56 - - [2025-09-22 03:48:22] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006847 10.0.0.56 - - [2025-09-22 03:48:24] "POST /neutron/network HTTP/1.1" 200 844 0.007133 10.0.0.56 - - [2025-09-22 03:48:24] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.56 - - [2025-09-22 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.56 - - [2025-09-22 03:48:26] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005961 10.0.0.56 - - [2025-09-22 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.56 - - [2025-09-22 03:48:31] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006212 10.0.0.27 - - [2025-09-22 03:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.038189 10.0.0.56 - - [2025-09-22 03:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.080889 10.0.0.38 - - [2025-09-22 03:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.131551 10.0.0.27 - - [2025-09-22 03:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.142321 10.0.0.27 - - [2025-09-22 03:48:33] "GET /global-system-configs HTTP/1.1" 200 322 0.054013 10.0.0.56 - - [2025-09-22 03:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.108293 10.0.0.56 - - [2025-09-22 03:48:34] "GET /global-system-configs HTTP/1.1" 200 322 0.034781 10.0.0.56 - - [2025-09-22 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.56 - - [2025-09-22 03:48:35] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005875 10.0.0.38 - - [2025-09-22 03:48:35] "GET /global-system-configs HTTP/1.1" 200 322 0.104293 10.0.0.38 - - [2025-09-22 03:48:35] "GET /global-system-configs HTTP/1.1" 200 322 0.187147 10.0.0.38 - - [2025-09-22 03:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.247567 10.0.0.27 - - [2025-09-22 03:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.258070 10.0.0.56 - - [2025-09-22 03:48:35] "GET /obj-perms HTTP/1.1" 200 5056 0.281260 10.0.0.56 - - [2025-09-22 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.56 - - [2025-09-22 03:48:39] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005994 10.0.0.56 - - [2025-09-22 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.56 - - [2025-09-22 03:48:43] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005540 10.0.0.56 - - [2025-09-22 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.56 - - [2025-09-22 03:48:47] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006608 10.0.0.56 - - [2025-09-22 03:48:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032204 10.0.0.56 - - [2025-09-22 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-09-22 03:48:51] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006004 10.0.0.56 - - [2025-09-22 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.56 - - [2025-09-22 03:48:55] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006346 10.0.0.56 - - [2025-09-22 03:48:59] "POST /neutron/network HTTP/1.1" 200 844 0.010098 10.0.0.56 - - [2025-09-22 03:48:59] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.56 - - [2025-09-22 03:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.56 - - [2025-09-22 03:48:59] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005613 10.0.0.56 - - [2025-09-22 03:49:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007558 10.0.0.56 - - [2025-09-22 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.56 - - [2025-09-22 03:49:03] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008860 10.0.0.56 - - [2025-09-22 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.56 - - [2025-09-22 03:49:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004911 10.0.0.56 - - [2025-09-22 03:49:07] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005225 10.0.0.56 - - [2025-09-22 03:49:07] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009886 10.0.0.56 - - [2025-09-22 03:49:08] "POST /neutron/port HTTP/1.1" 200 1090 0.019121 10.0.0.56 - - [2025-09-22 03:49:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008124 10.0.0.56 - - [2025-09-22 03:49:23] "POST /neutron/port HTTP/1.1" 200 1090 0.015939 10.0.0.56 - - [2025-09-22 03:49:24] "POST /neutron/port HTTP/1.1" 200 1090 0.038107 10.0.0.56 - - [2025-09-22 03:49:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.011485 10.0.0.56 - - [2025-09-22 03:49:28] "POST /neutron/port HTTP/1.1" 200 1090 0.016707 10.0.0.56 - - [2025-09-22 03:49:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008511 10.0.0.56 - - [2025-09-22 03:49:44] "POST /neutron/port HTTP/1.1" 200 1090 0.017666 10.0.0.56 - - [2025-09-22 03:49:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008217 10.0.0.56 - - [2025-09-22 03:49:54] "POST /neutron/port HTTP/1.1" 200 1090 0.018073 10.0.0.56 - - [2025-09-22 03:49:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009010 10.0.0.56 - - [2025-09-22 03:49:54] "GET /virtual-machine/4fc10ed0-2d23-475a-afe8-869a1a2b908a HTTP/1.1" 200 1293 0.006173 10.0.0.56 - - [2025-09-22 03:49:54] "GET /virtual-machine-interface/4daea03f-55dc-41bc-a0a0-9135441208b1 HTTP/1.1" 200 2958 0.005072 10.0.0.56 - - [2025-09-22 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.56 - - [2025-09-22 03:49:54] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004102 10.0.0.56 - - [2025-09-22 03:49:54] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003008 10.0.0.56 - - [2025-09-22 03:49:54] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006445 10.0.0.56 - - [2025-09-22 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-09-22 03:49:55] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.56 - - [2025-09-22 03:49:55] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003229 10.0.0.56 - - [2025-09-22 03:49:55] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007560 10.0.0.56 - - [2025-09-22 03:49:56] "POST /neutron/port HTTP/1.1" 200 1090 0.017839 10.0.0.56 - - [2025-09-22 03:49:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007661 10.0.0.56 - - [2025-09-22 03:49:56] "GET /virtual-machine/e53f7ffd-bb85-4048-ae41-1851c856f583 HTTP/1.1" 200 1294 0.006860 10.0.0.56 - - [2025-09-22 03:49:56] "GET /virtual-machine-interface/cdaba3f5-e6b6-4fec-a251-dfaa16362946 HTTP/1.1" 200 2959 0.005793 10.0.0.56 - - [2025-09-22 03:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.56 - - [2025-09-22 03:49:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.56 - - [2025-09-22 03:49:56] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003678 10.0.0.56 - - [2025-09-22 03:49:56] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007231 10.0.0.56 - - [2025-09-22 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.56 - - [2025-09-22 03:49:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.56 - - [2025-09-22 03:49:57] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003218 10.0.0.56 - - [2025-09-22 03:49:57] "GET /virtual-network/896a5124-27b4-48dc-8467-359b73ff0581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005966 10.0.0.56 - - [2025-09-22 03:49:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003623 10.0.0.56 - - [2025-09-22 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.56 - - [2025-09-22 03:49:57] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009916 10.0.0.56 - - [2025-09-22 03:49:57] "POST /control-node-zones HTTP/1.1" 200 569 0.026289 10.0.0.56 - - [2025-09-22 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.56 - - [2025-09-22 03:49:58] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005893 10.0.0.56 - - [2025-09-22 03:49:58] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005750 10.0.0.56 - - [2025-09-22 03:49:58] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.023282 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003316 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.56 - - [2025-09-22 03:49:58] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007263 10.0.0.56 - - [2025-09-22 03:49:58] "POST /control-node-zones HTTP/1.1" 200 569 0.027517 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.56 - - [2025-09-22 03:49:58] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005078 10.0.0.56 - - [2025-09-22 03:49:58] "GET /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006453 10.0.0.56 - - [2025-09-22 03:49:58] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.020600 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003839 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.56 - - [2025-09-22 03:49:58] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007139 10.0.0.56 - - [2025-09-22 03:49:58] "POST /control-node-zones HTTP/1.1" 200 569 0.046905 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.56 - - [2025-09-22 03:49:58] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004981 10.0.0.56 - - [2025-09-22 03:49:58] "GET /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006207 10.0.0.56 - - [2025-09-22 03:49:58] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.019789 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-09-22 03:49:58] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006786 10.0.0.56 - - [2025-09-22 03:49:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003267 10.0.0.56 - - [2025-09-22 03:49:58] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033945 10.0.0.56 - - [2025-09-22 03:49:59] "POST /neutron/network HTTP/1.1" 200 834 0.007649 10.0.0.56 - - [2025-09-22 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.56 - - [2025-09-22 03:49:59] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005876 10.0.0.56 - - [2025-09-22 03:49:59] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005078 10.0.0.56 - - [2025-09-22 03:49:59] "POST /ref-update HTTP/1.1" 200 156 0.016498 10.0.0.56 - - [2025-09-22 03:50:00] "POST /neutron/port HTTP/1.1" 200 1090 0.042264 10.0.0.56 - - [2025-09-22 03:50:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.009170 10.0.0.56 - - [2025-09-22 03:50:11] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007181 10.0.0.56 - - [2025-09-22 03:50:11] "GET /virtual-machine-interface/ade9cac4-dbbf-4b06-9721-f85a029a5cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006015 10.0.0.56 - - [2025-09-22 03:50:11] "POST /ref-update HTTP/1.1" 200 156 0.020742 10.0.0.56 - - [2025-09-22 03:50:11] "POST /bgp-routers HTTP/1.1" 200 594 0.041074 10.0.0.56 - - [2025-09-22 03:50:11] "POST /ref-update HTTP/1.1" 200 156 0.024557 10.0.0.56 - - [2025-09-22 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.56 - - [2025-09-22 03:50:11] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007014 10.0.0.56 - - [2025-09-22 03:50:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.005912 10.0.0.56 - - [2025-09-22 03:50:11] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035283 10.0.0.56 - - [2025-09-22 03:50:12] "POST /neutron/network HTTP/1.1" 200 834 0.009463 10.0.0.56 - - [2025-09-22 03:50:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.009905 10.0.0.56 - - [2025-09-22 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.56 - - [2025-09-22 03:50:12] "GET /bgp-as-a-service/dd4f3fa7-7b6c-4a3f-a4f8-63385371ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006488 10.0.0.56 - - [2025-09-22 03:50:12] "GET /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004490 10.0.0.56 - - [2025-09-22 03:50:12] "POST /ref-update HTTP/1.1" 200 156 0.015164 10.0.0.56 - - [2025-09-22 03:50:21] "GET /bgp-as-a-service/dd4f3fa7-7b6c-4a3f-a4f8-63385371ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.008450 10.0.0.56 - - [2025-09-22 03:50:21] "GET /virtual-machine-interface/4daea03f-55dc-41bc-a0a0-9135441208b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007811 10.0.0.56 - - [2025-09-22 03:50:21] "POST /ref-update HTTP/1.1" 200 156 0.014847 10.0.0.56 - - [2025-09-22 03:50:21] "POST /ref-update HTTP/1.1" 200 156 0.042240 10.0.0.56 - - [2025-09-22 03:50:24] "POST /neutron/network HTTP/1.1" 200 844 0.007791 10.0.0.56 - - [2025-09-22 03:50:24] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.56 - - [2025-09-22 03:50:40] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005409 10.0.0.56 - - [2025-09-22 03:50:40] "POST /ref-update HTTP/1.1" 200 156 0.024208 10.0.0.56 - - [2025-09-22 03:50:40] "GET /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005904 10.0.0.56 - - [2025-09-22 03:50:40] "POST /ref-update HTTP/1.1" 200 156 0.020936 10.0.0.56 - - [2025-09-22 03:50:40] "GET /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004248 10.0.0.56 - - [2025-09-22 03:50:40] "POST /ref-update HTTP/1.1" 200 156 0.023620 10.0.0.56 - - [2025-09-22 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.56 - - [2025-09-22 03:50:40] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005676 10.0.0.56 - - [2025-09-22 03:50:40] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011366 10.0.0.56 - - [2025-09-22 03:50:40] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.023160 10.0.0.56 - - [2025-09-22 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.56 - - [2025-09-22 03:50:41] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005388 10.0.0.56 - - [2025-09-22 03:50:41] "GET /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004262 10.0.0.56 - - [2025-09-22 03:50:41] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.024563 10.0.0.56 - - [2025-09-22 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.56 - - [2025-09-22 03:50:41] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005635 10.0.0.56 - - [2025-09-22 03:50:41] "GET /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006093 10.0.0.56 - - [2025-09-22 03:50:41] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.022084 10.0.0.56 - - [2025-09-22 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.56 - - [2025-09-22 03:50:53] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007091 10.0.0.56 - - [2025-09-22 03:50:53] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004821 10.0.0.56 - - [2025-09-22 03:50:53] "POST /ref-update HTTP/1.1" 200 156 0.023539 10.0.0.56 - - [2025-09-22 03:50:53] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005522 10.0.0.56 - - [2025-09-22 03:50:53] "POST /ref-update HTTP/1.1" 200 156 0.026611 10.0.0.56 - - [2025-09-22 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.56 - - [2025-09-22 03:50:53] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008655 10.0.0.56 - - [2025-09-22 03:50:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.009168 10.0.0.56 - - [2025-09-22 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.56 - - [2025-09-22 03:50:53] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005811 10.0.0.56 - - [2025-09-22 03:50:53] "GET /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003203 10.0.0.56 - - [2025-09-22 03:50:53] "POST /ref-update HTTP/1.1" 200 156 0.016456 10.0.0.56 - - [2025-09-22 03:50:56] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006676 10.0.0.56 - - [2025-09-22 03:50:56] "GET /virtual-machine-interface/ade9cac4-dbbf-4b06-9721-f85a029a5cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007984 10.0.0.56 - - [2025-09-22 03:51:00] "POST /neutron/port HTTP/1.1" 200 1090 0.018282 10.0.0.56 - - [2025-09-22 03:51:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004120 10.0.0.56 - - [2025-09-22 03:51:00] "POST /neutron/network HTTP/1.1" 200 834 0.008652 10.0.0.38 - - [2025-09-22 03:51:07] "GET /obj-perms HTTP/1.1" 200 5056 0.050366 10.0.0.27 - - [2025-09-22 03:51:07] "GET /obj-perms HTTP/1.1" 200 5056 0.045844 10.0.0.56 - - [2025-09-22 03:51:08] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004621 10.0.0.56 - - [2025-09-22 03:51:08] "GET /virtual-machine-interface/ade9cac4-dbbf-4b06-9721-f85a029a5cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.005788 10.0.0.56 - - [2025-09-22 03:51:08] "POST /ref-update HTTP/1.1" 200 156 0.016114 10.0.0.56 - - [2025-09-22 03:51:08] "GET /bgp-as-a-service/dd4f3fa7-7b6c-4a3f-a4f8-63385371ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.006798 10.0.0.56 - - [2025-09-22 03:51:08] "GET /virtual-machine-interface/4daea03f-55dc-41bc-a0a0-9135441208b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008031 10.0.0.56 - - [2025-09-22 03:51:08] "POST /ref-update HTTP/1.1" 200 156 0.013953 10.0.0.56 - - [2025-09-22 03:51:09] "DELETE /bgp-as-a-service/dd4f3fa7-7b6c-4a3f-a4f8-63385371ec0d HTTP/1.1" 200 115 0.042990 10.0.0.56 - - [2025-09-22 03:51:09] "GET /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006222 10.0.0.56 - - [2025-09-22 03:51:09] "GET /virtual-machine-interface/ade9cac4-dbbf-4b06-9721-f85a029a5cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007316 10.0.0.56 - - [2025-09-22 03:51:09] "DELETE /bgp-as-a-service/668bb08a-aba5-49a8-8e09-16953ca85474 HTTP/1.1" 200 115 0.050996 10.0.0.56 - - [2025-09-22 03:51:09] "GET /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005808 10.0.0.56 - - [2025-09-22 03:51:09] "POST /ref-update HTTP/1.1" 200 156 0.023487 10.0.0.56 - - [2025-09-22 03:51:09] "DELETE /control-node-zone/d559ab1a-3744-4087-bf17-dc114a6da833 HTTP/1.1" 200 115 0.040215 10.0.0.56 - - [2025-09-22 03:51:09] "GET /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005412 10.0.0.56 - - [2025-09-22 03:51:09] "POST /ref-update HTTP/1.1" 200 156 0.023900 10.0.0.56 - - [2025-09-22 03:51:09] "POST /ref-update HTTP/1.1" 404 171 0.004960 10.0.0.56 - - [2025-09-22 03:51:09] "DELETE /control-node-zone/7fb9f9dd-3bdb-486d-8f0a-cfde50144a4f HTTP/1.1" 200 115 0.062201 10.0.0.56 - - [2025-09-22 03:51:09] "GET /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007779 10.0.0.56 - - [2025-09-22 03:51:09] "POST /ref-update HTTP/1.1" 200 156 0.035019 10.0.0.56 - - [2025-09-22 03:51:09] "DELETE /control-node-zone/7bd4e567-718b-4428-9e55-5187cccaa66e HTTP/1.1" 200 115 0.088456 10.0.0.56 - - [2025-09-22 03:51:10] "POST /neutron/port HTTP/1.1" 200 1090 0.017931 10.0.0.56 - - [2025-09-22 03:51:10] "POST /neutron/port HTTP/1.1" 200 1090 0.045614 10.0.0.56 - - [2025-09-22 03:51:10] "POST /neutron/port HTTP/1.1" 200 151 0.309719 10.0.0.56 - - [2025-09-22 03:51:11] "POST /neutron/network HTTP/1.1" 200 834 0.007448 10.0.0.56 - - [2025-09-22 03:51:12] "DELETE /route-target/7c29332e-174e-4fcb-adfb-dcc628119485 HTTP/1.1" 200 115 0.026711 10.0.0.56 - - [2025-09-22 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-09-22 03:51:14] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.56 - - [2025-09-22 03:51:14] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044827 10.0.0.27 - - [2025-09-22 03:51:14] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.56 - - [2025-09-22 03:51:14] "POST /neutron/network HTTP/1.1" 200 614 0.122780 10.0.0.56 - - [2025-09-22 03:51:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.003865 10.0.0.56 - - [2025-09-22 03:51:15] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005417 10.0.0.56 - - [2025-09-22 03:51:15] "POST /neutron/network HTTP/1.1" 200 834 0.007230 10.0.0.56 - - [2025-09-22 03:51:15] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006210 10.0.0.56 - - [2025-09-22 03:51:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001385 10.0.0.56 - - [2025-09-22 03:51:15] "POST /neutron/network HTTP/1.1" 200 844 0.008039 10.0.0.27 - - [2025-09-22 03:51:16] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.56 - - [2025-09-22 03:51:16] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070209 10.0.0.56 - - [2025-09-22 03:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.56 - - [2025-09-22 03:51:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001255 10.0.0.56 - - [2025-09-22 03:51:16] "POST /neutron/network HTTP/1.1" 200 844 0.008355 10.0.0.56 - - [2025-09-22 03:51:17] "POST /neutron/port HTTP/1.1" 200 1062 0.017300 10.0.0.27 - - [2025-09-22 03:51:17] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002350 10.0.0.56 - - [2025-09-22 03:51:17] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079464 10.0.0.56 - - [2025-09-22 03:51:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005138 10.0.0.56 - - [2025-09-22 03:51:17] "POST /neutron/port HTTP/1.1" 200 117 0.001872 10.0.0.56 - - [2025-09-22 03:51:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008978 10.0.0.56 - - [2025-09-22 03:51:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001434 10.0.0.56 - - [2025-09-22 03:51:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011706 10.0.0.27 - - [2025-09-22 03:51:17] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.56 - - [2025-09-22 03:51:18] "POST /neutron/port HTTP/1.1" 200 1062 0.291857 10.0.0.56 - - [2025-09-22 03:51:18] "POST /neutron/port HTTP/1.1" 200 1116 0.117049 10.0.0.56 - - [2025-09-22 03:51:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.009503 10.0.0.27 - - [2025-09-22 03:51:18] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.56 - - [2025-09-22 03:51:18] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069914 10.0.0.56 - - [2025-09-22 03:51:18] "POST /neutron/network HTTP/1.1" 200 834 0.029271 10.0.0.56 - - [2025-09-22 03:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.56 - - [2025-09-22 03:51:19] "POST /neutron/port HTTP/1.1" 200 1090 0.036169 10.0.0.56 - - [2025-09-22 03:51:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008420 10.0.0.56 - - [2025-09-22 03:51:19] "GET /virtual-machine/cdecfd9b-2755-4341-874f-acd95898659f HTTP/1.1" 200 1293 0.006005 10.0.0.56 - - [2025-09-22 03:51:19] "GET /virtual-machine-interface/9ab7f676-2432-4bdb-bfd5-ac33915601c2 HTTP/1.1" 200 2959 0.005505 10.0.0.56 - - [2025-09-22 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.56 - - [2025-09-22 03:51:19] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003629 10.0.0.56 - - [2025-09-22 03:51:19] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003663 10.0.0.56 - - [2025-09-22 03:51:19] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007329 10.0.0.56 - - [2025-09-22 03:51:20] "POST /neutron/port HTTP/1.1" 200 1062 0.021248 10.0.0.56 - - [2025-09-22 03:51:20] "POST /neutron/port HTTP/1.1" 200 1090 0.019875 10.0.0.56 - - [2025-09-22 03:51:20] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.56 - - [2025-09-22 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005756 10.0.0.56 - - [2025-09-22 03:51:22] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007095 10.0.0.56 - - [2025-09-22 03:51:26] "POST /neutron/port HTTP/1.1" 200 1090 0.015857 10.0.0.56 - - [2025-09-22 03:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.56 - - [2025-09-22 03:51:26] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005321 10.0.0.56 - - [2025-09-22 03:51:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.010442 10.0.0.56 - - [2025-09-22 03:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.013601 10.0.0.56 - - [2025-09-22 03:51:30] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007402 10.0.0.56 - - [2025-09-22 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-09-22 03:51:34] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005953 10.0.0.56 - - [2025-09-22 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.56 - - [2025-09-22 03:51:38] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006601 10.0.0.56 - - [2025-09-22 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.56 - - [2025-09-22 03:51:42] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007176 10.0.0.56 - - [2025-09-22 03:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.56 - - [2025-09-22 03:51:47] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006199 10.0.0.56 - - [2025-09-22 03:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.56 - - [2025-09-22 03:51:51] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006741 10.0.0.56 - - [2025-09-22 03:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006252 10.0.0.56 - - [2025-09-22 03:51:55] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006356 10.0.0.56 - - [2025-09-22 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.56 - - [2025-09-22 03:51:59] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007076 10.0.0.56 - - [2025-09-22 03:52:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015481 10.0.0.56 - - [2025-09-22 03:52:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004759 10.0.0.56 - - [2025-09-22 03:52:01] "POST /neutron/network HTTP/1.1" 200 834 0.007519 10.0.0.56 - - [2025-09-22 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.56 - - [2025-09-22 03:52:03] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005394 10.0.0.56 - - [2025-09-22 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-09-22 03:52:07] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006200 10.0.0.56 - - [2025-09-22 03:52:07] "GET /obj-perms HTTP/1.1" 200 5056 0.043975 10.0.0.56 - - [2025-09-22 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.56 - - [2025-09-22 03:52:11] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006042 10.0.0.56 - - [2025-09-22 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.56 - - [2025-09-22 03:52:15] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007195 10.0.0.56 - - [2025-09-22 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.56 - - [2025-09-22 03:52:19] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005747 10.0.0.56 - - [2025-09-22 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029078 10.0.0.56 - - [2025-09-22 03:52:23] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006693 10.0.0.56 - - [2025-09-22 03:52:26] "POST /neutron/port HTTP/1.1" 200 1090 0.015688 10.0.0.56 - - [2025-09-22 03:52:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004430 10.0.0.56 - - [2025-09-22 03:52:26] "POST /neutron/network HTTP/1.1" 200 834 0.007551 10.0.0.56 - - [2025-09-22 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.56 - - [2025-09-22 03:52:28] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008087 10.0.0.56 - - [2025-09-22 03:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.56 - - [2025-09-22 03:52:32] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008552 10.0.0.56 - - [2025-09-22 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.56 - - [2025-09-22 03:52:36] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005846 10.0.0.56 - - [2025-09-22 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.56 - - [2025-09-22 03:52:40] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005678 10.0.0.56 - - [2025-09-22 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.56 - - [2025-09-22 03:52:44] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006240 10.0.0.56 - - [2025-09-22 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.56 - - [2025-09-22 03:52:48] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005953 10.0.0.56 - - [2025-09-22 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.56 - - [2025-09-22 03:52:52] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006635 10.0.0.56 - - [2025-09-22 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.56 - - [2025-09-22 03:52:56] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006297 10.0.0.56 - - [2025-09-22 03:52:58] "POST /neutron/port HTTP/1.1" 200 1090 0.017651 10.0.0.56 - - [2025-09-22 03:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.56 - - [2025-09-22 03:52:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.56 - - [2025-09-22 03:52:58] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002941 10.0.0.56 - - [2025-09-22 03:52:58] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007205 10.0.0.56 - - [2025-09-22 03:52:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.028942 10.0.0.56 - - [2025-09-22 03:53:01] "POST /neutron/network HTTP/1.1" 200 844 0.010131 10.0.0.56 - - [2025-09-22 03:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.56 - - [2025-09-22 03:53:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008520 10.0.0.56 - - [2025-09-22 03:53:14] "POST /neutron/port HTTP/1.1" 200 1090 0.017137 10.0.0.56 - - [2025-09-22 03:53:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009022 10.0.0.56 - - [2025-09-22 03:53:27] "POST /neutron/port HTTP/1.1" 200 1090 0.017652 10.0.0.56 - - [2025-09-22 03:53:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005115 10.0.0.56 - - [2025-09-22 03:53:27] "POST /neutron/network HTTP/1.1" 200 834 0.007434 10.0.0.27 - - [2025-09-22 03:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.046647 10.0.0.56 - - [2025-09-22 03:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.051229 10.0.0.27 - - [2025-09-22 03:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.102950 10.0.0.56 - - [2025-09-22 03:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.111597 10.0.0.38 - - [2025-09-22 03:53:33] "GET /obj-perms HTTP/1.1" 200 5056 0.410208 10.0.0.27 - - [2025-09-22 03:53:33] "GET /global-system-configs HTTP/1.1" 200 322 0.213087 10.0.0.56 - - [2025-09-22 03:53:34] "GET /global-system-configs HTTP/1.1" 200 322 0.039466 10.0.0.56 - - [2025-09-22 03:53:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015271 10.0.0.38 - - [2025-09-22 03:53:35] "GET /global-system-configs HTTP/1.1" 200 322 0.109800 10.0.0.38 - - [2025-09-22 03:53:35] "GET /global-system-configs HTTP/1.1" 200 322 0.129035 10.0.0.56 - - [2025-09-22 03:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.218785 10.0.0.27 - - [2025-09-22 03:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.232712 10.0.0.38 - - [2025-09-22 03:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.247841 10.0.0.56 - - [2025-09-22 03:53:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008233 10.0.0.56 - - [2025-09-22 03:53:50] "POST /neutron/port HTTP/1.1" 200 1090 0.017833 10.0.0.56 - - [2025-09-22 03:53:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009935 10.0.0.56 - - [2025-09-22 03:54:01] "POST /neutron/port HTTP/1.1" 200 1090 0.019141 10.0.0.56 - - [2025-09-22 03:54:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010191 10.0.0.56 - - [2025-09-22 03:54:01] "GET /virtual-machine/d54dfefc-b630-425b-a70c-8b4034236718 HTTP/1.1" 200 1294 0.047439 10.0.0.56 - - [2025-09-22 03:54:01] "GET /virtual-machine-interface/8244be9e-fa15-4276-b671-4644b2996ca2 HTTP/1.1" 200 2958 0.006848 10.0.0.56 - - [2025-09-22 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.56 - - [2025-09-22 03:54:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007401 10.0.0.56 - - [2025-09-22 03:54:01] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005794 10.0.0.56 - - [2025-09-22 03:54:01] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007252 10.0.0.56 - - [2025-09-22 03:54:02] "POST /neutron/network HTTP/1.1" 200 844 0.008532 10.0.0.56 - - [2025-09-22 03:54:02] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.56 - - [2025-09-22 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.56 - - [2025-09-22 03:54:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004331 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003688 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007099 10.0.0.56 - - [2025-09-22 03:54:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008407 10.0.0.56 - - [2025-09-22 03:54:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017005 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-machine/b07cdf8c-d58d-42f2-b644-315925ea1190 HTTP/1.1" 200 1294 0.006963 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-machine-interface/56ccbdee-26e5-46c8-96e1-7c4dba8dbe50 HTTP/1.1" 200 2958 0.005856 10.0.0.56 - - [2025-09-22 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.56 - - [2025-09-22 03:54:02] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004437 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003459 10.0.0.56 - - [2025-09-22 03:54:02] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007316 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.56 - - [2025-09-22 03:54:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.56 - - [2025-09-22 03:54:04] "GET /virtual-networks?parent_id=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004018 10.0.0.56 - - [2025-09-22 03:54:04] "GET /virtual-network/cf9b2cc3-abc7-4b8c-aca6-16a69350674b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008359 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003705 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.56 - - [2025-09-22 03:54:04] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.013540 10.0.0.56 - - [2025-09-22 03:54:04] "POST /control-node-zones HTTP/1.1" 200 569 0.029402 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.56 - - [2025-09-22 03:54:04] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006117 10.0.0.56 - - [2025-09-22 03:54:04] "GET /control-node-zone/aed9b6c4-35ad-4092-a2bf-3b6f389432a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006041 10.0.0.56 - - [2025-09-22 03:54:04] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.022657 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003597 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.56 - - [2025-09-22 03:54:04] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007486 10.0.0.56 - - [2025-09-22 03:54:04] "POST /control-node-zones HTTP/1.1" 200 569 0.038218 10.0.0.56 - - [2025-09-22 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.56 - - [2025-09-22 03:54:04] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006604 10.0.0.56 - - [2025-09-22 03:54:05] "GET /control-node-zone/88fa9c82-6223-4984-84f5-7b041b9a7702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007082 10.0.0.56 - - [2025-09-22 03:54:05] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.026621 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.003448 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.56 - - [2025-09-22 03:54:05] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.024023 10.0.0.56 - - [2025-09-22 03:54:05] "POST /control-node-zones HTTP/1.1" 200 569 0.042718 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-22 03:54:05] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006122 10.0.0.56 - - [2025-09-22 03:54:05] "GET /control-node-zone/1a8d0b2b-958b-4cfd-ac41-989d614bb2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006262 10.0.0.56 - - [2025-09-22 03:54:05] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.021410 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.56 - - [2025-09-22 03:54:05] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008740 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.004520 10.0.0.56 - - [2025-09-22 03:54:05] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033817 10.0.0.56 - - [2025-09-22 03:54:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.010324 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.56 - - [2025-09-22 03:54:05] "GET /bgp-as-a-service/b3919ad8-8900-4020-a368-01c98dadde6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006016 10.0.0.56 - - [2025-09-22 03:54:05] "GET /control-node-zone/aed9b6c4-35ad-4092-a2bf-3b6f389432a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004498 10.0.0.56 - - [2025-09-22 03:54:05] "POST /ref-update HTTP/1.1" 200 156 0.016599 10.0.0.56 - - [2025-09-22 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.56 - - [2025-09-22 03:54:06] "GET /bgp-as-a-service/b3919ad8-8900-4020-a368-01c98dadde6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007580 10.0.0.56 - - [2025-09-22 03:54:06] "GET /control-node-zone/88fa9c82-6223-4984-84f5-7b041b9a7702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004403 10.0.0.56 - - [2025-09-22 03:54:06] "POST /ref-update HTTP/1.1" 200 156 0.016072 10.0.0.56 - - [2025-09-22 03:54:29] "POST /neutron/port HTTP/1.1" 200 1090 0.040084 10.0.0.56 - - [2025-09-22 03:54:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004397 10.0.0.56 - - [2025-09-22 03:54:29] "POST /neutron/network HTTP/1.1" 200 834 0.008288 10.0.0.56 - - [2025-09-22 03:54:30] "GET /bgp-as-a-service/b3919ad8-8900-4020-a368-01c98dadde6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007003 10.0.0.56 - - [2025-09-22 03:54:30] "GET /virtual-machine-interface/9ab7f676-2432-4bdb-bfd5-ac33915601c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005982 10.0.0.56 - - [2025-09-22 03:54:30] "POST /ref-update HTTP/1.1" 200 156 0.012892 10.0.0.56 - - [2025-09-22 03:54:30] "POST /bgp-routers HTTP/1.1" 200 594 0.058851 10.0.0.56 - - [2025-09-22 03:54:30] "POST /ref-update HTTP/1.1" 200 156 0.016793 10.0.0.56 - - [2025-09-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.56 - - [2025-09-22 03:54:31] "GET /global-system-config/c3e97d28-314a-4682-a146-6c734a4c549f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006524 10.0.0.56 - - [2025-09-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.003444 10.0.0.56 - - [2025-09-22 03:54:31] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033861 10.0.0.56 - - [2025-09-22 03:54:31] "POST /neutron/network HTTP/1.1" 200 834 0.007605 10.0.0.56 - - [2025-09-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.56 - - [2025-09-22 03:54:31] "GET /bgp-as-a-service/7eb03c09-2f14-46ea-b92e-6a1128b8fb25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006028 10.0.0.56 - - [2025-09-22 03:54:31] "GET /control-node-zone/aed9b6c4-35ad-4092-a2bf-3b6f389432a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005123 10.0.0.56 - - [2025-09-22 03:54:31] "POST /ref-update HTTP/1.1" 200 156 0.015031 10.0.0.56 - - [2025-09-22 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.56 - - [2025-09-22 03:54:31] "GET /bgp-as-a-service/7eb03c09-2f14-46ea-b92e-6a1128b8fb25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007517 10.0.0.56 - - [2025-09-22 03:54:31] "GET /control-node-zone/88fa9c82-6223-4984-84f5-7b041b9a7702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003981 10.0.0.56 - - [2025-09-22 03:54:31] "POST /ref-update HTTP/1.1" 200 156 0.016334 10.0.0.56 - - [2025-09-22 03:54:38] "GET /bgp-as-a-service/7eb03c09-2f14-46ea-b92e-6a1128b8fb25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007122 10.0.0.56 - - [2025-09-22 03:54:38] "GET /virtual-machine-interface/8244be9e-fa15-4276-b671-4644b2996ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006200 10.0.0.56 - - [2025-09-22 03:54:38] "POST /ref-update HTTP/1.1" 200 156 0.012851 10.0.0.56 - - [2025-09-22 03:54:38] "POST /ref-update HTTP/1.1" 200 156 0.036965 10.0.0.56 - - [2025-09-22 03:55:01] "GET /bgp-as-a-service/7eb03c09-2f14-46ea-b92e-6a1128b8fb25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007305 10.0.0.56 - - [2025-09-22 03:55:01] "GET /virtual-machine-interface/8244be9e-fa15-4276-b671-4644b2996ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008771 10.0.0.56 - - [2025-09-22 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.015580 10.0.0.56 - - [2025-09-22 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.023078 10.0.0.56 - - [2025-09-22 03:55:01] "DELETE /bgp-as-a-service/7eb03c09-2f14-46ea-b92e-6a1128b8fb25 HTTP/1.1" 200 115 0.084527 10.0.0.56 - - [2025-09-22 03:55:01] "GET /bgp-as-a-service/b3919ad8-8900-4020-a368-01c98dadde6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.019066 10.0.0.56 - - [2025-09-22 03:55:01] "GET /virtual-machine-interface/9ab7f676-2432-4bdb-bfd5-ac33915601c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.019007 10.0.0.56 - - [2025-09-22 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.017411 10.0.0.56 - - [2025-09-22 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.023498 10.0.0.56 - - [2025-09-22 03:55:01] "DELETE /bgp-as-a-service/b3919ad8-8900-4020-a368-01c98dadde6d HTTP/1.1" 200 115 0.094503 10.0.0.56 - - [2025-09-22 03:55:01] "GET /control-node-zone/1a8d0b2b-958b-4cfd-ac41-989d614bb2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004361 10.0.0.56 - - [2025-09-22 03:55:01] "POST /ref-update HTTP/1.1" 200 156 0.027756 10.0.0.56 - - [2025-09-22 03:55:01] "DELETE /control-node-zone/1a8d0b2b-958b-4cfd-ac41-989d614bb2aa HTTP/1.1" 200 115 0.042639 10.0.0.56 - - [2025-09-22 03:55:01] "GET /control-node-zone/88fa9c82-6223-4984-84f5-7b041b9a7702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005375 10.0.0.56 - - [2025-09-22 03:55:02] "POST /ref-update HTTP/1.1" 200 156 0.027788 10.0.0.56 - - [2025-09-22 03:55:02] "DELETE /control-node-zone/88fa9c82-6223-4984-84f5-7b041b9a7702 HTTP/1.1" 200 115 0.027539 10.0.0.56 - - [2025-09-22 03:55:02] "GET /control-node-zone/aed9b6c4-35ad-4092-a2bf-3b6f389432a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009690 10.0.0.56 - - [2025-09-22 03:55:02] "POST /ref-update HTTP/1.1" 200 156 0.026700 10.0.0.56 - - [2025-09-22 03:55:02] "DELETE /control-node-zone/aed9b6c4-35ad-4092-a2bf-3b6f389432a0 HTTP/1.1" 200 115 0.029416 10.0.0.56 - - [2025-09-22 03:55:02] "POST /neutron/network HTTP/1.1" 400 204 0.018581 10.0.0.56 - - [2025-09-22 03:55:02] "POST /neutron/port HTTP/1.1" 200 1116 0.014672 10.0.0.56 - - [2025-09-22 03:55:03] "POST /neutron/port HTTP/1.1" 200 151 0.281144 10.0.0.56 - - [2025-09-22 03:55:03] "POST /neutron/port HTTP/1.1" 200 151 0.265585 10.0.0.56 - - [2025-09-22 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006362 10.0.0.27 - - [2025-09-22 03:55:06] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.020492 10.0.0.56 - - [2025-09-22 03:55:06] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083050 10.0.0.27 - - [2025-09-22 03:55:06] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001665 10.0.0.56 - - [2025-09-22 03:55:06] "GET /project/6bedade5-5573-448e-af38-83927e348834?fields=virtual_networks HTTP/1.1" 200 1033 0.054786 10.0.0.27 - - [2025-09-22 03:55:06] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001486 10.0.0.56 - - [2025-09-22 03:55:06] "GET /project/6bedade5-5573-448e-af38-83927e348834?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042778 10.0.0.27 - - [2025-09-22 03:55:06] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.56 - - [2025-09-22 03:55:06] "GET /project/6bedade5-5573-448e-af38-83927e348834?fields=security_groups HTTP/1.1" 200 1260 0.049923 10.0.0.56 - - [2025-09-22 03:55:07] "POST /fqname-to-id HTTP/1.1" 404 181 0.023144 10.0.0.27 - - [2025-09-22 03:55:07] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004256 10.0.0.27 - - [2025-09-22 03:55:07] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.27 - - [2025-09-22 03:55:07] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029305 10.0.0.27 - - [2025-09-22 03:55:07] "POST /id-to-fqname HTTP/1.1" 200 183 0.002859 10.0.0.27 - - [2025-09-22 03:55:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.003731 10.0.0.27 - - [2025-09-22 03:55:07] "POST /security-groups HTTP/1.1" 200 584 0.032525 10.0.0.27 - - [2025-09-22 03:55:07] "POST /projects HTTP/1.1" 200 571 0.252375 10.0.0.56 - - [2025-09-22 03:55:07] "POST /access-control-lists HTTP/1.1" 200 589 0.028563 10.0.0.27 - - [2025-09-22 03:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.327029 10.0.0.56 - - [2025-09-22 03:55:07] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.488224 10.0.0.56 - - [2025-09-22 03:55:08] "GET / HTTP/1.1" 200 35931 0.002338 10.0.0.38 - - [2025-09-22 03:55:10] "GET /obj-perms HTTP/1.1" 200 5056 0.053998 10.0.0.27 - - [2025-09-22 03:55:11] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001283 10.0.0.56 - - [2025-09-22 03:55:11] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.068731 10.0.0.27 - - [2025-09-22 03:55:11] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001411 10.0.0.56 - - [2025-09-22 03:55:11] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?fields=virtual_networks HTTP/1.1" 200 1018 0.045499 10.0.0.27 - - [2025-09-22 03:55:11] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.56 - - [2025-09-22 03:55:11] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.047845 10.0.0.27 - - [2025-09-22 03:55:11] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000994 10.0.0.56 - - [2025-09-22 03:55:11] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?fields=security_groups HTTP/1.1" 200 1237 0.048960 10.0.0.56 - - [2025-09-22 03:55:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.021406 10.0.0.27 - - [2025-09-22 03:55:12] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003247 10.0.0.27 - - [2025-09-22 03:55:12] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.27 - - [2025-09-22 03:55:12] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007233 10.0.0.27 - - [2025-09-22 03:55:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.002809 10.0.0.27 - - [2025-09-22 03:55:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.006342 10.0.0.27 - - [2025-09-22 03:55:13] "POST /security-groups HTTP/1.1" 200 592 0.073478 10.0.0.56 - - [2025-09-22 03:55:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.004699 10.0.0.27 - - [2025-09-22 03:55:13] "POST /projects HTTP/1.1" 200 587 0.293047 10.0.0.27 - - [2025-09-22 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.365221 10.0.0.56 - - [2025-09-22 03:55:13] "POST /access-control-lists HTTP/1.1" 200 595 0.033469 10.0.0.56 - - [2025-09-22 03:55:13] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.514734 10.0.0.56 - - [2025-09-22 03:55:14] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.27 - - [2025-09-22 03:55:17] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.56 - - [2025-09-22 03:55:17] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055158 10.0.0.27 - - [2025-09-22 03:55:17] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.56 - - [2025-09-22 03:55:17] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?fields=virtual_networks HTTP/1.1" 200 1033 0.058567 10.0.0.27 - - [2025-09-22 03:55:17] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.56 - - [2025-09-22 03:55:17] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.065001 10.0.0.27 - - [2025-09-22 03:55:17] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001394 10.0.0.56 - - [2025-09-22 03:55:17] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?fields=security_groups HTTP/1.1" 200 1260 0.056151 10.0.0.56 - - [2025-09-22 03:55:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.023961 10.0.0.27 - - [2025-09-22 03:55:18] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003805 10.0.0.27 - - [2025-09-22 03:55:18] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.27 - - [2025-09-22 03:55:18] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008571 10.0.0.27 - - [2025-09-22 03:55:18] "POST /id-to-fqname HTTP/1.1" 200 197 0.004573 10.0.0.27 - - [2025-09-22 03:55:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.004767 10.0.0.27 - - [2025-09-22 03:55:18] "POST /security-groups HTTP/1.1" 200 598 0.040475 10.0.0.27 - - [2025-09-22 03:55:18] "POST /projects HTTP/1.1" 200 599 0.264425 10.0.0.56 - - [2025-09-22 03:55:18] "POST /fqname-to-id HTTP/1.1" 404 240 0.010807 10.0.0.27 - - [2025-09-22 03:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.338330 10.0.0.56 - - [2025-09-22 03:55:18] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.484286 10.0.0.56 - - [2025-09-22 03:55:19] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.56 - - [2025-09-22 03:55:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.56 - - [2025-09-22 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.054220 10.0.0.56 - - [2025-09-22 03:55:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.56 - - [2025-09-22 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.56 - - [2025-09-22 03:55:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005263 10.0.0.56 - - [2025-09-22 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.56 - - [2025-09-22 03:55:21] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.014523 10.0.0.56 - - [2025-09-22 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.27 - - [2025-09-22 03:55:22] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001221 10.0.0.56 - - [2025-09-22 03:55:22] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.050292 10.0.0.56 - - [2025-09-22 03:55:22] "POST /neutron/network HTTP/1.1" 200 117 0.034550 10.0.0.56 - - [2025-09-22 03:55:22] "POST /ref-update HTTP/1.1" 200 156 0.029266 10.0.0.56 - - [2025-09-22 03:55:22] "POST /neutron/network HTTP/1.1" 200 808 0.010127 10.0.0.56 - - [2025-09-22 03:55:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001427 10.0.0.56 - - [2025-09-22 03:55:22] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006737 10.0.0.56 - - [2025-09-22 03:55:22] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006483 10.0.0.56 - - [2025-09-22 03:55:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.009377 10.0.0.56 - - [2025-09-22 03:55:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001246 10.0.0.27 - - [2025-09-22 03:55:23] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001494 10.0.0.56 - - [2025-09-22 03:55:23] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067581 10.0.0.56 - - [2025-09-22 03:55:23] "POST /neutron/port HTTP/1.1" 200 117 0.007170 10.0.0.56 - - [2025-09-22 03:55:23] "POST /id-to-fqname HTTP/1.1" 200 218 0.001364 10.0.0.56 - - [2025-09-22 03:55:24] "POST /neutron/network HTTP/1.1" 200 818 0.007460 10.0.0.56 - - [2025-09-22 03:55:24] "POST /neutron/port HTTP/1.1" 200 1062 0.036605 10.0.0.27 - - [2025-09-22 03:55:24] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001367 10.0.0.56 - - [2025-09-22 03:55:24] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.077263 10.0.0.56 - - [2025-09-22 03:55:24] "POST /neutron/network HTTP/1.1" 200 808 0.022733 10.0.0.56 - - [2025-09-22 03:55:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.009848 10.0.0.56 - - [2025-09-22 03:55:25] "POST /neutron/network HTTP/1.1" 200 808 0.009440 10.0.0.56 - - [2025-09-22 03:55:25] "POST /neutron/network HTTP/1.1" 200 818 0.007558 10.0.0.56 - - [2025-09-22 03:55:25] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006438 10.0.0.56 - - [2025-09-22 03:55:25] "POST /neutron/port HTTP/1.1" 200 1062 0.018836 10.0.0.56 - - [2025-09-22 03:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005407 10.0.0.56 - - [2025-09-22 03:55:26] "POST /neutron/network HTTP/1.1" 200 808 0.008853 10.0.0.56 - - [2025-09-22 03:55:26] "GET /obj-perms HTTP/1.1" 200 5044 0.046249 10.0.0.27 - - [2025-09-22 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.041887 10.0.0.56 - - [2025-09-22 03:55:27] "POST /neutron/port HTTP/1.1" 200 1090 0.023214 10.0.0.56 - - [2025-09-22 03:55:27] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009370 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 401 292 0.000472 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.029348 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.003789 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.005846 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.003582 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.005781 10.0.0.56 - - [2025-09-22 03:55:27] "GET /instance-ip/4eab525b-c4cf-45cf-b4e9-66f0483b9378 HTTP/1.1" 200 1620 0.006636 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.004253 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.006329 10.0.0.56 - - [2025-09-22 03:55:27] "GET /instance-ip/4eab525b-c4cf-45cf-b4e9-66f0483b9378 HTTP/1.1" 200 1620 0.004831 10.0.0.56 - - [2025-09-22 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.56 - - [2025-09-22 03:55:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004423 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003131 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007066 10.0.0.56 - - [2025-09-22 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.56 - - [2025-09-22 03:55:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005414 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003365 10.0.0.56 - - [2025-09-22 03:55:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006991 10.0.0.56 - - [2025-09-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.56 - - [2025-09-22 03:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005161 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003762 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007396 10.0.0.56 - - [2025-09-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.56 - - [2025-09-22 03:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005303 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003543 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007258 10.0.0.56 - - [2025-09-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.56 - - [2025-09-22 03:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005147 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004027 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006155 10.0.0.56 - - [2025-09-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.56 - - [2025-09-22 03:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005049 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005252 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008650 10.0.0.56 - - [2025-09-22 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.56 - - [2025-09-22 03:55:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004816 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.56 - - [2025-09-22 03:55:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006423 10.0.0.56 - - [2025-09-22 03:55:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019559 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /project/e889d37f8f674d9fa374801c869090e1 HTTP/1.1" 404 173 0.015301 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /project/79acbb4ca9dc4b9182ac5d328ebbd133 HTTP/1.1" 404 173 0.013477 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /project/17b4a6b2d58840839c28d685b090e7af HTTP/1.1" 404 173 0.015832 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001971 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001659 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.066196 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/6bedade5-5573-448e-af38-83927e348834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.088687 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002928 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.108890 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003473 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.56 - - [2025-09-22 03:55:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005476 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?fields=security_groups HTTP/1.1" 200 1342 0.102298 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?fields=security_groups HTTP/1.1" 200 1365 0.064124 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/6bedade5-5573-448e-af38-83927e348834?fields=security_groups HTTP/1.1" 200 1365 0.121377 10.0.0.56 - - [2025-09-22 03:55:30] "POST /neutron/network HTTP/1.1" 200 808 0.014334 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /security-group/4f725001-f991-4176-8bca-b393fc8396dd HTTP/1.1" 404 171 0.041483 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /security-group/38649ae9-a4f3-4764-b9b1-840fe22fe5d7 HTTP/1.1" 200 115 0.107290 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=e889d37f-8f67-4d9f-a374-801c869090e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001156 10.0.0.27 - - [2025-09-22 03:55:30] "DELETE /security-group/3fc9c81c-8681-49ec-9680-d337a38cc55c HTTP/1.1" 200 115 0.110121 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=17b4a6b2-d588-4083-9c28-d685b090e7af&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.27 - - [2025-09-22 03:55:30] "GET /projects?obj_uuids=6bedade5-5573-448e-af38-83927e348834&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001765 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/e889d37f-8f67-4d9f-a374-801c869090e1?fields=application_policy_sets HTTP/1.1" 200 1381 0.071779 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/6bedade5-5573-448e-af38-83927e348834?fields=application_policy_sets HTTP/1.1" 200 1404 0.071660 10.0.0.27 - - [2025-09-22 03:55:30] "GET /project/17b4a6b2-d588-4083-9c28-d685b090e7af?fields=application_policy_sets HTTP/1.1" 200 1404 0.122663 10.0.0.56 - - [2025-09-22 03:55:31] "DELETE /access-control-list/12545d86-6004-4f7f-99cc-bbd11f4d7e28 HTTP/1.1" 200 115 0.076620 10.0.0.27 - - [2025-09-22 03:55:31] "DELETE /project/6bedade5-5573-448e-af38-83927e348834 HTTP/1.1" 200 115 0.692951 10.0.0.27 - - [2025-09-22 03:55:31] "DELETE /project/e889d37f-8f67-4d9f-a374-801c869090e1 HTTP/1.1" 200 115 0.705497 10.0.0.27 - - [2025-09-22 03:55:31] "DELETE /project/17b4a6b2-d588-4083-9c28-d685b090e7af HTTP/1.1" 200 115 0.756402 10.0.0.56 - - [2025-09-22 03:55:31] "DELETE /access-control-list/ebecb674-a6aa-422d-8ce2-5cf1a1700ac4 HTTP/1.1" 200 115 0.050054 10.0.0.56 - - [2025-09-22 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.56 - - [2025-09-22 03:55:31] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005189 10.0.0.56 - - [2025-09-22 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.56 - - [2025-09-22 03:55:35] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006625 10.0.0.56 - - [2025-09-22 03:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.56 - - [2025-09-22 03:55:39] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008283 10.0.0.56 - - [2025-09-22 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.56 - - [2025-09-22 03:55:44] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007617 10.0.0.56 - - [2025-09-22 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.56 - - [2025-09-22 03:55:48] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008171 10.0.0.56 - - [2025-09-22 03:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.56 - - [2025-09-22 03:55:52] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006016 10.0.0.56 - - [2025-09-22 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.56 - - [2025-09-22 03:55:56] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006435 10.0.0.56 - - [2025-09-22 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.56 - - [2025-09-22 03:55:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004698 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008306 10.0.0.56 - - [2025-09-22 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-09-22 03:55:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002952 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006995 10.0.0.56 - - [2025-09-22 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.56 - - [2025-09-22 03:55:58] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005545 10.0.0.56 - - [2025-09-22 03:55:58] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004882 10.0.0.56 - - [2025-09-22 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.56 - - [2025-09-22 03:55:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003815 10.0.0.56 - - [2025-09-22 03:55:58] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006576 10.0.0.56 - - [2025-09-22 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.56 - - [2025-09-22 03:55:59] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.007271 10.0.0.56 - - [2025-09-22 03:55:59] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005672 10.0.0.56 - - [2025-09-22 03:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.56 - - [2025-09-22 03:55:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004918 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003208 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006342 10.0.0.56 - - [2025-09-22 03:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.56 - - [2025-09-22 03:55:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003595 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007487 10.0.0.56 - - [2025-09-22 03:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.56 - - [2025-09-22 03:55:59] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005141 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009243 10.0.0.56 - - [2025-09-22 03:55:59] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007457 10.0.0.56 - - [2025-09-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004182 10.0.0.27 - - [2025-09-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004454 10.0.0.56 - - [2025-09-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004146 10.0.0.56 - - [2025-09-22 03:55:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004217 10.0.0.56 - - [2025-09-22 03:56:00] "POST /neutron/port HTTP/1.1" 200 1090 0.019976 10.0.0.56 - - [2025-09-22 03:56:00] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008393 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.006705 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.004001 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.005948 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.004036 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.006282 10.0.0.56 - - [2025-09-22 03:56:00] "GET /instance-ip/562be108-fd23-4db1-8b2f-96f132663c99 HTTP/1.1" 200 1620 0.006735 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.004371 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.005956 10.0.0.56 - - [2025-09-22 03:56:00] "GET /instance-ip/562be108-fd23-4db1-8b2f-96f132663c99 HTTP/1.1" 200 1620 0.004690 10.0.0.56 - - [2025-09-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.56 - - [2025-09-22 03:56:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004295 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003670 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006385 10.0.0.56 - - [2025-09-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.56 - - [2025-09-22 03:56:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006152 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003819 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007794 10.0.0.56 - - [2025-09-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006718 10.0.0.56 - - [2025-09-22 03:56:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005263 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008116 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007784 10.0.0.56 - - [2025-09-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.56 - - [2025-09-22 03:56:00] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005442 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003639 10.0.0.56 - - [2025-09-22 03:56:00] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006238 10.0.0.56 - - [2025-09-22 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.56 - - [2025-09-22 03:56:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005192 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003544 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007210 10.0.0.56 - - [2025-09-22 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006669 10.0.0.56 - - [2025-09-22 03:56:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004479 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003768 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006727 10.0.0.56 - - [2025-09-22 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.56 - - [2025-09-22 03:56:01] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005414 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003825 10.0.0.56 - - [2025-09-22 03:56:01] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006994 10.0.0.56 - - [2025-09-22 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.56 - - [2025-09-22 03:56:04] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006268 10.0.0.56 - - [2025-09-22 03:56:06] "POST /neutron/port HTTP/1.1" 200 1090 0.018246 10.0.0.56 - - [2025-09-22 03:56:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004695 10.0.0.56 - - [2025-09-22 03:56:06] "POST /neutron/network HTTP/1.1" 200 808 0.008301 10.0.0.56 - - [2025-09-22 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.56 - - [2025-09-22 03:56:08] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005706 10.0.0.56 - - [2025-09-22 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.56 - - [2025-09-22 03:56:12] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005301 10.0.0.56 - - [2025-09-22 03:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-09-22 03:56:16] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007318 10.0.0.56 - - [2025-09-22 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.56 - - [2025-09-22 03:56:20] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.56 - - [2025-09-22 03:56:20] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003754 10.0.0.56 - - [2025-09-22 03:56:20] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007376 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.56 - - [2025-09-22 03:56:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003274 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008611 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.56 - - [2025-09-22 03:56:21] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005172 10.0.0.56 - - [2025-09-22 03:56:21] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004645 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.56 - - [2025-09-22 03:56:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005127 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004041 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007307 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.56 - - [2025-09-22 03:56:21] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005359 10.0.0.56 - - [2025-09-22 03:56:21] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005447 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.56 - - [2025-09-22 03:56:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004539 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003744 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006864 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.56 - - [2025-09-22 03:56:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006066 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003702 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007498 10.0.0.56 - - [2025-09-22 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.56 - - [2025-09-22 03:56:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005773 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003678 10.0.0.56 - - [2025-09-22 03:56:21] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007068 10.0.0.27 - - [2025-09-22 03:56:22] "GET /obj-perms HTTP/1.1" 200 5044 0.005203 10.0.0.56 - - [2025-09-22 03:56:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004195 10.0.0.56 - - [2025-09-22 03:56:22] "GET /obj-perms HTTP/1.1" 200 5044 0.005638 10.0.0.27 - - [2025-09-22 03:56:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004942 10.0.0.38 - - [2025-09-22 03:56:22] "GET /obj-perms HTTP/1.1" 200 5044 0.046190 10.0.0.56 - - [2025-09-22 03:56:22] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.004694 10.0.0.56 - - [2025-09-22 03:56:22] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.006123 10.0.0.56 - - [2025-09-22 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.56 - - [2025-09-22 03:56:22] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.56 - - [2025-09-22 03:56:22] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003103 10.0.0.56 - - [2025-09-22 03:56:22] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006222 10.0.0.56 - - [2025-09-22 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.56 - - [2025-09-22 03:56:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003743 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006847 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.005789 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.006649 10.0.0.56 - - [2025-09-22 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.56 - - [2025-09-22 03:56:23] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004323 10.0.0.56 - - [2025-09-22 03:56:23] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008167 10.0.0.56 - - [2025-09-22 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-09-22 03:56:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004466 10.0.0.56 - - [2025-09-22 03:56:24] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003544 10.0.0.56 - - [2025-09-22 03:56:25] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006315 10.0.0.56 - - [2025-09-22 03:56:25] "POST /neutron/port HTTP/1.1" 200 1090 0.018637 10.0.0.56 - - [2025-09-22 03:56:30] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008187 10.0.0.56 - - [2025-09-22 03:56:32] "POST /neutron/network HTTP/1.1" 200 818 0.008797 10.0.0.56 - - [2025-09-22 03:56:32] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.56 - - [2025-09-22 03:56:35] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010605 10.0.0.56 - - [2025-09-22 03:56:40] "POST /neutron/port HTTP/1.1" 200 1090 0.019147 10.0.0.56 - - [2025-09-22 03:57:06] "POST /neutron/port HTTP/1.1" 200 1090 0.017273 10.0.0.56 - - [2025-09-22 03:57:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.011254 10.0.0.27 - - [2025-09-22 03:57:11] "GET /obj-perms HTTP/1.1" 200 5056 0.072823 10.0.0.56 - - [2025-09-22 03:57:32] "POST /neutron/port HTTP/1.1" 200 1090 0.016810 10.0.0.56 - - [2025-09-22 03:57:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.56 - - [2025-09-22 03:57:32] "POST /neutron/network HTTP/1.1" 200 808 0.009022 10.0.0.56 - - [2025-09-22 03:58:08] "POST /neutron/network HTTP/1.1" 200 818 0.009588 10.0.0.56 - - [2025-09-22 03:58:08] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.56 - - [2025-09-22 03:58:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046751 10.0.0.56 - - [2025-09-22 03:58:12] "GET /virtual-router/6e91d2a7-8513-4de7-8819-edfa7b493d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.026666 10.0.0.56 - - [2025-09-22 03:58:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007719 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.004306 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.005983 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.004023 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.005300 10.0.0.56 - - [2025-09-22 03:58:26] "GET /instance-ip/4eab525b-c4cf-45cf-b4e9-66f0483b9378 HTTP/1.1" 200 1620 0.003916 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.004296 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-machine-interface/43db4ffd-ba6e-489f-9d7d-578f8a8a0599 HTTP/1.1" 200 2949 0.005556 10.0.0.56 - - [2025-09-22 03:58:26] "GET /instance-ip/4eab525b-c4cf-45cf-b4e9-66f0483b9378 HTTP/1.1" 200 1620 0.003808 10.0.0.56 - - [2025-09-22 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.56 - - [2025-09-22 03:58:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004446 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002898 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007281 10.0.0.56 - - [2025-09-22 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.56 - - [2025-09-22 03:58:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005103 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004308 10.0.0.56 - - [2025-09-22 03:58:26] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007734 10.0.0.56 - - [2025-09-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.56 - - [2025-09-22 03:58:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005326 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003470 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006384 10.0.0.56 - - [2025-09-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.56 - - [2025-09-22 03:58:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006696 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004000 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009112 10.0.0.56 - - [2025-09-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.56 - - [2025-09-22 03:58:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005160 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003619 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006562 10.0.0.56 - - [2025-09-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.56 - - [2025-09-22 03:58:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004553 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003616 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006365 10.0.0.56 - - [2025-09-22 03:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.56 - - [2025-09-22 03:58:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005031 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003597 10.0.0.56 - - [2025-09-22 03:58:27] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007597 10.0.0.56 - - [2025-09-22 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.56 - - [2025-09-22 03:58:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004057 10.0.0.56 - - [2025-09-22 03:58:28] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003290 10.0.0.56 - - [2025-09-22 03:58:28] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007950 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.56 - - [2025-09-22 03:58:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004810 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003263 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006721 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-09-22 03:58:29] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005261 10.0.0.56 - - [2025-09-22 03:58:29] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004825 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.56 - - [2025-09-22 03:58:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003200 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006864 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-09-22 03:58:29] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.008057 10.0.0.56 - - [2025-09-22 03:58:29] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005261 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.56 - - [2025-09-22 03:58:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003681 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007872 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.56 - - [2025-09-22 03:58:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004986 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003659 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006721 10.0.0.56 - - [2025-09-22 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.56 - - [2025-09-22 03:58:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003301 10.0.0.56 - - [2025-09-22 03:58:29] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006570 10.0.0.27 - - [2025-09-22 03:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.084333 10.0.0.38 - - [2025-09-22 03:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.137950 10.0.0.27 - - [2025-09-22 03:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.150709 10.0.0.56 - - [2025-09-22 03:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.035778 10.0.0.56 - - [2025-09-22 03:58:33] "POST /neutron/network HTTP/1.1" 200 818 0.008089 10.0.0.56 - - [2025-09-22 03:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.27 - - [2025-09-22 03:58:33] "GET /global-system-configs HTTP/1.1" 200 322 0.054513 10.0.0.56 - - [2025-09-22 03:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.126204 10.0.0.27 - - [2025-09-22 03:58:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004457 10.0.0.56 - - [2025-09-22 03:58:34] "GET /global-system-configs HTTP/1.1" 200 322 0.053271 10.0.0.38 - - [2025-09-22 03:58:34] "GET /obj-perms HTTP/1.1" 200 5056 0.119468 10.0.0.38 - - [2025-09-22 03:58:35] "GET /global-system-configs HTTP/1.1" 200 322 0.047453 10.0.0.38 - - [2025-09-22 03:58:35] "GET /global-system-configs HTTP/1.1" 200 322 0.208123 10.0.0.56 - - [2025-09-22 03:58:35] "GET /obj-perms HTTP/1.1" 200 5056 0.334756 10.0.0.27 - - [2025-09-22 03:58:35] "GET /obj-perms HTTP/1.1" 200 5056 0.354744 10.0.0.27 - - [2025-09-22 03:58:40] "GET /obj-perms HTTP/1.1" 200 5044 0.004641 10.0.0.27 - - [2025-09-22 03:58:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004716 10.0.0.56 - - [2025-09-22 03:58:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004025 10.0.0.56 - - [2025-09-22 03:58:44] "GET /obj-perms HTTP/1.1" 200 5044 0.003886 10.0.0.56 - - [2025-09-22 03:58:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004024 10.0.0.38 - - [2025-09-22 03:58:44] "GET /obj-perms HTTP/1.1" 200 5044 0.004055 10.0.0.56 - - [2025-09-22 03:58:44] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009080 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.004584 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.008648 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.004372 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.007129 10.0.0.56 - - [2025-09-22 03:58:44] "GET /instance-ip/562be108-fd23-4db1-8b2f-96f132663c99 HTTP/1.1" 200 1620 0.004686 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.011692 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.008167 10.0.0.56 - - [2025-09-22 03:58:44] "GET /instance-ip/562be108-fd23-4db1-8b2f-96f132663c99 HTTP/1.1" 200 1620 0.004798 10.0.0.56 - - [2025-09-22 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.56 - - [2025-09-22 03:58:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004109 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003362 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006429 10.0.0.56 - - [2025-09-22 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.56 - - [2025-09-22 03:58:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005016 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003283 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006428 10.0.0.56 - - [2025-09-22 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.56 - - [2025-09-22 03:58:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004472 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004057 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013659 10.0.0.56 - - [2025-09-22 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.56 - - [2025-09-22 03:58:44] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007814 10.0.0.56 - - [2025-09-22 03:58:44] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004636 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006096 10.0.0.56 - - [2025-09-22 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.56 - - [2025-09-22 03:58:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006478 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003550 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006867 10.0.0.56 - - [2025-09-22 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.56 - - [2025-09-22 03:58:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.016717 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003824 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007746 10.0.0.56 - - [2025-09-22 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005874 10.0.0.56 - - [2025-09-22 03:58:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004731 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004366 10.0.0.56 - - [2025-09-22 03:58:45] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006889 10.0.0.56 - - [2025-09-22 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.56 - - [2025-09-22 03:58:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005050 10.0.0.56 - - [2025-09-22 03:58:46] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004056 10.0.0.56 - - [2025-09-22 03:58:46] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006988 10.0.0.56 - - [2025-09-22 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.56 - - [2025-09-22 03:58:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.56 - - [2025-09-22 03:58:46] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002970 10.0.0.56 - - [2025-09-22 03:58:46] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008213 10.0.0.56 - - [2025-09-22 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.56 - - [2025-09-22 03:58:46] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004915 10.0.0.56 - - [2025-09-22 03:58:46] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004697 10.0.0.56 - - [2025-09-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.56 - - [2025-09-22 03:58:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002923 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008043 10.0.0.56 - - [2025-09-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.56 - - [2025-09-22 03:58:47] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005365 10.0.0.56 - - [2025-09-22 03:58:47] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005193 10.0.0.56 - - [2025-09-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.56 - - [2025-09-22 03:58:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005854 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003556 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006790 10.0.0.56 - - [2025-09-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.56 - - [2025-09-22 03:58:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004950 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004236 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007115 10.0.0.56 - - [2025-09-22 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.56 - - [2025-09-22 03:58:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005052 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003856 10.0.0.56 - - [2025-09-22 03:58:47] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009292 10.0.0.27 - - [2025-09-22 03:58:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004856 10.0.0.56 - - [2025-09-22 03:58:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004585 10.0.0.56 - - [2025-09-22 03:58:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004610 10.0.0.38 - - [2025-09-22 03:58:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005109 10.0.0.27 - - [2025-09-22 03:58:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005024 10.0.0.56 - - [2025-09-22 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-09-22 03:59:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.56 - - [2025-09-22 03:59:08] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003716 10.0.0.56 - - [2025-09-22 03:59:08] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006995 10.0.0.56 - - [2025-09-22 03:59:09] "POST /neutron/network HTTP/1.1" 200 818 0.009567 10.0.0.56 - - [2025-09-22 03:59:09] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.56 - - [2025-09-22 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.56 - - [2025-09-22 03:59:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.56 - - [2025-09-22 03:59:09] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003320 10.0.0.56 - - [2025-09-22 03:59:09] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007068 10.0.0.56 - - [2025-09-22 03:59:24] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.005532 10.0.0.56 - - [2025-09-22 03:59:24] "GET /virtual-machine-interface/30de7fb1-98dc-4e17-90c2-cb010292d7a8 HTTP/1.1" 200 2949 0.006038 10.0.0.56 - - [2025-09-22 03:59:24] "GET /instance-ip/562be108-fd23-4db1-8b2f-96f132663c99 HTTP/1.1" 200 1620 0.005323 10.0.0.56 - - [2025-09-22 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.56 - - [2025-09-22 03:59:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.56 - - [2025-09-22 03:59:24] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003093 10.0.0.56 - - [2025-09-22 03:59:24] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007488 10.0.0.56 - - [2025-09-22 03:59:28] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 200 1300 0.005224 10.0.0.56 - - [2025-09-22 03:59:28] "POST /neutron/port HTTP/1.1" 200 1116 0.012382 10.0.0.56 - - [2025-09-22 03:59:30] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004329 10.0.0.56 - - [2025-09-22 03:59:30] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004673 10.0.0.56 - - [2025-09-22 03:59:30] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003331 10.0.0.56 - - [2025-09-22 03:59:31] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004250 10.0.0.56 - - [2025-09-22 03:59:32] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004695 10.0.0.56 - - [2025-09-22 03:59:33] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004141 10.0.0.56 - - [2025-09-22 03:59:34] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003778 10.0.0.56 - - [2025-09-22 03:59:35] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003425 10.0.0.56 - - [2025-09-22 03:59:36] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004325 10.0.0.56 - - [2025-09-22 03:59:36] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003925 10.0.0.56 - - [2025-09-22 03:59:37] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004430 10.0.0.56 - - [2025-09-22 03:59:38] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004861 10.0.0.56 - - [2025-09-22 03:59:39] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004678 10.0.0.56 - - [2025-09-22 03:59:40] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004065 10.0.0.56 - - [2025-09-22 03:59:41] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004538 10.0.0.56 - - [2025-09-22 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.56 - - [2025-09-22 03:59:41] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004657 10.0.0.56 - - [2025-09-22 03:59:41] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003263 10.0.0.56 - - [2025-09-22 03:59:41] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007978 10.0.0.56 - - [2025-09-22 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.56 - - [2025-09-22 03:59:41] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.006202 10.0.0.56 - - [2025-09-22 03:59:41] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005089 10.0.0.56 - - [2025-09-22 03:59:41] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003747 10.0.0.56 - - [2025-09-22 03:59:42] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004189 10.0.0.56 - - [2025-09-22 03:59:43] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.005177 10.0.0.56 - - [2025-09-22 03:59:44] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003764 10.0.0.56 - - [2025-09-22 03:59:45] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003707 10.0.0.56 - - [2025-09-22 03:59:46] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003724 10.0.0.56 - - [2025-09-22 03:59:46] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003128 10.0.0.56 - - [2025-09-22 03:59:47] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004650 10.0.0.56 - - [2025-09-22 03:59:48] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.005223 10.0.0.56 - - [2025-09-22 03:59:49] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.003924 10.0.0.56 - - [2025-09-22 03:59:50] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004070 10.0.0.56 - - [2025-09-22 03:59:51] "GET /virtual-machine/e4ff07fa-e591-4c92-b07d-60db7059d4fb HTTP/1.1" 404 171 0.004773 10.0.0.56 - - [2025-09-22 03:59:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004242 10.0.0.56 - - [2025-09-22 03:59:51] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 200 1298 0.006132 10.0.0.56 - - [2025-09-22 03:59:52] "POST /neutron/port HTTP/1.1" 200 1116 0.012205 10.0.0.56 - - [2025-09-22 03:59:53] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.005038 10.0.0.56 - - [2025-09-22 03:59:53] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.003309 10.0.0.56 - - [2025-09-22 03:59:53] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.002989 10.0.0.56 - - [2025-09-22 03:59:53] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.003393 10.0.0.56 - - [2025-09-22 03:59:54] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.005058 10.0.0.56 - - [2025-09-22 03:59:55] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004262 10.0.0.56 - - [2025-09-22 03:59:56] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004523 10.0.0.56 - - [2025-09-22 03:59:58] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004043 10.0.0.56 - - [2025-09-22 03:59:59] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.003859 10.0.0.56 - - [2025-09-22 03:59:59] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.002946 10.0.0.56 - - [2025-09-22 04:00:00] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004398 10.0.0.56 - - [2025-09-22 04:00:01] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.003676 10.0.0.56 - - [2025-09-22 04:00:02] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004086 10.0.0.56 - - [2025-09-22 04:00:03] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.004265 10.0.0.56 - - [2025-09-22 04:00:04] "GET /virtual-machine/642d6940-7c67-43cf-85e5-b88d1f66627e HTTP/1.1" 404 171 0.003698 10.0.0.56 - - [2025-09-22 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.56 - - [2025-09-22 04:00:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005264 10.0.0.56 - - [2025-09-22 04:00:04] "GET /virtual-networks?parent_id=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003391 10.0.0.56 - - [2025-09-22 04:00:04] "GET /virtual-network/3f20fed1-5b97-4450-92c1-34676a396c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006301 10.0.0.56 - - [2025-09-22 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.56 - - [2025-09-22 04:00:04] "GET /routing-instance/4a07d67d-9a64-45c5-8aa1-332126605d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005294 10.0.0.56 - - [2025-09-22 04:00:04] "GET /route-target/81108bde-ef87-49a1-ae2a-38b80395c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004751 10.0.0.56 - - [2025-09-22 04:00:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004102 10.0.0.56 - - [2025-09-22 04:00:07] "GET /obj-perms HTTP/1.1" 200 5044 0.004505 10.0.0.56 - - [2025-09-22 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.005495 10.0.0.56 - - [2025-09-22 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003993 10.0.0.38 - - [2025-09-22 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004969 10.0.0.27 - - [2025-09-22 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004087 10.0.0.27 - - [2025-09-22 04:00:13] "POST /useragent-kv HTTP/1.1" 200 115 0.057803 10.0.0.27 - - [2025-09-22 04:00:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003083 10.0.0.56 - - [2025-09-22 04:00:13] "POST /neutron/network HTTP/1.1" 200 151 0.187449 10.0.0.56 - - [2025-09-22 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.56 - - [2025-09-22 04:00:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.56 - - [2025-09-22 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.56 - - [2025-09-22 04:00:14] "PUT /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0 HTTP/1.1" 200 276 0.026424 10.0.0.27 - - [2025-09-22 04:00:16] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001118 10.0.0.56 - - [2025-09-22 04:00:16] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075352 10.0.0.27 - - [2025-09-22 04:00:16] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000986 10.0.0.56 - - [2025-09-22 04:00:17] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?fields=virtual_networks HTTP/1.1" 200 1044 0.048193 10.0.0.27 - - [2025-09-22 04:00:17] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001691 10.0.0.56 - - [2025-09-22 04:00:17] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.051115 10.0.0.27 - - [2025-09-22 04:00:17] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001143 10.0.0.56 - - [2025-09-22 04:00:17] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?fields=security_groups HTTP/1.1" 200 1277 0.063107 10.0.0.56 - - [2025-09-22 04:00:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.025526 10.0.0.27 - - [2025-09-22 04:00:18] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004259 10.0.0.27 - - [2025-09-22 04:00:18] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.27 - - [2025-09-22 04:00:18] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031116 10.0.0.27 - - [2025-09-22 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 196 0.004024 10.0.0.27 - - [2025-09-22 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.007085 10.0.0.27 - - [2025-09-22 04:00:18] "POST /security-groups HTTP/1.1" 200 597 0.039179 10.0.0.27 - - [2025-09-22 04:00:18] "POST /projects HTTP/1.1" 200 597 0.256717 10.0.0.56 - - [2025-09-22 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 240 0.029314 10.0.0.27 - - [2025-09-22 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.341862 10.0.0.56 - - [2025-09-22 04:00:18] "POST /access-control-lists HTTP/1.1" 200 600 0.043437 10.0.0.56 - - [2025-09-22 04:00:18] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.520597 10.0.0.56 - - [2025-09-22 04:00:19] "GET / HTTP/1.1" 200 35931 0.002936 10.0.0.27 - - [2025-09-22 04:00:22] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.56 - - [2025-09-22 04:00:22] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046215 10.0.0.27 - - [2025-09-22 04:00:22] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.56 - - [2025-09-22 04:00:22] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?fields=virtual_networks HTTP/1.1" 200 1043 0.055982 10.0.0.27 - - [2025-09-22 04:00:22] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001804 10.0.0.56 - - [2025-09-22 04:00:22] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.064201 10.0.0.27 - - [2025-09-22 04:00:22] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.56 - - [2025-09-22 04:00:22] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?fields=security_groups HTTP/1.1" 200 1275 0.051912 10.0.0.56 - - [2025-09-22 04:00:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.022453 10.0.0.27 - - [2025-09-22 04:00:23] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003818 10.0.0.27 - - [2025-09-22 04:00:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.27 - - [2025-09-22 04:00:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007978 10.0.0.27 - - [2025-09-22 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.008601 10.0.0.27 - - [2025-09-22 04:00:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.005073 10.0.0.27 - - [2025-09-22 04:00:23] "POST /security-groups HTTP/1.1" 200 591 0.073782 10.0.0.27 - - [2025-09-22 04:00:23] "POST /projects HTTP/1.1" 200 585 0.307795 10.0.0.56 - - [2025-09-22 04:00:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.005914 10.0.0.27 - - [2025-09-22 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.379512 10.0.0.56 - - [2025-09-22 04:00:24] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.516562 10.0.0.56 - - [2025-09-22 04:00:25] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.27 - - [2025-09-22 04:00:28] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.56 - - [2025-09-22 04:00:28] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044991 10.0.0.27 - - [2025-09-22 04:00:28] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.56 - - [2025-09-22 04:00:28] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?fields=virtual_networks HTTP/1.1" 200 1031 0.058358 10.0.0.27 - - [2025-09-22 04:00:28] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.56 - - [2025-09-22 04:00:28] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052217 10.0.0.27 - - [2025-09-22 04:00:28] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.56 - - [2025-09-22 04:00:28] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?fields=security_groups HTTP/1.1" 200 1257 0.044171 10.0.0.56 - - [2025-09-22 04:00:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.033776 10.0.0.27 - - [2025-09-22 04:00:29] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003142 10.0.0.27 - - [2025-09-22 04:00:29] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.27 - - [2025-09-22 04:00:29] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008204 10.0.0.27 - - [2025-09-22 04:00:29] "POST /id-to-fqname HTTP/1.1" 200 198 0.002745 10.0.0.27 - - [2025-09-22 04:00:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005034 10.0.0.27 - - [2025-09-22 04:00:29] "POST /security-groups HTTP/1.1" 200 599 0.032249 10.0.0.27 - - [2025-09-22 04:00:29] "POST /projects HTTP/1.1" 200 601 0.240339 10.0.0.56 - - [2025-09-22 04:00:29] "POST /access-control-lists HTTP/1.1" 200 604 0.028757 10.0.0.27 - - [2025-09-22 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.322962 10.0.0.56 - - [2025-09-22 04:00:29] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.455966 10.0.0.56 - - [2025-09-22 04:00:30] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.56 - - [2025-09-22 04:00:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.56 - - [2025-09-22 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.077747 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.56 - - [2025-09-22 04:00:31] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041190 10.0.0.27 - - [2025-09-22 04:00:31] "DELETE /project/2b1dae26aa094676a11ead781b931a46 HTTP/1.1" 404 173 0.009539 10.0.0.27 - - [2025-09-22 04:00:31] "DELETE /project/4783f8b0925348dd8da4f129dd45be68 HTTP/1.1" 404 173 0.017263 10.0.0.27 - - [2025-09-22 04:00:31] "DELETE /project/90d3544e5def4d89a45ba8d5c9e4347f HTTP/1.1" 404 173 0.019717 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001524 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000973 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000811 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.090541 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.111562 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.173591 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001423 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?fields=security_groups HTTP/1.1" 200 1380 0.104849 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?fields=security_groups HTTP/1.1" 200 1362 0.144732 10.0.0.27 - - [2025-09-22 04:00:31] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?fields=security_groups HTTP/1.1" 200 1382 0.090556 10.0.0.27 - - [2025-09-22 04:00:31] "DELETE /security-group/ca483869-efed-43da-aad1-44673aa53eb3 HTTP/1.1" 200 115 0.069435 10.0.0.27 - - [2025-09-22 04:00:31] "GET /projects?obj_uuids=2b1dae26-aa09-4676-a11e-ad781b931a46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.27 - - [2025-09-22 04:00:32] "DELETE /security-group/d42a4847-67d3-4c8d-b8a9-16d9570d8e48 HTTP/1.1" 200 115 0.113439 10.0.0.27 - - [2025-09-22 04:00:32] "GET /projects?obj_uuids=4783f8b0-9253-48dd-8da4-f129dd45be68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001667 10.0.0.27 - - [2025-09-22 04:00:32] "DELETE /security-group/c5fafb16-ccde-4fdc-965d-d057f6802c93 HTTP/1.1" 200 115 0.115889 10.0.0.27 - - [2025-09-22 04:00:32] "GET /project/2b1dae26-aa09-4676-a11e-ad781b931a46?fields=application_policy_sets HTTP/1.1" 200 1419 0.097031 10.0.0.56 - - [2025-09-22 04:00:32] "DELETE /access-control-list/57bf7f13-c229-4a53-8a40-fc3d22a712ba HTTP/1.1" 200 115 0.094595 10.0.0.27 - - [2025-09-22 04:00:32] "GET /projects?obj_uuids=79acbb4c-a9dc-4b91-82ac-5d328ebbd133&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001096 10.0.0.27 - - [2025-09-22 04:00:32] "GET /project/4783f8b0-9253-48dd-8da4-f129dd45be68?fields=application_policy_sets HTTP/1.1" 200 1401 0.100736 10.0.0.27 - - [2025-09-22 04:00:32] "GET /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133?fields=application_policy_sets HTTP/1.1" 200 1421 0.116854 10.0.0.56 - - [2025-09-22 04:00:32] "DELETE /access-control-list/1a30f01e-35bd-4558-a928-51c35ee86b82 HTTP/1.1" 200 115 0.097258 10.0.0.27 - - [2025-09-22 04:00:32] "DELETE /project/2b1dae26-aa09-4676-a11e-ad781b931a46 HTTP/1.1" 200 115 0.822479 10.0.0.27 - - [2025-09-22 04:00:32] "DELETE /project/4783f8b0-9253-48dd-8da4-f129dd45be68 HTTP/1.1" 200 115 0.839606 10.0.0.27 - - [2025-09-22 04:00:32] "DELETE /project/79acbb4c-a9dc-4b91-82ac-5d328ebbd133 HTTP/1.1" 200 115 0.862445 10.0.0.27 - - [2025-09-22 04:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008785 10.0.0.56 - - [2025-09-22 04:00:32] "POST /neutron/subnet HTTP/1.1" 200 716 0.411023 10.0.0.56 - - [2025-09-22 04:00:32] "POST /route-targets HTTP/1.1" 200 327 0.016227 10.0.0.56 - - [2025-09-22 04:00:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.068338 10.0.0.56 - - [2025-09-22 04:00:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001513 10.0.0.56 - - [2025-09-22 04:00:32] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009372 10.0.0.56 - - [2025-09-22 04:00:32] "POST /neutron/network HTTP/1.1" 200 974 0.014954 10.0.0.56 - - [2025-09-22 04:00:32] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009816 10.0.0.56 - - [2025-09-22 04:00:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.012309 10.0.0.56 - - [2025-09-22 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005902 10.0.0.27 - - [2025-09-22 04:00:33] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.56 - - [2025-09-22 04:00:33] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050467 10.0.0.56 - - [2025-09-22 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.033308 10.0.0.27 - - [2025-09-22 04:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.013856 10.0.0.56 - - [2025-09-22 04:00:33] "POST /neutron/subnet HTTP/1.1" 200 716 0.210455 10.0.0.56 - - [2025-09-22 04:00:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001445 10.0.0.56 - - [2025-09-22 04:00:33] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009994 10.0.0.56 - - [2025-09-22 04:00:33] "POST /neutron/network HTTP/1.1" 200 976 0.014039 10.0.0.56 - - [2025-09-22 04:00:33] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009470 10.0.0.56 - - [2025-09-22 04:00:33] "POST /neutron/subnet HTTP/1.1" 200 730 0.011114 10.0.0.56 - - [2025-09-22 04:00:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001493 10.0.0.27 - - [2025-09-22 04:00:34] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.56 - - [2025-09-22 04:00:35] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.091207 10.0.0.56 - - [2025-09-22 04:00:35] "POST /neutron/port HTTP/1.1" 200 117 0.008398 10.0.0.56 - - [2025-09-22 04:00:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001414 10.0.0.56 - - [2025-09-22 04:00:35] "POST /neutron/network HTTP/1.1" 200 986 0.010033 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/port HTTP/1.1" 200 1152 0.053187 10.0.0.27 - - [2025-09-22 04:00:36] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.56 - - [2025-09-22 04:00:36] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.083956 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/network HTTP/1.1" 200 976 0.050304 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/port HTTP/1.1" 200 117 0.001772 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/network HTTP/1.1" 200 974 0.012601 10.0.0.56 - - [2025-09-22 04:00:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007871 10.0.0.56 - - [2025-09-22 04:00:37] "POST /neutron/port HTTP/1.1" 200 1154 0.042137 10.0.0.56 - - [2025-09-22 04:00:37] "POST /neutron/port HTTP/1.1" 200 1182 0.021882 10.0.0.56 - - [2025-09-22 04:00:37] "POST /neutron/subnet HTTP/1.1" 200 1278 0.015786 10.0.0.56 - - [2025-09-22 04:00:38] "POST /neutron/network HTTP/1.1" 200 976 0.013871 10.0.0.56 - - [2025-09-22 04:00:41] "POST /neutron/port HTTP/1.1" 200 1180 0.019830 10.0.0.56 - - [2025-09-22 04:00:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008732 10.0.0.56 - - [2025-09-22 04:00:42] "GET /virtual-machine/b5e3e9ae-d6d5-4c02-ab1c-ca852f452e6e HTTP/1.1" 401 292 0.000377 10.0.0.56 - - [2025-09-22 04:00:42] "GET /virtual-machine/b5e3e9ae-d6d5-4c02-ab1c-ca852f452e6e HTTP/1.1" 200 1301 0.030248 10.0.0.56 - - [2025-09-22 04:00:42] "GET /virtual-machine-interface/6f533b0d-68b6-4273-a484-9e6bae9df120 HTTP/1.1" 200 3157 0.006366 10.0.0.56 - - [2025-09-22 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.56 - - [2025-09-22 04:00:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.56 - - [2025-09-22 04:00:42] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004296 10.0.0.56 - - [2025-09-22 04:00:42] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006942 10.0.0.56 - - [2025-09-22 04:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.56 - - [2025-09-22 04:00:45] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006161 10.0.0.56 - - [2025-09-22 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.56 - - [2025-09-22 04:00:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.56 - - [2025-09-22 04:00:47] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003394 10.0.0.56 - - [2025-09-22 04:00:47] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006691 10.0.0.56 - - [2025-09-22 04:00:47] "POST /neutron/port HTTP/1.1" 200 1182 0.017281 10.0.0.56 - - [2025-09-22 04:00:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007920 10.0.0.56 - - [2025-09-22 04:00:48] "GET /virtual-machine/e8d2efc6-bd49-4ef5-8853-4c3b7c2efbbf HTTP/1.1" 200 1300 0.007698 10.0.0.56 - - [2025-09-22 04:00:48] "GET /virtual-machine-interface/41058851-4cf7-4f74-8a94-c212e4c4a762 HTTP/1.1" 200 3156 0.005353 10.0.0.56 - - [2025-09-22 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.56 - - [2025-09-22 04:00:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003411 10.0.0.56 - - [2025-09-22 04:00:48] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002615 10.0.0.56 - - [2025-09-22 04:00:48] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006563 10.0.0.56 - - [2025-09-22 04:00:48] "POST /neutron/port HTTP/1.1" 200 1182 0.040275 10.0.0.56 - - [2025-09-22 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.56 - - [2025-09-22 04:00:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004425 10.0.0.56 - - [2025-09-22 04:00:49] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003632 10.0.0.56 - - [2025-09-22 04:00:49] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006386 10.0.0.56 - - [2025-09-22 04:00:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007627 10.0.0.56 - - [2025-09-22 04:00:54] "POST /fqname-to-id HTTP/1.1" 404 209 0.004041 10.0.0.56 - - [2025-09-22 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2025-09-22 04:00:54] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.56 - - [2025-09-22 04:00:54] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047907 10.0.0.56 - - [2025-09-22 04:00:54] "POST /network-policys HTTP/1.1" 200 533 0.035357 10.0.0.56 - - [2025-09-22 04:00:54] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006714 10.0.0.56 - - [2025-09-22 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.56 - - [2025-09-22 04:00:55] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006585 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009418 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006160 10.0.0.56 - - [2025-09-22 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.068382 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006189 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005476 10.0.0.56 - - [2025-09-22 04:00:55] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.008653 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005522 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-09-22 04:00:55] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007430 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005912 10.0.0.56 - - [2025-09-22 04:00:55] "PUT /access-control-list/1a5e7493-323c-4dde-96c0-296050d97b0a HTTP/1.1" 200 272 0.026358 10.0.0.56 - - [2025-09-22 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.067403 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.56 - - [2025-09-22 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.033554 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009951 10.0.0.56 - - [2025-09-22 04:00:55] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.009506 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.56 - - [2025-09-22 04:00:55] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005455 10.0.0.56 - - [2025-09-22 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2025-09-22 04:00:55] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.56 - - [2025-09-22 04:00:55] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043648 10.0.0.56 - - [2025-09-22 04:00:55] "POST /neutron/network HTTP/1.1" 200 117 0.014966 10.0.0.56 - - [2025-09-22 04:00:56] "POST /neutron/network HTTP/1.1" 200 799 0.010576 10.0.0.56 - - [2025-09-22 04:00:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001513 10.0.0.56 - - [2025-09-22 04:00:56] "GET /virtual-network/3c25e7e5-299e-4d15-aa33-cca57bf9a9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006636 10.0.0.56 - - [2025-09-22 04:00:56] "GET /virtual-network/3c25e7e5-299e-4d15-aa33-cca57bf9a9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008327 10.0.0.56 - - [2025-09-22 04:00:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.010435 10.0.0.56 - - [2025-09-22 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-09-22 04:00:56] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.56 - - [2025-09-22 04:00:56] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061428 10.0.0.56 - - [2025-09-22 04:00:56] "POST /route-targets HTTP/1.1" 200 327 0.013257 10.0.0.27 - - [2025-09-22 04:00:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010354 10.0.0.56 - - [2025-09-22 04:00:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.196847 10.0.0.56 - - [2025-09-22 04:00:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001835 10.0.0.56 - - [2025-09-22 04:00:57] "GET /virtual-network/dc71f58a-978c-485b-9786-c0d510b90357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005909 10.0.0.56 - - [2025-09-22 04:00:57] "GET /virtual-network/dc71f58a-978c-485b-9786-c0d510b90357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006868 10.0.0.56 - - [2025-09-22 04:00:57] "POST /neutron/network HTTP/1.1" 200 799 0.006951 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.004314 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-09-22 04:00:57] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.56 - - [2025-09-22 04:00:57] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050777 10.0.0.56 - - [2025-09-22 04:00:57] "POST /network-policys HTTP/1.1" 200 587 0.029898 10.0.0.56 - - [2025-09-22 04:00:57] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006734 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.56 - - [2025-09-22 04:00:57] "GET /virtual-network/3c25e7e5-299e-4d15-aa33-cca57bf9a9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006138 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.56 - - [2025-09-22 04:00:57] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004265 10.0.0.56 - - [2025-09-22 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.055338 10.0.0.56 - - [2025-09-22 04:00:57] "POST /access-control-lists HTTP/1.1" 200 554 0.043405 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008093 10.0.0.56 - - [2025-09-22 04:00:57] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005201 10.0.0.56 - - [2025-09-22 04:00:57] "GET /virtual-network/3c25e7e5-299e-4d15-aa33-cca57bf9a9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008568 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-09-22 04:00:57] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005424 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.56 - - [2025-09-22 04:00:57] "GET /virtual-network/dc71f58a-978c-485b-9786-c0d510b90357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007721 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.56 - - [2025-09-22 04:00:57] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005094 10.0.0.56 - - [2025-09-22 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.052564 10.0.0.56 - - [2025-09-22 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203 10.0.0.56 - - [2025-09-22 04:00:57] "POST /access-control-lists HTTP/1.1" 200 554 0.039901 10.0.0.56 - - [2025-09-22 04:00:58] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.029519 10.0.0.56 - - [2025-09-22 04:00:58] "POST /neutron/network HTTP/1.1" 200 912 0.026363 10.0.0.56 - - [2025-09-22 04:00:58] "GET /virtual-network/dc71f58a-978c-485b-9786-c0d510b90357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008834 10.0.0.56 - - [2025-09-22 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.56 - - [2025-09-22 04:00:58] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003987 10.0.0.56 - - [2025-09-22 04:00:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001023 10.0.0.56 - - [2025-09-22 04:00:58] "POST /neutron/network HTTP/1.1" 200 922 0.008313 10.0.0.27 - - [2025-09-22 04:00:59] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.56 - - [2025-09-22 04:00:59] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075777 10.0.0.56 - - [2025-09-22 04:00:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008714 10.0.0.56 - - [2025-09-22 04:00:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001800 10.0.0.56 - - [2025-09-22 04:00:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009488 10.0.0.27 - - [2025-09-22 04:00:59] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.56 - - [2025-09-22 04:01:00] "POST /neutron/port HTTP/1.1" 200 1063 0.354469 10.0.0.56 - - [2025-09-22 04:01:00] "POST /neutron/port HTTP/1.1" 200 1117 0.144767 10.0.0.56 - - [2025-09-22 04:01:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.009445 10.0.0.27 - - [2025-09-22 04:01:00] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.56 - - [2025-09-22 04:01:00] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080441 10.0.0.56 - - [2025-09-22 04:01:00] "POST /neutron/network HTTP/1.1" 200 912 0.011452 10.0.0.56 - - [2025-09-22 04:01:00] "POST /neutron/port HTTP/1.1" 200 117 0.009966 10.0.0.56 - - [2025-09-22 04:01:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003835 10.0.0.56 - - [2025-09-22 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.56 - - [2025-09-22 04:01:00] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005953 10.0.0.56 - - [2025-09-22 04:01:01] "POST /neutron/port HTTP/1.1" 200 1063 0.022255 10.0.0.56 - - [2025-09-22 04:01:01] "POST /neutron/port HTTP/1.1" 200 1091 0.019174 10.0.0.56 - - [2025-09-22 04:01:01] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005055 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005876 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005474 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.035001 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.075394 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005431 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006026 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.042350 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.053159 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006097 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006577 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.042924 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.043340 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010766 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007215 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.025214 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005197 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005653 10.0.0.56 - - [2025-09-22 04:01:02] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007000 10.0.0.56 - - [2025-09-22 04:01:02] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.031615 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.053302 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007173 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006795 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.038721 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.051127 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.016809 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011361 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.033386 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.050977 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010567 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004525 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.021639 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004397 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006217 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004754 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.029523 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.037585 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005133 10.0.0.56 - - [2025-09-22 04:01:03] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005670 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.042832 10.0.0.56 - - [2025-09-22 04:01:03] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.039940 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008638 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006560 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.038764 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.050014 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006277 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006770 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.042893 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004562 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005505 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004781 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.029730 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.044693 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007823 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004341 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.039228 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.038022 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.015586 10.0.0.56 - - [2025-09-22 04:01:04] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.024649 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.047660 10.0.0.56 - - [2025-09-22 04:01:04] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.062071 10.0.0.56 - - [2025-09-22 04:01:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008979 10.0.0.56 - - [2025-09-22 04:01:11] "POST /neutron/network HTTP/1.1" 200 1070 0.013583 10.0.0.56 - - [2025-09-22 04:01:11] "POST /neutron/subnet HTTP/1.1" 200 1268 0.018424 10.0.0.56 - - [2025-09-22 04:01:11] "POST /neutron/network HTTP/1.1" 200 1060 0.013256 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004409 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004770 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004690 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.026884 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.043877 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004666 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005080 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.039182 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.046296 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011313 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005357 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.034217 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.036296 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006349 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004728 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.022936 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003970 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005419 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005109 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.028037 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.041147 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007065 10.0.0.56 - - [2025-09-22 04:01:15] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006024 10.0.0.56 - - [2025-09-22 04:01:15] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.041626 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.044321 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006618 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005838 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.043866 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.044065 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006847 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004205 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.026670 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003777 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008133 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004784 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.034978 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.029783 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005270 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005019 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.041108 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.038873 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004629 10.0.0.56 - - [2025-09-22 04:01:16] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004442 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.034073 10.0.0.56 - - [2025-09-22 04:01:16] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.053122 10.0.0.56 - - [2025-09-22 04:01:17] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.019261 10.0.0.56 - - [2025-09-22 04:01:17] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005987 10.0.0.56 - - [2025-09-22 04:01:17] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.025706 10.0.0.56 - - [2025-09-22 04:01:17] "POST /ref-update HTTP/1.1" 200 156 0.053009 10.0.0.56 - - [2025-09-22 04:01:17] "POST /neutron/network HTTP/1.1" 200 799 0.017464 10.0.0.56 - - [2025-09-22 04:01:17] "GET /virtual-network/dc71f58a-978c-485b-9786-c0d510b90357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.012010 10.0.0.56 - - [2025-09-22 04:01:17] "DELETE /access-control-list/ae76a96e-4e9a-4e52-b058-adea6a06d773 HTTP/1.1" 200 115 0.067400 10.0.0.56 - - [2025-09-22 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.56 - - [2025-09-22 04:01:17] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008707 10.0.0.56 - - [2025-09-22 04:01:17] "POST /ref-update HTTP/1.1" 200 156 0.068039 10.0.0.56 - - [2025-09-22 04:01:17] "POST /ref-update HTTP/1.1" 200 156 0.026098 10.0.0.56 - - [2025-09-22 04:01:17] "GET /virtual-network/3c25e7e5-299e-4d15-aa33-cca57bf9a9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016664 10.0.0.56 - - [2025-09-22 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.56 - - [2025-09-22 04:01:17] "GET /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005516 10.0.0.56 - - [2025-09-22 04:01:17] "DELETE /network-policy/48d158c2-b925-4644-a123-147f0d5f5f89 HTTP/1.1" 200 115 0.036843 10.0.0.56 - - [2025-09-22 04:01:17] "POST /neutron/network HTTP/1.1" 400 204 0.015337 10.0.0.56 - - [2025-09-22 04:01:17] "POST /neutron/port HTTP/1.1" 200 151 0.202495 10.0.0.56 - - [2025-09-22 04:01:18] "POST /neutron/port HTTP/1.1" 200 151 0.223834 10.0.0.56 - - [2025-09-22 04:01:19] "POST /neutron/network HTTP/1.1" 200 799 0.010552 10.0.0.56 - - [2025-09-22 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.56 - - [2025-09-22 04:01:20] "POST /ref-update HTTP/1.1" 200 156 0.064044 10.0.0.56 - - [2025-09-22 04:01:20] "GET /virtual-network/23c8fa4b-d885-4959-af00-924fe9ae6343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.013934 10.0.0.56 - - [2025-09-22 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.56 - - [2025-09-22 04:01:20] "POST /ref-update HTTP/1.1" 200 156 0.040199 10.0.0.56 - - [2025-09-22 04:01:20] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005276 10.0.0.56 - - [2025-09-22 04:01:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.009712 10.0.0.56 - - [2025-09-22 04:01:20] "POST /ref-update HTTP/1.1" 200 156 0.072242 10.0.0.56 - - [2025-09-22 04:01:20] "POST /neutron/network HTTP/1.1" 200 974 0.029183 10.0.0.56 - - [2025-09-22 04:01:20] "GET /virtual-network/1cfdaecb-8a76-4f7d-b824-1ac2f047ad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006472 10.0.0.56 - - [2025-09-22 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.56 - - [2025-09-22 04:01:20] "GET /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005296 10.0.0.56 - - [2025-09-22 04:01:20] "DELETE /network-policy/f083ecde-22fd-4366-9336-19de8abbbbff HTTP/1.1" 200 115 0.037130 10.0.0.56 - - [2025-09-22 04:01:21] "POST /neutron/port HTTP/1.1" 200 1182 0.020888 10.0.0.56 - - [2025-09-22 04:01:21] "POST /neutron/port HTTP/1.1" 200 1206 0.016049 10.0.0.56 - - [2025-09-22 04:01:22] "POST /neutron/network HTTP/1.1" 200 976 0.011395 10.0.0.56 - - [2025-09-22 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2025-09-22 04:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.27 - - [2025-09-22 04:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004387 10.0.0.27 - - [2025-09-22 04:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.27 - - [2025-09-22 04:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001932 10.0.0.56 - - [2025-09-22 04:01:23] "POST /neutron/network HTTP/1.1" 200 151 0.147691 10.0.0.56 - - [2025-09-22 04:01:23] "DELETE /route-target/26a83f64-2c28-4502-8e48-7882d433fe30 HTTP/1.1" 200 115 0.029891 10.0.0.56 - - [2025-09-22 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2025-09-22 04:01:24] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.56 - - [2025-09-22 04:01:24] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047340 10.0.0.27 - - [2025-09-22 04:01:24] "POST /useragent-kv HTTP/1.1" 200 115 0.014694 10.0.0.56 - - [2025-09-22 04:01:24] "POST /neutron/subnet HTTP/1.1" 200 716 0.195656 10.0.0.56 - - [2025-09-22 04:01:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001855 10.0.0.56 - - [2025-09-22 04:01:25] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008687 10.0.0.56 - - [2025-09-22 04:01:25] "POST /neutron/network HTTP/1.1" 200 974 0.015074 10.0.0.56 - - [2025-09-22 04:01:25] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006327 10.0.0.56 - - [2025-09-22 04:01:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.010784 10.0.0.56 - - [2025-09-22 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-09-22 04:01:25] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001565 10.0.0.56 - - [2025-09-22 04:01:25] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053186 10.0.0.56 - - [2025-09-22 04:01:25] "POST /route-targets HTTP/1.1" 200 327 0.013402 10.0.0.56 - - [2025-09-22 04:01:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004399 10.0.0.27 - - [2025-09-22 04:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008174 10.0.0.56 - - [2025-09-22 04:01:25] "POST /neutron/subnet HTTP/1.1" 200 716 0.253238 10.0.0.56 - - [2025-09-22 04:01:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001596 10.0.0.56 - - [2025-09-22 04:01:26] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.010017 10.0.0.56 - - [2025-09-22 04:01:26] "POST /neutron/network HTTP/1.1" 200 977 0.010503 10.0.0.56 - - [2025-09-22 04:01:26] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006482 10.0.0.56 - - [2025-09-22 04:01:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.009925 10.0.0.56 - - [2025-09-22 04:01:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001122 10.0.0.27 - - [2025-09-22 04:01:26] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.56 - - [2025-09-22 04:01:27] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077501 10.0.0.56 - - [2025-09-22 04:01:27] "POST /neutron/port HTTP/1.1" 200 117 0.007892 10.0.0.56 - - [2025-09-22 04:01:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001725 10.0.0.56 - - [2025-09-22 04:01:27] "POST /neutron/network HTTP/1.1" 200 987 0.013780 10.0.0.56 - - [2025-09-22 04:01:27] "POST /neutron/port HTTP/1.1" 200 1152 0.021004 10.0.0.56 - - [2025-09-22 04:01:28] "POST /neutron/port HTTP/1.1" 200 1180 0.023545 10.0.0.27 - - [2025-09-22 04:01:28] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.56 - - [2025-09-22 04:01:28] "POST /neutron/subnet HTTP/1.1" 200 1268 0.022107 10.0.0.56 - - [2025-09-22 04:01:28] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.095437 10.0.0.56 - - [2025-09-22 04:01:28] "POST /neutron/network HTTP/1.1" 200 974 0.014388 10.0.0.56 - - [2025-09-22 04:01:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007869 10.0.0.56 - - [2025-09-22 04:01:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007720 10.0.0.56 - - [2025-09-22 04:01:29] "POST /neutron/port HTTP/1.1" 200 1155 0.022311 10.0.0.56 - - [2025-09-22 04:01:29] "POST /neutron/port HTTP/1.1" 200 1183 0.019498 10.0.0.56 - - [2025-09-22 04:01:29] "POST /neutron/subnet HTTP/1.1" 200 1282 0.015714 10.0.0.56 - - [2025-09-22 04:01:29] "POST /neutron/network HTTP/1.1" 200 977 0.011585 10.0.0.56 - - [2025-09-22 04:01:33] "POST /neutron/port HTTP/1.1" 200 1180 0.021283 10.0.0.56 - - [2025-09-22 04:01:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008563 10.0.0.56 - - [2025-09-22 04:01:33] "GET /virtual-machine/af48b2a6-6f44-4062-9be6-fb3804f05e16 HTTP/1.1" 200 1301 0.007215 10.0.0.56 - - [2025-09-22 04:01:33] "GET /virtual-machine-interface/c7d6c659-60bf-4d94-ada4-26f4a4c6948b HTTP/1.1" 200 3158 0.005390 10.0.0.56 - - [2025-09-22 04:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.56 - - [2025-09-22 04:01:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.56 - - [2025-09-22 04:01:33] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003726 10.0.0.56 - - [2025-09-22 04:01:34] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006879 10.0.0.56 - - [2025-09-22 04:01:36] "POST /neutron/port HTTP/1.1" 200 1183 0.017313 10.0.0.56 - - [2025-09-22 04:01:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004546 10.0.0.56 - - [2025-09-22 04:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.56 - - [2025-09-22 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.56 - - [2025-09-22 04:01:37] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006213 10.0.0.56 - - [2025-09-22 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.56 - - [2025-09-22 04:01:39] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004827 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004343 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007699 10.0.0.56 - - [2025-09-22 04:01:39] "POST /neutron/port HTTP/1.1" 200 1183 0.020536 10.0.0.56 - - [2025-09-22 04:01:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009035 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-machine/065bdbfc-791c-4e81-b95f-27467188d552 HTTP/1.1" 200 1299 0.007863 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-machine-interface/d96379d6-3741-43f4-9139-c4edfdfa48ee HTTP/1.1" 200 3158 0.007105 10.0.0.56 - - [2025-09-22 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.56 - - [2025-09-22 04:01:39] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004824 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004390 10.0.0.56 - - [2025-09-22 04:01:39] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006910 10.0.0.56 - - [2025-09-22 04:01:40] "POST /neutron/port HTTP/1.1" 200 1183 0.020022 10.0.0.56 - - [2025-09-22 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.56 - - [2025-09-22 04:01:40] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005354 10.0.0.56 - - [2025-09-22 04:01:40] "GET /virtual-networks?parent_id=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003872 10.0.0.56 - - [2025-09-22 04:01:40] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007054 10.0.0.56 - - [2025-09-22 04:01:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008977 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.004039 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2025-09-22 04:01:46] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.56 - - [2025-09-22 04:01:46] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041573 10.0.0.56 - - [2025-09-22 04:01:46] "POST /network-policys HTTP/1.1" 200 533 0.033707 10.0.0.56 - - [2025-09-22 04:01:46] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007365 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009716 10.0.0.56 - - [2025-09-22 04:01:46] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006199 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.56 - - [2025-09-22 04:01:46] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004813 10.0.0.56 - - [2025-09-22 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.062448 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005825 10.0.0.56 - - [2025-09-22 04:01:46] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004807 10.0.0.56 - - [2025-09-22 04:01:46] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.007871 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.56 - - [2025-09-22 04:01:46] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004255 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-09-22 04:01:46] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006700 10.0.0.56 - - [2025-09-22 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.56 - - [2025-09-22 04:01:47] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004415 10.0.0.56 - - [2025-09-22 04:01:47] "POST /access-control-lists HTTP/1.1" 200 578 0.064420 10.0.0.56 - - [2025-09-22 04:01:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.050920 10.0.0.56 - - [2025-09-22 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.112222 10.0.0.56 - - [2025-09-22 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007875 10.0.0.56 - - [2025-09-22 04:01:47] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010236 10.0.0.56 - - [2025-09-22 04:01:47] "POST /access-control-lists HTTP/1.1" 200 578 0.104034 10.0.0.56 - - [2025-09-22 04:01:47] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.028315 10.0.0.56 - - [2025-09-22 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.56 - - [2025-09-22 04:01:47] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005273 10.0.0.56 - - [2025-09-22 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.27 - - [2025-09-22 04:01:47] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.56 - - [2025-09-22 04:01:47] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046793 10.0.0.56 - - [2025-09-22 04:01:47] "POST /neutron/network HTTP/1.1" 200 117 0.016760 10.0.0.56 - - [2025-09-22 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.027230 10.0.0.56 - - [2025-09-22 04:01:47] "POST /neutron/network HTTP/1.1" 200 799 0.014298 10.0.0.56 - - [2025-09-22 04:01:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001178 10.0.0.56 - - [2025-09-22 04:01:48] "GET /virtual-network/e95b31dd-865b-454a-819b-faf8c053e7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007783 10.0.0.56 - - [2025-09-22 04:01:48] "GET /virtual-network/e95b31dd-865b-454a-819b-faf8c053e7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006918 10.0.0.56 - - [2025-09-22 04:01:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.011586 10.0.0.56 - - [2025-09-22 04:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-09-22 04:01:48] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.56 - - [2025-09-22 04:01:48] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066022 10.0.0.27 - - [2025-09-22 04:01:48] "POST /useragent-kv HTTP/1.1" 200 115 0.020594 10.0.0.56 - - [2025-09-22 04:01:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.204584 10.0.0.56 - - [2025-09-22 04:01:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.002752 10.0.0.56 - - [2025-09-22 04:01:48] "GET /virtual-network/7990f7d4-cc0b-4b13-ad2d-e23b4c3de0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010345 10.0.0.56 - - [2025-09-22 04:01:48] "GET /virtual-network/7990f7d4-cc0b-4b13-ad2d-e23b4c3de0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011136 10.0.0.56 - - [2025-09-22 04:01:48] "POST /neutron/network HTTP/1.1" 200 799 0.010085 10.0.0.56 - - [2025-09-22 04:01:48] "POST /fqname-to-id HTTP/1.1" 404 239 0.005047 10.0.0.56 - - [2025-09-22 04:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.27 - - [2025-09-22 04:01:48] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.56 - - [2025-09-22 04:01:48] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063787 10.0.0.56 - - [2025-09-22 04:01:48] "POST /network-policys HTTP/1.1" 200 587 0.042350 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007649 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005427 10.0.0.56 - - [2025-09-22 04:01:49] "GET /virtual-network/e95b31dd-865b-454a-819b-faf8c053e7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008307 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006243 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.011786 10.0.0.56 - - [2025-09-22 04:01:49] "POST /ref-update HTTP/1.1" 200 156 0.080776 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004234 10.0.0.56 - - [2025-09-22 04:01:49] "GET /virtual-network/e95b31dd-865b-454a-819b-faf8c053e7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008642 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008201 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-22 04:01:49] "GET /virtual-network/7990f7d4-cc0b-4b13-ad2d-e23b4c3de0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006302 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007083 10.0.0.56 - - [2025-09-22 04:01:49] "POST /ref-update HTTP/1.1" 200 156 0.079297 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.008504 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.014044 10.0.0.56 - - [2025-09-22 04:01:49] "POST /neutron/network HTTP/1.1" 200 912 0.025826 10.0.0.56 - - [2025-09-22 04:01:49] "GET /virtual-network/7990f7d4-cc0b-4b13-ad2d-e23b4c3de0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.015199 10.0.0.56 - - [2025-09-22 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006281 10.0.0.56 - - [2025-09-22 04:01:49] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005013 10.0.0.56 - - [2025-09-22 04:01:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.002409 10.0.0.56 - - [2025-09-22 04:01:50] "POST /neutron/network HTTP/1.1" 200 922 0.008605 10.0.0.27 - - [2025-09-22 04:01:50] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.56 - - [2025-09-22 04:01:50] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084872 10.0.0.56 - - [2025-09-22 04:01:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009221 10.0.0.56 - - [2025-09-22 04:01:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001807 10.0.0.56 - - [2025-09-22 04:01:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010606 10.0.0.27 - - [2025-09-22 04:01:51] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.56 - - [2025-09-22 04:01:51] "POST /neutron/port HTTP/1.1" 200 1063 0.324242 10.0.0.56 - - [2025-09-22 04:01:51] "POST /neutron/port HTTP/1.1" 200 1117 0.146304 10.0.0.56 - - [2025-09-22 04:01:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.010341 10.0.0.27 - - [2025-09-22 04:01:52] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002330 10.0.0.56 - - [2025-09-22 04:01:52] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087765 10.0.0.56 - - [2025-09-22 04:01:52] "POST /neutron/network HTTP/1.1" 200 912 0.009938 10.0.0.56 - - [2025-09-22 04:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.021782 10.0.0.56 - - [2025-09-22 04:01:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003708 10.0.0.56 - - [2025-09-22 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.56 - - [2025-09-22 04:01:52] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005914 10.0.0.56 - - [2025-09-22 04:01:52] "PUT /access-control-list/6dda13dd-32fa-43e8-b24f-9f317fc69ed9 HTTP/1.1" 200 272 0.023527 10.0.0.56 - - [2025-09-22 04:01:53] "POST /neutron/port HTTP/1.1" 200 1063 0.020460 10.0.0.56 - - [2025-09-22 04:01:53] "POST /neutron/port HTTP/1.1" 200 1091 0.031331 10.0.0.56 - - [2025-09-22 04:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.001695 10.0.0.56 - - [2025-09-22 04:01:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004722 10.0.0.56 - - [2025-09-22 04:01:53] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004534 10.0.0.56 - - [2025-09-22 04:01:53] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004366 10.0.0.56 - - [2025-09-22 04:01:53] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.035030 10.0.0.56 - - [2025-09-22 04:01:53] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.054029 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011150 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006791 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.036946 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.036070 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005437 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004855 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.043818 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.044477 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009230 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005653 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.026514 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003682 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006640 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005182 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.028902 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.047908 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011684 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011593 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.034100 10.0.0.56 - - [2025-09-22 04:01:54] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.051795 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010050 10.0.0.56 - - [2025-09-22 04:01:54] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007569 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.042788 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.042678 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007079 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006943 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.030546 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004452 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005983 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005131 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.030020 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.065395 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011730 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008081 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.035682 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.047310 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009617 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006337 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.037314 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.047315 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009471 10.0.0.56 - - [2025-09-22 04:01:55] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005187 10.0.0.56 - - [2025-09-22 04:01:55] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.025886 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005640 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005168 10.0.0.56 - - [2025-09-22 04:01:56] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.019391 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013055 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006414 10.0.0.56 - - [2025-09-22 04:01:56] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.019139 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005567 10.0.0.56 - - [2025-09-22 04:01:56] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006794 10.0.0.56 - - [2025-09-22 04:01:56] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.019277 10.0.0.56 - - [2025-09-22 04:01:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007516 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003807 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006011 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005847 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.039562 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.042870 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.016421 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009207 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.034537 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.046638 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008856 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006881 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.036444 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.042658 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.014323 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005486 10.0.0.56 - - [2025-09-22 04:02:06] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.032521 10.0.0.56 - - [2025-09-22 04:02:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005612 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005152 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006350 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.038874 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.046176 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007600 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008010 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.040223 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.041461 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008215 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011107 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.047304 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.035830 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005334 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006388 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.027009 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004241 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005608 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004951 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.034739 10.0.0.56 - - [2025-09-22 04:02:07] "PUT /bgp-router/1e4cf61b-b572-4937-bf94-8222e450b78a HTTP/1.1" 200 254 0.053047 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005733 10.0.0.56 - - [2025-09-22 04:02:07] "GET /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007495 10.0.0.56 - - [2025-09-22 04:02:08] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.047049 10.0.0.56 - - [2025-09-22 04:02:08] "PUT /bgp-router/e6d42133-db0a-499f-82c3-42ad4dee52d0 HTTP/1.1" 200 254 0.029939 10.0.0.56 - - [2025-09-22 04:02:08] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004851 10.0.0.56 - - [2025-09-22 04:02:08] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004764 10.0.0.56 - - [2025-09-22 04:02:08] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.032995 10.0.0.56 - - [2025-09-22 04:02:08] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.035804 10.0.0.56 - - [2025-09-22 04:02:08] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007859 10.0.0.56 - - [2025-09-22 04:02:08] "GET /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009121 10.0.0.56 - - [2025-09-22 04:02:08] "PUT /bgp-router/295dda65-1e1d-471e-85ab-a92ee476d066 HTTP/1.1" 200 254 0.025954 10.0.0.56 - - [2025-09-22 04:02:08] "POST /ref-update HTTP/1.1" 200 156 0.070249 10.0.0.56 - - [2025-09-22 04:02:08] "POST /neutron/network HTTP/1.1" 200 799 0.030681 10.0.0.56 - - [2025-09-22 04:02:08] "GET /virtual-network/7990f7d4-cc0b-4b13-ad2d-e23b4c3de0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016993 10.0.0.56 - - [2025-09-22 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.56 - - [2025-09-22 04:02:08] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007053 10.0.0.56 - - [2025-09-22 04:02:08] "POST /ref-update HTTP/1.1" 200 156 0.061466 10.0.0.56 - - [2025-09-22 04:02:08] "DELETE /access-control-list/67c126a6-b0d9-4ba0-90b8-c18b4efbbdfb HTTP/1.1" 200 115 0.052593 10.0.0.56 - - [2025-09-22 04:02:08] "GET /virtual-network/e95b31dd-865b-454a-819b-faf8c053e7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016716 10.0.0.56 - - [2025-09-22 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006046 10.0.0.56 - - [2025-09-22 04:02:09] "GET /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005306 10.0.0.56 - - [2025-09-22 04:02:09] "DELETE /network-policy/ac4b8dc3-5df6-4a42-9eb6-acf3f618d2b4 HTTP/1.1" 200 115 0.039299 10.0.0.56 - - [2025-09-22 04:02:09] "POST /neutron/network HTTP/1.1" 200 799 0.011202 10.0.0.56 - - [2025-09-22 04:02:09] "POST /neutron/network HTTP/1.1" 400 204 0.021708 10.0.0.56 - - [2025-09-22 04:02:09] "POST /neutron/port HTTP/1.1" 200 151 0.276467 10.0.0.56 - - [2025-09-22 04:02:11] "POST /neutron/network HTTP/1.1" 200 799 0.008058 10.0.0.56 - - [2025-09-22 04:02:11] "DELETE /route-target/edadacb5-c125-4668-98ef-136c701eb42f HTTP/1.1" 200 115 0.045887 10.0.0.56 - - [2025-09-22 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.118437 10.0.0.56 - - [2025-09-22 04:02:11] "DELETE /access-control-list/f3d6194b-442f-4a18-b1cc-ffd2eca5e946 HTTP/1.1" 200 115 0.056442 10.0.0.56 - - [2025-09-22 04:02:11] "GET /virtual-network/cf0120db-983f-4b7d-aba6-509db05713e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.016180 10.0.0.56 - - [2025-09-22 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.039237 10.0.0.56 - - [2025-09-22 04:02:11] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.017656 10.0.0.56 - - [2025-09-22 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.114308 10.0.0.56 - - [2025-09-22 04:02:12] "POST /neutron/network HTTP/1.1" 200 974 0.023530 10.0.0.56 - - [2025-09-22 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.046139 10.0.0.56 - - [2025-09-22 04:02:12] "GET /virtual-network/60550d90-ad0b-4fa0-bd4e-fe4aa7ab995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.013597 10.0.0.56 - - [2025-09-22 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-09-22 04:02:12] "GET /network-policy/5910dab4-518c-47f7-96cb-06054110c68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005442 10.0.0.56 - - [2025-09-22 04:02:12] "DELETE /network-policy/5910dab4-518c-47f7-96cb-06054110c68e HTTP/1.1" 200 115 0.059220 10.0.0.56 - - [2025-09-22 04:02:13] "POST /neutron/port HTTP/1.1" 200 1183 0.021591 10.0.0.56 - - [2025-09-22 04:02:13] "POST /neutron/port HTTP/1.1" 200 1206 0.027126 10.0.0.56 - - [2025-09-22 04:02:14] "POST /neutron/network HTTP/1.1" 200 977 0.012868 10.0.0.56 - - [2025-09-22 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009881 10.0.0.27 - - [2025-09-22 04:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005179 10.0.0.27 - - [2025-09-22 04:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.27 - - [2025-09-22 04:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.27 - - [2025-09-22 04:02:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005773 10.0.0.56 - - [2025-09-22 04:02:14] "POST /neutron/network HTTP/1.1" 200 151 0.162904 10.0.0.27 - - [2025-09-22 04:02:16] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001650 10.0.0.56 - - [2025-09-22 04:02:16] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043656 10.0.0.27 - - [2025-09-22 04:02:16] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001781 10.0.0.56 - - [2025-09-22 04:02:16] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?fields=virtual_networks HTTP/1.1" 200 1048 0.050974 10.0.0.27 - - [2025-09-22 04:02:16] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.56 - - [2025-09-22 04:02:16] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038833 10.0.0.27 - - [2025-09-22 04:02:16] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001542 10.0.0.56 - - [2025-09-22 04:02:16] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?fields=security_groups HTTP/1.1" 200 1282 0.042959 10.0.0.56 - - [2025-09-22 04:02:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.025180 10.0.0.27 - - [2025-09-22 04:02:17] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004145 10.0.0.27 - - [2025-09-22 04:02:17] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001726 10.0.0.27 - - [2025-09-22 04:02:17] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009215 10.0.0.27 - - [2025-09-22 04:02:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001631 10.0.0.27 - - [2025-09-22 04:02:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.009762 10.0.0.27 - - [2025-09-22 04:02:17] "POST /security-groups HTTP/1.1" 200 586 0.037559 10.0.0.27 - - [2025-09-22 04:02:17] "POST /projects HTTP/1.1" 200 575 0.274174 10.0.0.56 - - [2025-09-22 04:02:17] "POST /access-control-lists HTTP/1.1" 200 591 0.042425 10.0.0.27 - - [2025-09-22 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.345184 10.0.0.56 - - [2025-09-22 04:02:17] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.499952 10.0.0.56 - - [2025-09-22 04:02:18] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.56 - - [2025-09-22 04:02:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.56 - - [2025-09-22 04:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.026774 10.0.0.56 - - [2025-09-22 04:02:21] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004420 10.0.0.56 - - [2025-09-22 04:02:21] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003843 10.0.0.56 - - [2025-09-22 04:02:21] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003681 10.0.0.56 - - [2025-09-22 04:02:21] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.014962 10.0.0.56 - - [2025-09-22 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.022746 10.0.0.27 - - [2025-09-22 04:02:23] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003850 10.0.0.27 - - [2025-09-22 04:02:23] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.27 - - [2025-09-22 04:02:23] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008101 10.0.0.27 - - [2025-09-22 04:02:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.003354 10.0.0.27 - - [2025-09-22 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.010839 10.0.0.27 - - [2025-09-22 04:02:23] "POST /security-groups HTTP/1.1" 200 586 0.037578 10.0.0.56 - - [2025-09-22 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003957 10.0.0.27 - - [2025-09-22 04:02:23] "POST /projects HTTP/1.1" 200 575 0.301170 10.0.0.27 - - [2025-09-22 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.339438 10.0.0.56 - - [2025-09-22 04:02:23] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.518218 10.0.0.56 - - [2025-09-22 04:02:23] "POST /access-control-lists HTTP/1.1" 200 589 0.060366 10.0.0.56 - - [2025-09-22 04:02:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.022223 10.0.0.27 - - [2025-09-22 04:02:24] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004556 10.0.0.27 - - [2025-09-22 04:02:24] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.27 - - [2025-09-22 04:02:24] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008159 10.0.0.27 - - [2025-09-22 04:02:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.004824 10.0.0.27 - - [2025-09-22 04:02:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.007396 10.0.0.27 - - [2025-09-22 04:02:24] "POST /security-groups HTTP/1.1" 200 586 0.081414 10.0.0.27 - - [2025-09-22 04:02:24] "POST /projects HTTP/1.1" 200 575 0.333369 10.0.0.56 - - [2025-09-22 04:02:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.006270 10.0.0.27 - - [2025-09-22 04:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.403907 10.0.0.56 - - [2025-09-22 04:02:24] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.540433 10.0.0.56 - - [2025-09-22 04:02:25] "GET / HTTP/1.1" 200 35931 0.002719 10.0.0.56 - - [2025-09-22 04:02:26] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.56 - - [2025-09-22 04:02:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.004076 10.0.0.56 - - [2025-09-22 04:02:26] "POST /api-access-lists HTTP/1.1" 200 521 0.025226 10.0.0.56 - - [2025-09-22 04:02:26] "GET /api-access-list/b37e8e43-9901-4ea9-b947-a0ca497258ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006884 10.0.0.56 - - [2025-09-22 04:02:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.56 - - [2025-09-22 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.128432 10.0.0.27 - - [2025-09-22 04:02:27] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001780 10.0.0.56 - - [2025-09-22 04:02:27] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.095059 10.0.0.56 - - [2025-09-22 04:02:27] "GET /virtual-networks?parent_id=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021725 10.0.0.56 - - [2025-09-22 04:02:27] "POST /virtual-networks HTTP/1.1" 200 568 0.112352 10.0.0.56 - - [2025-09-22 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.048764 10.0.0.56 - - [2025-09-22 04:02:27] "POST /ref-update HTTP/1.1" 200 156 0.041927 10.0.0.56 - - [2025-09-22 04:02:28] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.025205 10.0.0.27 - - [2025-09-22 04:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.011078 10.0.0.56 - - [2025-09-22 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.105111 10.0.0.56 - - [2025-09-22 04:02:28] "GET /virtual-network/44fb1405-66dc-47d8-ae0e-f083d05b4a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.020849 10.0.0.56 - - [2025-09-22 04:02:28] "POST /neutron/network HTTP/1.1" 200 834 0.052721 10.0.0.56 - - [2025-09-22 04:02:29] "POST /id-to-fqname HTTP/1.1" 401 292 0.000611 10.0.0.56 - - [2025-09-22 04:02:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.040694 10.0.0.27 - - [2025-09-22 04:02:30] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001063 10.0.0.56 - - [2025-09-22 04:02:30] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.078539 10.0.0.56 - - [2025-09-22 04:02:30] "POST /neutron/network HTTP/1.1" 200 834 0.009890 10.0.0.56 - - [2025-09-22 04:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.029629 10.0.0.27 - - [2025-09-22 04:02:31] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386 10.0.0.56 - - [2025-09-22 04:02:32] "POST /neutron/port HTTP/1.1" 200 1057 0.642837 10.0.0.56 - - [2025-09-22 04:02:32] "POST /neutron/port HTTP/1.1" 200 1111 0.112194 10.0.0.56 - - [2025-09-22 04:02:32] "POST /neutron/subnet HTTP/1.1" 200 659 0.012539 10.0.0.27 - - [2025-09-22 04:02:32] "DELETE /project/e0a86bb4f0184d69a1020e18a5697d91 HTTP/1.1" 404 173 0.004349 10.0.0.27 - - [2025-09-22 04:02:32] "DELETE /project/41b86e281c2e463dbcdb1137c64808f4 HTTP/1.1" 404 173 0.009443 10.0.0.27 - - [2025-09-22 04:02:32] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.27 - - [2025-09-22 04:02:32] "DELETE /project/cf4436dca81d4c08b54598ed381ca2e1 HTTP/1.1" 404 173 0.008961 10.0.0.27 - - [2025-09-22 04:02:32] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.054427 10.0.0.27 - - [2025-09-22 04:02:32] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002710 10.0.0.27 - - [2025-09-22 04:02:32] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?fields=security_groups HTTP/1.1" 200 1387 0.087254 10.0.0.27 - - [2025-09-22 04:02:32] "DELETE /security-group/dce7c87f-891c-44f4-bd19-1205005544c7 HTTP/1.1" 404 171 0.030963 10.0.0.27 - - [2025-09-22 04:02:32] "GET /projects?obj_uuids=90d3544e-5def-4d89-a45b-a8d5c9e4347f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.27 - - [2025-09-22 04:02:32] "GET /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f?fields=application_policy_sets HTTP/1.1" 200 1426 0.077449 10.0.0.27 - - [2025-09-22 04:02:33] "DELETE /project/90d3544e-5def-4d89-a45b-a8d5c9e4347f HTTP/1.1" 200 115 0.526160 10.0.0.56 - - [2025-09-22 04:02:36] "POST /neutron/port HTTP/1.1" 200 1085 0.016787 10.0.0.56 - - [2025-09-22 04:02:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007835 10.0.0.56 - - [2025-09-22 04:02:36] "POST /neutron/port HTTP/1.1" 200 1085 0.017300 10.0.0.56 - - [2025-09-22 04:02:36] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 401 292 0.000493 10.0.0.56 - - [2025-09-22 04:02:36] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 200 1287 0.054366 10.0.0.56 - - [2025-09-22 04:02:36] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 200 1287 0.018430 10.0.0.56 - - [2025-09-22 04:02:36] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11 HTTP/1.1" 200 2531 0.026309 10.0.0.56 - - [2025-09-22 04:02:36] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 200 1287 0.019376 10.0.0.56 - - [2025-09-22 04:02:37] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11 HTTP/1.1" 200 2531 0.026575 10.0.0.56 - - [2025-09-22 04:02:37] "GET /instance-ip/b7f192f7-a2c6-4363-9d3b-9a75f574c64f HTTP/1.1" 200 1628 0.023126 10.0.0.56 - - [2025-09-22 04:02:37] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 200 1287 0.020404 10.0.0.56 - - [2025-09-22 04:02:37] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11 HTTP/1.1" 200 2531 0.024764 10.0.0.56 - - [2025-09-22 04:02:37] "GET /instance-ip/b7f192f7-a2c6-4363-9d3b-9a75f574c64f HTTP/1.1" 200 1628 0.023544 10.0.0.56 - - [2025-09-22 04:02:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.018400 10.0.0.56 - - [2025-09-22 04:02:37] "GET / HTTP/1.1" 200 35931 0.002648 10.0.0.56 - - [2025-09-22 04:02:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.56 - - [2025-09-22 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.023425 10.0.0.56 - - [2025-09-22 04:02:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004634 10.0.0.56 - - [2025-09-22 04:02:37] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017077 10.0.0.56 - - [2025-09-22 04:02:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.021024 10.0.0.56 - - [2025-09-22 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.56 - - [2025-09-22 04:02:37] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003807 10.0.0.56 - - [2025-09-22 04:02:37] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017138 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.023993 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-09-22 04:02:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004925 10.0.0.56 - - [2025-09-22 04:02:38] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017137 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.016476 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-09-22 04:02:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.56 - - [2025-09-22 04:02:38] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017443 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.018464 10.0.0.56 - - [2025-09-22 04:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.56 - - [2025-09-22 04:02:38] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.56 - - [2025-09-22 04:02:38] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018661 10.0.0.56 - - [2025-09-22 04:02:38] "POST /neutron/port HTTP/1.1" 200 1085 0.016201 10.0.0.56 - - [2025-09-22 04:02:38] "POST /neutron/subnet HTTP/1.1" 200 659 0.010348 10.0.0.56 - - [2025-09-22 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018519 10.0.0.56 - - [2025-09-22 04:02:41] "GET /virtual-network/44fb1405-66dc-47d8-ae0e-f083d05b4a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.020679 10.0.0.56 - - [2025-09-22 04:02:42] "POST /neutron/port HTTP/1.1" 200 1085 0.021388 10.0.0.56 - - [2025-09-22 04:02:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.022180 10.0.0.56 - - [2025-09-22 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.56 - - [2025-09-22 04:02:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005538 10.0.0.56 - - [2025-09-22 04:02:45] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021011 10.0.0.56 - - [2025-09-22 04:02:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.018030 10.0.0.56 - - [2025-09-22 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.56 - - [2025-09-22 04:02:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.56 - - [2025-09-22 04:02:45] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.035645 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.020823 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-09-22 04:02:46] "GET /routing-instance/7a24601a-5438-4d87-98c0-9c5466009b9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005619 10.0.0.56 - - [2025-09-22 04:02:46] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017841 10.0.0.56 - - [2025-09-22 04:02:46] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004411 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.017467 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-09-22 04:02:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003466 10.0.0.56 - - [2025-09-22 04:02:46] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016281 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.029679 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.56 - - [2025-09-22 04:02:46] "GET /routing-instance/7a24601a-5438-4d87-98c0-9c5466009b9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004189 10.0.0.56 - - [2025-09-22 04:02:46] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015791 10.0.0.56 - - [2025-09-22 04:02:46] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003801 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.016627 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.56 - - [2025-09-22 04:02:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003401 10.0.0.56 - - [2025-09-22 04:02:46] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017092 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.018178 10.0.0.56 - - [2025-09-22 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.56 - - [2025-09-22 04:02:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003815 10.0.0.56 - - [2025-09-22 04:02:46] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018237 10.0.0.27 - - [2025-09-22 04:02:47] "GET /obj-perms HTTP/1.1" 200 4915 0.073704 10.0.0.56 - - [2025-09-22 04:02:47] "GET /obj-perms HTTP/1.1" 200 4915 0.070419 10.0.0.56 - - [2025-09-22 04:02:48] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.026429 10.0.0.56 - - [2025-09-22 04:02:48] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.026433 10.0.0.27 - - [2025-09-22 04:02:48] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019878 10.0.0.56 - - [2025-09-22 04:02:48] "GET /virtual-machine-interface/b23f6629-beb3-46c1-a5ad-456091ec4c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.021853 10.0.0.56 - - [2025-09-22 04:02:48] "GET /virtual-network/44fb1405-66dc-47d8-ae0e-f083d05b4a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.021179 10.0.0.56 - - [2025-09-22 04:02:48] "GET /obj-perms HTTP/1.1" 200 4915 0.070697 10.0.0.38 - - [2025-09-22 04:02:49] "GET /obj-perms HTTP/1.1" 200 5020 0.045596 10.0.0.56 - - [2025-09-22 04:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.015674 10.0.0.56 - - [2025-09-22 04:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.065390 10.0.0.56 - - [2025-09-22 04:02:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.024461 10.0.0.38 - - [2025-09-22 04:02:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.042086 10.0.0.27 - - [2025-09-22 04:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.016700 10.0.0.56 - - [2025-09-22 04:02:51] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 200 1287 0.020639 10.0.0.56 - - [2025-09-22 04:02:51] "POST /neutron/port HTTP/1.1" 200 1111 0.013278 10.0.0.56 - - [2025-09-22 04:02:53] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 404 171 0.016180 10.0.0.56 - - [2025-09-22 04:02:53] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 404 171 0.014128 10.0.0.56 - - [2025-09-22 04:02:53] "GET /virtual-machine/516cb4b4-4031-40fe-b031-fe5f44006b25 HTTP/1.1" 404 171 0.011762 10.0.0.56 - - [2025-09-22 04:02:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.019218 10.0.0.56 - - [2025-09-22 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.56 - - [2025-09-22 04:02:53] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004334 10.0.0.56 - - [2025-09-22 04:02:53] "GET /virtual-networks?parent_id=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020318 10.0.0.56 - - [2025-09-22 04:02:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.024626 10.0.0.56 - - [2025-09-22 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.56 - - [2025-09-22 04:02:53] "GET /routing-instance/7a24601a-5438-4d87-98c0-9c5466009b9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004643 10.0.0.56 - - [2025-09-22 04:02:53] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015198 10.0.0.56 - - [2025-09-22 04:02:53] "GET /route-target/a5ed0183-c436-4abf-ad39-cf4fa073701d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003963 10.0.0.56 - - [2025-09-22 04:02:54] "GET /obj-perms HTTP/1.1" 200 4915 0.057445 10.0.0.56 - - [2025-09-22 04:02:57] "GET /obj-perms HTTP/1.1" 200 5020 0.048465 10.0.0.38 - - [2025-09-22 04:03:00] "GET /obj-perms HTTP/1.1" 200 5020 0.005123 10.0.0.56 - - [2025-09-22 04:03:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004727 10.0.0.38 - - [2025-09-22 04:03:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004219 10.0.0.27 - - [2025-09-22 04:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004011 10.0.0.56 - - [2025-09-22 04:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007074 10.0.0.27 - - [2025-09-22 04:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.56 - - [2025-09-22 04:03:07] "DELETE /virtual-network/44fb1405-66dc-47d8-ae0e-f083d05b4a96 HTTP/1.1" 200 115 0.138190 10.0.0.56 - - [2025-09-22 04:03:07] "DELETE /api-access-list/b37e8e43-9901-4ea9-b947-a0ca497258ac HTTP/1.1" 200 115 0.040993 10.0.0.27 - - [2025-09-22 04:03:07] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.56 - - [2025-09-22 04:03:07] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.040926 10.0.0.27 - - [2025-09-22 04:03:07] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.56 - - [2025-09-22 04:03:07] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?fields=virtual_networks HTTP/1.1" 200 1022 0.043920 10.0.0.27 - - [2025-09-22 04:03:07] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001391 10.0.0.56 - - [2025-09-22 04:03:07] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049420 10.0.0.27 - - [2025-09-22 04:03:07] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001552 10.0.0.56 - - [2025-09-22 04:03:07] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?fields=security_groups HTTP/1.1" 200 1243 0.055313 10.0.0.27 - - [2025-09-22 04:03:08] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.56 - - [2025-09-22 04:03:08] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.058914 10.0.0.27 - - [2025-09-22 04:03:08] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.56 - - [2025-09-22 04:03:08] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?fields=virtual_networks HTTP/1.1" 200 1021 0.050828 10.0.0.27 - - [2025-09-22 04:03:08] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001522 10.0.0.56 - - [2025-09-22 04:03:08] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050739 10.0.0.27 - - [2025-09-22 04:03:08] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001528 10.0.0.56 - - [2025-09-22 04:03:08] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?fields=security_groups HTTP/1.1" 200 1242 0.046783 10.0.0.56 - - [2025-09-22 04:03:10] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.015682 10.0.0.56 - - [2025-09-22 04:03:10] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.019319 10.0.0.27 - - [2025-09-22 04:03:10] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001912 10.0.0.56 - - [2025-09-22 04:03:10] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.060669 10.0.0.27 - - [2025-09-22 04:03:10] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001352 10.0.0.56 - - [2025-09-22 04:03:11] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?fields=virtual_networks HTTP/1.1" 200 1022 0.076190 10.0.0.27 - - [2025-09-22 04:03:11] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001623 10.0.0.56 - - [2025-09-22 04:03:11] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.077403 10.0.0.27 - - [2025-09-22 04:03:11] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.56 - - [2025-09-22 04:03:11] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?fields=security_groups HTTP/1.1" 200 1243 0.061444 10.0.0.56 - - [2025-09-22 04:03:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.022331 10.0.0.27 - - [2025-09-22 04:03:12] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003545 10.0.0.27 - - [2025-09-22 04:03:12] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.27 - - [2025-09-22 04:03:12] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007674 10.0.0.27 - - [2025-09-22 04:03:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.018660 10.0.0.27 - - [2025-09-22 04:03:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.005495 10.0.0.27 - - [2025-09-22 04:03:12] "POST /security-groups HTTP/1.1" 200 591 0.033365 10.0.0.27 - - [2025-09-22 04:03:12] "POST /projects HTTP/1.1" 200 585 0.318996 10.0.0.56 - - [2025-09-22 04:03:12] "POST /access-control-lists HTTP/1.1" 200 596 0.030967 10.0.0.27 - - [2025-09-22 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.388724 10.0.0.56 - - [2025-09-22 04:03:12] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.568914 10.0.0.56 - - [2025-09-22 04:03:13] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.56 - - [2025-09-22 04:03:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.56 - - [2025-09-22 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.308000 10.0.0.56 - - [2025-09-22 04:03:16] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005347 10.0.0.56 - - [2025-09-22 04:03:16] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004520 10.0.0.56 - - [2025-09-22 04:03:16] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004992 10.0.0.56 - - [2025-09-22 04:03:16] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.015985 10.0.0.27 - - [2025-09-22 04:03:16] "GET /obj-perms HTTP/1.1" 200 5056 0.058820 10.0.0.56 - - [2025-09-22 04:03:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.022019 10.0.0.27 - - [2025-09-22 04:03:17] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003285 10.0.0.27 - - [2025-09-22 04:03:18] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.27 - - [2025-09-22 04:03:18] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007985 10.0.0.27 - - [2025-09-22 04:03:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001475 10.0.0.27 - - [2025-09-22 04:03:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.011183 10.0.0.27 - - [2025-09-22 04:03:18] "POST /security-groups HTTP/1.1" 200 591 0.081316 10.0.0.56 - - [2025-09-22 04:03:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.004014 10.0.0.27 - - [2025-09-22 04:03:18] "POST /projects HTTP/1.1" 200 585 0.291083 10.0.0.27 - - [2025-09-22 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.358486 10.0.0.56 - - [2025-09-22 04:03:18] "POST /access-control-lists HTTP/1.1" 200 594 0.030277 10.0.0.56 - - [2025-09-22 04:03:18] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.505807 10.0.0.56 - - [2025-09-22 04:03:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.029375 10.0.0.27 - - [2025-09-22 04:03:18] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006352 10.0.0.27 - - [2025-09-22 04:03:18] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.27 - - [2025-09-22 04:03:18] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009131 10.0.0.27 - - [2025-09-22 04:03:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.002466 10.0.0.27 - - [2025-09-22 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.009089 10.0.0.27 - - [2025-09-22 04:03:19] "POST /security-groups HTTP/1.1" 200 591 0.036164 10.0.0.27 - - [2025-09-22 04:03:19] "POST /projects HTTP/1.1" 200 585 0.253787 10.0.0.56 - - [2025-09-22 04:03:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.009643 10.0.0.27 - - [2025-09-22 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.323388 10.0.0.56 - - [2025-09-22 04:03:19] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.462736 10.0.0.56 - - [2025-09-22 04:03:19] "GET / HTTP/1.1" 200 35931 0.002163 10.0.0.56 - - [2025-09-22 04:03:20] "GET / HTTP/1.1" 200 35931 0.002629 10.0.0.56 - - [2025-09-22 04:03:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.004906 10.0.0.56 - - [2025-09-22 04:03:21] "POST /api-access-lists HTTP/1.1" 200 521 0.030075 10.0.0.56 - - [2025-09-22 04:03:21] "GET /api-access-list/3955211f-30b8-4017-8560-139b4eb43ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007100 10.0.0.56 - - [2025-09-22 04:03:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.56 - - [2025-09-22 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.046617 10.0.0.27 - - [2025-09-22 04:03:21] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001739 10.0.0.56 - - [2025-09-22 04:03:21] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.075981 10.0.0.56 - - [2025-09-22 04:03:22] "GET /virtual-networks?parent_id=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020973 10.0.0.56 - - [2025-09-22 04:03:22] "POST /virtual-networks HTTP/1.1" 200 583 0.107473 10.0.0.56 - - [2025-09-22 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.042419 10.0.0.56 - - [2025-09-22 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.030382 10.0.0.56 - - [2025-09-22 04:03:22] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.021678 10.0.0.27 - - [2025-09-22 04:03:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009983 10.0.0.56 - - [2025-09-22 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.087047 10.0.0.56 - - [2025-09-22 04:03:22] "POST /neutron/network HTTP/1.1" 200 847 0.053230 10.0.0.56 - - [2025-09-22 04:03:22] "GET /virtual-network/d23bf9d8-98ed-4e64-acf5-d31aa40a4d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.020570 10.0.0.56 - - [2025-09-22 04:03:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.56 - - [2025-09-22 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.039503 10.0.0.27 - - [2025-09-22 04:03:23] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001438 10.0.0.56 - - [2025-09-22 04:03:23] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061707 10.0.0.56 - - [2025-09-22 04:03:23] "GET /virtual-networks?parent_id=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.037318 10.0.0.56 - - [2025-09-22 04:03:23] "POST /virtual-networks HTTP/1.1" 200 583 0.106348 10.0.0.56 - - [2025-09-22 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.043275 10.0.0.56 - - [2025-09-22 04:03:23] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.016899 10.0.0.27 - - [2025-09-22 04:03:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008275 10.0.0.56 - - [2025-09-22 04:03:23] "POST /ref-update HTTP/1.1" 200 156 0.097510 10.0.0.56 - - [2025-09-22 04:03:23] "POST /neutron/network HTTP/1.1" 200 847 0.056206 10.0.0.56 - - [2025-09-22 04:03:23] "GET /virtual-network/c4fc9526-f901-4324-b611-ce7c9a00e26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.021289 10.0.0.56 - - [2025-09-22 04:03:24] "POST /neutron/subnet HTTP/1.1" 200 674 0.072728 10.0.0.56 - - [2025-09-22 04:03:24] "PUT /virtual-network/d23bf9d8-98ed-4e64-acf5-d31aa40a4d3f HTTP/1.1" 200 264 0.054420 10.0.0.56 - - [2025-09-22 04:03:25] "PUT /virtual-network/d23bf9d8-98ed-4e64-acf5-d31aa40a4d3f HTTP/1.1" 200 264 0.050721 10.0.0.27 - - [2025-09-22 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003476 10.0.0.56 - - [2025-09-22 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.27 - - [2025-09-22 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.56 - - [2025-09-22 04:03:25] "DELETE /virtual-network/c4fc9526-f901-4324-b611-ce7c9a00e26f HTTP/1.1" 200 115 0.142758 10.0.0.27 - - [2025-09-22 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.27 - - [2025-09-22 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004556 10.0.0.56 - - [2025-09-22 04:03:25] "DELETE /virtual-network/d23bf9d8-98ed-4e64-acf5-d31aa40a4d3f HTTP/1.1" 200 115 0.144099 10.0.0.56 - - [2025-09-22 04:03:25] "DELETE /route-target/96e370ab-eabf-40ff-9cf7-12418eefaeb4 HTTP/1.1" 200 115 0.028960 10.0.0.56 - - [2025-09-22 04:03:25] "DELETE /api-access-list/3955211f-30b8-4017-8560-139b4eb43ed2 HTTP/1.1" 200 115 0.038277 10.0.0.27 - - [2025-09-22 04:03:25] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.56 - - [2025-09-22 04:03:25] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049259 10.0.0.27 - - [2025-09-22 04:03:25] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.56 - - [2025-09-22 04:03:25] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?fields=virtual_networks HTTP/1.1" 200 1032 0.053076 10.0.0.27 - - [2025-09-22 04:03:25] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.56 - - [2025-09-22 04:03:25] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.059043 10.0.0.27 - - [2025-09-22 04:03:25] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.56 - - [2025-09-22 04:03:25] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?fields=security_groups HTTP/1.1" 200 1258 0.051074 10.0.0.27 - - [2025-09-22 04:03:26] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001590 10.0.0.56 - - [2025-09-22 04:03:26] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.053094 10.0.0.27 - - [2025-09-22 04:03:26] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.56 - - [2025-09-22 04:03:26] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?fields=virtual_networks HTTP/1.1" 200 1030 0.051594 10.0.0.27 - - [2025-09-22 04:03:26] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.56 - - [2025-09-22 04:03:26] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045862 10.0.0.27 - - [2025-09-22 04:03:26] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.56 - - [2025-09-22 04:03:26] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?fields=security_groups HTTP/1.1" 200 1256 0.053804 10.0.0.56 - - [2025-09-22 04:03:30] "GET / HTTP/1.1" 200 35931 0.002321 10.0.0.56 - - [2025-09-22 04:03:30] "GET / HTTP/1.1" 200 35931 0.002008 10.0.0.56 - - [2025-09-22 04:03:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000782 10.0.0.56 - - [2025-09-22 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.070035 10.0.0.27 - - [2025-09-22 04:03:31] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.56 - - [2025-09-22 04:03:31] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.068395 10.0.0.56 - - [2025-09-22 04:03:31] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014542 10.0.0.56 - - [2025-09-22 04:03:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.014262 10.0.0.56 - - [2025-09-22 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016163 10.0.0.27 - - [2025-09-22 04:03:32] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.56 - - [2025-09-22 04:03:32] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022479 10.0.0.56 - - [2025-09-22 04:03:32] "POST /service-templates HTTP/1.1" 403 264 0.012856 10.0.0.56 - - [2025-09-22 04:03:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.004014 10.0.0.56 - - [2025-09-22 04:03:32] "POST /api-access-lists HTTP/1.1" 200 555 0.030319 10.0.0.56 - - [2025-09-22 04:03:32] "GET /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006630 10.0.0.56 - - [2025-09-22 04:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.021694 10.0.0.27 - - [2025-09-22 04:03:32] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.56 - - [2025-09-22 04:03:32] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069011 10.0.0.56 - - [2025-09-22 04:03:32] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017648 10.0.0.56 - - [2025-09-22 04:03:32] "POST /virtual-networks HTTP/1.1" 200 583 0.104496 10.0.0.56 - - [2025-09-22 04:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.033055 10.0.0.56 - - [2025-09-22 04:03:32] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018653 10.0.0.27 - - [2025-09-22 04:03:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008149 10.0.0.56 - - [2025-09-22 04:03:32] "POST /ref-update HTTP/1.1" 200 156 0.102128 10.0.0.56 - - [2025-09-22 04:03:33] "GET /virtual-network/bc162a66-244e-4260-b49d-0f52cdc53925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.021311 10.0.0.27 - - [2025-09-22 04:03:33] "DELETE /project/2d93e1635cdd469e8ce51f6598e8e81c HTTP/1.1" 404 173 0.042647 10.0.0.27 - - [2025-09-22 04:03:33] "DELETE /project/ffd425ded3ac4050b4d72fab97e53fad HTTP/1.1" 404 173 0.041470 10.0.0.27 - - [2025-09-22 04:03:33] "DELETE /project/0abd50d2426a4112a01ec4ff78c55565 HTTP/1.1" 404 173 0.047129 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.56 - - [2025-09-22 04:03:33] "POST /neutron/network HTTP/1.1" 200 846 0.170088 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.135527 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.151625 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.172642 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.200766 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.207801 10.0.0.27 - - [2025-09-22 04:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.208640 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004131 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001229 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001747 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.56 - - [2025-09-22 04:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.279685 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?fields=security_groups HTTP/1.1" 200 1092 0.168227 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?fields=security_groups HTTP/1.1" 200 1363 0.171095 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?fields=security_groups HTTP/1.1" 200 1361 0.171982 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?fields=security_groups HTTP/1.1" 200 1091 0.291895 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=e0a86bb4-f018-4d69-a102-0e18a5697d91&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002187 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?fields=security_groups HTTP/1.1" 200 1092 0.267467 10.0.0.56 - - [2025-09-22 04:03:33] "GET /global-system-configs HTTP/1.1" 200 322 0.238962 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=41b86e28-1c2e-463d-bcdb-1137c64808f4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003504 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=cf4436dc-a81d-4c08-b545-98ed381ca2e1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002857 10.0.0.56 - - [2025-09-22 04:03:33] "GET /virtual-network/bc162a66-244e-4260-b49d-0f52cdc53925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.023325 10.0.0.56 - - [2025-09-22 04:03:33] "DELETE /access-control-list/3e44e583-b06b-430e-b417-17a4a7226c1a HTTP/1.1" 200 115 0.314168 10.0.0.56 - - [2025-09-22 04:03:33] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.016049 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/e0a86bb4-f018-4d69-a102-0e18a5697d91?fields=application_policy_sets HTTP/1.1" 200 1387 0.269282 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/41b86e28-1c2e-463d-bcdb-1137c64808f4?fields=application_policy_sets HTTP/1.1" 200 1386 0.188255 10.0.0.27 - - [2025-09-22 04:03:33] "GET /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1?fields=application_policy_sets HTTP/1.1" 200 1387 0.158692 10.0.0.27 - - [2025-09-22 04:03:33] "DELETE /security-group/88c04862-86b2-4228-8942-427c0156127b HTTP/1.1" 200 115 0.265009 10.0.0.27 - - [2025-09-22 04:03:33] "DELETE /security-group/ba0dbe07-2af4-4cb9-91d2-b179fb8485c5 HTTP/1.1" 200 115 0.322829 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=0abd50d2-426a-4112-a01e-c4ff78c55565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001757 10.0.0.27 - - [2025-09-22 04:03:33] "GET /projects?obj_uuids=ffd425de-d3ac-4050-b4d7-2fab97e53fad&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002973 10.0.0.38 - - [2025-09-22 04:03:34] "GET /obj-perms HTTP/1.1" 200 5056 0.547942 10.0.0.27 - - [2025-09-22 04:03:34] "GET /global-system-configs HTTP/1.1" 200 322 0.347139 10.0.0.27 - - [2025-09-22 04:03:34] "GET /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad?fields=application_policy_sets HTTP/1.1" 200 1402 0.154009 10.0.0.27 - - [2025-09-22 04:03:34] "GET /project/0abd50d2-426a-4112-a01e-c4ff78c55565?fields=application_policy_sets HTTP/1.1" 200 1400 0.181073 10.0.0.56 - - [2025-09-22 04:03:34] "DELETE /access-control-list/ef72d3c9-b10e-47eb-826a-5da32f392663 HTTP/1.1" 200 115 0.154686 10.0.0.27 - - [2025-09-22 04:03:34] "GET /obj-perms HTTP/1.1" 200 5056 0.540905 10.0.0.27 - - [2025-09-22 04:03:34] "DELETE /project/cf4436dc-a81d-4c08-b545-98ed381ca2e1 HTTP/1.1" 200 115 1.124758 10.0.0.27 - - [2025-09-22 04:03:34] "DELETE /project/e0a86bb4-f018-4d69-a102-0e18a5697d91 HTTP/1.1" 200 115 1.187727 10.0.0.27 - - [2025-09-22 04:03:34] "DELETE /project/41b86e28-1c2e-463d-bcdb-1137c64808f4 HTTP/1.1" 200 115 1.221228 10.0.0.56 - - [2025-09-22 04:03:34] "GET /virtual-network/bc162a66-244e-4260-b49d-0f52cdc53925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.015884 10.0.0.56 - - [2025-09-22 04:03:34] "GET /global-system-configs HTTP/1.1" 200 322 0.281587 10.0.0.27 - - [2025-09-22 04:03:34] "DELETE /project/ffd425de-d3ac-4050-b4d7-2fab97e53fad HTTP/1.1" 200 115 1.303233 10.0.0.27 - - [2025-09-22 04:03:34] "DELETE /project/0abd50d2-426a-4112-a01e-c4ff78c55565 HTTP/1.1" 200 115 1.333032 10.0.0.56 - - [2025-09-22 04:03:34] "DELETE /access-control-list/83bbf6f7-43ac-479d-99ce-38af2137cf33 HTTP/1.1" 200 115 0.060535 10.0.0.56 - - [2025-09-22 04:03:34] "GET /obj-perms HTTP/1.1" 200 5056 0.433228 10.0.0.56 - - [2025-09-22 04:03:34] "DELETE /access-control-list/62cb4863-dc93-4cef-90fa-351426d28d8a HTTP/1.1" 200 115 0.040748 10.0.0.38 - - [2025-09-22 04:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.180575 10.0.0.38 - - [2025-09-22 04:03:35] "GET /global-system-configs HTTP/1.1" 200 322 0.240482 10.0.0.38 - - [2025-09-22 04:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.332379 10.0.0.27 - - [2025-09-22 04:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.344540 10.0.0.56 - - [2025-09-22 04:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.351557 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.019837 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.015289 10.0.0.27 - - [2025-09-22 04:03:36] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.56 - - [2025-09-22 04:03:36] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.027412 10.0.0.56 - - [2025-09-22 04:03:36] "POST /service-templates HTTP/1.1" 403 264 0.014941 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.003828 10.0.0.56 - - [2025-09-22 04:03:36] "POST /api-access-lists HTTP/1.1" 200 521 0.047136 10.0.0.56 - - [2025-09-22 04:03:36] "GET /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006480 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.019333 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.017332 10.0.0.27 - - [2025-09-22 04:03:36] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001677 10.0.0.56 - - [2025-09-22 04:03:36] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.027591 10.0.0.56 - - [2025-09-22 04:03:36] "POST /service-templates HTTP/1.1" 200 551 0.042298 10.0.0.56 - - [2025-09-22 04:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.021621 10.0.0.56 - - [2025-09-22 04:03:37] "GET /service-template/5989f4b9-0c94-4234-8650-d6ce68540110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.020277 10.0.0.56 - - [2025-09-22 04:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016288 10.0.0.56 - - [2025-09-22 04:03:37] "GET /service-template/5989f4b9-0c94-4234-8650-d6ce68540110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.022184 10.0.0.56 - - [2025-09-22 04:03:37] "GET /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004344 10.0.0.56 - - [2025-09-22 04:03:37] "PUT /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4 HTTP/1.1" 200 264 0.013098 10.0.0.56 - - [2025-09-22 04:03:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.56 - - [2025-09-22 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.039527 10.0.0.27 - - [2025-09-22 04:03:38] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.56 - - [2025-09-22 04:03:38] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076686 10.0.0.56 - - [2025-09-22 04:03:38] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.034032 10.0.0.56 - - [2025-09-22 04:03:38] "POST /virtual-networks HTTP/1.1" 403 263 0.016091 10.0.0.56 - - [2025-09-22 04:03:38] "GET /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004214 10.0.0.56 - - [2025-09-22 04:03:38] "PUT /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316 HTTP/1.1" 200 264 0.016722 10.0.0.56 - - [2025-09-22 04:03:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.016794 10.0.0.56 - - [2025-09-22 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018082 10.0.0.27 - - [2025-09-22 04:03:39] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.56 - - [2025-09-22 04:03:39] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.029284 10.0.0.56 - - [2025-09-22 04:03:39] "POST /service-templates HTTP/1.1" 403 264 0.030930 10.0.0.56 - - [2025-09-22 04:03:39] "GET /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004547 10.0.0.56 - - [2025-09-22 04:03:39] "PUT /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4 HTTP/1.1" 200 264 0.014647 10.0.0.56 - - [2025-09-22 04:03:39] "GET /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004855 10.0.0.56 - - [2025-09-22 04:03:39] "PUT /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316 HTTP/1.1" 200 264 0.016621 10.0.0.56 - - [2025-09-22 04:03:40] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004464 10.0.0.56 - - [2025-09-22 04:03:40] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.016291 10.0.0.56 - - [2025-09-22 04:03:40] "DELETE /api-access-list/f06aafc5-a44b-4c4f-b76d-9fd035a37ad4 HTTP/1.1" 200 115 0.032389 10.0.0.56 - - [2025-09-22 04:03:40] "DELETE /api-access-list/5023ce50-628b-4198-bd3b-7a2040715316 HTTP/1.1" 200 115 0.028301 10.0.0.56 - - [2025-09-22 04:03:40] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005235 10.0.0.56 - - [2025-09-22 04:03:40] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.013413 10.0.0.56 - - [2025-09-22 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022876 10.0.0.56 - - [2025-09-22 04:03:41] "DELETE /service-template/5989f4b9-0c94-4234-8650-d6ce68540110 HTTP/1.1" 200 115 0.038820 10.0.0.56 - - [2025-09-22 04:03:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.020671 10.0.0.27 - - [2025-09-22 04:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.27 - - [2025-09-22 04:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002967 10.0.0.56 - - [2025-09-22 04:03:41] "DELETE /virtual-network/bc162a66-244e-4260-b49d-0f52cdc53925 HTTP/1.1" 200 115 0.137395 10.0.0.56 - - [2025-09-22 04:03:41] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004555 10.0.0.56 - - [2025-09-22 04:03:41] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.014388 10.0.0.56 - - [2025-09-22 04:03:41] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004661 10.0.0.56 - - [2025-09-22 04:03:41] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.021059 10.0.0.56 - - [2025-09-22 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.27 - - [2025-09-22 04:03:44] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.56 - - [2025-09-22 04:03:44] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040942 10.0.0.56 - - [2025-09-22 04:03:44] "POST /neutron/network HTTP/1.1" 200 117 0.088952 10.0.0.56 - - [2025-09-22 04:03:44] "POST /route-targets HTTP/1.1" 200 327 0.017766 10.0.0.56 - - [2025-09-22 04:03:44] "POST /neutron/network HTTP/1.1" 200 864 0.009076 10.0.0.56 - - [2025-09-22 04:03:44] "POST /id-to-fqname HTTP/1.1" 200 240 0.001460 10.0.0.56 - - [2025-09-22 04:03:44] "GET /virtual-network/e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006273 10.0.0.56 - - [2025-09-22 04:03:44] "GET /virtual-network/e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006493 10.0.0.56 - - [2025-09-22 04:03:44] "POST /neutron/subnet HTTP/1.1" 200 733 0.010907 10.0.0.56 - - [2025-09-22 04:03:44] "GET /virtual-network/e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007621 10.0.0.56 - - [2025-09-22 04:03:44] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003780 10.0.0.56 - - [2025-09-22 04:03:45] "GET /virtual-network/e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005903 10.0.0.38 - - [2025-09-22 04:03:45] "GET /obj-perms HTTP/1.1" 200 5030 0.046602 10.0.0.56 - - [2025-09-22 04:03:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.004762 10.0.0.56 - - [2025-09-22 04:03:45] "POST /api-access-lists HTTP/1.1" 200 555 0.033328 10.0.0.56 - - [2025-09-22 04:03:45] "GET /api-access-list/2b5245e7-3cac-4b88-88ec-204a157cc5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.008342 10.0.0.56 - - [2025-09-22 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.019947 10.0.0.27 - - [2025-09-22 04:03:45] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001711 10.0.0.56 - - [2025-09-22 04:03:45] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.078147 10.0.0.27 - - [2025-09-22 04:03:45] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003708 10.0.0.56 - - [2025-09-22 04:03:46] "POST /neutron/network HTTP/1.1" 200 645 0.213815 10.0.0.56 - - [2025-09-22 04:03:46] "POST /ref-update HTTP/1.1" 200 156 0.034031 10.0.0.27 - - [2025-09-22 04:03:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009837 10.0.0.56 - - [2025-09-22 04:03:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.301728 10.0.0.56 - - [2025-09-22 04:03:46] "POST /id-to-fqname HTTP/1.1" 200 240 0.014562 10.0.0.56 - - [2025-09-22 04:03:46] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025156 10.0.0.56 - - [2025-09-22 04:03:46] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.022467 10.0.0.56 - - [2025-09-22 04:03:46] "POST /neutron/network HTTP/1.1" 200 865 0.040026 10.0.0.56 - - [2025-09-22 04:03:46] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006075 10.0.0.56 - - [2025-09-22 04:03:46] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004324 10.0.0.56 - - [2025-09-22 04:03:47] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006646 10.0.0.27 - - [2025-09-22 04:03:47] "GET /obj-perms HTTP/1.1" 200 5030 0.049911 10.0.0.56 - - [2025-09-22 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.017456 10.0.0.27 - - [2025-09-22 04:03:47] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.56 - - [2025-09-22 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 263 0.011094 10.0.0.56 - - [2025-09-22 04:03:48] "PUT /access-control-list/07aed8d7-80a0-43cf-9439-0df21aa735aa HTTP/1.1" 200 272 0.029612 10.0.0.56 - - [2025-09-22 04:03:48] "POST /neutron/security_group HTTP/1.1" 200 1426 0.539294 10.0.0.56 - - [2025-09-22 04:03:48] "POST /neutron/security_group HTTP/1.1" 200 1426 0.021753 10.0.0.27 - - [2025-09-22 04:03:48] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.56 - - [2025-09-22 04:03:48] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.106869 10.0.0.56 - - [2025-09-22 04:03:49] "PUT /access-control-list/07aed8d7-80a0-43cf-9439-0df21aa735aa HTTP/1.1" 200 272 0.014348 10.0.0.56 - - [2025-09-22 04:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.042684 10.0.0.56 - - [2025-09-22 04:03:49] "GET /security-group/9ca9298e-70f0-449c-815b-299ca8240bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.023453 10.0.0.56 - - [2025-09-22 04:03:49] "POST /id-to-fqname HTTP/1.1" 200 240 0.017268 10.0.0.56 - - [2025-09-22 04:03:50] "POST /neutron/network HTTP/1.1" 200 875 0.033628 10.0.0.27 - - [2025-09-22 04:03:51] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.56 - - [2025-09-22 04:03:51] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075870 10.0.0.56 - - [2025-09-22 04:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.030856 10.0.0.56 - - [2025-09-22 04:03:51] "POST /neutron/network HTTP/1.1" 200 865 0.037509 10.0.0.56 - - [2025-09-22 04:03:52] "POST /neutron/port HTTP/1.1" 200 1061 0.016533 10.0.0.56 - - [2025-09-22 04:03:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.56 - - [2025-09-22 04:03:52] "POST /neutron/network HTTP/1.1" 200 865 0.008595 10.0.0.56 - - [2025-09-22 04:03:56] "POST /neutron/port HTTP/1.1" 200 1089 0.021732 10.0.0.56 - - [2025-09-22 04:03:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008909 10.0.0.56 - - [2025-09-22 04:03:56] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 401 292 0.000455 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.043118 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.017745 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine-interface/521d41e3-09b9-47d8-a7d2-754f6a9d8b54 HTTP/1.1" 200 3023 0.026552 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.019047 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine-interface/521d41e3-09b9-47d8-a7d2-754f6a9d8b54 HTTP/1.1" 200 3023 0.034325 10.0.0.56 - - [2025-09-22 04:03:57] "GET /instance-ip/361418cd-9fa3-497f-b28d-d11fcc377ae5 HTTP/1.1" 200 1641 0.023530 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.018905 10.0.0.56 - - [2025-09-22 04:03:57] "GET /virtual-machine-interface/521d41e3-09b9-47d8-a7d2-754f6a9d8b54 HTTP/1.1" 200 3023 0.024009 10.0.0.56 - - [2025-09-22 04:03:57] "GET /instance-ip/361418cd-9fa3-497f-b28d-d11fcc377ae5 HTTP/1.1" 200 1641 0.020035 10.0.0.56 - - [2025-09-22 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.017666 10.0.0.56 - - [2025-09-22 04:03:57] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.56 - - [2025-09-22 04:03:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.024643 10.0.0.56 - - [2025-09-22 04:03:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003803 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023051 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021405 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.017056 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-09-22 04:03:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025645 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025216 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.019587 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.56 - - [2025-09-22 04:03:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004711 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021627 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021119 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.018014 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006078 10.0.0.56 - - [2025-09-22 04:03:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004250 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021966 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020321 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.016638 10.0.0.56 - - [2025-09-22 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.56 - - [2025-09-22 04:03:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023588 10.0.0.56 - - [2025-09-22 04:03:58] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023620 10.0.0.56 - - [2025-09-22 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.018697 10.0.0.56 - - [2025-09-22 04:04:01] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020228 10.0.0.56 - - [2025-09-22 04:04:03] "POST /neutron/port HTTP/1.1" 200 1089 0.016620 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.020287 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.56 - - [2025-09-22 04:04:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023249 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025306 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.018256 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.56 - - [2025-09-22 04:04:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022799 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.022536 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016613 10.0.0.56 - - [2025-09-22 04:04:04] "GET /routing-instance/6dc155e9-e721-4318-8bc6-36d713663886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023209 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.021965 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-09-22 04:04:04] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020406 10.0.0.56 - - [2025-09-22 04:04:04] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.022612 10.0.0.56 - - [2025-09-22 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016129 10.0.0.56 - - [2025-09-22 04:04:04] "GET /routing-instance/6dc155e9-e721-4318-8bc6-36d713663886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020754 10.0.0.56 - - [2025-09-22 04:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.038140 10.0.0.56 - - [2025-09-22 04:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.014333 10.0.0.27 - - [2025-09-22 04:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.041051 10.0.0.56 - - [2025-09-22 04:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.013063 10.0.0.56 - - [2025-09-22 04:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.013559 10.0.0.27 - - [2025-09-22 04:04:05] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016653 10.0.0.56 - - [2025-09-22 04:04:06] "GET /obj-perms HTTP/1.1" 403 257 0.013612 10.0.0.56 - - [2025-09-22 04:04:06] "GET /obj-perms HTTP/1.1" 403 257 0.037666 10.0.0.56 - - [2025-09-22 04:04:06] "GET /obj-perms HTTP/1.1" 403 257 0.012352 10.0.0.56 - - [2025-09-22 04:04:06] "GET /obj-perms HTTP/1.1" 200 5030 0.046237 10.0.0.38 - - [2025-09-22 04:04:07] "GET /obj-perms HTTP/1.1" 200 5030 0.005097 10.0.0.56 - - [2025-09-22 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.017163 10.0.0.27 - - [2025-09-22 04:04:07] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001286 10.0.0.56 - - [2025-09-22 04:04:07] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066540 10.0.0.56 - - [2025-09-22 04:04:07] "GET /virtual-network/e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.023342 10.0.0.56 - - [2025-09-22 04:04:07] "GET /floating-ip-pools?parent_id=e28cf4a9-2f93-49ed-b7ae-3d0d026b6c70&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.019698 10.0.0.56 - - [2025-09-22 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.018260 10.0.0.56 - - [2025-09-22 04:04:07] "GET /floating-ip-pool/e2a2a4e0-86b3-4eee-a4b1-9f3f5bd12864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.019984 10.0.0.27 - - [2025-09-22 04:04:07] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001495 10.0.0.56 - - [2025-09-22 04:04:07] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072784 10.0.0.56 - - [2025-09-22 04:04:08] "POST /floating-ips HTTP/1.1" 200 616 0.079716 10.0.0.56 - - [2025-09-22 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.020145 10.0.0.56 - - [2025-09-22 04:04:08] "GET /floating-ip/632c3a70-a311-4ea9-9c40-cecd2fc28de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.021086 10.0.0.56 - - [2025-09-22 04:04:08] "GET /floating-ip/632c3a70-a311-4ea9-9c40-cecd2fc28de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.020126 10.0.0.56 - - [2025-09-22 04:04:08] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018724 10.0.0.56 - - [2025-09-22 04:04:08] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.022398 10.0.0.56 - - [2025-09-22 04:04:08] "GET /virtual-machine-interface/521d41e3-09b9-47d8-a7d2-754f6a9d8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023385 10.0.0.56 - - [2025-09-22 04:04:08] "POST /ref-update HTTP/1.1" 200 156 0.026831 10.0.0.56 - - [2025-09-22 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.019120 10.0.0.56 - - [2025-09-22 04:04:08] "GET /routing-instance/f44bbb18-4bdc-4164-b103-34338b4386eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020566 10.0.0.56 - - [2025-09-22 04:04:08] "POST /neutron/security_group HTTP/1.1" 200 542 0.045865 10.0.0.56 - - [2025-09-22 04:04:09] "POST /neutron/port HTTP/1.1" 200 1115 0.076659 10.0.0.56 - - [2025-09-22 04:04:09] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.031792 10.0.0.56 - - [2025-09-22 04:04:09] "GET /virtual-machine-interface/521d41e3-09b9-47d8-a7d2-754f6a9d8b54 HTTP/1.1" 200 3585 0.032722 10.0.0.56 - - [2025-09-22 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.022063 10.0.0.56 - - [2025-09-22 04:04:09] "GET /security-group/9ca9298e-70f0-449c-815b-299ca8240bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.022318 10.0.0.56 - - [2025-09-22 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.020625 10.0.0.56 - - [2025-09-22 04:04:09] "GET /security-group/9ca9298e-70f0-449c-815b-299ca8240bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017374 10.0.0.56 - - [2025-09-22 04:04:09] "DELETE /floating-ip/632c3a70-a311-4ea9-9c40-cecd2fc28de2 HTTP/1.1" 200 115 0.086193 10.0.0.56 - - [2025-09-22 04:04:09] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 200 1293 0.024610 10.0.0.56 - - [2025-09-22 04:04:10] "POST /neutron/port HTTP/1.1" 200 1130 0.032059 10.0.0.56 - - [2025-09-22 04:04:11] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 404 171 0.019055 10.0.0.56 - - [2025-09-22 04:04:11] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 404 171 0.014540 10.0.0.56 - - [2025-09-22 04:04:11] "GET /virtual-machine/b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef HTTP/1.1" 404 171 0.013251 10.0.0.56 - - [2025-09-22 04:04:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.016885 10.0.0.56 - - [2025-09-22 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.56 - - [2025-09-22 04:04:12] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005292 10.0.0.56 - - [2025-09-22 04:04:12] "GET /virtual-networks?parent_id=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022234 10.0.0.56 - - [2025-09-22 04:04:12] "GET /virtual-network/7e576dcd-2ed4-411e-b4a4-c1d5b8530e00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020950 10.0.0.56 - - [2025-09-22 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014674 10.0.0.56 - - [2025-09-22 04:04:12] "GET /routing-instance/6dc155e9-e721-4318-8bc6-36d713663886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021984 10.0.0.56 - - [2025-09-22 04:04:12] "GET /obj-perms HTTP/1.1" 403 257 0.034665 10.0.0.56 - - [2025-09-22 04:04:12] "GET /obj-perms HTTP/1.1" 403 257 0.031646 10.0.0.38 - - [2025-09-22 04:04:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004911 10.0.0.56 - - [2025-09-22 04:04:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048311 10.0.0.38 - - [2025-09-22 04:04:19] "GET /obj-perms HTTP/1.1" 200 5030 0.005041 10.0.0.56 - - [2025-09-22 04:04:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004783 10.0.0.38 - - [2025-09-22 04:04:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004471 10.0.0.56 - - [2025-09-22 04:04:34] "GET /obj-perms HTTP/1.1" 200 5030 0.005072 10.0.0.38 - - [2025-09-22 04:04:34] "GET /obj-perms HTTP/1.1" 200 5030 0.005336 10.0.0.27 - - [2025-09-22 04:04:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004753 10.0.0.56 - - [2025-09-22 04:04:34] "POST /neutron/security_group HTTP/1.1" 200 568 0.018884 10.0.0.56 - - [2025-09-22 04:04:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.035316 10.0.0.56 - - [2025-09-22 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009102 10.0.0.27 - - [2025-09-22 04:04:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004261 10.0.0.27 - - [2025-09-22 04:04:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004741 10.0.0.56 - - [2025-09-22 04:04:35] "POST /neutron/network HTTP/1.1" 200 151 0.222212 10.0.0.56 - - [2025-09-22 04:04:35] "DELETE /api-access-list/2b5245e7-3cac-4b88-88ec-204a157cc5c9 HTTP/1.1" 200 115 0.050619 10.0.0.56 - - [2025-09-22 04:04:35] "DELETE /route-target/74629943-b322-4bea-84a6-ebdb4cb03ec1 HTTP/1.1" 200 115 0.021830 10.0.0.56 - - [2025-09-22 04:04:37] "GET /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005797 10.0.0.56 - - [2025-09-22 04:04:37] "PUT /api-access-list/5107bc52-1944-4719-a72f-4e720deb1f58 HTTP/1.1" 200 264 0.013604 10.0.0.27 - - [2025-09-22 04:04:37] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.56 - - [2025-09-22 04:04:37] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043434 10.0.0.27 - - [2025-09-22 04:04:37] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.56 - - [2025-09-22 04:04:37] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?fields=virtual_networks HTTP/1.1" 200 1031 0.039548 10.0.0.27 - - [2025-09-22 04:04:37] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001599 10.0.0.56 - - [2025-09-22 04:04:37] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.057013 10.0.0.27 - - [2025-09-22 04:04:38] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.56 - - [2025-09-22 04:04:38] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?fields=security_groups HTTP/1.1" 200 1257 0.041301 10.0.0.27 - - [2025-09-22 04:04:38] "GET /projects?obj_uuids=5ad78dce-c82b-4e11-9fd0-3e78f92a79b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001559 10.0.0.56 - - [2025-09-22 04:04:38] "GET /project/5ad78dce-c82b-4e11-9fd0-3e78f92a79b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.051686 [Introspect:8084]10.0.0.56 - - [2025-09-22 04:04:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001307 10.0.0.56 - - [2025-09-22 04:04:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.023546 10.0.0.27 - - [2025-09-22 04:04:42] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003472 10.0.0.27 - - [2025-09-22 04:04:42] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.27 - - [2025-09-22 04:04:42] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007501 10.0.0.27 - - [2025-09-22 04:04:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.001631 10.0.0.27 - - [2025-09-22 04:04:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.004407 10.0.0.27 - - [2025-09-22 04:04:42] "POST /security-groups HTTP/1.1" 200 592 0.034868 10.0.0.27 - - [2025-09-22 04:04:42] "POST /projects HTTP/1.1" 200 587 0.270561 10.0.0.56 - - [2025-09-22 04:04:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.008288 10.0.0.27 - - [2025-09-22 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.343979 10.0.0.56 - - [2025-09-22 04:04:42] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.473592 10.0.0.56 - - [2025-09-22 04:04:43] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.56 - - [2025-09-22 04:04:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.56 - - [2025-09-22 04:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.063459 10.0.0.27 - - [2025-09-22 04:04:45] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.56 - - [2025-09-22 04:04:45] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056978 10.0.0.56 - - [2025-09-22 04:04:46] "POST /neutron/network HTTP/1.1" 200 117 0.042981 10.0.0.56 - - [2025-09-22 04:04:46] "POST /ref-update HTTP/1.1" 200 156 0.027192 10.0.0.56 - - [2025-09-22 04:04:46] "POST /neutron/network HTTP/1.1" 200 825 0.009788 10.0.0.56 - - [2025-09-22 04:04:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001885 10.0.0.56 - - [2025-09-22 04:04:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009401 10.0.0.56 - - [2025-09-22 04:04:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006274 10.0.0.56 - - [2025-09-22 04:04:46] "POST /neutron/subnet HTTP/1.1" 200 716 0.010033 10.0.0.56 - - [2025-09-22 04:04:47] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006481 10.0.0.56 - - [2025-09-22 04:04:47] "GET /obj-perms HTTP/1.1" 200 5032 0.051607 10.0.0.56 - - [2025-09-22 04:04:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001531 10.0.0.27 - - [2025-09-22 04:04:49] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.56 - - [2025-09-22 04:04:49] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064177 10.0.0.56 - - [2025-09-22 04:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.007198 10.0.0.56 - - [2025-09-22 04:04:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001885 10.0.0.56 - - [2025-09-22 04:04:49] "POST /neutron/network HTTP/1.1" 200 835 0.007335 10.0.0.56 - - [2025-09-22 04:04:50] "POST /neutron/port HTTP/1.1" 200 1059 0.016576 10.0.0.56 - - [2025-09-22 04:04:50] "POST /neutron/port HTTP/1.1" 200 1087 0.019471 10.0.0.27 - - [2025-09-22 04:04:50] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.56 - - [2025-09-22 04:04:50] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.066505 10.0.0.56 - - [2025-09-22 04:04:50] "POST /neutron/network HTTP/1.1" 200 825 0.011406 10.0.0.56 - - [2025-09-22 04:04:50] "POST /neutron/port HTTP/1.1" 200 1087 0.019277 10.0.0.56 - - [2025-09-22 04:04:51] "POST /neutron/port HTTP/1.1" 200 1087 0.018271 10.0.0.27 - - [2025-09-22 04:04:51] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.56 - - [2025-09-22 04:04:51] "POST /neutron/port HTTP/1.1" 200 1059 0.338152 10.0.0.56 - - [2025-09-22 04:04:51] "POST /neutron/port HTTP/1.1" 200 1113 0.112329 10.0.0.56 - - [2025-09-22 04:04:51] "POST /neutron/subnet HTTP/1.1" 200 690 0.010509 10.0.0.56 - - [2025-09-22 04:04:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017529 10.0.0.56 - - [2025-09-22 04:04:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011746 10.0.0.56 - - [2025-09-22 04:04:56] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 401 292 0.000457 10.0.0.56 - - [2025-09-22 04:04:56] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 200 1293 0.026934 10.0.0.56 - - [2025-09-22 04:04:56] "GET /virtual-machine-interface/430dd6a6-dbde-4959-afb0-44066efc0622 HTTP/1.1" 200 2949 0.006764 10.0.0.56 - - [2025-09-22 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.56 - - [2025-09-22 04:04:56] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.56 - - [2025-09-22 04:04:56] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003050 10.0.0.56 - - [2025-09-22 04:04:56] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007332 10.0.0.56 - - [2025-09-22 04:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.56 - - [2025-09-22 04:04:59] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005830 10.0.0.56 - - [2025-09-22 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.56 - - [2025-09-22 04:05:03] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005912 10.0.0.56 - - [2025-09-22 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.56 - - [2025-09-22 04:05:08] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006383 10.0.0.56 - - [2025-09-22 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.56 - - [2025-09-22 04:05:12] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011361 10.0.0.56 - - [2025-09-22 04:05:14] "POST /neutron/port HTTP/1.1" 200 1087 0.016113 10.0.0.56 - - [2025-09-22 04:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004672 10.0.0.56 - - [2025-09-22 04:05:14] "POST /neutron/network HTTP/1.1" 200 825 0.007776 10.0.0.56 - - [2025-09-22 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.56 - - [2025-09-22 04:05:16] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006686 10.0.0.56 - - [2025-09-22 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.56 - - [2025-09-22 04:05:20] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005815 10.0.0.56 - - [2025-09-22 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.56 - - [2025-09-22 04:05:24] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006068 10.0.0.56 - - [2025-09-22 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.56 - - [2025-09-22 04:05:26] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.56 - - [2025-09-22 04:05:26] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003017 10.0.0.56 - - [2025-09-22 04:05:26] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006238 10.0.0.56 - - [2025-09-22 04:05:31] "POST /neutron/port HTTP/1.1" 200 1087 0.019249 10.0.0.56 - - [2025-09-22 04:05:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010319 10.0.0.27 - - [2025-09-22 04:05:34] "DELETE /project/0bc87f3f67674c31b9d40853d7b69fbf HTTP/1.1" 404 173 0.053380 10.0.0.27 - - [2025-09-22 04:05:34] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001620 10.0.0.27 - - [2025-09-22 04:05:34] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.136642 10.0.0.27 - - [2025-09-22 04:05:34] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.27 - - [2025-09-22 04:05:34] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?fields=security_groups HTTP/1.1" 200 1362 0.044579 10.0.0.27 - - [2025-09-22 04:05:35] "DELETE /security-group/f6a0d2e8-8269-43fa-ae66-79c9a43715ca HTTP/1.1" 200 115 0.116021 10.0.0.27 - - [2025-09-22 04:05:35] "GET /projects?obj_uuids=2d93e163-5cdd-469e-8ce5-1f6598e8e81c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.27 - - [2025-09-22 04:05:35] "GET /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c?fields=application_policy_sets HTTP/1.1" 200 1401 0.079258 10.0.0.27 - - [2025-09-22 04:05:35] "DELETE /project/2d93e163-5cdd-469e-8ce5-1f6598e8e81c HTTP/1.1" 200 115 0.690431 10.0.0.56 - - [2025-09-22 04:05:42] "POST /neutron/port HTTP/1.1" 200 1087 0.020029 10.0.0.56 - - [2025-09-22 04:05:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013174 10.0.0.56 - - [2025-09-22 04:05:42] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 200 1294 0.007026 10.0.0.56 - - [2025-09-22 04:05:42] "GET /virtual-machine-interface/ef026981-f184-4156-9664-548cfc46a7f0 HTTP/1.1" 200 2950 0.006041 10.0.0.56 - - [2025-09-22 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.56 - - [2025-09-22 04:05:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.56 - - [2025-09-22 04:05:42] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005679 10.0.0.56 - - [2025-09-22 04:05:42] "POST /neutron/port HTTP/1.1" 200 1087 0.056669 10.0.0.56 - - [2025-09-22 04:05:42] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005904 10.0.0.56 - - [2025-09-22 04:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006041 10.0.0.56 - - [2025-09-22 04:05:42] "POST /neutron/network HTTP/1.1" 200 825 0.008652 10.0.0.56 - - [2025-09-22 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005653 10.0.0.56 - - [2025-09-22 04:05:43] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004852 10.0.0.56 - - [2025-09-22 04:05:43] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003432 10.0.0.56 - - [2025-09-22 04:05:43] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006836 10.0.0.56 - - [2025-09-22 04:05:49] "POST /neutron/port HTTP/1.1" 200 1087 0.018834 10.0.0.56 - - [2025-09-22 04:05:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.026695 10.0.0.56 - - [2025-09-22 04:05:59] "POST /neutron/port HTTP/1.1" 200 1087 0.015922 10.0.0.56 - - [2025-09-22 04:06:14] "POST /neutron/port HTTP/1.1" 200 1087 0.046887 10.0.0.56 - - [2025-09-22 04:06:14] "POST /neutron/subnet HTTP/1.1" 200 690 0.009974 10.0.0.27 - - [2025-09-22 04:06:18] "GET /obj-perms HTTP/1.1" 200 5056 0.043868 10.0.0.56 - - [2025-09-22 04:06:44] "POST /neutron/port HTTP/1.1" 200 1087 0.029580 10.0.0.56 - - [2025-09-22 04:06:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005088 10.0.0.56 - - [2025-09-22 04:06:44] "POST /neutron/network HTTP/1.1" 200 825 0.006592 10.0.0.56 - - [2025-09-22 04:07:14] "POST /neutron/network HTTP/1.1" 200 835 0.008114 10.0.0.56 - - [2025-09-22 04:07:14] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.38 - - [2025-09-22 04:07:19] "GET /obj-perms HTTP/1.1" 200 5056 0.045958 10.0.0.56 - - [2025-09-22 04:07:44] "POST /neutron/port HTTP/1.1" 200 1087 0.017958 10.0.0.56 - - [2025-09-22 04:07:44] "POST /neutron/subnet HTTP/1.1" 200 690 0.009422 10.0.0.56 - - [2025-09-22 04:07:44] "POST /neutron/port HTTP/1.1" 200 1087 0.016489 10.0.0.56 - - [2025-09-22 04:07:44] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 200 1293 0.008830 10.0.0.56 - - [2025-09-22 04:07:44] "GET /virtual-machine-interface/430dd6a6-dbde-4959-afb0-44066efc0622 HTTP/1.1" 200 2949 0.006144 10.0.0.56 - - [2025-09-22 04:07:44] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 200 1293 0.005030 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-machine-interface/430dd6a6-dbde-4959-afb0-44066efc0622 HTTP/1.1" 200 2949 0.005386 10.0.0.56 - - [2025-09-22 04:07:45] "GET /instance-ip/04a150bd-da6d-4b2b-936e-a3bae45a6004 HTTP/1.1" 200 1620 0.005651 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 200 1293 0.003493 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-machine-interface/430dd6a6-dbde-4959-afb0-44066efc0622 HTTP/1.1" 200 2949 0.005284 10.0.0.56 - - [2025-09-22 04:07:45] "GET /instance-ip/04a150bd-da6d-4b2b-936e-a3bae45a6004 HTTP/1.1" 200 1620 0.003799 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004884 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009264 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004640 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003524 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007676 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009238 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004494 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006929 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005337 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005366 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006094 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004264 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003206 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008465 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006150 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006496 10.0.0.56 - - [2025-09-22 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.56 - - [2025-09-22 04:07:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003213 10.0.0.56 - - [2025-09-22 04:07:45] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009313 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.56 - - [2025-09-22 04:07:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003932 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006399 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.56 - - [2025-09-22 04:07:46] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006214 10.0.0.56 - - [2025-09-22 04:07:46] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004974 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.56 - - [2025-09-22 04:07:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004282 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006617 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.56 - - [2025-09-22 04:07:46] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005086 10.0.0.56 - - [2025-09-22 04:07:46] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.56 - - [2025-09-22 04:07:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004725 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003379 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006989 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.56 - - [2025-09-22 04:07:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004748 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007516 10.0.0.56 - - [2025-09-22 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.56 - - [2025-09-22 04:07:46] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006354 10.0.0.56 - - [2025-09-22 04:07:46] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003641 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006611 10.0.0.56 - - [2025-09-22 04:07:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004838 10.0.0.56 - - [2025-09-22 04:07:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004248 10.0.0.27 - - [2025-09-22 04:07:47] "GET /obj-perms HTTP/1.1" 200 5032 0.047959 10.0.0.56 - - [2025-09-22 04:07:47] "GET /obj-perms HTTP/1.1" 200 5032 0.005552 10.0.0.56 - - [2025-09-22 04:07:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010210 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 200 1294 0.005696 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine-interface/ef026981-f184-4156-9664-548cfc46a7f0 HTTP/1.1" 200 2950 0.008323 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 200 1294 0.004235 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine-interface/ef026981-f184-4156-9664-548cfc46a7f0 HTTP/1.1" 200 2950 0.007299 10.0.0.56 - - [2025-09-22 04:07:47] "GET /instance-ip/90659d7f-c639-4bd6-b177-127680352795 HTTP/1.1" 200 1622 0.009148 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 200 1294 0.004209 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-machine-interface/ef026981-f184-4156-9664-548cfc46a7f0 HTTP/1.1" 200 2950 0.006500 10.0.0.56 - - [2025-09-22 04:07:47] "GET /instance-ip/90659d7f-c639-4bd6-b177-127680352795 HTTP/1.1" 200 1622 0.004630 10.0.0.56 - - [2025-09-22 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.56 - - [2025-09-22 04:07:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003374 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007172 10.0.0.56 - - [2025-09-22 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.56 - - [2025-09-22 04:07:47] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005085 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004338 10.0.0.56 - - [2025-09-22 04:07:47] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006984 10.0.0.56 - - [2025-09-22 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005413 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003452 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006485 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005433 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003228 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006413 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003374 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007948 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005366 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004196 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007435 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004913 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003490 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006538 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.56 - - [2025-09-22 04:07:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003402 10.0.0.56 - - [2025-09-22 04:07:48] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006837 10.0.0.56 - - [2025-09-22 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-09-22 04:07:48] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005610 10.0.0.56 - - [2025-09-22 04:07:48] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004754 10.0.0.56 - - [2025-09-22 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.56 - - [2025-09-22 04:07:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003326 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009831 10.0.0.56 - - [2025-09-22 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.56 - - [2025-09-22 04:07:49] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007180 10.0.0.56 - - [2025-09-22 04:07:49] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006593 10.0.0.56 - - [2025-09-22 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.56 - - [2025-09-22 04:07:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004374 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003387 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006638 10.0.0.56 - - [2025-09-22 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.56 - - [2025-09-22 04:07:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005020 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003729 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007535 10.0.0.56 - - [2025-09-22 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-09-22 04:07:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004554 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003653 10.0.0.56 - - [2025-09-22 04:07:49] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006602 10.0.0.56 - - [2025-09-22 04:07:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004713 10.0.0.27 - - [2025-09-22 04:07:49] "GET /obj-perms HTTP/1.1" 200 5032 0.007479 10.0.0.56 - - [2025-09-22 04:07:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004915 10.0.0.38 - - [2025-09-22 04:07:50] "GET /obj-perms HTTP/1.1" 200 5032 0.047993 10.0.0.56 - - [2025-09-22 04:07:50] "GET /obj-perms HTTP/1.1" 200 5032 0.005684 10.0.0.56 - - [2025-09-22 04:07:55] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 200 1294 0.004961 10.0.0.56 - - [2025-09-22 04:07:56] "POST /neutron/port HTTP/1.1" 200 151 0.228103 10.0.0.56 - - [2025-09-22 04:07:57] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 404 171 0.004341 10.0.0.56 - - [2025-09-22 04:07:57] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 404 171 0.003046 10.0.0.56 - - [2025-09-22 04:07:57] "GET /virtual-machine/ea262d74-4362-4d06-be60-b29a6eb13caf HTTP/1.1" 404 171 0.002764 10.0.0.56 - - [2025-09-22 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.56 - - [2025-09-22 04:07:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004714 10.0.0.56 - - [2025-09-22 04:07:57] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003573 10.0.0.56 - - [2025-09-22 04:07:57] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007799 10.0.0.56 - - [2025-09-22 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.56 - - [2025-09-22 04:07:57] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005025 10.0.0.56 - - [2025-09-22 04:07:57] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004301 10.0.0.38 - - [2025-09-22 04:08:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004368 10.0.0.56 - - [2025-09-22 04:08:04] "GET /obj-perms HTTP/1.1" 200 5032 0.006321 10.0.0.27 - - [2025-09-22 04:08:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004042 10.0.0.56 - - [2025-09-22 04:08:04] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 200 1293 0.005712 10.0.0.56 - - [2025-09-22 04:08:04] "POST /neutron/port HTTP/1.1" 200 151 0.206997 10.0.0.56 - - [2025-09-22 04:08:06] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 404 171 0.004747 10.0.0.56 - - [2025-09-22 04:08:06] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 404 171 0.004441 10.0.0.56 - - [2025-09-22 04:08:06] "GET /virtual-machine/eeabc166-a138-44e2-8629-2435da52fc57 HTTP/1.1" 404 171 0.003103 10.0.0.56 - - [2025-09-22 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-09-22 04:08:06] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.56 - - [2025-09-22 04:08:06] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003129 10.0.0.56 - - [2025-09-22 04:08:06] "GET /virtual-network/65b664a7-149b-4e00-a4ba-f596aa95fa3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007114 10.0.0.56 - - [2025-09-22 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.56 - - [2025-09-22 04:08:06] "GET /routing-instance/6728b1c8-4bc5-458d-aa53-a4cb6eec29c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005520 10.0.0.56 - - [2025-09-22 04:08:06] "GET /route-target/b1490668-e18b-469f-aa84-52f0110c3e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007037 10.0.0.56 - - [2025-09-22 04:08:06] "GET /obj-perms HTTP/1.1" 200 5032 0.007843 10.0.0.56 - - [2025-09-22 04:08:09] "GET /obj-perms HTTP/1.1" 200 5032 0.006416 10.0.0.56 - - [2025-09-22 04:08:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004431 10.0.0.38 - - [2025-09-22 04:08:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004338 10.0.0.56 - - [2025-09-22 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.039105 10.0.0.56 - - [2025-09-22 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003416 10.0.0.56 - - [2025-09-22 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.27 - - [2025-09-22 04:08:15] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.56 - - [2025-09-22 04:08:15] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055938 10.0.0.56 - - [2025-09-22 04:08:16] "POST /network-policys HTTP/1.1" 200 522 0.036083 10.0.0.56 - - [2025-09-22 04:08:16] "GET /network-policy/6e61dc99-7edd-4293-a5d6-28d48fdb4c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007608 10.0.0.56 - - [2025-09-22 04:08:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.003280 10.0.0.56 - - [2025-09-22 04:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2025-09-22 04:08:16] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.56 - - [2025-09-22 04:08:16] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046898 10.0.0.56 - - [2025-09-22 04:08:16] "POST /network-policys HTTP/1.1" 200 522 0.039046 10.0.0.56 - - [2025-09-22 04:08:16] "GET /network-policy/2b55b47f-1918-4051-8fc9-d509db3cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.010738 10.0.0.56 - - [2025-09-22 04:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2025-09-22 04:08:16] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.56 - - [2025-09-22 04:08:16] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057563 10.0.0.56 - - [2025-09-22 04:08:16] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004729 10.0.0.56 - - [2025-09-22 04:08:16] "POST /virtual-networks HTTP/1.1" 200 546 0.073212 10.0.0.56 - - [2025-09-22 04:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.56 - - [2025-09-22 04:08:16] "POST /ref-update HTTP/1.1" 200 156 0.030274 10.0.0.56 - - [2025-09-22 04:08:16] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004854 10.0.0.27 - - [2025-09-22 04:08:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005876 10.0.0.56 - - [2025-09-22 04:08:16] "POST /ref-update HTTP/1.1" 200 156 0.065152 10.0.0.56 - - [2025-09-22 04:08:16] "POST /neutron/network HTTP/1.1" 200 809 0.008037 10.0.0.56 - - [2025-09-22 04:08:16] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006938 10.0.0.56 - - [2025-09-22 04:08:16] "POST /neutron/subnet HTTP/1.1" 200 672 0.012120 10.0.0.56 - - [2025-09-22 04:08:17] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006772 10.0.0.56 - - [2025-09-22 04:08:17] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007330 10.0.0.56 - - [2025-09-22 04:08:17] "PUT /virtual-network/93e98444-30a7-4702-8540-af01c0be436f HTTP/1.1" 200 264 0.067133 10.0.0.56 - - [2025-09-22 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.56 - - [2025-09-22 04:08:17] "GET /network-policy/6e61dc99-7edd-4293-a5d6-28d48fdb4c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005369 10.0.0.56 - - [2025-09-22 04:08:17] "POST /ref-update HTTP/1.1" 200 156 0.055721 10.0.0.56 - - [2025-09-22 04:08:17] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006338 10.0.0.56 - - [2025-09-22 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.56 - - [2025-09-22 04:08:17] "GET /network-policy/6e61dc99-7edd-4293-a5d6-28d48fdb4c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005819 10.0.0.56 - - [2025-09-22 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-09-22 04:08:17] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.56 - - [2025-09-22 04:08:17] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054521 10.0.0.56 - - [2025-09-22 04:08:17] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003710 10.0.0.56 - - [2025-09-22 04:08:18] "POST /virtual-networks HTTP/1.1" 200 546 0.085740 10.0.0.56 - - [2025-09-22 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.56 - - [2025-09-22 04:08:18] "POST /route-targets HTTP/1.1" 200 327 0.022937 10.0.0.56 - - [2025-09-22 04:08:18] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.008692 10.0.0.27 - - [2025-09-22 04:08:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007281 10.0.0.56 - - [2025-09-22 04:08:18] "POST /ref-update HTTP/1.1" 200 156 0.077469 10.0.0.56 - - [2025-09-22 04:08:18] "POST /neutron/network HTTP/1.1" 200 809 0.008773 10.0.0.56 - - [2025-09-22 04:08:18] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009382 10.0.0.56 - - [2025-09-22 04:08:18] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006223 10.0.0.56 - - [2025-09-22 04:08:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004119 10.0.0.27 - - [2025-09-22 04:08:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004015 10.0.0.56 - - [2025-09-22 04:08:18] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006160 10.0.0.56 - - [2025-09-22 04:08:18] "PUT /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735 HTTP/1.1" 200 264 0.048514 10.0.0.56 - - [2025-09-22 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.56 - - [2025-09-22 04:08:18] "GET /network-policy/2b55b47f-1918-4051-8fc9-d509db3cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004382 10.0.0.56 - - [2025-09-22 04:08:19] "POST /ref-update HTTP/1.1" 200 156 0.054211 10.0.0.56 - - [2025-09-22 04:08:19] "POST /neutron/network HTTP/1.1" 200 886 0.007766 10.0.0.56 - - [2025-09-22 04:08:19] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007733 10.0.0.56 - - [2025-09-22 04:08:19] "POST /access-control-lists HTTP/1.1" 200 592 0.084926 10.0.0.56 - - [2025-09-22 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015573 10.0.0.56 - - [2025-09-22 04:08:19] "GET /network-policy/2b55b47f-1918-4051-8fc9-d509db3cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004681 10.0.0.56 - - [2025-09-22 04:08:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001258 10.0.0.27 - - [2025-09-22 04:08:20] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001781 10.0.0.56 - - [2025-09-22 04:08:20] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.227317 10.0.0.56 - - [2025-09-22 04:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.007472 10.0.0.56 - - [2025-09-22 04:08:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001396 10.0.0.56 - - [2025-09-22 04:08:20] "POST /neutron/network HTTP/1.1" 200 896 0.008550 10.0.0.56 - - [2025-09-22 04:08:21] "POST /neutron/port HTTP/1.1" 200 1061 0.018821 10.0.0.27 - - [2025-09-22 04:08:21] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001540 10.0.0.56 - - [2025-09-22 04:08:21] "POST /neutron/port HTTP/1.1" 200 1089 0.028322 10.0.0.56 - - [2025-09-22 04:08:21] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.089199 10.0.0.56 - - [2025-09-22 04:08:21] "POST /neutron/subnet HTTP/1.1" 200 646 0.009489 10.0.0.56 - - [2025-09-22 04:08:21] "POST /neutron/port HTTP/1.1" 200 1089 0.043248 10.0.0.56 - - [2025-09-22 04:08:21] "POST /neutron/port HTTP/1.1" 200 1089 0.022314 10.0.0.27 - - [2025-09-22 04:08:22] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001994 10.0.0.56 - - [2025-09-22 04:08:22] "PUT /access-control-list/6b9eb480-25a4-4ae1-b996-84859864f70b HTTP/1.1" 200 272 0.062558 10.0.0.56 - - [2025-09-22 04:08:22] "POST /neutron/port HTTP/1.1" 200 1061 0.323379 10.0.0.56 - - [2025-09-22 04:08:22] "POST /neutron/port HTTP/1.1" 200 1115 0.122226 10.0.0.56 - - [2025-09-22 04:08:22] "POST /neutron/subnet HTTP/1.1" 200 646 0.011236 10.0.0.56 - - [2025-09-22 04:08:26] "POST /neutron/port HTTP/1.1" 200 1089 0.018526 10.0.0.56 - - [2025-09-22 04:08:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008377 10.0.0.56 - - [2025-09-22 04:08:27] "GET /virtual-machine/c878be37-5140-4920-a156-87d050740e64 HTTP/1.1" 200 1294 0.006220 10.0.0.56 - - [2025-09-22 04:08:27] "GET /virtual-machine-interface/6b130593-b888-4cc7-abfb-b1f5de56fd8b HTTP/1.1" 200 2949 0.005660 10.0.0.56 - - [2025-09-22 04:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.56 - - [2025-09-22 04:08:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.56 - - [2025-09-22 04:08:27] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004088 10.0.0.56 - - [2025-09-22 04:08:27] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008811 10.0.0.56 - - [2025-09-22 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.56 - - [2025-09-22 04:08:30] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006261 10.0.0.27 - - [2025-09-22 04:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.072156 10.0.0.38 - - [2025-09-22 04:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.156897 10.0.0.56 - - [2025-09-22 04:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.105070 10.0.0.27 - - [2025-09-22 04:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.137738 10.0.0.56 - - [2025-09-22 04:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.148498 10.0.0.27 - - [2025-09-22 04:08:33] "GET /global-system-configs HTTP/1.1" 200 322 0.011640 10.0.0.56 - - [2025-09-22 04:08:34] "GET /global-system-configs HTTP/1.1" 200 322 0.058230 10.0.0.38 - - [2025-09-22 04:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.127195 10.0.0.56 - - [2025-09-22 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.56 - - [2025-09-22 04:08:34] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007622 10.0.0.38 - - [2025-09-22 04:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.127017 10.0.0.38 - - [2025-09-22 04:08:35] "GET /global-system-configs HTTP/1.1" 200 322 0.168903 10.0.0.27 - - [2025-09-22 04:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.297028 10.0.0.56 - - [2025-09-22 04:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.307716 10.0.0.56 - - [2025-09-22 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.56 - - [2025-09-22 04:08:38] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006274 10.0.0.56 - - [2025-09-22 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.56 - - [2025-09-22 04:08:42] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006406 10.0.0.56 - - [2025-09-22 04:08:46] "POST /neutron/port HTTP/1.1" 200 1089 0.017533 10.0.0.56 - - [2025-09-22 04:08:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004435 10.0.0.56 - - [2025-09-22 04:08:46] "POST /neutron/network HTTP/1.1" 200 886 0.007710 10.0.0.56 - - [2025-09-22 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.56 - - [2025-09-22 04:08:46] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006928 10.0.0.56 - - [2025-09-22 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.56 - - [2025-09-22 04:08:50] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005720 10.0.0.56 - - [2025-09-22 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-09-22 04:08:54] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006277 10.0.0.56 - - [2025-09-22 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008275 10.0.0.56 - - [2025-09-22 04:08:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.56 - - [2025-09-22 04:08:57] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004874 10.0.0.56 - - [2025-09-22 04:08:57] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007422 10.0.0.56 - - [2025-09-22 04:09:02] "POST /neutron/port HTTP/1.1" 200 1089 0.017094 10.0.0.56 - - [2025-09-22 04:09:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007642 10.0.0.56 - - [2025-09-22 04:09:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017475 10.0.0.56 - - [2025-09-22 04:09:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008583 10.0.0.56 - - [2025-09-22 04:09:13] "GET /virtual-machine/c4f49d74-4ee0-49ff-9d35-a4954dbd988e HTTP/1.1" 200 1294 0.006614 10.0.0.56 - - [2025-09-22 04:09:13] "GET /virtual-machine-interface/bd63f880-86af-4db7-8f93-746547ca968a HTTP/1.1" 200 2950 0.006604 10.0.0.56 - - [2025-09-22 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.56 - - [2025-09-22 04:09:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005144 10.0.0.56 - - [2025-09-22 04:09:13] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003974 10.0.0.56 - - [2025-09-22 04:09:13] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006706 10.0.0.56 - - [2025-09-22 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.56 - - [2025-09-22 04:09:14] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004852 10.0.0.56 - - [2025-09-22 04:09:14] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003900 10.0.0.56 - - [2025-09-22 04:09:14] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007707 10.0.0.56 - - [2025-09-22 04:09:14] "POST /neutron/port HTTP/1.1" 200 1089 0.017889 10.0.0.56 - - [2025-09-22 04:09:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018847 10.0.0.56 - - [2025-09-22 04:09:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.010423 10.0.0.56 - - [2025-09-22 04:09:19] "POST /neutron/port HTTP/1.1" 200 1089 0.022736 10.0.0.38 - - [2025-09-22 04:09:20] "GET /obj-perms HTTP/1.1" 200 5056 0.040947 10.0.0.56 - - [2025-09-22 04:09:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007872 10.0.0.56 - - [2025-09-22 04:09:29] "POST /neutron/port HTTP/1.1" 200 1089 0.022645 10.0.0.56 - - [2025-09-22 04:09:46] "POST /neutron/port HTTP/1.1" 200 1089 0.017844 10.0.0.56 - - [2025-09-22 04:09:46] "POST /neutron/subnet HTTP/1.1" 200 646 0.010655 10.0.0.56 - - [2025-09-22 04:10:19] "POST /neutron/port HTTP/1.1" 200 1089 0.019474 10.0.0.56 - - [2025-09-22 04:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.56 - - [2025-09-22 04:10:19] "POST /neutron/network HTTP/1.1" 200 886 0.007619 10.0.0.56 - - [2025-09-22 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.023483 10.0.0.56 - - [2025-09-22 04:10:21] "GET /virtual-router/bffabf95-71e4-4dbb-9ade-8461bc3e1edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007627 10.0.0.56 - - [2025-09-22 04:10:46] "POST /neutron/port HTTP/1.1" 200 1089 0.042653 10.0.0.56 - - [2025-09-22 04:10:46] "POST /neutron/port HTTP/1.1" 200 1089 0.019341 10.0.0.56 - - [2025-09-22 04:10:47] "POST /neutron/network HTTP/1.1" 200 896 0.007702 10.0.0.56 - - [2025-09-22 04:10:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005697 10.0.0.56 - - [2025-09-22 04:10:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.011189 10.0.0.56 - - [2025-09-22 04:10:47] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.56 - - [2025-09-22 04:10:47] "POST /neutron/network HTTP/1.1" 200 886 0.009885 ++ 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 Sep 22 04:11:17 AM UTC 2025 ===================' INFO: =================== Mon Sep 22 04:11:17 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ 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.56,10.0.0.38,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56,10.0.0.38,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.38,10.0.0.27 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 + cassandra_server_list='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ 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: 09/22/2025 04:11:26.448 7efd36b8b800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/22/2025 04:11:26.600 7efd36b8b800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/22/2025 04:11:26.613 7efd36b8b800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/22/2025 04:11:26.613 7efd36b8b800 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-09-22 04:11:27] "GET / HTTP/1.1" 503 181 0.000465 10.0.0.27 - - [2025-09-22 04:11:27] "GET / HTTP/1.1" 503 181 0.000153 [Introspect:8084]10.0.0.56 - - [2025-09-22 04:11:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001793 10.0.0.27 - - [2025-09-22 04:11:28] "GET / HTTP/1.1" 200 45871 0.001677 10.0.0.27 - - [2025-09-22 04:11:28] "GET / HTTP/1.1" 200 45871 0.001142 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-09-22 04:11:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000882 10.0.0.27 - - [2025-09-22 04:11:28] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000265 10.0.0.27 - - [2025-09-22 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.609194 10.0.0.27 - - [2025-09-22 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.27 - - [2025-09-22 04:11:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.338625 10.0.0.27 - - [2025-09-22 04:11:29] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003284 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.27 - - [2025-09-22 04:11:29] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.27 - - [2025-09-22 04:11:29] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.054399 10.0.0.27 - - [2025-09-22 04:11:29] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000996 10.0.0.27 - - [2025-09-22 04:11:29] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=security_groups HTTP/1.1" 200 1088 0.043202 10.0.0.27 - - [2025-09-22 04:11:29] "GET /projects?obj_uuids=e1501d28-76a5-48ff-b09f-4f0eed2b0ca4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001312 10.0.0.27 - - [2025-09-22 04:11:29] "GET /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4?fields=application_policy_sets HTTP/1.1" 200 1381 0.047061 10.0.0.27 - - [2025-09-22 04:11:29] "DELETE /project/e1501d28-76a5-48ff-b09f-4f0eed2b0ca4 HTTP/1.1" 409 278 0.275962 [Introspect:8084]10.0.0.56 - - [2025-09-22 04:11:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001799 [Introspect:8084]10.0.0.56 - - [2025-09-22 04:11:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001287 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.56 - - [2025-09-22 04:11:34] "GET /obj-perms HTTP/1.1" 200 5032 0.366857 10.0.0.56 - - [2025-09-22 04:11:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004273 10.0.0.56 - - [2025-09-22 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.023449 10.0.0.27 - - [2025-09-22 04:11:34] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.56 - - [2025-09-22 04:11:34] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055382 10.0.0.56 - - [2025-09-22 04:11:34] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004468 10.0.0.56 - - [2025-09-22 04:11:34] "POST /virtual-networks HTTP/1.1" 200 546 0.091962 10.0.0.56 - - [2025-09-22 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-09-22 04:11:34] "GET /network-ipam/14f5c378-8417-4f97-ae6f-6ea3af631d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004755 10.0.0.27 - - [2025-09-22 04:11:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008039 10.0.0.56 - - [2025-09-22 04:11:35] "POST /ref-update HTTP/1.1" 200 156 0.111211 10.0.0.56 - - [2025-09-22 04:11:35] "POST /neutron/network HTTP/1.1" 200 809 0.032954 10.0.0.56 - - [2025-09-22 04:11:35] "GET /virtual-network/4c2e06fb-bba1-449f-abbf-788f176ff858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006076 10.0.0.56 - - [2025-09-22 04:11:35] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006626 10.0.0.56 - - [2025-09-22 04:11:35] "GET /obj-perms HTTP/1.1" 200 5032 0.006303 10.0.0.56 - - [2025-09-22 04:11:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.002267 10.0.0.56 - - [2025-09-22 04:11:36] "POST /neutron/port HTTP/1.1" 200 2062 0.027257 10.0.0.27 - - [2025-09-22 04:11:36] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.56 - - [2025-09-22 04:11:36] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064411 10.0.0.56 - - [2025-09-22 04:11:36] "POST /neutron/network HTTP/1.1" 200 886 0.029948 10.0.0.56 - - [2025-09-22 04:11:37] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.27 - - [2025-09-22 04:11:37] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.56 - - [2025-09-22 04:11:37] "POST /neutron/port HTTP/1.1" 200 1061 0.317805 10.0.0.56 - - [2025-09-22 04:11:37] "POST /neutron/port HTTP/1.1" 200 1115 0.145575 10.0.0.56 - - [2025-09-22 04:11:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.012100 10.0.0.56 - - [2025-09-22 04:11:42] "POST /neutron/port HTTP/1.1" 200 1089 0.025343 10.0.0.56 - - [2025-09-22 04:11:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008525 10.0.0.56 - - [2025-09-22 04:11:42] "POST /neutron/port HTTP/1.1" 200 1089 0.016972 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.028354 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.004001 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine-interface/75952831-b32d-400f-b497-72b5ed547547 HTTP/1.1" 200 2949 0.005705 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.004658 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine-interface/75952831-b32d-400f-b497-72b5ed547547 HTTP/1.1" 200 2949 0.006413 10.0.0.56 - - [2025-09-22 04:11:42] "GET /instance-ip/cfa16862-dc51-4daa-9141-d0dd30d09d8d HTTP/1.1" 200 1624 0.006426 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.003283 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-machine-interface/75952831-b32d-400f-b497-72b5ed547547 HTTP/1.1" 200 2949 0.006138 10.0.0.56 - - [2025-09-22 04:11:42] "GET /instance-ip/cfa16862-dc51-4daa-9141-d0dd30d09d8d HTTP/1.1" 200 1624 0.006319 10.0.0.56 - - [2025-09-22 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.56 - - [2025-09-22 04:11:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003797 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003628 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006514 10.0.0.56 - - [2025-09-22 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.56 - - [2025-09-22 04:11:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005947 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003268 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006118 10.0.0.56 - - [2025-09-22 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.56 - - [2025-09-22 04:11:42] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005532 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003395 10.0.0.56 - - [2025-09-22 04:11:42] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008473 10.0.0.56 - - [2025-09-22 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.56 - - [2025-09-22 04:11:43] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.56 - - [2025-09-22 04:11:43] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003925 10.0.0.56 - - [2025-09-22 04:11:43] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006577 10.0.0.56 - - [2025-09-22 04:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.56 - - [2025-09-22 04:11:43] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005316 10.0.0.56 - - [2025-09-22 04:11:43] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003229 10.0.0.56 - - [2025-09-22 04:11:43] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006654 10.0.0.56 - - [2025-09-22 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.56 - - [2025-09-22 04:11:46] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005997 10.0.0.56 - - [2025-09-22 04:11:48] "POST /neutron/port HTTP/1.1" 200 1089 0.048957 10.0.0.56 - - [2025-09-22 04:11:48] "POST /neutron/subnet HTTP/1.1" 200 646 0.009909 10.0.0.56 - - [2025-09-22 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.56 - - [2025-09-22 04:11:50] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006461 10.0.0.56 - - [2025-09-22 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.56 - - [2025-09-22 04:11:54] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005967 10.0.0.56 - - [2025-09-22 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-09-22 04:11:58] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006127 10.0.0.56 - - [2025-09-22 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.56 - - [2025-09-22 04:12:02] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006078 10.0.0.56 - - [2025-09-22 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.56 - - [2025-09-22 04:12:06] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005397 10.0.0.56 - - [2025-09-22 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.56 - - [2025-09-22 04:12:10] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008351 10.0.0.56 - - [2025-09-22 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-09-22 04:12:12] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.56 - - [2025-09-22 04:12:12] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003150 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006335 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.56 - - [2025-09-22 04:12:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004889 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003761 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007357 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.56 - - [2025-09-22 04:12:13] "GET /routing-instance/75c3b649-d269-426a-a6a2-fac927966cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005797 10.0.0.56 - - [2025-09-22 04:12:13] "GET /route-target/7d67d607-e6d0-4484-9bf4-b2d019b963cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004759 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.56 - - [2025-09-22 04:12:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004880 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006955 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.56 - - [2025-09-22 04:12:13] "GET /routing-instance/75c3b649-d269-426a-a6a2-fac927966cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005621 10.0.0.56 - - [2025-09-22 04:12:13] "GET /route-target/7d67d607-e6d0-4484-9bf4-b2d019b963cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006654 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.56 - - [2025-09-22 04:12:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005345 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003284 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006161 10.0.0.56 - - [2025-09-22 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.56 - - [2025-09-22 04:12:13] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003867 10.0.0.56 - - [2025-09-22 04:12:13] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007328 10.0.0.27 - - [2025-09-22 04:12:13] "GET /obj-perms HTTP/1.1" 200 5032 0.057374 10.0.0.56 - - [2025-09-22 04:12:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004726 10.0.0.56 - - [2025-09-22 04:12:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004533 10.0.0.56 - - [2025-09-22 04:12:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004568 10.0.0.38 - - [2025-09-22 04:12:14] "GET /obj-perms HTTP/1.1" 200 5032 0.042188 10.0.0.27 - - [2025-09-22 04:12:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004272 10.0.0.56 - - [2025-09-22 04:12:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.56 - - [2025-09-22 04:12:14] "POST /neutron/port HTTP/1.1" 200 3034 0.019797 10.0.0.27 - - [2025-09-22 04:12:15] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001396 10.0.0.56 - - [2025-09-22 04:12:15] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076626 10.0.0.56 - - [2025-09-22 04:12:15] "POST /neutron/network HTTP/1.1" 200 886 0.009070 10.0.0.56 - - [2025-09-22 04:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.010118 10.0.0.27 - - [2025-09-22 04:12:15] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.56 - - [2025-09-22 04:12:16] "POST /neutron/port HTTP/1.1" 200 1061 0.327207 10.0.0.56 - - [2025-09-22 04:12:16] "POST /neutron/port HTTP/1.1" 200 1115 0.139130 10.0.0.56 - - [2025-09-22 04:12:16] "POST /neutron/subnet HTTP/1.1" 200 646 0.009906 10.0.0.56 - - [2025-09-22 04:12:19] "POST /neutron/port HTTP/1.1" 200 1089 0.043481 10.0.0.56 - - [2025-09-22 04:12:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008611 10.0.0.56 - - [2025-09-22 04:12:20] "POST /neutron/port HTTP/1.1" 200 1089 0.021150 10.0.0.56 - - [2025-09-22 04:12:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008897 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.017003 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.004687 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine-interface/e178706c-cccf-4e57-950f-9a9a9dd321a5 HTTP/1.1" 200 2950 0.006293 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.004749 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine-interface/e178706c-cccf-4e57-950f-9a9a9dd321a5 HTTP/1.1" 200 2950 0.006535 10.0.0.56 - - [2025-09-22 04:12:20] "GET /instance-ip/886d48ff-c661-40e3-b55f-6ff9c8c2ac3d HTTP/1.1" 200 1623 0.007275 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.004097 10.0.0.56 - - [2025-09-22 04:12:20] "GET /virtual-machine-interface/e178706c-cccf-4e57-950f-9a9a9dd321a5 HTTP/1.1" 200 2950 0.006714 10.0.0.56 - - [2025-09-22 04:12:20] "GET /instance-ip/886d48ff-c661-40e3-b55f-6ff9c8c2ac3d HTTP/1.1" 200 1623 0.009895 10.0.0.56 - - [2025-09-22 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.56 - - [2025-09-22 04:12:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004632 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003706 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008988 10.0.0.56 - - [2025-09-22 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.56 - - [2025-09-22 04:12:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005950 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003680 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008536 10.0.0.56 - - [2025-09-22 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.56 - - [2025-09-22 04:12:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005743 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003876 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006791 10.0.0.56 - - [2025-09-22 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.56 - - [2025-09-22 04:12:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005798 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003733 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006650 10.0.0.56 - - [2025-09-22 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.56 - - [2025-09-22 04:12:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005148 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003386 10.0.0.56 - - [2025-09-22 04:12:21] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006400 10.0.0.56 - - [2025-09-22 04:12:23] "POST /neutron/network HTTP/1.1" 200 896 0.008692 10.0.0.56 - - [2025-09-22 04:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.56 - - [2025-09-22 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.56 - - [2025-09-22 04:12:24] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007341 10.0.0.56 - - [2025-09-22 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-09-22 04:12:28] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007057 10.0.0.56 - - [2025-09-22 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.56 - - [2025-09-22 04:12:32] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007317 10.0.0.56 - - [2025-09-22 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-09-22 04:12:37] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009026 10.0.0.56 - - [2025-09-22 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.56 - - [2025-09-22 04:12:41] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006216 10.0.0.56 - - [2025-09-22 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.56 - - [2025-09-22 04:12:45] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006384 10.0.0.56 - - [2025-09-22 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.56 - - [2025-09-22 04:12:49] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006457 10.0.0.56 - - [2025-09-22 04:12:50] "POST /neutron/port HTTP/1.1" 200 1089 0.021683 10.0.0.56 - - [2025-09-22 04:12:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.008946 10.0.0.56 - - [2025-09-22 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.56 - - [2025-09-22 04:12:53] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006563 10.0.0.56 - - [2025-09-22 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.56 - - [2025-09-22 04:12:57] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007159 10.0.0.56 - - [2025-09-22 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.56 - - [2025-09-22 04:13:01] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006988 10.0.0.56 - - [2025-09-22 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.56 - - [2025-09-22 04:13:05] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006403 10.0.0.56 - - [2025-09-22 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.56 - - [2025-09-22 04:13:07] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.56 - - [2025-09-22 04:13:07] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003226 10.0.0.56 - - [2025-09-22 04:13:07] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006840 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-09-22 04:13:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003551 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008879 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.56 - - [2025-09-22 04:13:08] "GET /routing-instance/5b4e1fbe-d4d7-4f73-85cd-c4e8dac80298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005582 10.0.0.56 - - [2025-09-22 04:13:08] "GET /route-target/a40b231f-ae9c-443f-96a9-4045b511ef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004518 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.56 - - [2025-09-22 04:13:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005198 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003613 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006192 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.56 - - [2025-09-22 04:13:08] "GET /routing-instance/5b4e1fbe-d4d7-4f73-85cd-c4e8dac80298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004487 10.0.0.56 - - [2025-09-22 04:13:08] "GET /route-target/a40b231f-ae9c-443f-96a9-4045b511ef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003900 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.56 - - [2025-09-22 04:13:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004791 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006939 10.0.0.56 - - [2025-09-22 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.56 - - [2025-09-22 04:13:08] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003471 10.0.0.56 - - [2025-09-22 04:13:08] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007566 10.0.0.27 - - [2025-09-22 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004232 10.0.0.56 - - [2025-09-22 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004102 10.0.0.56 - - [2025-09-22 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004333 10.0.0.56 - - [2025-09-22 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004124 10.0.0.56 - - [2025-09-22 04:13:09] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.004321 10.0.0.56 - - [2025-09-22 04:13:09] "GET /virtual-machine-interface/75952831-b32d-400f-b497-72b5ed547547 HTTP/1.1" 200 2949 0.005845 10.0.0.56 - - [2025-09-22 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.56 - - [2025-09-22 04:13:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.56 - - [2025-09-22 04:13:09] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003197 10.0.0.56 - - [2025-09-22 04:13:09] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007987 10.0.0.56 - - [2025-09-22 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007573 10.0.0.56 - - [2025-09-22 04:13:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.011349 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008911 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.004715 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-machine-interface/e178706c-cccf-4e57-950f-9a9a9dd321a5 HTTP/1.1" 200 2950 0.005843 10.0.0.56 - - [2025-09-22 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.56 - - [2025-09-22 04:13:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003799 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003674 10.0.0.56 - - [2025-09-22 04:13:10] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010520 10.0.0.56 - - [2025-09-22 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.56 - - [2025-09-22 04:13:11] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004455 10.0.0.56 - - [2025-09-22 04:13:11] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004228 10.0.0.56 - - [2025-09-22 04:13:11] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006948 10.0.0.56 - - [2025-09-22 04:13:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016095 10.0.0.56 - - [2025-09-22 04:13:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009050 10.0.0.56 - - [2025-09-22 04:13:22] "POST /neutron/port HTTP/1.1" 200 1089 0.017124 10.0.0.56 - - [2025-09-22 04:13:24] "POST /neutron/port HTTP/1.1" 200 1089 0.019555 10.0.0.38 - - [2025-09-22 04:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.053480 10.0.0.56 - - [2025-09-22 04:13:24] "POST /neutron/subnet HTTP/1.1" 200 646 0.014421 10.0.0.56 - - [2025-09-22 04:13:27] "POST /neutron/port HTTP/1.1" 200 1089 0.017890 10.0.0.27 - - [2025-09-22 04:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.048807 10.0.0.27 - - [2025-09-22 04:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.141127 10.0.0.56 - - [2025-09-22 04:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.087499 10.0.0.56 - - [2025-09-22 04:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.142949 10.0.0.27 - - [2025-09-22 04:13:33] "GET /global-system-configs HTTP/1.1" 200 322 0.087811 10.0.0.38 - - [2025-09-22 04:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.141307 10.0.0.56 - - [2025-09-22 04:13:34] "GET /global-system-configs HTTP/1.1" 200 322 0.076476 10.0.0.27 - - [2025-09-22 04:13:34] "GET /obj-perms HTTP/1.1" 200 5056 0.151295 10.0.0.38 - - [2025-09-22 04:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.079548 10.0.0.38 - - [2025-09-22 04:13:35] "GET /global-system-configs HTTP/1.1" 200 322 0.170497 10.0.0.56 - - [2025-09-22 04:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.319789 10.0.0.38 - - [2025-09-22 04:13:35] "GET /obj-perms HTTP/1.1" 200 5056 0.346941 10.0.0.56 - - [2025-09-22 04:13:52] "POST /neutron/port HTTP/1.1" 200 1089 0.018630 10.0.0.56 - - [2025-09-22 04:13:52] "POST /neutron/subnet HTTP/1.1" 200 646 0.010267 10.0.0.56 - - [2025-09-22 04:14:07] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 200 1293 0.004487 10.0.0.56 - - [2025-09-22 04:14:08] "POST /neutron/port HTTP/1.1" 200 1089 0.018122 10.0.0.56 - - [2025-09-22 04:14:09] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 404 171 0.004375 10.0.0.56 - - [2025-09-22 04:14:09] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 404 171 0.003365 10.0.0.56 - - [2025-09-22 04:14:09] "GET /virtual-machine/7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb HTTP/1.1" 404 171 0.003297 10.0.0.56 - - [2025-09-22 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-09-22 04:14:09] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004352 10.0.0.56 - - [2025-09-22 04:14:09] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003214 10.0.0.56 - - [2025-09-22 04:14:09] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007593 10.0.0.56 - - [2025-09-22 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.56 - - [2025-09-22 04:14:09] "GET /routing-instance/5b4e1fbe-d4d7-4f73-85cd-c4e8dac80298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005519 10.0.0.56 - - [2025-09-22 04:14:09] "GET /route-target/a40b231f-ae9c-443f-96a9-4045b511ef54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005409 10.0.0.56 - - [2025-09-22 04:14:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004642 10.0.0.56 - - [2025-09-22 04:14:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004814 10.0.0.56 - - [2025-09-22 04:14:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004493 10.0.0.27 - - [2025-09-22 04:14:16] "GET /obj-perms HTTP/1.1" 200 5032 0.010970 10.0.0.56 - - [2025-09-22 04:14:16] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 200 1294 0.004448 10.0.0.56 - - [2025-09-22 04:14:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016567 10.0.0.56 - - [2025-09-22 04:14:18] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 404 171 0.003822 10.0.0.56 - - [2025-09-22 04:14:18] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 404 171 0.002883 10.0.0.56 - - [2025-09-22 04:14:18] "GET /virtual-machine/edf5f476-5117-47e9-9612-e6cd54263439 HTTP/1.1" 404 171 0.003283 10.0.0.56 - - [2025-09-22 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.069395 10.0.0.56 - - [2025-09-22 04:14:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.56 - - [2025-09-22 04:14:18] "GET /virtual-networks?parent_id=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003150 10.0.0.56 - - [2025-09-22 04:14:18] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006605 10.0.0.56 - - [2025-09-22 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.56 - - [2025-09-22 04:14:19] "GET /routing-instance/75c3b649-d269-426a-a6a2-fac927966cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004701 10.0.0.56 - - [2025-09-22 04:14:19] "GET /route-target/7d67d607-e6d0-4484-9bf4-b2d019b963cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003503 10.0.0.56 - - [2025-09-22 04:14:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004985 10.0.0.56 - - [2025-09-22 04:14:25] "POST /neutron/port HTTP/1.1" 200 1089 0.018398 10.0.0.56 - - [2025-09-22 04:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005192 10.0.0.56 - - [2025-09-22 04:14:25] "POST /neutron/network HTTP/1.1" 200 886 0.009168 10.0.0.56 - - [2025-09-22 04:14:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004237 10.0.0.56 - - [2025-09-22 04:14:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004629 10.0.0.27 - - [2025-09-22 04:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.27 - - [2025-09-22 04:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.56 - - [2025-09-22 04:14:25] "DELETE /virtual-network/4c2e06fb-bba1-449f-abbf-788f176ff858 HTTP/1.1" 200 115 0.120270 10.0.0.56 - - [2025-09-22 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.043813 10.0.0.56 - - [2025-09-22 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.56 - - [2025-09-22 04:14:25] "GET /network-policy/2b55b47f-1918-4051-8fc9-d509db3cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004205 10.0.0.56 - - [2025-09-22 04:14:25] "POST /ref-update HTTP/1.1" 200 156 0.051931 10.0.0.56 - - [2025-09-22 04:14:25] "POST /ref-update HTTP/1.1" 200 156 0.028093 10.0.0.56 - - [2025-09-22 04:14:25] "GET /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008752 10.0.0.56 - - [2025-09-22 04:14:25] "DELETE /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735 HTTP/1.1" 409 248 0.012649 10.0.0.56 - - [2025-09-22 04:14:26] "POST /neutron/port HTTP/1.1" 200 1089 0.016641 10.0.0.56 - - [2025-09-22 04:14:26] "POST /neutron/port HTTP/1.1" 200 151 0.205541 10.0.0.27 - - [2025-09-22 04:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004995 10.0.0.27 - - [2025-09-22 04:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005194 10.0.0.56 - - [2025-09-22 04:14:27] "DELETE /virtual-network/55cf8aca-6386-4e3d-8d0f-027ed8b6e735 HTTP/1.1" 200 115 0.113053 10.0.0.56 - - [2025-09-22 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.56 - - [2025-09-22 04:14:28] "GET /network-policy/6e61dc99-7edd-4293-a5d6-28d48fdb4c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003674 10.0.0.56 - - [2025-09-22 04:14:28] "POST /ref-update HTTP/1.1" 200 156 0.059583 10.0.0.56 - - [2025-09-22 04:14:28] "DELETE /access-control-list/30dead37-56a7-4be7-8d02-a6ab42d8dc4c HTTP/1.1" 200 115 0.047385 10.0.0.56 - - [2025-09-22 04:14:28] "GET /virtual-network/93e98444-30a7-4702-8540-af01c0be436f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008391 10.0.0.27 - - [2025-09-22 04:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003561 10.0.0.27 - - [2025-09-22 04:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.56 - - [2025-09-22 04:14:28] "DELETE /virtual-network/93e98444-30a7-4702-8540-af01c0be436f HTTP/1.1" 200 115 0.142377 10.0.0.56 - - [2025-09-22 04:14:28] "DELETE /network-policy/2b55b47f-1918-4051-8fc9-d509db3cb33a HTTP/1.1" 200 115 0.033877 10.0.0.56 - - [2025-09-22 04:14:28] "DELETE /network-policy/6e61dc99-7edd-4293-a5d6-28d48fdb4c1d HTTP/1.1" 200 115 0.037273 10.0.0.27 - - [2025-09-22 04:15:06] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002059 10.0.0.56 - - [2025-09-22 04:15:06] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075984 10.0.0.27 - - [2025-09-22 04:15:06] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001330 10.0.0.56 - - [2025-09-22 04:15:06] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?fields=virtual_networks HTTP/1.1" 200 1032 0.058327 10.0.0.27 - - [2025-09-22 04:15:06] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.56 - - [2025-09-22 04:15:06] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.048975 10.0.0.27 - - [2025-09-22 04:15:06] "GET /projects?obj_uuids=0bc87f3f-6767-4c31-b9d4-0853d7b69fbf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.56 - - [2025-09-22 04:15:06] "GET /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf?fields=security_groups HTTP/1.1" 200 1259 0.050597 10.0.0.56 - - [2025-09-22 04:15:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.335546 10.0.0.27 - - [2025-09-22 04:15:08] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002989 10.0.0.27 - - [2025-09-22 04:15:08] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.27 - - [2025-09-22 04:15:08] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008038 10.0.0.27 - - [2025-09-22 04:15:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001983 10.0.0.27 - - [2025-09-22 04:15:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.004704 10.0.0.27 - - [2025-09-22 04:15:08] "POST /security-groups HTTP/1.1" 200 591 0.034757 10.0.0.56 - - [2025-09-22 04:15:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.009440 10.0.0.27 - - [2025-09-22 04:15:08] "POST /projects HTTP/1.1" 200 585 0.279069 10.0.0.27 - - [2025-09-22 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.358826 10.0.0.56 - - [2025-09-22 04:15:08] "POST /access-control-lists HTTP/1.1" 200 594 0.036438 10.0.0.56 - - [2025-09-22 04:15:08] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.506408 10.0.0.56 - - [2025-09-22 04:15:09] "GET / HTTP/1.1" 200 35931 0.002266 10.0.0.56 - - [2025-09-22 04:15:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.56 - - [2025-09-22 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.063974 10.0.0.27 - - [2025-09-22 04:15:11] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.56 - - [2025-09-22 04:15:11] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055366 10.0.0.56 - - [2025-09-22 04:15:11] "POST /neutron/network HTTP/1.1" 200 117 0.039920 10.0.0.56 - - [2025-09-22 04:15:12] "POST /neutron/network HTTP/1.1" 200 826 0.013633 10.0.0.56 - - [2025-09-22 04:15:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.003323 10.0.0.56 - - [2025-09-22 04:15:12] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.012394 10.0.0.56 - - [2025-09-22 04:15:12] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007260 10.0.0.56 - - [2025-09-22 04:15:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.010801 10.0.0.56 - - [2025-09-22 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.27 - - [2025-09-22 04:15:12] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.56 - - [2025-09-22 04:15:12] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043442 10.0.0.56 - - [2025-09-22 04:15:12] "POST /route-targets HTTP/1.1" 200 327 0.013417 10.0.0.27 - - [2025-09-22 04:15:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007062 10.0.0.56 - - [2025-09-22 04:15:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.200491 10.0.0.56 - - [2025-09-22 04:15:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001556 10.0.0.56 - - [2025-09-22 04:15:13] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006070 10.0.0.56 - - [2025-09-22 04:15:13] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006636 10.0.0.56 - - [2025-09-22 04:15:13] "POST /neutron/network HTTP/1.1" 200 825 0.007146 10.0.0.56 - - [2025-09-22 04:15:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001458 10.0.0.27 - - [2025-09-22 04:15:13] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001704 10.0.0.56 - - [2025-09-22 04:15:13] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068013 10.0.0.56 - - [2025-09-22 04:15:14] "POST /neutron/network HTTP/1.1" 200 826 0.008007 10.0.0.56 - - [2025-09-22 04:15:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001506 10.0.0.56 - - [2025-09-22 04:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.006953 10.0.0.56 - - [2025-09-22 04:15:14] "DELETE /access-control-list/fff7f79c-a246-4ff8-ac93-ead7fe046ca0 HTTP/1.1" 200 115 0.045689 10.0.0.27 - - [2025-09-22 04:15:14] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/port HTTP/1.1" 200 1062 0.325364 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/port HTTP/1.1" 200 1116 0.099787 10.0.0.27 - - [2025-09-22 04:15:15] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.56 - - [2025-09-22 04:15:15] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.114109 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/network HTTP/1.1" 200 825 0.011570 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/network HTTP/1.1" 200 826 0.008342 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.006293 10.0.0.56 - - [2025-09-22 04:15:15] "POST /neutron/network HTTP/1.1" 200 835 0.010072 10.0.0.56 - - [2025-09-22 04:15:16] "POST /neutron/port HTTP/1.1" 200 1061 0.015103 10.0.0.56 - - [2025-09-22 04:15:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012645 10.0.0.56 - - [2025-09-22 04:15:16] "POST /neutron/network HTTP/1.1" 200 825 0.007503 10.0.0.56 - - [2025-09-22 04:15:20] "POST /neutron/port HTTP/1.1" 200 1090 0.015728 10.0.0.56 - - [2025-09-22 04:15:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008639 10.0.0.56 - - [2025-09-22 04:15:21] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 401 292 0.000437 10.0.0.56 - - [2025-09-22 04:15:21] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 200 1293 0.026232 10.0.0.56 - - [2025-09-22 04:15:21] "GET /virtual-machine-interface/ce9f206f-11f0-431b-9284-01526d3afca2 HTTP/1.1" 200 2942 0.006385 10.0.0.56 - - [2025-09-22 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.56 - - [2025-09-22 04:15:21] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.56 - - [2025-09-22 04:15:21] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003625 10.0.0.56 - - [2025-09-22 04:15:21] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006991 10.0.0.56 - - [2025-09-22 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-09-22 04:15:24] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005823 10.0.0.56 - - [2025-09-22 04:15:25] "POST /neutron/port HTTP/1.1" 200 1089 0.019177 10.0.0.56 - - [2025-09-22 04:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.56 - - [2025-09-22 04:15:25] "POST /neutron/network HTTP/1.1" 200 825 0.007471 10.0.0.38 - - [2025-09-22 04:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.065009 10.0.0.27 - - [2025-09-22 04:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.040067 10.0.0.56 - - [2025-09-22 04:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.56 - - [2025-09-22 04:15:28] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004634 10.0.0.56 - - [2025-09-22 04:15:28] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003374 10.0.0.56 - - [2025-09-22 04:15:28] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007343 10.0.0.56 - - [2025-09-22 04:15:28] "POST /neutron/port HTTP/1.1" 200 1089 0.015294 10.0.0.56 - - [2025-09-22 04:15:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008476 10.0.0.56 - - [2025-09-22 04:15:29] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 200 1292 0.007030 10.0.0.56 - - [2025-09-22 04:15:29] "GET /virtual-machine-interface/ae679754-545d-4c62-ae48-90eeba7990bb HTTP/1.1" 200 2942 0.007843 10.0.0.56 - - [2025-09-22 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.56 - - [2025-09-22 04:15:29] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004339 10.0.0.56 - - [2025-09-22 04:15:29] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003547 10.0.0.56 - - [2025-09-22 04:15:29] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006551 10.0.0.27 - - [2025-09-22 04:15:30] "DELETE /project/0bc87f3f-6767-4c31-b9d4-0853d7b69fbf HTTP/1.1" 404 177 0.007094 10.0.0.27 - - [2025-09-22 04:15:30] "DELETE /project/d78494a28d004418aa814046e67f927a HTTP/1.1" 404 173 0.003647 10.0.0.56 - - [2025-09-22 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.56 - - [2025-09-22 04:15:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004003 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003778 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006287 10.0.0.56 - - [2025-09-22 04:15:30] "POST /neutron/port HTTP/1.1" 200 1090 0.016090 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 200 1293 0.004344 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine-interface/ce9f206f-11f0-431b-9284-01526d3afca2 HTTP/1.1" 200 2942 0.006524 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 200 1293 0.003965 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine-interface/ce9f206f-11f0-431b-9284-01526d3afca2 HTTP/1.1" 200 2942 0.006842 10.0.0.56 - - [2025-09-22 04:15:30] "GET /instance-ip/d0ed3166-dd01-4887-9b64-4bfe343b831f HTTP/1.1" 200 1623 0.007738 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 200 1293 0.003777 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-machine-interface/ce9f206f-11f0-431b-9284-01526d3afca2 HTTP/1.1" 200 2942 0.005401 10.0.0.56 - - [2025-09-22 04:15:30] "GET /instance-ip/d0ed3166-dd01-4887-9b64-4bfe343b831f HTTP/1.1" 200 1623 0.004069 10.0.0.56 - - [2025-09-22 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.56 - - [2025-09-22 04:15:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004639 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003482 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007086 10.0.0.56 - - [2025-09-22 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.56 - - [2025-09-22 04:15:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004621 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002762 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006120 10.0.0.56 - - [2025-09-22 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-09-22 04:15:30] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004572 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004986 10.0.0.56 - - [2025-09-22 04:15:30] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006147 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-09-22 04:15:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005210 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003551 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006711 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.56 - - [2025-09-22 04:15:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004954 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002965 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007376 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-09-22 04:15:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003788 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003361 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006053 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.56 - - [2025-09-22 04:15:31] "GET /routing-instance/15832a57-e137-43e1-a2b9-46df62cc14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006403 10.0.0.56 - - [2025-09-22 04:15:31] "GET /route-target/35572743-f271-4d75-9d4d-cc6d4a5b4eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006798 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.56 - - [2025-09-22 04:15:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005193 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003806 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007384 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.56 - - [2025-09-22 04:15:31] "GET /routing-instance/15832a57-e137-43e1-a2b9-46df62cc14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004410 10.0.0.56 - - [2025-09-22 04:15:31] "GET /route-target/35572743-f271-4d75-9d4d-cc6d4a5b4eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004435 10.0.0.56 - - [2025-09-22 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.56 - - [2025-09-22 04:15:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.56 - - [2025-09-22 04:15:31] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003826 10.0.0.56 - - [2025-09-22 04:15:32] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006220 10.0.0.56 - - [2025-09-22 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.56 - - [2025-09-22 04:15:32] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006061 10.0.0.56 - - [2025-09-22 04:15:32] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003989 10.0.0.56 - - [2025-09-22 04:15:32] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007044 10.0.0.27 - - [2025-09-22 04:15:36] "GET /obj-perms HTTP/1.1" 200 5030 0.043382 10.0.0.27 - - [2025-09-22 04:15:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005290 10.0.0.27 - - [2025-09-22 04:15:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004195 10.0.0.56 - - [2025-09-22 04:15:47] "GET /obj-perms HTTP/1.1" 200 5030 0.047500 10.0.0.56 - - [2025-09-22 04:15:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004347 10.0.0.56 - - [2025-09-22 04:15:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003999 10.0.0.56 - - [2025-09-22 04:15:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009002 10.0.0.56 - - [2025-09-22 04:15:47] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 200 1292 0.004808 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-machine-interface/ae679754-545d-4c62-ae48-90eeba7990bb HTTP/1.1" 200 2942 0.009155 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 200 1292 0.004561 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-machine-interface/ae679754-545d-4c62-ae48-90eeba7990bb HTTP/1.1" 200 2942 0.005823 10.0.0.56 - - [2025-09-22 04:15:48] "GET /instance-ip/ea4141b9-d35e-4280-abd1-d77be113d2b5 HTTP/1.1" 200 1622 0.007111 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 200 1292 0.004371 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-machine-interface/ae679754-545d-4c62-ae48-90eeba7990bb HTTP/1.1" 200 2942 0.006277 10.0.0.56 - - [2025-09-22 04:15:48] "GET /instance-ip/ea4141b9-d35e-4280-abd1-d77be113d2b5 HTTP/1.1" 200 1622 0.006609 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004458 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003548 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006808 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003255 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006200 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008222 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003315 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006035 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004998 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003262 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006181 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005573 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003516 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010680 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.56 - - [2025-09-22 04:15:48] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005052 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003274 10.0.0.56 - - [2025-09-22 04:15:48] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006315 10.0.0.56 - - [2025-09-22 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.56 - - [2025-09-22 04:15:48] "GET /routing-instance/76f93400-9dcc-43cd-9c30-441d590e37b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004906 10.0.0.56 - - [2025-09-22 04:15:48] "GET /route-target/28866e85-b3ed-4d12-aabf-8021197e0be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005398 10.0.0.56 - - [2025-09-22 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.56 - - [2025-09-22 04:15:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005111 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003552 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007750 10.0.0.56 - - [2025-09-22 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.56 - - [2025-09-22 04:15:49] "GET /routing-instance/76f93400-9dcc-43cd-9c30-441d590e37b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005107 10.0.0.56 - - [2025-09-22 04:15:49] "GET /route-target/28866e85-b3ed-4d12-aabf-8021197e0be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005281 10.0.0.56 - - [2025-09-22 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.56 - - [2025-09-22 04:15:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004871 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003876 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006896 10.0.0.56 - - [2025-09-22 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.56 - - [2025-09-22 04:15:49] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004396 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004194 10.0.0.56 - - [2025-09-22 04:15:49] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006852 10.0.0.27 - - [2025-09-22 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005087 10.0.0.56 - - [2025-09-22 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004439 10.0.0.56 - - [2025-09-22 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004457 10.0.0.56 - - [2025-09-22 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004114 10.0.0.27 - - [2025-09-22 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004865 10.0.0.56 - - [2025-09-22 04:15:54] "POST /neutron/network HTTP/1.1" 200 836 0.008846 10.0.0.56 - - [2025-09-22 04:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.56 - - [2025-09-22 04:16:16] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 200 1292 0.010571 10.0.0.56 - - [2025-09-22 04:16:16] "POST /neutron/port HTTP/1.1" 200 1115 0.013190 10.0.0.56 - - [2025-09-22 04:16:18] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 404 171 0.004179 10.0.0.56 - - [2025-09-22 04:16:18] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 404 171 0.003743 10.0.0.56 - - [2025-09-22 04:16:18] "GET /virtual-machine/1ad3cc00-f18a-4aca-a30e-01753b332abc HTTP/1.1" 404 171 0.003447 10.0.0.56 - - [2025-09-22 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.56 - - [2025-09-22 04:16:18] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004553 10.0.0.56 - - [2025-09-22 04:16:18] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003665 10.0.0.56 - - [2025-09-22 04:16:18] "GET /virtual-network/3f734761-c2f6-4233-b341-247886302f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007994 10.0.0.56 - - [2025-09-22 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.56 - - [2025-09-22 04:16:18] "GET /routing-instance/76f93400-9dcc-43cd-9c30-441d590e37b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005706 10.0.0.56 - - [2025-09-22 04:16:18] "GET /route-target/28866e85-b3ed-4d12-aabf-8021197e0be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004792 10.0.0.56 - - [2025-09-22 04:16:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004384 10.0.0.56 - - [2025-09-22 04:16:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005227 10.0.0.38 - - [2025-09-22 04:16:25] "GET /obj-perms HTTP/1.1" 200 5030 0.046973 10.0.0.56 - - [2025-09-22 04:16:25] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 200 1293 0.005940 10.0.0.56 - - [2025-09-22 04:16:25] "POST /neutron/port HTTP/1.1" 200 1116 0.013365 10.0.0.56 - - [2025-09-22 04:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.068789 10.0.0.56 - - [2025-09-22 04:16:27] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 404 171 0.004122 10.0.0.56 - - [2025-09-22 04:16:27] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 404 171 0.003608 10.0.0.56 - - [2025-09-22 04:16:27] "GET /virtual-machine/af4e6dee-6fd6-4f59-8c70-175e939637d9 HTTP/1.1" 404 171 0.003120 10.0.0.56 - - [2025-09-22 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.56 - - [2025-09-22 04:16:27] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004103 10.0.0.56 - - [2025-09-22 04:16:27] "GET /virtual-networks?parent_id=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003998 10.0.0.56 - - [2025-09-22 04:16:27] "GET /virtual-network/068fe030-9261-4f5d-b6fa-4a224647f0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007853 10.0.0.56 - - [2025-09-22 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.56 - - [2025-09-22 04:16:27] "GET /routing-instance/15832a57-e137-43e1-a2b9-46df62cc14a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005478 10.0.0.56 - - [2025-09-22 04:16:27] "GET /route-target/35572743-f271-4d75-9d4d-cc6d4a5b4eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004115 10.0.0.56 - - [2025-09-22 04:16:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004115 10.0.0.56 - - [2025-09-22 04:16:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004859 10.0.0.56 - - [2025-09-22 04:16:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004181 10.0.0.56 - - [2025-09-22 04:16:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004011 10.0.0.56 - - [2025-09-22 04:16:46] "GET /obj-perms HTTP/1.1" 200 5030 0.006436 10.0.0.27 - - [2025-09-22 04:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.041528 10.0.0.27 - - [2025-09-22 04:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003245 10.0.0.56 - - [2025-09-22 04:16:46] "POST /neutron/network HTTP/1.1" 200 151 0.175217 10.0.0.56 - - [2025-09-22 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007552 10.0.0.27 - - [2025-09-22 04:16:48] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.56 - - [2025-09-22 04:16:48] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043683 10.0.0.27 - - [2025-09-22 04:16:48] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.56 - - [2025-09-22 04:16:48] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?fields=virtual_networks HTTP/1.1" 200 1032 0.047441 10.0.0.27 - - [2025-09-22 04:16:48] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.56 - - [2025-09-22 04:16:48] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040827 10.0.0.27 - - [2025-09-22 04:16:48] "GET /projects?obj_uuids=d78494a2-8d00-4418-aa81-4046e67f927a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001430 10.0.0.56 - - [2025-09-22 04:16:48] "GET /project/d78494a2-8d00-4418-aa81-4046e67f927a?fields=security_groups HTTP/1.1" 200 1258 0.075234 10.0.0.56 - - [2025-09-22 04:16:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.021672 10.0.0.27 - - [2025-09-22 04:16:49] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.27 - - [2025-09-22 04:16:49] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.27 - - [2025-09-22 04:16:49] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039048 10.0.0.27 - - [2025-09-22 04:16:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.005563 10.0.0.27 - - [2025-09-22 04:16:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006583 10.0.0.27 - - [2025-09-22 04:16:49] "POST /security-groups HTTP/1.1" 200 599 0.027881 10.0.0.27 - - [2025-09-22 04:16:49] "POST /projects HTTP/1.1" 200 601 0.231577 10.0.0.56 - - [2025-09-22 04:16:49] "POST /access-control-lists HTTP/1.1" 200 604 0.029373 10.0.0.27 - - [2025-09-22 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.302438 10.0.0.56 - - [2025-09-22 04:16:49] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.460230 10.0.0.56 - - [2025-09-22 04:16:50] "GET / HTTP/1.1" 200 35931 0.002467 10.0.0.56 - - [2025-09-22 04:16:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.56 - - [2025-09-22 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.049817 10.0.0.27 - - [2025-09-22 04:16:53] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.56 - - [2025-09-22 04:16:53] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053026 10.0.0.56 - - [2025-09-22 04:16:54] "POST /neutron/network HTTP/1.1" 200 117 0.031560 10.0.0.56 - - [2025-09-22 04:16:54] "POST /route-targets HTTP/1.1" 200 327 0.017380 10.0.0.27 - - [2025-09-22 04:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.022556 10.0.0.56 - - [2025-09-22 04:16:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.051637 10.0.0.56 - - [2025-09-22 04:16:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.269861 10.0.0.56 - - [2025-09-22 04:16:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001357 10.0.0.56 - - [2025-09-22 04:16:54] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006786 10.0.0.56 - - [2025-09-22 04:16:54] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006749 10.0.0.56 - - [2025-09-22 04:16:54] "POST /neutron/network HTTP/1.1" 200 1005 0.011065 10.0.0.56 - - [2025-09-22 04:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2025-09-22 04:16:54] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.56 - - [2025-09-22 04:16:55] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051927 10.0.0.56 - - [2025-09-22 04:16:55] "POST /neutron/network HTTP/1.1" 200 117 0.014925 10.0.0.56 - - [2025-09-22 04:16:55] "POST /ref-update HTTP/1.1" 200 156 0.023624 10.0.0.27 - - [2025-09-22 04:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004041 10.0.0.56 - - [2025-09-22 04:16:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.199516 10.0.0.56 - - [2025-09-22 04:16:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001334 10.0.0.56 - - [2025-09-22 04:16:55] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005762 10.0.0.56 - - [2025-09-22 04:16:55] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006306 10.0.0.56 - - [2025-09-22 04:16:55] "POST /neutron/network HTTP/1.1" 200 1005 0.009373 10.0.0.56 - - [2025-09-22 04:16:56] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006068 10.0.0.38 - - [2025-09-22 04:16:57] "GET /obj-perms HTTP/1.1" 200 5046 0.043620 10.0.0.27 - - [2025-09-22 04:16:57] "GET /obj-perms HTTP/1.1" 200 5046 0.039373 10.0.0.56 - - [2025-09-22 04:16:57] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006180 10.0.0.56 - - [2025-09-22 04:16:58] "GET /obj-perms HTTP/1.1" 200 5046 0.045831 10.0.0.56 - - [2025-09-22 04:16:58] "POST /neutron/network HTTP/1.1" 200 1005 0.011014 10.0.0.56 - - [2025-09-22 04:16:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001573 10.0.0.56 - - [2025-09-22 04:16:58] "POST /neutron/network HTTP/1.1" 200 1015 0.010465 10.0.0.27 - - [2025-09-22 04:16:59] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.56 - - [2025-09-22 04:16:59] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087005 10.0.0.56 - - [2025-09-22 04:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.006877 10.0.0.27 - - [2025-09-22 04:16:59] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001559 10.0.0.56 - - [2025-09-22 04:17:00] "POST /neutron/port HTTP/1.1" 200 1174 0.385352 10.0.0.56 - - [2025-09-22 04:17:00] "POST /neutron/port HTTP/1.1" 200 1228 0.141623 10.0.0.56 - - [2025-09-22 04:17:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.56 - - [2025-09-22 04:17:00] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.56 - - [2025-09-22 04:17:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010086 10.0.0.56 - - [2025-09-22 04:17:04] "POST /neutron/port HTTP/1.1" 200 1202 0.021259 10.0.0.56 - - [2025-09-22 04:17:04] "GET /virtual-machine/4bf062d7-06df-49a3-84e8-d5014c2e1666 HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-09-22 04:17:05] "GET /virtual-machine/4bf062d7-06df-49a3-84e8-d5014c2e1666 HTTP/1.1" 200 1299 0.028183 10.0.0.56 - - [2025-09-22 04:17:05] "GET /virtual-machine-interface/07ee026a-48a1-41cf-8ac4-208665091b14 HTTP/1.1" 200 3173 0.006782 10.0.0.56 - - [2025-09-22 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.56 - - [2025-09-22 04:17:05] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.56 - - [2025-09-22 04:17:05] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003188 10.0.0.56 - - [2025-09-22 04:17:05] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006700 10.0.0.56 - - [2025-09-22 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.56 - - [2025-09-22 04:17:08] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006694 10.0.0.56 - - [2025-09-22 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.56 - - [2025-09-22 04:17:12] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009079 10.0.0.56 - - [2025-09-22 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.56 - - [2025-09-22 04:17:16] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006637 10.0.0.56 - - [2025-09-22 04:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-09-22 04:17:20] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007705 10.0.0.56 - - [2025-09-22 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007126 10.0.0.56 - - [2025-09-22 04:17:24] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006905 10.0.0.56 - - [2025-09-22 04:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.56 - - [2025-09-22 04:17:28] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005998 10.0.0.56 - - [2025-09-22 04:17:29] "POST /neutron/port HTTP/1.1" 200 1202 0.018742 10.0.0.56 - - [2025-09-22 04:17:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.56 - - [2025-09-22 04:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.27 - - [2025-09-22 04:17:30] "DELETE /project/ff0187cfe85744a886447cdeec82f243 HTTP/1.1" 404 173 0.003051 10.0.0.27 - - [2025-09-22 04:17:30] "DELETE /project/d78494a2-8d00-4418-aa81-4046e67f927a HTTP/1.1" 404 177 0.006171 10.0.0.56 - - [2025-09-22 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.56 - - [2025-09-22 04:17:32] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006009 10.0.0.56 - - [2025-09-22 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006676 10.0.0.56 - - [2025-09-22 04:17:35] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007527 10.0.0.56 - - [2025-09-22 04:17:35] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004592 10.0.0.56 - - [2025-09-22 04:17:35] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006424 10.0.0.56 - - [2025-09-22 04:17:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009742 10.0.0.56 - - [2025-09-22 04:17:42] "POST /neutron/port HTTP/1.1" 200 1202 0.040364 10.0.0.56 - - [2025-09-22 04:17:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008540 10.0.0.56 - - [2025-09-22 04:17:50] "POST /neutron/port HTTP/1.1" 200 1202 0.016042 10.0.0.56 - - [2025-09-22 04:17:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007778 10.0.0.56 - - [2025-09-22 04:17:50] "POST /neutron/network HTTP/1.1" 200 979 0.023944 10.0.0.56 - - [2025-09-22 04:17:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.002004 10.0.0.56 - - [2025-09-22 04:17:51] "GET /virtual-machine/4bf062d7-06df-49a3-84e8-d5014c2e1666 HTTP/1.1" 200 1299 0.005017 10.0.0.56 - - [2025-09-22 04:17:51] "GET /virtual-machine-interface/07ee026a-48a1-41cf-8ac4-208665091b14 HTTP/1.1" 200 3173 0.008690 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/10e811a9-1d40-409b-954c-7559d56ab587 HTTP/1.1" 200 1635 0.007363 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/f2ced4ec-4fb1-4fbf-9659-3aef08de85db HTTP/1.1" 200 1657 0.007289 10.0.0.56 - - [2025-09-22 04:17:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.003149 10.0.0.56 - - [2025-09-22 04:17:51] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007005 10.0.0.27 - - [2025-09-22 04:17:51] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.56 - - [2025-09-22 04:17:51] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059732 10.0.0.56 - - [2025-09-22 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.56 - - [2025-09-22 04:17:51] "GET /security-group/4224f5bc-1c31-4fcc-b691-59b2b8b297e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3777 0.004827 10.0.0.56 - - [2025-09-22 04:17:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.077457 10.0.0.56 - - [2025-09-22 04:17:51] "POST /instance-ips HTTP/1.1" 200 357 0.035252 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/a9f39a3c-5985-491e-bfa4-5c0ebb264d1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.008564 10.0.0.56 - - [2025-09-22 04:17:51] "POST /instance-ips HTTP/1.1" 200 357 0.037809 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/e4a13e63-2059-47ea-8a3b-7a77e2907ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006907 10.0.0.56 - - [2025-09-22 04:17:51] "GET /virtual-machine-interface/2ef98745-b2a9-4226-b7f9-2209bfeea1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005847 10.0.0.56 - - [2025-09-22 04:17:51] "GET /virtual-machine-interface/2ef98745-b2a9-4226-b7f9-2209bfeea1a0?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.006925 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/a9f39a3c-5985-491e-bfa4-5c0ebb264d1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.004849 10.0.0.56 - - [2025-09-22 04:17:51] "GET /instance-ip/e4a13e63-2059-47ea-8a3b-7a77e2907ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005602 10.0.0.56 - - [2025-09-22 04:17:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001076 10.0.0.56 - - [2025-09-22 04:17:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008542 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/network HTTP/1.1" 200 1005 0.028999 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/port HTTP/1.1" 200 1202 0.019950 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.006530 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/port HTTP/1.1" 200 1080 0.013966 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/port HTTP/1.1" 200 1147 0.023809 10.0.0.56 - - [2025-09-22 04:17:52] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014687 10.0.0.56 - - [2025-09-22 04:17:53] "POST /neutron/network HTTP/1.1" 200 1005 0.010603 10.0.0.56 - - [2025-09-22 04:17:57] "POST /neutron/port HTTP/1.1" 200 1147 0.015613 10.0.0.56 - - [2025-09-22 04:17:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013408 10.0.0.56 - - [2025-09-22 04:17:57] "GET /virtual-machine/c1feb5a8-3018-4118-bb24-79431057b0df HTTP/1.1" 200 1279 0.006090 10.0.0.56 - - [2025-09-22 04:17:57] "GET /virtual-machine-interface/2ef98745-b2a9-4226-b7f9-2209bfeea1a0 HTTP/1.1" 200 3225 0.005522 10.0.0.56 - - [2025-09-22 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.56 - - [2025-09-22 04:17:57] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003888 10.0.0.56 - - [2025-09-22 04:17:57] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002912 10.0.0.56 - - [2025-09-22 04:17:57] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006402 10.0.0.56 - - [2025-09-22 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.56 - - [2025-09-22 04:18:00] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007842 10.0.0.56 - - [2025-09-22 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.56 - - [2025-09-22 04:18:04] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007427 10.0.0.56 - - [2025-09-22 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.56 - - [2025-09-22 04:18:08] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005808 10.0.0.56 - - [2025-09-22 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.56 - - [2025-09-22 04:18:13] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007898 10.0.0.56 - - [2025-09-22 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.56 - - [2025-09-22 04:18:17] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006470 10.0.0.56 - - [2025-09-22 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.56 - - [2025-09-22 04:18:21] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005538 10.0.0.56 - - [2025-09-22 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.56 - - [2025-09-22 04:18:25] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006395 10.0.0.27 - - [2025-09-22 04:18:27] "GET /obj-perms HTTP/1.1" 200 5056 0.040225 10.0.0.56 - - [2025-09-22 04:18:29] "POST /neutron/network HTTP/1.1" 200 1015 0.009901 10.0.0.56 - - [2025-09-22 04:18:29] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013686 10.0.0.56 - - [2025-09-22 04:18:29] "POST /neutron/network HTTP/1.1" 200 1005 0.011212 10.0.0.56 - - [2025-09-22 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.56 - - [2025-09-22 04:18:29] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007635 10.0.0.56 - - [2025-09-22 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.56 - - [2025-09-22 04:18:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005273 10.0.0.56 - - [2025-09-22 04:18:31] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003818 10.0.0.56 - - [2025-09-22 04:18:31] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006701 10.0.0.27 - - [2025-09-22 04:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.062638 10.0.0.38 - - [2025-09-22 04:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.151915 10.0.0.56 - - [2025-09-22 04:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.072782 10.0.0.56 - - [2025-09-22 04:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.139940 10.0.0.27 - - [2025-09-22 04:18:33] "GET /global-system-configs HTTP/1.1" 200 322 0.053584 10.0.0.27 - - [2025-09-22 04:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.120205 10.0.0.56 - - [2025-09-22 04:18:34] "GET /global-system-configs HTTP/1.1" 200 322 0.081136 10.0.0.38 - - [2025-09-22 04:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.137393 10.0.0.38 - - [2025-09-22 04:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.153681 10.0.0.38 - - [2025-09-22 04:18:35] "GET /global-system-configs HTTP/1.1" 200 322 0.213148 10.0.0.56 - - [2025-09-22 04:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.316558 10.0.0.27 - - [2025-09-22 04:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.325312 10.0.0.56 - - [2025-09-22 04:18:36] "POST /neutron/port HTTP/1.1" 200 1147 0.017600 10.0.0.56 - - [2025-09-22 04:18:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007565 10.0.0.56 - - [2025-09-22 04:18:47] "POST /neutron/port HTTP/1.1" 200 1147 0.019402 10.0.0.56 - - [2025-09-22 04:18:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001971 10.0.0.56 - - [2025-09-22 04:18:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009613 10.0.0.27 - - [2025-09-22 04:18:53] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.56 - - [2025-09-22 04:18:53] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066424 10.0.0.56 - - [2025-09-22 04:18:53] "POST /neutron/port HTTP/1.1" 200 2231 0.026125 10.0.0.56 - - [2025-09-22 04:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.014621 10.0.0.56 - - [2025-09-22 04:18:54] "POST /neutron/port HTTP/1.1" 200 1174 0.047086 10.0.0.56 - - [2025-09-22 04:18:54] "POST /neutron/port HTTP/1.1" 200 1202 0.027300 10.0.0.56 - - [2025-09-22 04:18:54] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017490 10.0.0.56 - - [2025-09-22 04:18:54] "POST /neutron/network HTTP/1.1" 200 1005 0.009633 10.0.0.56 - - [2025-09-22 04:18:57] "POST /neutron/network HTTP/1.1" 200 1015 0.012089 10.0.0.56 - - [2025-09-22 04:18:57] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013861 10.0.0.56 - - [2025-09-22 04:18:57] "POST /neutron/network HTTP/1.1" 200 1005 0.011257 10.0.0.56 - - [2025-09-22 04:18:58] "POST /neutron/port HTTP/1.1" 200 1202 0.017390 10.0.0.56 - - [2025-09-22 04:18:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009095 10.0.0.56 - - [2025-09-22 04:18:58] "GET /virtual-machine/0fd5b86e-0e6d-4061-9622-04e486768f59 HTTP/1.1" 200 1300 0.011455 10.0.0.56 - - [2025-09-22 04:18:58] "GET /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0 HTTP/1.1" 200 3175 0.007003 10.0.0.56 - - [2025-09-22 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.56 - - [2025-09-22 04:18:58] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005254 10.0.0.56 - - [2025-09-22 04:18:58] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003936 10.0.0.56 - - [2025-09-22 04:18:58] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006549 10.0.0.56 - - [2025-09-22 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.56 - - [2025-09-22 04:19:02] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009743 10.0.0.56 - - [2025-09-22 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.56 - - [2025-09-22 04:19:06] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008549 10.0.0.56 - - [2025-09-22 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.56 - - [2025-09-22 04:19:10] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009723 10.0.0.56 - - [2025-09-22 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.56 - - [2025-09-22 04:19:14] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007214 10.0.0.56 - - [2025-09-22 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.56 - - [2025-09-22 04:19:18] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005872 10.0.0.56 - - [2025-09-22 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.56 - - [2025-09-22 04:19:22] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006230 10.0.0.56 - - [2025-09-22 04:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.56 - - [2025-09-22 04:19:26] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006080 10.0.0.38 - - [2025-09-22 04:19:28] "GET /obj-perms HTTP/1.1" 200 5056 0.073624 10.0.0.56 - - [2025-09-22 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.56 - - [2025-09-22 04:19:30] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006691 10.0.0.56 - - [2025-09-22 04:19:31] "POST /neutron/network HTTP/1.1" 200 1015 0.010951 10.0.0.56 - - [2025-09-22 04:19:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014834 10.0.0.56 - - [2025-09-22 04:19:31] "POST /neutron/network HTTP/1.1" 200 1005 0.010594 10.0.0.56 - - [2025-09-22 04:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.56 - - [2025-09-22 04:19:34] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005975 10.0.0.56 - - [2025-09-22 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.56 - - [2025-09-22 04:19:38] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008130 10.0.0.56 - - [2025-09-22 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.56 - - [2025-09-22 04:19:42] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006399 10.0.0.56 - - [2025-09-22 04:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.56 - - [2025-09-22 04:19:45] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004403 10.0.0.56 - - [2025-09-22 04:19:45] "GET /virtual-networks?parent_id=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003846 10.0.0.56 - - [2025-09-22 04:19:45] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007294 10.0.0.56 - - [2025-09-22 04:19:50] "POST /neutron/port HTTP/1.1" 200 1202 0.016739 10.0.0.56 - - [2025-09-22 04:19:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007740 10.0.0.56 - - [2025-09-22 04:19:59] "POST /neutron/port HTTP/1.1" 200 1202 0.016906 10.0.0.56 - - [2025-09-22 04:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005322 10.0.0.56 - - [2025-09-22 04:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001561 10.0.0.56 - - [2025-09-22 04:20:00] "POST /neutron/port HTTP/1.1" 200 1202 0.017357 10.0.0.56 - - [2025-09-22 04:20:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009427 10.0.0.56 - - [2025-09-22 04:20:11] "POST /neutron/port HTTP/1.1" 200 1202 0.020251 10.0.0.56 - - [2025-09-22 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007942 10.0.0.56 - - [2025-09-22 04:20:11] "POST /neutron/network HTTP/1.1" 200 979 0.023957 10.0.0.56 - - [2025-09-22 04:20:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001473 10.0.0.56 - - [2025-09-22 04:20:11] "GET /virtual-machine/0fd5b86e-0e6d-4061-9622-04e486768f59 HTTP/1.1" 200 1300 0.004595 10.0.0.56 - - [2025-09-22 04:20:11] "GET /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0 HTTP/1.1" 200 3175 0.006071 10.0.0.56 - - [2025-09-22 04:20:11] "GET /instance-ip/4e0e3909-43e7-43a0-812d-2f5e69c3a1ef HTTP/1.1" 200 1655 0.009314 10.0.0.56 - - [2025-09-22 04:20:11] "GET /instance-ip/cd3b3ada-f07a-4912-8026-b956e7185a10 HTTP/1.1" 200 1635 0.008698 10.0.0.56 - - [2025-09-22 04:20:11] "POST /fqname-to-id HTTP/1.1" 404 230 0.004678 10.0.0.56 - - [2025-09-22 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008220 10.0.0.27 - - [2025-09-22 04:20:11] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.56 - - [2025-09-22 04:20:11] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068760 10.0.0.56 - - [2025-09-22 04:20:11] "POST /network-policys HTTP/1.1" 200 569 0.043911 10.0.0.56 - - [2025-09-22 04:20:11] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007042 10.0.0.56 - - [2025-09-22 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.56 - - [2025-09-22 04:20:11] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007568 10.0.0.56 - - [2025-09-22 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.56 - - [2025-09-22 04:20:11] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004776 10.0.0.56 - - [2025-09-22 04:20:12] "POST /ref-update HTTP/1.1" 200 156 0.060971 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.56 - - [2025-09-22 04:20:12] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004856 10.0.0.56 - - [2025-09-22 04:20:12] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008041 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.56 - - [2025-09-22 04:20:12] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004399 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.56 - - [2025-09-22 04:20:12] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007886 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.56 - - [2025-09-22 04:20:12] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004962 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005470 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.052985 10.0.0.56 - - [2025-09-22 04:20:12] "POST /ref-update HTTP/1.1" 200 156 0.064173 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.56 - - [2025-09-22 04:20:12] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.018293 10.0.0.56 - - [2025-09-22 04:20:12] "POST /neutron/network HTTP/1.1" 200 1109 0.018523 10.0.0.56 - - [2025-09-22 04:20:12] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005627 10.0.0.56 - - [2025-09-22 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.56 - - [2025-09-22 04:20:12] "POST /access-control-lists HTTP/1.1" 200 596 0.087287 10.0.0.56 - - [2025-09-22 04:20:12] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004514 10.0.0.56 - - [2025-09-22 04:20:12] "GET /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005346 10.0.0.56 - - [2025-09-22 04:20:12] "PUT /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0 HTTP/1.1" 200 284 0.018607 10.0.0.56 - - [2025-09-22 04:20:12] "GET /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.008753 10.0.0.56 - - [2025-09-22 04:20:12] "PUT /virtual-machine-interface/57da4aea-4b4b-4925-b457-69643b5b23d0 HTTP/1.1" 200 284 0.033826 10.0.0.56 - - [2025-09-22 04:20:29] "GET /obj-perms HTTP/1.1" 200 5056 0.062106 10.0.0.56 - - [2025-09-22 04:20:31] "POST /neutron/network HTTP/1.1" 200 1119 0.010940 10.0.0.56 - - [2025-09-22 04:20:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015535 10.0.0.56 - - [2025-09-22 04:20:31] "POST /neutron/network HTTP/1.1" 200 1109 0.010993 10.0.0.56 - - [2025-09-22 04:20:59] "POST /neutron/network HTTP/1.1" 200 1119 0.009879 10.0.0.56 - - [2025-09-22 04:20:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014099 10.0.0.56 - - [2025-09-22 04:20:59] "POST /neutron/network HTTP/1.1" 200 1109 0.011052 10.0.0.56 - - [2025-09-22 04:21:31] "POST /neutron/network HTTP/1.1" 200 1119 0.010172 10.0.0.56 - - [2025-09-22 04:21:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014791 10.0.0.56 - - [2025-09-22 04:21:31] "POST /neutron/network HTTP/1.1" 200 1109 0.010051 10.0.0.56 - - [2025-09-22 04:21:59] "POST /neutron/network HTTP/1.1" 200 1119 0.010365 10.0.0.56 - - [2025-09-22 04:21:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013783 10.0.0.56 - - [2025-09-22 04:21:59] "POST /neutron/network HTTP/1.1" 200 1109 0.014012 10.0.0.56 - - [2025-09-22 04:22:04] "POST /ref-update HTTP/1.1" 200 156 0.098547 10.0.0.56 - - [2025-09-22 04:22:05] "DELETE /access-control-list/1df45dfe-6a64-4cf3-b443-02e3a7008001 HTTP/1.1" 200 115 0.061880 10.0.0.56 - - [2025-09-22 04:22:05] "GET /virtual-network/80324cf1-2235-4505-898c-aa2483cf78e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009771 10.0.0.56 - - [2025-09-22 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.56 - - [2025-09-22 04:22:05] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005244 10.0.0.56 - - [2025-09-22 04:22:05] "POST /ref-update HTTP/1.1" 200 156 0.058096 10.0.0.56 - - [2025-09-22 04:22:05] "GET /virtual-network/f8f595c9-6a19-413f-b7e0-e858a949ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010163 10.0.0.56 - - [2025-09-22 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.56 - - [2025-09-22 04:22:05] "GET /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.006563 10.0.0.56 - - [2025-09-22 04:22:05] "DELETE /network-policy/22a9323a-7bb4-46bc-8981-9d61300277a3 HTTP/1.1" 200 115 0.034610 10.0.0.56 - - [2025-09-22 04:22:05] "POST /ref-update HTTP/1.1" 200 156 0.023330 10.0.0.56 - - [2025-09-22 04:22:05] "DELETE /instance-ip/a9f39a3c-5985-491e-bfa4-5c0ebb264d1f HTTP/1.1" 200 115 0.078420 10.0.0.56 - - [2025-09-22 04:22:05] "DELETE /instance-ip/e4a13e63-2059-47ea-8a3b-7a77e2907ce2 HTTP/1.1" 200 115 0.049515 10.0.0.56 - - [2025-09-22 04:22:05] "DELETE /virtual-machine-interface/2ef98745-b2a9-4226-b7f9-2209bfeea1a0 HTTP/1.1" 200 115 0.110469 10.0.0.56 - - [2025-09-22 04:22:06] "POST /neutron/network HTTP/1.1" 200 1005 0.036823 10.0.0.56 - - [2025-09-22 04:22:06] "POST /neutron/port HTTP/1.1" 200 1228 0.020421 10.0.0.56 - - [2025-09-22 04:22:06] "POST /neutron/port HTTP/1.1" 200 1228 0.017128 10.0.0.27 - - [2025-09-22 04:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.042930 10.0.0.27 - - [2025-09-22 04:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008534 10.0.0.27 - - [2025-09-22 04:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006443 10.0.0.27 - - [2025-09-22 04:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.56 - - [2025-09-22 04:22:08] "POST /neutron/network HTTP/1.1" 200 151 0.184621 10.0.0.56 - - [2025-09-22 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005853 10.0.0.56 - - [2025-09-22 04:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.27 - - [2025-09-22 04:22:11] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001755 10.0.0.56 - - [2025-09-22 04:22:11] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087677 10.0.0.27 - - [2025-09-22 04:22:11] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.56 - - [2025-09-22 04:22:11] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?fields=virtual_networks HTTP/1.1" 200 1047 0.061823 10.0.0.27 - - [2025-09-22 04:22:11] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.56 - - [2025-09-22 04:22:11] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.061206 10.0.0.27 - - [2025-09-22 04:22:11] "GET /projects?obj_uuids=ff0187cf-e857-44a8-8644-7cdeec82f243&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.56 - - [2025-09-22 04:22:11] "GET /project/ff0187cf-e857-44a8-8644-7cdeec82f243?fields=security_groups HTTP/1.1" 200 1281 0.059344 10.0.0.56 - - [2025-09-22 04:22:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.027135 10.0.0.27 - - [2025-09-22 04:22:12] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003923 10.0.0.27 - - [2025-09-22 04:22:12] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.27 - - [2025-09-22 04:22:12] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030699 10.0.0.27 - - [2025-09-22 04:22:12] "POST /id-to-fqname HTTP/1.1" 200 194 0.005092 10.0.0.27 - - [2025-09-22 04:22:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.005370 10.0.0.27 - - [2025-09-22 04:22:13] "POST /security-groups HTTP/1.1" 200 595 0.077463 10.0.0.27 - - [2025-09-22 04:22:13] "POST /projects HTTP/1.1" 200 593 0.301671 10.0.0.56 - - [2025-09-22 04:22:13] "POST /access-control-lists HTTP/1.1" 200 600 0.037241 10.0.0.27 - - [2025-09-22 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.374089 10.0.0.56 - - [2025-09-22 04:22:13] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.549680 10.0.0.56 - - [2025-09-22 04:22:14] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.56 - - [2025-09-22 04:22:15] "DELETE /access-control-list/20dde7e8-72f2-4423-9c82-2d98fc1dabf7 HTTP/1.1" 200 115 0.048912 10.0.0.56 - - [2025-09-22 04:22:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.56 - - [2025-09-22 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025851 10.0.0.27 - - [2025-09-22 04:22:16] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.56 - - [2025-09-22 04:22:16] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052622 10.0.0.27 - - [2025-09-22 04:22:16] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001010 10.0.0.56 - - [2025-09-22 04:22:16] "POST /neutron/network HTTP/1.1" 200 609 0.144088 10.0.0.56 - - [2025-09-22 04:22:16] "POST /ref-update HTTP/1.1" 200 156 0.046791 10.0.0.56 - - [2025-09-22 04:22:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.043886 10.0.0.56 - - [2025-09-22 04:22:17] "POST /neutron/network HTTP/1.1" 200 1000 0.013769 10.0.0.56 - - [2025-09-22 04:22:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001232 10.0.0.56 - - [2025-09-22 04:22:17] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006307 10.0.0.56 - - [2025-09-22 04:22:17] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006551 10.0.0.56 - - [2025-09-22 04:22:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.009600 10.0.0.56 - - [2025-09-22 04:22:18] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008860 10.0.0.27 - - [2025-09-22 04:22:19] "GET /obj-perms HTTP/1.1" 200 5038 0.048347 10.0.0.56 - - [2025-09-22 04:22:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001409 10.0.0.27 - - [2025-09-22 04:22:20] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001280 10.0.0.56 - - [2025-09-22 04:22:20] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.068852 10.0.0.56 - - [2025-09-22 04:22:20] "POST /neutron/network HTTP/1.1" 200 1000 0.011495 10.0.0.56 - - [2025-09-22 04:22:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001804 10.0.0.56 - - [2025-09-22 04:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.007007 10.0.0.27 - - [2025-09-22 04:22:20] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001348 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 1169 0.365698 10.0.0.27 - - [2025-09-22 04:22:21] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001075 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 1223 0.146447 10.0.0.56 - - [2025-09-22 04:22:21] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.147237 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005563 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 1197 0.018937 10.0.0.56 - - [2025-09-22 04:22:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001769 10.0.0.56 - - [2025-09-22 04:22:21] "POST /neutron/port HTTP/1.1" 200 1197 0.022312 10.0.0.56 - - [2025-09-22 04:22:22] "POST /neutron/network HTTP/1.1" 200 1010 0.009820 10.0.0.56 - - [2025-09-22 04:22:22] "POST /neutron/port HTTP/1.1" 200 1169 0.021301 10.0.0.56 - - [2025-09-22 04:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004915 10.0.0.56 - - [2025-09-22 04:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.27 - - [2025-09-22 04:22:23] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.56 - - [2025-09-22 04:22:23] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070598 10.0.0.56 - - [2025-09-22 04:22:23] "POST /neutron/network HTTP/1.1" 200 1000 0.011043 10.0.0.56 - - [2025-09-22 04:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.009564 10.0.0.56 - - [2025-09-22 04:22:23] "POST /neutron/port HTTP/1.1" 200 1197 0.018101 10.0.0.56 - - [2025-09-22 04:22:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007688 10.0.0.56 - - [2025-09-22 04:22:23] "GET /virtual-machine/ace78141-c046-4b7d-9500-63ed40274c3e HTTP/1.1" 401 292 0.000399 10.0.0.56 - - [2025-09-22 04:22:24] "GET /virtual-machine/ace78141-c046-4b7d-9500-63ed40274c3e HTTP/1.1" 200 1297 0.040456 10.0.0.56 - - [2025-09-22 04:22:24] "GET /virtual-machine-interface/ece6681d-be37-4abc-b7f0-1fd27297f178 HTTP/1.1" 200 3156 0.008999 10.0.0.56 - - [2025-09-22 04:22:24] "POST /neutron/port HTTP/1.1" 200 1169 0.026900 10.0.0.56 - - [2025-09-22 04:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.56 - - [2025-09-22 04:22:24] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003669 10.0.0.56 - - [2025-09-22 04:22:24] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003018 10.0.0.56 - - [2025-09-22 04:22:24] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008607 10.0.0.56 - - [2025-09-22 04:22:24] "POST /neutron/port HTTP/1.1" 200 1197 0.019761 10.0.0.56 - - [2025-09-22 04:22:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013236 10.0.0.56 - - [2025-09-22 04:22:24] "POST /neutron/network HTTP/1.1" 200 1000 0.011861 10.0.0.56 - - [2025-09-22 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.56 - - [2025-09-22 04:22:27] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006810 10.0.0.27 - - [2025-09-22 04:22:30] "DELETE /project/c964508dfea04fbaa8c362c71c8c8e20 HTTP/1.1" 404 173 0.003085 10.0.0.27 - - [2025-09-22 04:22:30] "DELETE /project/ff0187cf-e857-44a8-8644-7cdeec82f243 HTTP/1.1" 404 177 0.005902 10.0.0.38 - - [2025-09-22 04:22:30] "GET /obj-perms HTTP/1.1" 200 5056 0.067010 10.0.0.56 - - [2025-09-22 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.56 - - [2025-09-22 04:22:31] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006262 10.0.0.56 - - [2025-09-22 04:22:33] "POST /neutron/network HTTP/1.1" 200 1010 0.011724 10.0.0.56 - - [2025-09-22 04:22:33] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013624 10.0.0.56 - - [2025-09-22 04:22:33] "POST /neutron/network HTTP/1.1" 200 1000 0.010348 10.0.0.56 - - [2025-09-22 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.56 - - [2025-09-22 04:22:35] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007266 10.0.0.56 - - [2025-09-22 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.56 - - [2025-09-22 04:22:39] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005823 10.0.0.56 - - [2025-09-22 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.56 - - [2025-09-22 04:22:43] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006920 10.0.0.56 - - [2025-09-22 04:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.56 - - [2025-09-22 04:22:47] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005621 10.0.0.56 - - [2025-09-22 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.56 - - [2025-09-22 04:22:51] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007034 10.0.0.56 - - [2025-09-22 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.56 - - [2025-09-22 04:22:56] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005738 10.0.0.56 - - [2025-09-22 04:22:59] "POST /neutron/network HTTP/1.1" 200 1010 0.012027 10.0.0.56 - - [2025-09-22 04:22:59] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016553 10.0.0.56 - - [2025-09-22 04:22:59] "POST /neutron/network HTTP/1.1" 200 1000 0.010668 10.0.0.56 - - [2025-09-22 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.56 - - [2025-09-22 04:23:00] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006027 10.0.0.56 - - [2025-09-22 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-09-22 04:23:04] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007292 10.0.0.56 - - [2025-09-22 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.56 - - [2025-09-22 04:23:08] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005571 10.0.0.56 - - [2025-09-22 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.56 - - [2025-09-22 04:23:10] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.56 - - [2025-09-22 04:23:10] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003354 10.0.0.56 - - [2025-09-22 04:23:10] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006233 10.0.0.56 - - [2025-09-22 04:23:15] "POST /neutron/port HTTP/1.1" 200 1197 0.018369 10.0.0.56 - - [2025-09-22 04:23:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.033652 10.0.0.56 - - [2025-09-22 04:23:20] "POST /neutron/port HTTP/1.1" 200 1197 0.019635 10.0.0.56 - - [2025-09-22 04:23:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009184 10.0.0.56 - - [2025-09-22 04:23:31] "POST /neutron/port HTTP/1.1" 200 1197 0.019246 10.0.0.56 - - [2025-09-22 04:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.043281 10.0.0.56 - - [2025-09-22 04:23:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008952 10.0.0.56 - - [2025-09-22 04:23:31] "GET /virtual-machine/78feaef4-4cb4-4ce6-ad54-ffc0229cc84a HTTP/1.1" 200 1296 0.009693 10.0.0.56 - - [2025-09-22 04:23:31] "GET /virtual-machine-interface/95af34f1-33f9-4b7a-a220-c23dfc2ec23d HTTP/1.1" 200 3156 0.008944 10.0.0.56 - - [2025-09-22 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527 10.0.0.56 - - [2025-09-22 04:23:31] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006683 10.0.0.56 - - [2025-09-22 04:23:31] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004605 10.0.0.56 - - [2025-09-22 04:23:31] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006569 10.0.0.56 - - [2025-09-22 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.56 - - [2025-09-22 04:23:32] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004955 10.0.0.56 - - [2025-09-22 04:23:32] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003739 10.0.0.56 - - [2025-09-22 04:23:32] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007514 10.0.0.56 - - [2025-09-22 04:23:32] "POST /neutron/port HTTP/1.1" 200 1197 0.016778 10.0.0.56 - - [2025-09-22 04:23:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009716 10.0.0.56 - - [2025-09-22 04:23:33] "GET /virtual-machine/cc06333b-35cf-4ccd-8e4b-bd3955dbc61e HTTP/1.1" 200 1297 0.008172 10.0.0.56 - - [2025-09-22 04:23:33] "GET /virtual-machine-interface/12bdb5f9-ab64-4e03-81ce-238718f20d42 HTTP/1.1" 200 3154 0.006656 10.0.0.56 - - [2025-09-22 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.56 - - [2025-09-22 04:23:33] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004904 10.0.0.56 - - [2025-09-22 04:23:33] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004766 10.0.0.27 - - [2025-09-22 04:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.033463 10.0.0.56 - - [2025-09-22 04:23:33] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006596 10.0.0.56 - - [2025-09-22 04:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.041512 10.0.0.27 - - [2025-09-22 04:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.105967 10.0.0.27 - - [2025-09-22 04:23:33] "GET /global-system-configs HTTP/1.1" 200 322 0.072853 10.0.0.56 - - [2025-09-22 04:23:33] "POST /neutron/port HTTP/1.1" 200 1197 0.026665 10.0.0.38 - - [2025-09-22 04:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.136277 10.0.0.56 - - [2025-09-22 04:23:33] "GET /obj-perms HTTP/1.1" 200 5056 0.149836 10.0.0.56 - - [2025-09-22 04:23:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004417 10.0.0.56 - - [2025-09-22 04:23:33] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.56 - - [2025-09-22 04:23:34] "GET /global-system-configs HTTP/1.1" 200 322 0.027724 10.0.0.56 - - [2025-09-22 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-09-22 04:23:34] "GET /global-vrouter-config/ee900eec-40ca-4fea-ad71-0c419816e1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005490 10.0.0.56 - - [2025-09-22 04:23:34] "GET /virtual-networks?parent_id=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003555 10.0.0.56 - - [2025-09-22 04:23:34] "GET /virtual-network/defc7b59-8684-4818-bf44-e5e3024a99be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006651 10.0.0.56 - - [2025-09-22 04:23:34] "POST /neutron/port HTTP/1.1" 200 1197 0.020759 10.0.0.38 - - [2025-09-22 04:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.052724 10.0.0.38 - - [2025-09-22 04:23:35] "GET /global-system-configs HTTP/1.1" 200 322 0.100561 10.0.0.27 - - [2025-09-22 04:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.220170 10.0.0.56 - - [2025-09-22 04:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.246405 10.0.0.38 - - [2025-09-22 04:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.258229 10.0.0.56 - - [2025-09-22 04:23:39] "GET /virtual-machine-interface/12bdb5f9-ab64-4e03-81ce-238718f20d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007740 10.0.0.56 - - [2025-09-22 04:23:39] "PUT /virtual-machine-interface/12bdb5f9-ab64-4e03-81ce-238718f20d42 HTTP/1.1" 200 284 0.016941 10.0.0.56 - - [2025-09-22 04:24:01] "POST /neutron/port HTTP/1.1" 200 1197 0.045085 10.0.0.56 - - [2025-09-22 04:24:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005111 10.0.0.56 - - [2025-09-22 04:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.001750 10.0.0.56 - - [2025-09-22 04:24:34] "POST /neutron/port HTTP/1.1" 200 1197 0.050170 10.0.0.56 - - [2025-09-22 04:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004894 10.0.0.56 - - [2025-09-22 04:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.56 - - [2025-09-22 04:25:02] "POST /neutron/port HTTP/1.1" 200 1197 0.023705 10.0.0.56 - - [2025-09-22 04:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007860 10.0.0.56 - - [2025-09-22 04:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.56 - - [2025-09-22 04:25:36] "POST /neutron/port HTTP/1.1" 200 1197 0.018129 10.0.0.56 - - [2025-09-22 04:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004552 10.0.0.56 - - [2025-09-22 04:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.56 - - [2025-09-22 04:25:40] "POST /neutron/network HTTP/1.1" 400 204 0.030492 10.0.0.56 - - [2025-09-22 04:25:41] "POST /neutron/port HTTP/1.1" 200 1223 0.031844 10.0.0.56 - - [2025-09-22 04:25:41] "POST /neutron/port HTTP/1.1" 200 1197 0.020218 10.0.0.56 - - [2025-09-22 04:25:41] "POST /neutron/port HTTP/1.1" 200 151 0.428173 10.0.0.27 - - [2025-09-22 04:25:44] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001151 10.0.0.56 - - [2025-09-22 04:25:44] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043114 10.0.0.27 - - [2025-09-22 04:25:44] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001149 10.0.0.56 - - [2025-09-22 04:25:44] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?fields=virtual_networks HTTP/1.1" 200 1040 0.048943 10.0.0.27 - - [2025-09-22 04:25:44] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001564 10.0.0.56 - - [2025-09-22 04:25:44] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042651 10.0.0.27 - - [2025-09-22 04:25:44] "GET /projects?obj_uuids=c964508d-fea0-4fba-a8c3-62c71c8c8e20&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.56 - - [2025-09-22 04:25:44] "GET /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20?fields=security_groups HTTP/1.1" 200 1270 0.041102 10.0.0.56 - - [2025-09-22 04:25:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.033643 10.0.0.27 - - [2025-09-22 04:25:45] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004369 10.0.0.27 - - [2025-09-22 04:25:45] "GET /domains?obj_uuids=ccce3d88-d117-4380-892c-193ef8fcc90d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.27 - - [2025-09-22 04:25:45] "GET /domain/ccce3d88-d117-4380-892c-193ef8fcc90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009014 10.0.0.27 - - [2025-09-22 04:25:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.005096 10.0.0.27 - - [2025-09-22 04:25:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.014263 10.0.0.27 - - [2025-09-22 04:25:46] "POST /security-groups HTTP/1.1" 200 591 0.092554 10.0.0.27 - - [2025-09-22 04:25:46] "POST /projects HTTP/1.1" 200 585 0.379208 10.0.0.56 - - [2025-09-22 04:25:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.043229 10.0.0.27 - - [2025-09-22 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.453604 10.0.0.56 - - [2025-09-22 04:25:46] "POST /access-control-lists HTTP/1.1" 200 594 0.046967 10.0.0.56 - - [2025-09-22 04:25:46] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.637572 10.0.0.56 - - [2025-09-22 04:25:47] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.27 - - [2025-09-22 04:25:52] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.56 - - [2025-09-22 04:25:53] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059294 10.0.0.27 - - [2025-09-22 04:25:53] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.56 - - [2025-09-22 04:25:53] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?fields=virtual_networks HTTP/1.1" 200 1031 0.055808 10.0.0.27 - - [2025-09-22 04:25:53] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002778 10.0.0.56 - - [2025-09-22 04:25:53] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.056627 10.0.0.27 - - [2025-09-22 04:25:53] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.56 - - [2025-09-22 04:25:53] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?fields=security_groups HTTP/1.1" 200 1257 0.042796 10.0.0.27 - - [2025-09-22 04:26:31] "DELETE /project/39d6244bd8ff4b7db46fb0541094d759 HTTP/1.1" 404 173 0.005940 10.0.0.27 - - [2025-09-22 04:26:31] "DELETE /project/c964508d-fea0-4fba-a8c3-62c71c8c8e20 HTTP/1.1" 404 177 0.005484 10.0.0.27 - - [2025-09-22 04:26:31] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.27 - - [2025-09-22 04:26:31] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.049028 10.0.0.27 - - [2025-09-22 04:26:31] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.27 - - [2025-09-22 04:26:31] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?fields=security_groups HTTP/1.1" 200 1362 0.053666 10.0.0.27 - - [2025-09-22 04:26:31] "DELETE /security-group/08dcc2e6-0f7b-4c59-bdf4-6e1b61d8f6af HTTP/1.1" 200 115 0.074667 10.0.0.27 - - [2025-09-22 04:26:31] "GET /projects?obj_uuids=39d6244b-d8ff-4b7d-b46f-b0541094d759&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.56 - - [2025-09-22 04:26:31] "DELETE /access-control-list/423e5488-7ffd-49ea-b68f-98ca4b44dee1 HTTP/1.1" 200 115 0.049608 10.0.0.27 - - [2025-09-22 04:26:31] "GET /project/39d6244b-d8ff-4b7d-b46f-b0541094d759?fields=application_policy_sets HTTP/1.1" 200 1401 0.056041 10.0.0.27 - - [2025-09-22 04:26:31] "DELETE /project/39d6244b-d8ff-4b7d-b46f-b0541094d759 HTTP/1.1" 200 115 0.450106 10.0.0.27 - - [2025-09-22 04:26:33] "GET /obj-perms HTTP/1.1" 200 5056 0.054993 [Introspect:8084]10.0.0.27 - - [2025-09-22 04:27:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001405 [Introspect:8084]10.0.0.27 - - [2025-09-22 04:27:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000932