++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 27 02:05:15 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 02:05:15 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129: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.14,10.20.0.17,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.17,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.33,10.0.0.129 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.33,10.0.0.129 +++ local servers=10.0.0.249,10.0.0.33,10.0.0.129 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ uniq ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ cut -d ' ' -f 1 +++ local local_ips=,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 3 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.129: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: 10/27/2025 02:05:25.030 7fc34e8ea400 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 02:05:25.162 7fc34e8ea400 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/27/2025 02:05:25.174 7fc34e8ea400 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 02:05:25.174 7fc34e8ea400 [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 Oct 27 02:05:45 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 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...bfe98fc9-d503-482b-9cd6-5e9758d7d2ca at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: bfe98fc9-d503-482b-9cd6-5e9758d7d2ca 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...bfe98fc9-d503-482b-9cd6-5e9758d7d2ca 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...bfe98fc9-d503-482b-9cd6-5e9758d7d2ca at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...bfe98fc9-d503-482b-9cd6-5e9758d7d2ca 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 8, 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: bfe98fc9-d503-482b-9cd6-5e9758d7d2ca 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 Oct 27 02:05:48 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 02:05: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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129: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.14,10.20.0.17,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.17,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.33,10.0.0.129 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.33,10.0.0.129 +++ local servers=10.0.0.249,10.0.0.33,10.0.0.129 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 3 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.129:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/27/2025 02:05:56.360 7f746b2b6540 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 02:05:56.505 7f746b2b6540 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/27/2025 02:05:56.517 7f746b2b6540 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 02:05:56.517 7f746b2b6540 [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.129:8082/ Hit Ctrl-C to quit. 10.0.0.129 - - [2025-10-27 02:05:57] "GET / HTTP/1.1" 200 45871 0.001837 10.0.0.129 - - [2025-10-27 02:05:57] "GET / HTTP/1.1" 200 45871 0.000966 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.129 - - [2025-10-27 02:05:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500 10.0.0.129 - - [2025-10-27 02:05:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000229 10.0.0.33 - - [2025-10-27 02:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.129 - - [2025-10-27 02:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.33 - - [2025-10-27 02:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.33 - - [2025-10-27 02:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000577 10.0.0.129 - - [2025-10-27 02:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000639 10.0.0.249 - - [2025-10-27 02:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.129 - - [2025-10-27 02:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.33 - - [2025-10-27 02:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2025-10-27 02:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.129 - - [2025-10-27 02:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2025-10-27 02:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.129 - - [2025-10-27 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 2.824162 10.0.0.129 - - [2025-10-27 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.129 - - [2025-10-27 02:06:02] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.451523 10.0.0.249 - - [2025-10-27 02:06:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.129 - - [2025-10-27 02:06:02] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004237 /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.33 - - [2025-10-27 02:06:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.33 - - [2025-10-27 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.208841 10.0.0.33 - - [2025-10-27 02:06:14] "POST /access-control-lists HTTP/1.1" 200 587 0.031959 10.0.0.33 - - [2025-10-27 02:06:14] "POST /route-targets HTTP/1.1" 200 328 0.013296 10.0.0.33 - - [2025-10-27 02:06:14] "POST /ref-update HTTP/1.1" 200 156 0.024464 10.0.0.33 - - [2025-10-27 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003963 10.0.0.33 - - [2025-10-27 02:06:14] "PUT /access-control-list/66439e90-c552-4db7-b94e-d7c52f65fc2e HTTP/1.1" 200 273 0.013733 10.0.0.33 - - [2025-10-27 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.031618 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.129 - - [2025-10-27 02:08:57] "GET /obj-perms HTTP/1.1" 200 5075 0.364664 10.0.0.249 - - [2025-10-27 02:09:57] "GET /obj-perms HTTP/1.1" 200 5075 0.061060 10.0.0.33 - - [2025-10-27 02:09:57] "GET /obj-perms HTTP/1.1" 200 5075 0.042516 10.0.0.33 - - [2025-10-27 02:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.33 - - [2025-10-27 02:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.129 - - [2025-10-27 02:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.129 - - [2025-10-27 02:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.33 - - [2025-10-27 02:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.33 - - [2025-10-27 02:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-10-27 02:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.249 - - [2025-10-27 02:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.129 - - [2025-10-27 02:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.129 - - [2025-10-27 02:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2025-10-27 02:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2025-10-27 02:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 [Introspect:8084]10.0.0.129 - - [2025-10-27 02:11:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000952 [Introspect:8084]10.0.0.129 - - [2025-10-27 02:11:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000878 [Introspect:8084]10.0.0.129 - - [2025-10-27 02:11:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000859 [Introspect:8084]10.0.0.129 - - [2025-10-27 02:11:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000889 10.0.0.249 - - [2025-10-27 02:13:05] "GET / HTTP/1.1" 200 36215 0.002357 10.0.0.249 - - [2025-10-27 02:13:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.249 - - [2025-10-27 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.049776 10.0.0.129 - - [2025-10-27 02:13:07] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.062289 10.0.0.129 - - [2025-10-27 02:13:07] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.129 - - [2025-10-27 02:13:07] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031146 10.0.0.129 - - [2025-10-27 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.005501 10.0.0.129 - - [2025-10-27 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.014923 10.0.0.129 - - [2025-10-27 02:13:07] "POST /security-groups HTTP/1.1" 200 589 0.034499 10.0.0.129 - - [2025-10-27 02:13:07] "POST /projects HTTP/1.1" 200 581 0.294374 10.0.0.129 - - [2025-10-27 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.371571 10.0.0.33 - - [2025-10-27 02:13:07] "POST /access-control-lists HTTP/1.1" 200 596 0.053517 10.0.0.249 - - [2025-10-27 02:13:07] "GET /project/af880e78-746e-42f3-9544-63175548b569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.583558 10.0.0.249 - - [2025-10-27 02:13:08] "GET / HTTP/1.1" 200 36215 0.001579 10.0.0.129 - - [2025-10-27 02:13:11] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.249 - - [2025-10-27 02:13:12] "GET /project/af880e78-746e-42f3-9544-63175548b569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.058126 10.0.0.129 - - [2025-10-27 02:13:12] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001667 10.0.0.249 - - [2025-10-27 02:13:12] "GET /project/af880e78-746e-42f3-9544-63175548b569?fields=virtual_networks HTTP/1.1" 200 1031 0.101709 10.0.0.129 - - [2025-10-27 02:13:12] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.249 - - [2025-10-27 02:13:12] "GET /project/af880e78-746e-42f3-9544-63175548b569?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043664 10.0.0.129 - - [2025-10-27 02:13:12] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.249 - - [2025-10-27 02:13:12] "GET /project/af880e78-746e-42f3-9544-63175548b569?fields=security_groups HTTP/1.1" 200 1256 0.055540 10.0.0.129 - - [2025-10-27 02:13:13] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003698 10.0.0.129 - - [2025-10-27 02:13:13] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.129 - - [2025-10-27 02:13:13] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007810 10.0.0.129 - - [2025-10-27 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 167 0.007906 10.0.0.129 - - [2025-10-27 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 176 0.003709 10.0.0.129 - - [2025-10-27 02:13:13] "POST /security-groups HTTP/1.1" 200 568 0.138526 10.0.0.33 - - [2025-10-27 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.013312 10.0.0.129 - - [2025-10-27 02:13:13] "POST /projects HTTP/1.1" 200 539 0.472380 10.0.0.129 - - [2025-10-27 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.555863 10.0.0.249 - - [2025-10-27 02:13:13] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.736808 10.0.0.33 - - [2025-10-27 02:13:13] "POST /access-control-lists HTTP/1.1" 200 573 0.087605 [Introspect:8084]10.0.0.249 - - [2025-10-27 02:13:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001230 10.0.0.129 - - [2025-10-27 02:13:15] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.249 - - [2025-10-27 02:13:15] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.051081 10.0.0.129 - - [2025-10-27 02:13:16] "GET /obj-perms HTTP/1.1" 200 5075 0.062505 [Introspect:8084]10.0.0.249 - - [2025-10-27 02:13:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000654 10.0.0.249 - - [2025-10-27 02:13:18] "GET /obj-perms HTTP/1.1" 200 5075 0.046089 10.0.0.249 - - [2025-10-27 02:13:18] "GET /obj-perms HTTP/1.1" 200 5075 0.004301 10.0.0.249 - - [2025-10-27 02:13:18] "GET /obj-perms HTTP/1.1" 200 5075 0.004386 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004717 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004307 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004146 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.003993 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.006342 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004089 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004847 10.0.0.249 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004542 10.0.0.33 - - [2025-10-27 02:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.048830 10.0.0.249 - - [2025-10-27 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.007802 10.0.0.33 - - [2025-10-27 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.005293 10.0.0.129 - - [2025-10-27 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.005078 10.0.0.129 - - [2025-10-27 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.005087 10.0.0.249 - - [2025-10-27 02:13:21] "GET /obj-perms HTTP/1.1" 200 5075 0.005359 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.005254 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004400 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004174 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004176 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004479 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004961 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004272 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.005351 10.0.0.249 - - [2025-10-27 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004663 10.0.0.249 - - [2025-10-27 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004134 10.0.0.249 - - [2025-10-27 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004821 10.0.0.249 - - [2025-10-27 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004665 10.0.0.249 - - [2025-10-27 02:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004050 10.0.0.249 - - [2025-10-27 02:13:27] "GET /obj-perms HTTP/1.1" 200 5075 0.006407 10.0.0.249 - - [2025-10-27 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.028593 10.0.0.129 - - [2025-10-27 02:13:28] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003645 10.0.0.129 - - [2025-10-27 02:13:28] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001352 10.0.0.129 - - [2025-10-27 02:13:28] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008830 10.0.0.129 - - [2025-10-27 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 201 0.011002 10.0.0.129 - - [2025-10-27 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.006638 10.0.0.129 - - [2025-10-27 02:13:28] "POST /security-groups HTTP/1.1" 200 602 0.037400 10.0.0.129 - - [2025-10-27 02:13:28] "POST /projects HTTP/1.1" 200 607 0.303063 10.0.0.33 - - [2025-10-27 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.009027 10.0.0.129 - - [2025-10-27 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.387632 10.0.0.249 - - [2025-10-27 02:13:28] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.551496 10.0.0.249 - - [2025-10-27 02:13:30] "GET / HTTP/1.1" 200 36215 0.001811 10.0.0.249 - - [2025-10-27 02:13:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2025-10-27 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.073975 10.0.0.129 - - [2025-10-27 02:13:31] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001214 10.0.0.249 - - [2025-10-27 02:13:31] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.056854 10.0.0.33 - - [2025-10-27 02:13:32] "POST /ref-update HTTP/1.1" 200 156 0.041631 10.0.0.129 - - [2025-10-27 02:13:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009923 10.0.0.249 - - [2025-10-27 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.269102 10.0.0.249 - - [2025-10-27 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001268 10.0.0.249 - - [2025-10-27 02:13:32] "GET /virtual-network/232a4c43-173f-481b-a8c0-a1549979987e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005946 10.0.0.249 - - [2025-10-27 02:13:32] "GET /virtual-network/232a4c43-173f-481b-a8c0-a1549979987e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006118 10.0.0.249 - - [2025-10-27 02:13:32] "POST /neutron/network HTTP/1.1" 200 839 0.007446 10.0.0.249 - - [2025-10-27 02:13:33] "GET /virtual-network/232a4c43-173f-481b-a8c0-a1549979987e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006267 10.0.0.249 - - [2025-10-27 02:13:33] "GET /obj-perms HTTP/1.1" 200 5071 0.072597 10.0.0.129 - - [2025-10-27 02:13:34] "GET /obj-perms HTTP/1.1" 200 5071 0.098211 10.0.0.249 - - [2025-10-27 02:13:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001300 10.0.0.129 - - [2025-10-27 02:13:37] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000915 10.0.0.249 - - [2025-10-27 02:13:37] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.068131 10.0.0.249 - - [2025-10-27 02:13:38] "POST /neutron/network HTTP/1.1" 200 839 0.042163 10.0.0.249 - - [2025-10-27 02:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.009028 10.0.0.249 - - [2025-10-27 02:13:40] "POST /neutron/port HTTP/1.1" 200 1071 0.042887 10.0.0.249 - - [2025-10-27 02:13:40] "POST /neutron/port HTTP/1.1" 200 1099 0.024807 10.0.0.249 - - [2025-10-27 02:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2025-10-27 02:13:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007679 10.0.0.249 - - [2025-10-27 02:13:50] "GET /obj-perms HTTP/1.1" 200 5071 0.004790 10.0.0.249 - - [2025-10-27 02:13:54] "POST /neutron/network HTTP/1.1" 200 839 0.015615 10.0.0.249 - - [2025-10-27 02:13:54] "POST /neutron/port HTTP/1.1" 200 1125 0.013165 10.0.0.249 - - [2025-10-27 02:13:56] "POST /neutron/network HTTP/1.1" 200 839 0.009562 10.0.0.129 - - [2025-10-27 02:13:57] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.249 - - [2025-10-27 02:13:57] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.066458 10.0.0.129 - - [2025-10-27 02:13:57] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000972 10.0.0.249 - - [2025-10-27 02:13:57] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?fields=virtual_networks HTTP/1.1" 200 1055 0.076830 10.0.0.129 - - [2025-10-27 02:13:57] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001351 10.0.0.249 - - [2025-10-27 02:13:57] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.067526 10.0.0.129 - - [2025-10-27 02:13:57] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001114 10.0.0.249 - - [2025-10-27 02:13:57] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?fields=security_groups HTTP/1.1" 200 1293 0.048032 10.0.0.129 - - [2025-10-27 02:13:58] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000937 10.0.0.249 - - [2025-10-27 02:13:58] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.076949 10.0.0.249 - - [2025-10-27 02:14:01] "GET /obj-perms HTTP/1.1" 200 5075 0.056938 10.0.0.129 - - [2025-10-27 02:14:03] "DELETE /project/af880e78746e42f3954463175548b569 HTTP/1.1" 404 173 0.011181 10.0.0.129 - - [2025-10-27 02:14:03] "DELETE /project/6a3d56437b0b4d25aa9e13864380aeff HTTP/1.1" 404 173 0.015822 10.0.0.129 - - [2025-10-27 02:14:03] "DELETE /project/59e63fe2cd0c405988339c184fbe1664 HTTP/1.1" 404 173 0.008929 10.0.0.129 - - [2025-10-27 02:14:03] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.011224 10.0.0.129 - - [2025-10-27 02:14:03] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000941 10.0.0.129 - - [2025-10-27 02:14:03] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.111181 10.0.0.129 - - [2025-10-27 02:14:03] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001489 10.0.0.129 - - [2025-10-27 02:14:03] "GET /project/af880e78-746e-42f3-9544-63175548b569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.137850 10.0.0.129 - - [2025-10-27 02:14:03] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002024 10.0.0.129 - - [2025-10-27 02:14:03] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?fields=security_groups HTTP/1.1" 200 1395 0.070199 10.0.0.129 - - [2025-10-27 02:14:03] "GET /project/af880e78-746e-42f3-9544-63175548b569?fields=security_groups HTTP/1.1" 200 1358 0.100728 10.0.0.129 - - [2025-10-27 02:14:03] "DELETE /security-group/ce0a5e29-04be-476e-b1ba-1ccd89ca2861 HTTP/1.1" 200 115 0.075743 10.0.0.129 - - [2025-10-27 02:14:03] "GET /projects?obj_uuids=59e63fe2-cd0c-4059-8833-9c184fbe1664&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001065 10.0.0.33 - - [2025-10-27 02:14:03] "DELETE /access-control-list/7015d515-cb7e-4293-8edf-d9b16c1ab412 HTTP/1.1" 200 115 0.050149 10.0.0.129 - - [2025-10-27 02:14:04] "GET /project/59e63fe2-cd0c-4059-8833-9c184fbe1664?fields=application_policy_sets HTTP/1.1" 200 1434 0.085699 10.0.0.129 - - [2025-10-27 02:14:04] "DELETE /security-group/be7f947f-74c9-42ba-9517-4dc11e3fc686 HTTP/1.1" 200 115 0.125676 10.0.0.129 - - [2025-10-27 02:14:04] "GET /projects?obj_uuids=af880e78-746e-42f3-9544-63175548b569&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.129 - - [2025-10-27 02:14:04] "GET /project/af880e78-746e-42f3-9544-63175548b569?fields=application_policy_sets HTTP/1.1" 200 1397 0.073258 10.0.0.33 - - [2025-10-27 02:14:04] "DELETE /access-control-list/791c8423-6cb0-4ab8-a2ed-d2216ca00348 HTTP/1.1" 200 115 0.078506 10.0.0.129 - - [2025-10-27 02:14:04] "DELETE /project/59e63fe2-cd0c-4059-8833-9c184fbe1664 HTTP/1.1" 200 115 0.702462 10.0.0.129 - - [2025-10-27 02:14:04] "DELETE /project/af880e78-746e-42f3-9544-63175548b569 HTTP/1.1" 200 115 0.783756 10.0.0.129 - - [2025-10-27 02:14:05] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001362 10.0.0.249 - - [2025-10-27 02:14:05] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.042037 10.0.0.249 - - [2025-10-27 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.029019 10.0.0.129 - - [2025-10-27 02:14:08] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004497 10.0.0.129 - - [2025-10-27 02:14:08] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002018 10.0.0.129 - - [2025-10-27 02:14:08] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010612 10.0.0.129 - - [2025-10-27 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.001157 10.0.0.129 - - [2025-10-27 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.008938 10.0.0.129 - - [2025-10-27 02:14:08] "POST /security-groups HTTP/1.1" 200 603 0.096946 10.0.0.129 - - [2025-10-27 02:14:08] "POST /projects HTTP/1.1" 200 609 0.357487 10.0.0.33 - - [2025-10-27 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.009570 10.0.0.129 - - [2025-10-27 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.436332 10.0.0.249 - - [2025-10-27 02:14:08] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.611275 10.0.0.249 - - [2025-10-27 02:14:10] "GET / HTTP/1.1" 200 36215 0.002277 10.0.0.249 - - [2025-10-27 02:14:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2025-10-27 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.065078 10.0.0.129 - - [2025-10-27 02:14:10] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.249 - - [2025-10-27 02:14:10] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048702 10.0.0.129 - - [2025-10-27 02:14:11] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.249 - - [2025-10-27 02:14:11] "POST /neutron/network HTTP/1.1" 200 703 0.259720 10.0.0.33 - - [2025-10-27 02:14:11] "POST /ref-update HTTP/1.1" 200 156 0.028121 10.0.0.249 - - [2025-10-27 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.003829 10.0.0.249 - - [2025-10-27 02:14:11] "GET /virtual-network/22b4376b-bade-41a4-9f26-d913e3be0af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005649 10.0.0.249 - - [2025-10-27 02:14:11] "POST /neutron/network HTTP/1.1" 200 922 0.016355 10.0.0.249 - - [2025-10-27 02:14:11] "GET /virtual-network/22b4376b-bade-41a4-9f26-d913e3be0af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007067 10.0.0.249 - - [2025-10-27 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.129 - - [2025-10-27 02:14:11] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.249 - - [2025-10-27 02:14:11] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064448 10.0.0.249 - - [2025-10-27 02:14:11] "POST /neutron/network HTTP/1.1" 200 117 0.021611 10.0.0.249 - - [2025-10-27 02:14:12] "POST /neutron/network HTTP/1.1" 200 920 0.012824 10.0.0.249 - - [2025-10-27 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 275 0.001400 10.0.0.249 - - [2025-10-27 02:14:12] "GET /virtual-network/92ab5070-7004-49ab-ba8b-80f571a7e38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.006504 10.0.0.249 - - [2025-10-27 02:14:12] "GET /virtual-network/92ab5070-7004-49ab-ba8b-80f571a7e38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.008341 10.0.0.249 - - [2025-10-27 02:14:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.014684 10.0.0.249 - - [2025-10-27 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.129 - - [2025-10-27 02:14:12] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.249 - - [2025-10-27 02:14:12] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068420 10.0.0.33 - - [2025-10-27 02:14:13] "POST /route-targets HTTP/1.1" 200 328 0.018028 10.0.0.129 - - [2025-10-27 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008332 10.0.0.249 - - [2025-10-27 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.271853 10.0.0.249 - - [2025-10-27 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 276 0.001288 10.0.0.249 - - [2025-10-27 02:14:13] "GET /virtual-network/573a0a76-c901-4f04-9bbc-ff2c459f84f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006708 10.0.0.249 - - [2025-10-27 02:14:13] "GET /virtual-network/573a0a76-c901-4f04-9bbc-ff2c459f84f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006263 10.0.0.249 - - [2025-10-27 02:14:13] "POST /neutron/network HTTP/1.1" 200 923 0.007125 10.0.0.249 - - [2025-10-27 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 275 0.001308 10.0.0.129 - - [2025-10-27 02:14:14] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.249 - - [2025-10-27 02:14:14] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.079168 10.0.0.249 - - [2025-10-27 02:14:14] "POST /neutron/network HTTP/1.1" 200 920 0.008233 10.0.0.249 - - [2025-10-27 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 276 0.001319 10.0.0.249 - - [2025-10-27 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.129 - - [2025-10-27 02:14:15] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.249 - - [2025-10-27 02:14:16] "POST /neutron/port HTTP/1.1" 200 1070 0.456851 10.0.0.129 - - [2025-10-27 02:14:16] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.249 - - [2025-10-27 02:14:16] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.105856 10.0.0.249 - - [2025-10-27 02:14:16] "POST /neutron/port HTTP/1.1" 200 1124 0.202522 10.0.0.249 - - [2025-10-27 02:14:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 10.0.0.249 - - [2025-10-27 02:14:16] "POST /neutron/network HTTP/1.1" 200 920 0.006860 10.0.0.249 - - [2025-10-27 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.008373 10.0.0.249 - - [2025-10-27 02:14:18] "POST /neutron/port HTTP/1.1" 200 1071 0.051868 10.0.0.249 - - [2025-10-27 02:14:18] "POST /neutron/network HTTP/1.1" 400 204 0.014824 10.0.0.249 - - [2025-10-27 02:14:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.249 - - [2025-10-27 02:14:18] "POST /neutron/network HTTP/1.1" 200 923 0.007831 10.0.0.249 - - [2025-10-27 02:14:19] "POST /neutron/port HTTP/1.1" 200 151 0.207548 10.0.0.249 - - [2025-10-27 02:14:20] "POST /neutron/network HTTP/1.1" 200 923 0.007420 10.0.0.33 - - [2025-10-27 02:14:20] "DELETE /route-target/df9b184e-fff0-4221-ae97-c25169237133 HTTP/1.1" 200 115 0.047287 10.0.0.249 - - [2025-10-27 02:14:22] "POST /neutron/port HTTP/1.1" 200 1125 0.019038 10.0.0.129 - - [2025-10-27 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004371 10.0.0.129 - - [2025-10-27 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004503 10.0.0.249 - - [2025-10-27 02:14:22] "POST /neutron/network HTTP/1.1" 200 151 0.147050 10.0.0.249 - - [2025-10-27 02:14:22] "POST /neutron/network HTTP/1.1" 200 896 0.008910 10.0.0.33 - - [2025-10-27 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006935 10.0.0.129 - - [2025-10-27 02:14:23] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.249 - - [2025-10-27 02:14:23] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051137 10.0.0.129 - - [2025-10-27 02:14:23] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.249 - - [2025-10-27 02:14:23] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?fields=virtual_networks HTTP/1.1" 200 1056 0.070661 10.0.0.129 - - [2025-10-27 02:14:23] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.249 - - [2025-10-27 02:14:23] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.058375 10.0.0.249 - - [2025-10-27 02:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.017221 10.0.0.129 - - [2025-10-27 02:14:23] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.249 - - [2025-10-27 02:14:23] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?fields=security_groups HTTP/1.1" 200 1295 0.047324 10.0.0.249 - - [2025-10-27 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.025340 10.0.0.129 - - [2025-10-27 02:14:24] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004421 10.0.0.129 - - [2025-10-27 02:14:24] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.129 - - [2025-10-27 02:14:24] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008460 10.0.0.129 - - [2025-10-27 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 192 0.003863 10.0.0.129 - - [2025-10-27 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.002925 10.0.0.129 - - [2025-10-27 02:14:24] "POST /security-groups HTTP/1.1" 200 593 0.038109 10.0.0.129 - - [2025-10-27 02:14:24] "POST /projects HTTP/1.1" 200 589 0.276855 10.0.0.129 - - [2025-10-27 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.314036 10.0.0.33 - - [2025-10-27 02:14:24] "POST /access-control-lists HTTP/1.1" 200 600 0.033167 10.0.0.249 - - [2025-10-27 02:14:24] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.456325 10.0.0.249 - - [2025-10-27 02:14:26] "GET / HTTP/1.1" 200 36215 0.001385 10.0.0.249 - - [2025-10-27 02:14:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-10-27 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.054625 10.0.0.129 - - [2025-10-27 02:14:26] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.249 - - [2025-10-27 02:14:26] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037394 10.0.0.33 - - [2025-10-27 02:14:27] "POST /route-targets HTTP/1.1" 200 328 0.019888 10.0.0.129 - - [2025-10-27 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.014895 10.0.0.249 - - [2025-10-27 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.256389 10.0.0.249 - - [2025-10-27 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 255 0.001134 10.0.0.249 - - [2025-10-27 02:14:27] "GET /virtual-network/e77cbd0e-205a-4c75-9a20-08e8d0b8d2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004713 10.0.0.249 - - [2025-10-27 02:14:27] "GET /virtual-network/e77cbd0e-205a-4c75-9a20-08e8d0b8d2cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005377 10.0.0.249 - - [2025-10-27 02:14:27] "POST /neutron/network HTTP/1.1" 200 892 0.010613 10.0.0.249 - - [2025-10-27 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.129 - - [2025-10-27 02:14:27] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000807 10.0.0.249 - - [2025-10-27 02:14:27] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.058580 10.0.0.129 - - [2025-10-27 02:14:27] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002212 10.0.0.249 - - [2025-10-27 02:14:27] "POST /neutron/network HTTP/1.1" 200 673 0.142574 10.0.0.33 - - [2025-10-27 02:14:27] "POST /ref-update HTTP/1.1" 200 156 0.025336 10.0.0.249 - - [2025-10-27 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 255 0.003700 10.0.0.249 - - [2025-10-27 02:14:28] "GET /virtual-network/575cf641-63f5-491c-b03e-e4ac394ed2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005090 10.0.0.249 - - [2025-10-27 02:14:28] "POST /neutron/network HTTP/1.1" 200 890 0.006478 10.0.0.249 - - [2025-10-27 02:14:28] "GET /virtual-network/575cf641-63f5-491c-b03e-e4ac394ed2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005280 10.0.0.249 - - [2025-10-27 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.129 - - [2025-10-27 02:14:28] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.249 - - [2025-10-27 02:14:28] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047276 10.0.0.249 - - [2025-10-27 02:14:28] "POST /neutron/network HTTP/1.1" 200 117 0.015284 10.0.0.249 - - [2025-10-27 02:14:28] "POST /neutron/network HTTP/1.1" 200 894 0.017416 10.0.0.249 - - [2025-10-27 02:14:28] "POST /id-to-fqname HTTP/1.1" 200 256 0.001531 10.0.0.249 - - [2025-10-27 02:14:28] "GET /virtual-network/61e4a71f-bd12-4e5e-8421-7f51a7dabd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005888 10.0.0.249 - - [2025-10-27 02:14:28] "GET /virtual-network/61e4a71f-bd12-4e5e-8421-7f51a7dabd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005701 10.0.0.249 - - [2025-10-27 02:14:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.009727 10.0.0.249 - - [2025-10-27 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 255 0.001183 10.0.0.129 - - [2025-10-27 02:14:29] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000975 10.0.0.249 - - [2025-10-27 02:14:30] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.076154 10.0.0.249 - - [2025-10-27 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.006682 10.0.0.249 - - [2025-10-27 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 256 0.001332 10.0.0.249 - - [2025-10-27 02:14:30] "POST /neutron/network HTTP/1.1" 200 904 0.012136 10.0.0.249 - - [2025-10-27 02:14:31] "POST /neutron/port HTTP/1.1" 200 1060 0.017169 10.0.0.129 - - [2025-10-27 02:14:31] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.249 - - [2025-10-27 02:14:31] "POST /neutron/port HTTP/1.1" 200 1088 0.017381 10.0.0.249 - - [2025-10-27 02:14:31] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.082180 10.0.0.249 - - [2025-10-27 02:14:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.011574 10.0.0.249 - - [2025-10-27 02:14:31] "POST /neutron/port HTTP/1.1" 200 1088 0.018279 10.0.0.249 - - [2025-10-27 02:14:32] "POST /neutron/network HTTP/1.1" 200 904 0.010033 10.0.0.249 - - [2025-10-27 02:14:32] "POST /neutron/port HTTP/1.1" 200 1062 0.026923 10.0.0.249 - - [2025-10-27 02:14:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004331 10.0.0.249 - - [2025-10-27 02:14:32] "POST /neutron/network HTTP/1.1" 200 894 0.014227 10.0.0.249 - - [2025-10-27 02:14:33] "POST /neutron/port HTTP/1.1" 200 1088 0.015081 10.0.0.249 - - [2025-10-27 02:14:34] "POST /neutron/port HTTP/1.1" 200 1090 0.018732 10.0.0.249 - - [2025-10-27 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.006772 10.0.0.33 - - [2025-10-27 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006859 10.0.0.249 - - [2025-10-27 02:14:35] "POST /neutron/network HTTP/1.1" 200 894 0.006808 10.0.0.33 - - [2025-10-27 02:14:35] "DELETE /route-target/eb0d54d4-3bc4-4744-a57d-c9b8f8eee368 HTTP/1.1" 200 115 0.025614 10.0.0.129 - - [2025-10-27 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.129 - - [2025-10-27 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008478 10.0.0.249 - - [2025-10-27 02:14:35] "POST /neutron/network HTTP/1.1" 200 151 0.148735 10.0.0.129 - - [2025-10-27 02:14:35] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000831 10.0.0.249 - - [2025-10-27 02:14:36] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.091287 10.0.0.129 - - [2025-10-27 02:14:36] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001385 10.0.0.249 - - [2025-10-27 02:14:36] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?fields=virtual_networks HTTP/1.1" 200 1038 0.068391 10.0.0.129 - - [2025-10-27 02:14:36] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.249 - - [2025-10-27 02:14:36] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.058740 10.0.0.129 - - [2025-10-27 02:14:36] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.249 - - [2025-10-27 02:14:36] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?fields=security_groups HTTP/1.1" 200 1267 0.057190 10.0.0.249 - - [2025-10-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.031848 10.0.0.129 - - [2025-10-27 02:14:37] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003639 10.0.0.129 - - [2025-10-27 02:14:37] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.129 - - [2025-10-27 02:14:37] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.129 - - [2025-10-27 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.002784 10.0.0.129 - - [2025-10-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.022598 10.0.0.129 - - [2025-10-27 02:14:37] "POST /security-groups HTTP/1.1" 200 599 0.036623 10.0.0.33 - - [2025-10-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.003369 10.0.0.129 - - [2025-10-27 02:14:37] "POST /projects HTTP/1.1" 200 601 0.289626 10.0.0.129 - - [2025-10-27 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.362492 10.0.0.33 - - [2025-10-27 02:14:37] "POST /access-control-lists HTTP/1.1" 200 604 0.029326 10.0.0.249 - - [2025-10-27 02:14:37] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.510670 10.0.0.249 - - [2025-10-27 02:14:38] "GET / HTTP/1.1" 200 36215 0.001661 10.0.0.249 - - [2025-10-27 02:14:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-10-27 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.054638 10.0.0.129 - - [2025-10-27 02:14:39] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.249 - - [2025-10-27 02:14:39] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.074004 10.0.0.129 - - [2025-10-27 02:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007342 10.0.0.249 - - [2025-10-27 02:14:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.293358 10.0.0.249 - - [2025-10-27 02:14:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.001306 10.0.0.249 - - [2025-10-27 02:14:40] "GET /virtual-network/487a94c0-c511-4c2d-b2ff-389dc1586ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004898 10.0.0.249 - - [2025-10-27 02:14:40] "GET /virtual-network/487a94c0-c511-4c2d-b2ff-389dc1586ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006173 10.0.0.249 - - [2025-10-27 02:14:40] "POST /neutron/network HTTP/1.1" 200 908 0.006758 10.0.0.249 - - [2025-10-27 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.129 - - [2025-10-27 02:14:40] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.249 - - [2025-10-27 02:14:40] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036198 10.0.0.129 - - [2025-10-27 02:14:40] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.249 - - [2025-10-27 02:14:40] "POST /neutron/network HTTP/1.1" 200 691 0.148300 10.0.0.33 - - [2025-10-27 02:14:40] "POST /route-targets HTTP/1.1" 200 328 0.018154 10.0.0.249 - - [2025-10-27 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.003465 10.0.0.249 - - [2025-10-27 02:14:41] "GET /virtual-network/3ae5d54f-bd6f-4b18-a054-02f56bcd4c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005141 10.0.0.249 - - [2025-10-27 02:14:41] "POST /neutron/network HTTP/1.1" 200 910 0.005674 10.0.0.249 - - [2025-10-27 02:14:41] "GET /virtual-network/3ae5d54f-bd6f-4b18-a054-02f56bcd4c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005573 10.0.0.249 - - [2025-10-27 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.129 - - [2025-10-27 02:14:41] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.249 - - [2025-10-27 02:14:41] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046109 10.0.0.249 - - [2025-10-27 02:14:41] "POST /neutron/network HTTP/1.1" 200 117 0.025026 10.0.0.33 - - [2025-10-27 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.025512 10.0.0.249 - - [2025-10-27 02:14:41] "POST /neutron/network HTTP/1.1" 200 914 0.009040 10.0.0.249 - - [2025-10-27 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 268 0.001064 10.0.0.249 - - [2025-10-27 02:14:41] "GET /virtual-network/d064b07b-7a8b-421d-9115-aa8f78519d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005013 10.0.0.249 - - [2025-10-27 02:14:41] "GET /virtual-network/d064b07b-7a8b-421d-9115-aa8f78519d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005398 10.0.0.249 - - [2025-10-27 02:14:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.009171 10.0.0.249 - - [2025-10-27 02:14:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.001181 10.0.0.129 - - [2025-10-27 02:15:04] "DELETE /project/212422818e2e46c6901f294bc869b719 HTTP/1.1" 404 173 0.007385 10.0.0.129 - - [2025-10-27 02:15:04] "DELETE /project/04b2b5a429f8433f95419d7f18e13445 HTTP/1.1" 404 173 0.008834 10.0.0.129 - - [2025-10-27 02:15:04] "DELETE /project/0b0f848c3c2b4bb68385480ec4433f77 HTTP/1.1" 404 173 0.010217 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000692 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.050556 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.077685 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?fields=security_groups HTTP/1.1" 200 1397 0.071852 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?fields=security_groups HTTP/1.1" 200 1369 0.085014 10.0.0.129 - - [2025-10-27 02:15:04] "DELETE /security-group/c8e4f8f9-2b20-4607-bc66-fb4d553a9923 HTTP/1.1" 200 115 0.081553 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=0b0f848c-3c2b-4bb6-8385-480ec4433f77&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.129 - - [2025-10-27 02:15:04] "DELETE /security-group/26a65272-3591-4cbf-8db7-642ba7445693 HTTP/1.1" 200 115 0.105191 10.0.0.129 - - [2025-10-27 02:15:04] "GET /projects?obj_uuids=21242281-8e2e-46c6-901f-294bc869b719&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77?fields=application_policy_sets HTTP/1.1" 200 1436 0.105382 10.0.0.129 - - [2025-10-27 02:15:04] "GET /project/21242281-8e2e-46c6-901f-294bc869b719?fields=application_policy_sets HTTP/1.1" 200 1408 0.094198 10.0.0.33 - - [2025-10-27 02:15:04] "DELETE /access-control-list/3c4fb7f0-01d6-432a-90c2-6da927fb3c02 HTTP/1.1" 200 115 0.059667 10.0.0.129 - - [2025-10-27 02:15:05] "DELETE /project/0b0f848c-3c2b-4bb6-8385-480ec4433f77 HTTP/1.1" 200 115 0.717262 10.0.0.129 - - [2025-10-27 02:15:05] "DELETE /project/21242281-8e2e-46c6-901f-294bc869b719 HTTP/1.1" 200 115 0.751742 10.0.0.129 - - [2025-10-27 02:15:19] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.249 - - [2025-10-27 02:15:19] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055281 10.0.0.249 - - [2025-10-27 02:15:19] "POST /neutron/port HTTP/1.1" 200 117 0.009456 10.0.0.249 - - [2025-10-27 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 268 0.002362 10.0.0.249 - - [2025-10-27 02:15:19] "POST /neutron/network HTTP/1.1" 200 924 0.009730 10.0.0.249 - - [2025-10-27 02:15:20] "POST /neutron/port HTTP/1.1" 200 1068 0.022190 10.0.0.129 - - [2025-10-27 02:15:20] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.249 - - [2025-10-27 02:15:20] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.109897 10.0.0.249 - - [2025-10-27 02:15:20] "POST /neutron/network HTTP/1.1" 200 914 0.023724 10.0.0.249 - - [2025-10-27 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.021546 10.0.0.249 - - [2025-10-27 02:15:20] "POST /neutron/port HTTP/1.1" 200 1096 0.036869 10.0.0.129 - - [2025-10-27 02:15:20] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000870 10.0.0.249 - - [2025-10-27 02:15:21] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.058028 10.0.0.249 - - [2025-10-27 02:15:21] "POST /neutron/network HTTP/1.1" 200 924 0.011204 10.0.0.249 - - [2025-10-27 02:15:21] "POST /neutron/port HTTP/1.1" 200 1070 0.024159 10.0.0.249 - - [2025-10-27 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.249 - - [2025-10-27 02:15:22] "GET /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.014452 10.0.0.249 - - [2025-10-27 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010397 10.0.0.129 - - [2025-10-27 02:15:22] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001195 10.0.0.249 - - [2025-10-27 02:15:22] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.069400 10.0.0.249 - - [2025-10-27 02:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.249 - - [2025-10-27 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008737 10.0.0.249 - - [2025-10-27 02:15:22] "GET /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.008427 10.0.0.249 - - [2025-10-27 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.249 - - [2025-10-27 02:15:22] "POST /neutron/network HTTP/1.1" 200 914 0.009957 10.0.0.249 - - [2025-10-27 02:15:22] "PUT /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd HTTP/1.1" 200 263 0.033642 10.0.0.33 - - [2025-10-27 02:15:22] "PUT /access-control-list/9b757b5d-56d8-4033-9616-4e3cb7d09567 HTTP/1.1" 200 273 0.031434 10.0.0.249 - - [2025-10-27 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004101 10.0.0.249 - - [2025-10-27 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.129 - - [2025-10-27 02:15:23] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.249 - - [2025-10-27 02:15:23] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012149 10.0.0.249 - - [2025-10-27 02:15:23] "POST /service-templates HTTP/1.1" 200 545 0.039300 10.0.0.249 - - [2025-10-27 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007532 10.0.0.249 - - [2025-10-27 02:15:23] "GET /service-template/7a51a38e-abcc-4995-a78f-b7f5c0a38aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006408 10.0.0.249 - - [2025-10-27 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007509 10.0.0.249 - - [2025-10-27 02:15:23] "GET /service-template/7a51a38e-abcc-4995-a78f-b7f5c0a38aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004469 10.0.0.249 - - [2025-10-27 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.002264 10.0.0.249 - - [2025-10-27 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.002718 10.0.0.249 - - [2025-10-27 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 268 0.001802 10.0.0.249 - - [2025-10-27 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.249 - - [2025-10-27 02:15:24] "DELETE /service-template/7a51a38e-abcc-4995-a78f-b7f5c0a38aa7 HTTP/1.1" 200 115 0.052052 10.0.0.249 - - [2025-10-27 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.009449 10.0.0.249 - - [2025-10-27 02:15:26] "POST /neutron/network HTTP/1.1" 200 910 0.009478 10.0.0.249 - - [2025-10-27 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.028974 10.0.0.249 - - [2025-10-27 02:15:32] "POST /neutron/network HTTP/1.1" 200 910 0.014176 10.0.0.249 - - [2025-10-27 02:15:34] "POST /neutron/network HTTP/1.1" 400 204 0.021553 10.0.0.249 - - [2025-10-27 02:15:39] "POST /neutron/network HTTP/1.1" 200 910 0.008004 10.0.0.249 - - [2025-10-27 02:15:41] "POST /neutron/network HTTP/1.1" 400 204 0.018804 10.0.0.249 - - [2025-10-27 02:15:45] "POST /neutron/network HTTP/1.1" 200 910 0.006770 10.0.0.249 - - [2025-10-27 02:15:47] "POST /neutron/network HTTP/1.1" 400 204 0.017920 10.0.0.249 - - [2025-10-27 02:15:51] "POST /neutron/network HTTP/1.1" 200 910 0.008121 10.0.0.249 - - [2025-10-27 02:15:53] "POST /neutron/network HTTP/1.1" 400 204 0.017855 10.0.0.249 - - [2025-10-27 02:15:57] "POST /neutron/network HTTP/1.1" 200 910 0.006982 10.0.0.33 - - [2025-10-27 02:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.33 - - [2025-10-27 02:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.129 - - [2025-10-27 02:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.129 - - [2025-10-27 02:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.33 - - [2025-10-27 02:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.33 - - [2025-10-27 02:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-10-27 02:15:59] "POST /neutron/network HTTP/1.1" 400 204 0.014688 10.0.0.249 - - [2025-10-27 02:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2025-10-27 02:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.129 - - [2025-10-27 02:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.129 - - [2025-10-27 02:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.249 - - [2025-10-27 02:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2025-10-27 02:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.33 - - [2025-10-27 02:16:03] "GET /obj-perms HTTP/1.1" 200 5075 0.049890 10.0.0.249 - - [2025-10-27 02:16:03] "POST /neutron/network HTTP/1.1" 200 910 0.007950 10.0.0.249 - - [2025-10-27 02:16:05] "POST /neutron/network HTTP/1.1" 400 204 0.014417 10.0.0.249 - - [2025-10-27 02:16:09] "POST /neutron/network HTTP/1.1" 200 910 0.007159 10.0.0.249 - - [2025-10-27 02:16:11] "POST /neutron/network HTTP/1.1" 400 204 0.013613 10.0.0.249 - - [2025-10-27 02:16:15] "POST /neutron/port HTTP/1.1" 200 1096 0.016978 10.0.0.249 - - [2025-10-27 02:16:15] "POST /neutron/network HTTP/1.1" 200 910 0.007430 10.0.0.249 - - [2025-10-27 02:16:16] "POST /neutron/network HTTP/1.1" 400 204 0.017768 10.0.0.249 - - [2025-10-27 02:16:17] "POST /neutron/port HTTP/1.1" 200 1124 0.016200 10.0.0.33 - - [2025-10-27 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479 10.0.0.129 - - [2025-10-27 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.129 - - [2025-10-27 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.249 - - [2025-10-27 02:16:18] "POST /neutron/network HTTP/1.1" 200 151 0.166959 10.0.0.129 - - [2025-10-27 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.129 - - [2025-10-27 02:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.249 - - [2025-10-27 02:16:18] "POST /neutron/network HTTP/1.1" 200 151 0.136459 10.0.0.129 - - [2025-10-27 02:16:18] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.33 - - [2025-10-27 02:16:18] "DELETE /route-target/38268989-6329-4a10-969e-d02fc8f5185d HTTP/1.1" 200 115 0.022965 10.0.0.249 - - [2025-10-27 02:16:18] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.081709 10.0.0.129 - - [2025-10-27 02:16:18] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.249 - - [2025-10-27 02:16:18] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?fields=virtual_networks HTTP/1.1" 200 1049 0.048177 10.0.0.129 - - [2025-10-27 02:16:18] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.249 - - [2025-10-27 02:16:18] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.036970 10.0.0.129 - - [2025-10-27 02:16:18] "GET /projects?obj_uuids=04b2b5a4-29f8-433f-9541-9d7f18e13445&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.249 - - [2025-10-27 02:16:18] "GET /project/04b2b5a4-29f8-433f-9541-9d7f18e13445?fields=security_groups HTTP/1.1" 200 1284 0.053032 10.0.0.249 - - [2025-10-27 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.026986 10.0.0.129 - - [2025-10-27 02:16:19] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003716 10.0.0.129 - - [2025-10-27 02:16:19] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.129 - - [2025-10-27 02:16:19] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007357 10.0.0.129 - - [2025-10-27 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001118 10.0.0.129 - - [2025-10-27 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003846 10.0.0.129 - - [2025-10-27 02:16:20] "POST /security-groups HTTP/1.1" 200 592 0.078469 10.0.0.129 - - [2025-10-27 02:16:20] "POST /projects HTTP/1.1" 200 587 0.288966 10.0.0.33 - - [2025-10-27 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.010357 10.0.0.129 - - [2025-10-27 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.370799 10.0.0.249 - - [2025-10-27 02:16:20] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.529682 10.0.0.249 - - [2025-10-27 02:16:21] "GET / HTTP/1.1" 200 36215 0.003022 10.0.0.249 - - [2025-10-27 02:16:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-10-27 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.065093 10.0.0.129 - - [2025-10-27 02:16:22] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.249 - - [2025-10-27 02:16:22] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.038628 10.0.0.129 - - [2025-10-27 02:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006890 10.0.0.249 - - [2025-10-27 02:16:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.252287 10.0.0.249 - - [2025-10-27 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 253 0.002148 10.0.0.249 - - [2025-10-27 02:16:22] "GET /virtual-network/70abb25a-59ee-42fc-8905-a1089c16ccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005328 10.0.0.249 - - [2025-10-27 02:16:22] "GET /virtual-network/70abb25a-59ee-42fc-8905-a1089c16ccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006166 10.0.0.249 - - [2025-10-27 02:16:22] "POST /neutron/network HTTP/1.1" 200 890 0.006446 10.0.0.249 - - [2025-10-27 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.129 - - [2025-10-27 02:16:23] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000829 10.0.0.249 - - [2025-10-27 02:16:23] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046688 10.0.0.33 - - [2025-10-27 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.028853 10.0.0.129 - - [2025-10-27 02:16:23] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.249 - - [2025-10-27 02:16:23] "POST /neutron/network HTTP/1.1" 200 670 0.140884 10.0.0.249 - - [2025-10-27 02:16:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.003578 10.0.0.249 - - [2025-10-27 02:16:23] "GET /virtual-network/cb94edf2-7edc-490c-96e2-a9e477cd9203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005514 10.0.0.249 - - [2025-10-27 02:16:23] "POST /neutron/network HTTP/1.1" 200 887 0.006215 10.0.0.249 - - [2025-10-27 02:16:23] "GET /virtual-network/cb94edf2-7edc-490c-96e2-a9e477cd9203?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005456 10.0.0.249 - - [2025-10-27 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.129 - - [2025-10-27 02:16:23] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000815 10.0.0.249 - - [2025-10-27 02:16:23] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041458 10.0.0.249 - - [2025-10-27 02:16:23] "POST /neutron/network HTTP/1.1" 200 117 0.014406 10.0.0.33 - - [2025-10-27 02:16:24] "POST /route-targets HTTP/1.1" 200 328 0.014488 10.0.0.249 - - [2025-10-27 02:16:24] "POST /neutron/network HTTP/1.1" 200 892 0.009634 10.0.0.249 - - [2025-10-27 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 254 0.001083 10.0.0.249 - - [2025-10-27 02:16:24] "GET /virtual-network/2cf41bcb-d19b-42f0-b035-55fa37fc371a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004941 10.0.0.249 - - [2025-10-27 02:16:24] "GET /virtual-network/2cf41bcb-d19b-42f0-b035-55fa37fc371a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005845 10.0.0.249 - - [2025-10-27 02:16:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.012343 10.0.0.249 - - [2025-10-27 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001228 10.0.0.129 - - [2025-10-27 02:16:25] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.249 - - [2025-10-27 02:16:25] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.082410 10.0.0.249 - - [2025-10-27 02:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.008467 10.0.0.249 - - [2025-10-27 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 254 0.001533 10.0.0.249 - - [2025-10-27 02:16:25] "POST /neutron/network HTTP/1.1" 200 902 0.007482 10.0.0.249 - - [2025-10-27 02:16:26] "POST /neutron/port HTTP/1.1" 200 1059 0.020184 10.0.0.129 - - [2025-10-27 02:16:26] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.249 - - [2025-10-27 02:16:26] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.117500 10.0.0.249 - - [2025-10-27 02:16:26] "POST /neutron/port HTTP/1.1" 200 1087 0.017497 10.0.0.249 - - [2025-10-27 02:16:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.011316 10.0.0.249 - - [2025-10-27 02:16:26] "POST /neutron/port HTTP/1.1" 200 1087 0.016895 10.0.0.249 - - [2025-10-27 02:16:27] "POST /neutron/network HTTP/1.1" 200 902 0.006788 10.0.0.249 - - [2025-10-27 02:16:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.009648 10.0.0.249 - - [2025-10-27 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.129 - - [2025-10-27 02:16:27] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.249 - - [2025-10-27 02:16:27] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009651 10.0.0.249 - - [2025-10-27 02:16:27] "POST /neutron/port HTTP/1.1" 200 1062 0.021966 10.0.0.249 - - [2025-10-27 02:16:27] "POST /service-templates HTTP/1.1" 200 545 0.035780 10.0.0.249 - - [2025-10-27 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-10-27 02:16:27] "GET /service-template/5a0d4767-4aa3-428c-b64f-2bb894832b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006076 10.0.0.249 - - [2025-10-27 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-10-27 02:16:27] "GET /service-template/5a0d4767-4aa3-428c-b64f-2bb894832b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004091 10.0.0.249 - - [2025-10-27 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 253 0.001283 10.0.0.249 - - [2025-10-27 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 253 0.001347 10.0.0.249 - - [2025-10-27 02:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004326 10.0.0.249 - - [2025-10-27 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 254 0.001350 10.0.0.249 - - [2025-10-27 02:16:28] "POST /neutron/network HTTP/1.1" 200 892 0.006570 10.0.0.249 - - [2025-10-27 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2025-10-27 02:16:28] "DELETE /service-template/5a0d4767-4aa3-428c-b64f-2bb894832b63 HTTP/1.1" 200 115 0.035338 10.0.0.249 - - [2025-10-27 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003766 10.0.0.249 - - [2025-10-27 02:16:30] "POST /neutron/network HTTP/1.1" 200 887 0.008899 10.0.0.249 - - [2025-10-27 02:16:31] "POST /neutron/port HTTP/1.1" 200 1116 0.012580 10.0.0.249 - - [2025-10-27 02:16:31] "POST /neutron/port HTTP/1.1" 200 1113 0.009978 10.0.0.129 - - [2025-10-27 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002911 10.0.0.129 - - [2025-10-27 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003854 10.0.0.249 - - [2025-10-27 02:16:32] "POST /neutron/network HTTP/1.1" 200 151 0.141364 10.0.0.33 - - [2025-10-27 02:16:32] "DELETE /route-target/fe6c91c6-1f68-42bf-b957-85ecbca933e6 HTTP/1.1" 200 115 0.047891 10.0.0.249 - - [2025-10-27 02:16:33] "POST /neutron/network HTTP/1.1" 200 890 0.007692 10.0.0.33 - - [2025-10-27 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.129 - - [2025-10-27 02:16:33] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.249 - - [2025-10-27 02:16:33] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.051694 10.0.0.129 - - [2025-10-27 02:16:33] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.249 - - [2025-10-27 02:16:33] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?fields=virtual_networks HTTP/1.1" 200 1035 0.050017 10.0.0.129 - - [2025-10-27 02:16:33] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.249 - - [2025-10-27 02:16:33] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051268 10.0.0.129 - - [2025-10-27 02:16:33] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.249 - - [2025-10-27 02:16:33] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?fields=security_groups HTTP/1.1" 200 1263 0.045595 10.0.0.249 - - [2025-10-27 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.028624 10.0.0.129 - - [2025-10-27 02:16:34] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004284 10.0.0.129 - - [2025-10-27 02:16:34] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.129 - - [2025-10-27 02:16:34] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006853 10.0.0.129 - - [2025-10-27 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 195 0.009846 10.0.0.129 - - [2025-10-27 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.007804 10.0.0.129 - - [2025-10-27 02:16:34] "POST /security-groups HTTP/1.1" 200 596 0.073941 10.0.0.129 - - [2025-10-27 02:16:34] "POST /projects HTTP/1.1" 200 595 0.311139 10.0.0.33 - - [2025-10-27 02:16:34] "POST /access-control-lists HTTP/1.1" 200 603 0.051114 10.0.0.129 - - [2025-10-27 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.397145 10.0.0.249 - - [2025-10-27 02:16:34] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.564937 10.0.0.249 - - [2025-10-27 02:16:35] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.249 - - [2025-10-27 02:16:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.249 - - [2025-10-27 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.059203 10.0.0.129 - - [2025-10-27 02:16:36] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000919 10.0.0.249 - - [2025-10-27 02:16:36] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.056799 10.0.0.129 - - [2025-10-27 02:16:37] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000952 10.0.0.249 - - [2025-10-27 02:16:37] "POST /neutron/network HTTP/1.1" 200 682 0.160717 10.0.0.33 - - [2025-10-27 02:16:37] "POST /route-targets HTTP/1.1" 200 328 0.013750 10.0.0.33 - - [2025-10-27 02:16:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000742 10.0.0.249 - - [2025-10-27 02:16:37] "POST /neutron/network HTTP/1.1" 200 1075 0.012754 10.0.0.249 - - [2025-10-27 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.001107 10.0.0.249 - - [2025-10-27 02:16:37] "GET /virtual-network/c1b70286-7486-4300-9fc8-4fc9fe3dabde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.004724 10.0.0.249 - - [2025-10-27 02:16:37] "GET /virtual-network/c1b70286-7486-4300-9fc8-4fc9fe3dabde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005105 10.0.0.249 - - [2025-10-27 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.012334 10.0.0.249 - - [2025-10-27 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013371 10.0.0.129 - - [2025-10-27 02:16:37] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000870 10.0.0.249 - - [2025-10-27 02:16:37] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036025 10.0.0.129 - - [2025-10-27 02:16:37] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.249 - - [2025-10-27 02:16:38] "POST /neutron/network HTTP/1.1" 200 682 0.122411 10.0.0.33 - - [2025-10-27 02:16:38] "POST /ref-update HTTP/1.1" 200 156 0.020219 10.0.0.33 - - [2025-10-27 02:16:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.039855 10.0.0.249 - - [2025-10-27 02:16:38] "POST /neutron/network HTTP/1.1" 200 1074 0.013037 10.0.0.249 - - [2025-10-27 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.000970 10.0.0.249 - - [2025-10-27 02:16:38] "GET /virtual-network/ef805251-278c-403a-9216-9df2073009ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006571 10.0.0.249 - - [2025-10-27 02:16:38] "GET /virtual-network/ef805251-278c-403a-9216-9df2073009ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005787 10.0.0.249 - - [2025-10-27 02:16:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.009516 10.0.0.249 - - [2025-10-27 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.129 - - [2025-10-27 02:16:38] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000859 10.0.0.249 - - [2025-10-27 02:16:38] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048191 10.0.0.129 - - [2025-10-27 02:16:38] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000901 10.0.0.249 - - [2025-10-27 02:16:39] "POST /neutron/network HTTP/1.1" 200 684 0.164905 10.0.0.33 - - [2025-10-27 02:16:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.011001 10.0.0.249 - - [2025-10-27 02:16:39] "POST /neutron/network HTTP/1.1" 200 1075 0.019818 10.0.0.249 - - [2025-10-27 02:16:39] "POST /id-to-fqname HTTP/1.1" 200 262 0.000963 10.0.0.249 - - [2025-10-27 02:16:39] "GET /virtual-network/d359bf92-f5e1-4741-bb5d-582be7b4e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004749 10.0.0.249 - - [2025-10-27 02:16:39] "GET /virtual-network/d359bf92-f5e1-4741-bb5d-582be7b4e227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007187 10.0.0.249 - - [2025-10-27 02:16:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.008723 10.0.0.249 - - [2025-10-27 02:16:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001826 10.0.0.129 - - [2025-10-27 02:16:40] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000906 10.0.0.249 - - [2025-10-27 02:16:40] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.066107 10.0.0.249 - - [2025-10-27 02:16:40] "POST /neutron/network HTTP/1.1" 200 1074 0.010498 10.0.0.249 - - [2025-10-27 02:16:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001326 10.0.0.249 - - [2025-10-27 02:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.008240 10.0.0.129 - - [2025-10-27 02:16:41] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001286 10.0.0.249 - - [2025-10-27 02:16:41] "POST /neutron/port HTTP/1.1" 200 1171 0.360882 10.0.0.249 - - [2025-10-27 02:16:41] "POST /neutron/port HTTP/1.1" 200 1225 0.094779 10.0.0.129 - - [2025-10-27 02:16:42] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001093 10.0.0.249 - - [2025-10-27 02:16:42] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.117542 10.0.0.249 - - [2025-10-27 02:16:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.249 - - [2025-10-27 02:16:42] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.249 - - [2025-10-27 02:16:42] "POST /neutron/port HTTP/1.1" 200 1199 0.025576 10.0.0.249 - - [2025-10-27 02:16:42] "POST /neutron/network HTTP/1.1" 200 1085 0.011918 10.0.0.249 - - [2025-10-27 02:16:43] "POST /neutron/port HTTP/1.1" 200 1170 0.020090 10.0.0.249 - - [2025-10-27 02:16:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.249 - - [2025-10-27 02:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2025-10-27 02:16:43] "POST /neutron/network HTTP/1.1" 200 1074 0.008613 10.0.0.249 - - [2025-10-27 02:16:44] "POST /neutron/port HTTP/1.1" 200 1225 0.014159 10.0.0.249 - - [2025-10-27 02:16:45] "POST /neutron/port HTTP/1.1" 200 1224 0.015414 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003979 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005959 10.0.0.33 - - [2025-10-27 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002621 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004345 10.0.0.249 - - [2025-10-27 02:16:46] "POST /neutron/network HTTP/1.1" 200 151 0.155190 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004482 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008084 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.129 - - [2025-10-27 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002313 10.0.0.249 - - [2025-10-27 02:16:46] "POST /neutron/network HTTP/1.1" 200 151 0.155635 10.0.0.33 - - [2025-10-27 02:16:46] "DELETE /route-target/8deb1be7-88f5-4eae-a781-8b016fbac110 HTTP/1.1" 200 115 0.026262 10.0.0.129 - - [2025-10-27 02:16:46] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001219 10.0.0.249 - - [2025-10-27 02:16:46] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038629 10.0.0.129 - - [2025-10-27 02:16:46] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.249 - - [2025-10-27 02:16:46] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?fields=virtual_networks HTTP/1.1" 200 1044 0.073288 10.0.0.129 - - [2025-10-27 02:16:46] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001393 10.0.0.249 - - [2025-10-27 02:16:46] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.053565 10.0.0.129 - - [2025-10-27 02:16:46] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001233 10.0.0.249 - - [2025-10-27 02:16:46] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?fields=security_groups HTTP/1.1" 200 1276 0.051097 10.0.0.249 - - [2025-10-27 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.028000 10.0.0.129 - - [2025-10-27 02:16:47] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004270 10.0.0.129 - - [2025-10-27 02:16:47] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.129 - - [2025-10-27 02:16:47] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008825 10.0.0.129 - - [2025-10-27 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.004190 10.0.0.129 - - [2025-10-27 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004594 10.0.0.129 - - [2025-10-27 02:16:47] "POST /security-groups HTTP/1.1" 200 599 0.028000 10.0.0.33 - - [2025-10-27 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.004857 10.0.0.129 - - [2025-10-27 02:16:48] "POST /projects HTTP/1.1" 200 601 0.244349 10.0.0.129 - - [2025-10-27 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.317875 10.0.0.33 - - [2025-10-27 02:16:48] "POST /access-control-lists HTTP/1.1" 200 604 0.035255 10.0.0.249 - - [2025-10-27 02:16:48] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.465888 10.0.0.249 - - [2025-10-27 02:16:49] "GET / HTTP/1.1" 200 36215 0.001407 10.0.0.249 - - [2025-10-27 02:16:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000647 10.0.0.249 - - [2025-10-27 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.052273 10.0.0.129 - - [2025-10-27 02:16:50] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.249 - - [2025-10-27 02:16:50] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044238 10.0.0.249 - - [2025-10-27 02:16:50] "POST /neutron/network HTTP/1.1" 200 117 0.034602 10.0.0.249 - - [2025-10-27 02:16:50] "POST /neutron/network HTTP/1.1" 200 908 0.009429 10.0.0.249 - - [2025-10-27 02:16:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.001204 10.0.0.249 - - [2025-10-27 02:16:50] "GET /virtual-network/43da687f-6b0c-42ac-a6c9-ff75ec535006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005158 10.0.0.249 - - [2025-10-27 02:16:50] "GET /virtual-network/43da687f-6b0c-42ac-a6c9-ff75ec535006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005766 10.0.0.249 - - [2025-10-27 02:16:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.012065 10.0.0.249 - - [2025-10-27 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.129 - - [2025-10-27 02:16:50] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.249 - - [2025-10-27 02:16:50] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051039 10.0.0.33 - - [2025-10-27 02:16:51] "POST /route-targets HTTP/1.1" 200 328 0.020325 10.0.0.129 - - [2025-10-27 02:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012694 10.0.0.249 - - [2025-10-27 02:16:51] "POST /neutron/subnet HTTP/1.1" 200 714 0.250194 10.0.0.249 - - [2025-10-27 02:16:51] "POST /id-to-fqname HTTP/1.1" 200 267 0.001260 10.0.0.249 - - [2025-10-27 02:16:51] "GET /virtual-network/49327b90-fa50-4e2e-877f-2103c7dfcbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005383 10.0.0.249 - - [2025-10-27 02:16:51] "GET /virtual-network/49327b90-fa50-4e2e-877f-2103c7dfcbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008285 10.0.0.249 - - [2025-10-27 02:16:51] "POST /neutron/network HTTP/1.1" 200 908 0.008255 10.0.0.249 - - [2025-10-27 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349 10.0.0.129 - - [2025-10-27 02:16:51] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.249 - - [2025-10-27 02:16:51] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042111 10.0.0.129 - - [2025-10-27 02:16:51] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001701 10.0.0.249 - - [2025-10-27 02:16:51] "POST /neutron/network HTTP/1.1" 200 693 0.156380 10.0.0.33 - - [2025-10-27 02:16:51] "POST /ref-update HTTP/1.1" 200 156 0.036932 10.0.0.249 - - [2025-10-27 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 268 0.005392 10.0.0.249 - - [2025-10-27 02:16:52] "GET /virtual-network/af2c0873-13a4-49ad-b520-7518e5a5f0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005460 10.0.0.249 - - [2025-10-27 02:16:52] "POST /neutron/network HTTP/1.1" 200 911 0.017372 10.0.0.249 - - [2025-10-27 02:16:52] "GET /virtual-network/af2c0873-13a4-49ad-b520-7518e5a5f0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.016826 10.0.0.249 - - [2025-10-27 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 267 0.001342 10.0.0.249 - - [2025-10-27 02:16:52] "POST /neutron/network HTTP/1.1" 200 918 0.023816 10.0.0.129 - - [2025-10-27 02:16:53] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.249 - - [2025-10-27 02:16:53] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071406 10.0.0.249 - - [2025-10-27 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.005624 10.0.0.249 - - [2025-10-27 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 268 0.001210 10.0.0.249 - - [2025-10-27 02:16:53] "POST /neutron/network HTTP/1.1" 200 918 0.006431 10.0.0.249 - - [2025-10-27 02:16:54] "POST /neutron/port HTTP/1.1" 200 1066 0.015075 10.0.0.129 - - [2025-10-27 02:16:54] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.249 - - [2025-10-27 02:16:54] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.114998 10.0.0.249 - - [2025-10-27 02:16:54] "POST /neutron/port HTTP/1.1" 200 1094 0.018173 10.0.0.249 - - [2025-10-27 02:16:54] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.249 - - [2025-10-27 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007515 10.0.0.129 - - [2025-10-27 02:16:54] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.249 - - [2025-10-27 02:16:55] "POST /neutron/port HTTP/1.1" 200 1067 0.272668 10.0.0.249 - - [2025-10-27 02:16:55] "POST /neutron/port HTTP/1.1" 200 1121 0.101179 10.0.0.249 - - [2025-10-27 02:16:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010486 10.0.0.249 - - [2025-10-27 02:16:55] "POST /neutron/network HTTP/1.1" 200 908 0.007714 10.0.0.249 - - [2025-10-27 02:16:56] "POST /neutron/port HTTP/1.1" 200 1120 0.010394 10.0.0.249 - - [2025-10-27 02:16:56] "POST /neutron/port HTTP/1.1" 200 1121 0.011898 10.0.0.249 - - [2025-10-27 02:16:58] "POST /neutron/network HTTP/1.1" 200 908 0.009385 10.0.0.33 - - [2025-10-27 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014477 10.0.0.129 - - [2025-10-27 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004226 10.0.0.129 - - [2025-10-27 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005280 10.0.0.249 - - [2025-10-27 02:16:58] "POST /neutron/network HTTP/1.1" 200 151 0.116583 10.0.0.33 - - [2025-10-27 02:16:58] "DELETE /route-target/ad89edc2-32f1-45b6-8aff-f39f21361804 HTTP/1.1" 200 115 0.026932 10.0.0.129 - - [2025-10-27 02:16:58] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.249 - - [2025-10-27 02:16:58] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043864 10.0.0.129 - - [2025-10-27 02:16:58] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.249 - - [2025-10-27 02:16:58] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?fields=virtual_networks HTTP/1.1" 200 1051 0.048864 10.0.0.129 - - [2025-10-27 02:16:58] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.249 - - [2025-10-27 02:16:58] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.036263 10.0.0.129 - - [2025-10-27 02:16:58] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.249 - - [2025-10-27 02:16:58] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?fields=security_groups HTTP/1.1" 200 1286 0.054062 10.0.0.249 - - [2025-10-27 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.028723 10.0.0.129 - - [2025-10-27 02:16:59] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003576 10.0.0.129 - - [2025-10-27 02:16:59] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002934 10.0.0.129 - - [2025-10-27 02:16:59] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010153 10.0.0.129 - - [2025-10-27 02:16:59] "POST /id-to-fqname HTTP/1.1" 200 195 0.005987 10.0.0.129 - - [2025-10-27 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.012572 10.0.0.129 - - [2025-10-27 02:17:00] "POST /security-groups HTTP/1.1" 200 596 0.078808 10.0.0.33 - - [2025-10-27 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 239 0.005982 10.0.0.129 - - [2025-10-27 02:17:00] "POST /projects HTTP/1.1" 200 595 0.313504 10.0.0.129 - - [2025-10-27 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.382757 10.0.0.33 - - [2025-10-27 02:17:00] "POST /access-control-lists HTTP/1.1" 200 601 0.036304 10.0.0.249 - - [2025-10-27 02:17:00] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.549219 10.0.0.249 - - [2025-10-27 02:17:01] "GET / HTTP/1.1" 200 36215 0.002585 10.0.0.249 - - [2025-10-27 02:17:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2025-10-27 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059693 10.0.0.129 - - [2025-10-27 02:17:02] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001498 10.0.0.249 - - [2025-10-27 02:17:02] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054758 10.0.0.249 - - [2025-10-27 02:17:02] "POST /neutron/network HTTP/1.1" 200 117 0.034269 10.0.0.249 - - [2025-10-27 02:17:02] "POST /neutron/network HTTP/1.1" 200 900 0.008642 10.0.0.249 - - [2025-10-27 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001046 10.0.0.249 - - [2025-10-27 02:17:02] "GET /virtual-network/b1825813-236e-41b3-b826-984319eed044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005932 10.0.0.249 - - [2025-10-27 02:17:02] "GET /virtual-network/b1825813-236e-41b3-b826-984319eed044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005569 10.0.0.249 - - [2025-10-27 02:17:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.010915 10.0.0.249 - - [2025-10-27 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.129 - - [2025-10-27 02:17:02] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001011 10.0.0.249 - - [2025-10-27 02:17:02] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.043635 10.0.0.33 - - [2025-10-27 02:17:03] "POST /route-targets HTTP/1.1" 200 328 0.016302 10.0.0.129 - - [2025-10-27 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011738 10.0.0.249 - - [2025-10-27 02:17:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.192334 10.0.0.249 - - [2025-10-27 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001270 10.0.0.249 - - [2025-10-27 02:17:03] "GET /virtual-network/54cd72d1-f64c-4352-a9a6-a6b7c1ed1c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005137 10.0.0.249 - - [2025-10-27 02:17:03] "GET /virtual-network/54cd72d1-f64c-4352-a9a6-a6b7c1ed1c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006721 10.0.0.249 - - [2025-10-27 02:17:03] "POST /neutron/network HTTP/1.1" 200 900 0.006540 10.0.0.249 - - [2025-10-27 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.129 - - [2025-10-27 02:17:03] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000847 10.0.0.249 - - [2025-10-27 02:17:03] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.042728 10.0.0.129 - - [2025-10-27 02:17:03] "GET /obj-perms HTTP/1.1" 200 5075 0.068570 10.0.0.129 - - [2025-10-27 02:17:03] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001077 10.0.0.249 - - [2025-10-27 02:17:03] "POST /neutron/network HTTP/1.1" 200 684 0.147654 10.0.0.33 - - [2025-10-27 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.026594 10.0.0.249 - - [2025-10-27 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.003291 10.0.0.249 - - [2025-10-27 02:17:03] "GET /virtual-network/12f977f2-2765-4ab6-834d-01bd88ac6ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005667 10.0.0.249 - - [2025-10-27 02:17:04] "POST /neutron/network HTTP/1.1" 200 902 0.006583 10.0.0.249 - - [2025-10-27 02:17:04] "GET /virtual-network/12f977f2-2765-4ab6-834d-01bd88ac6ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005369 10.0.0.249 - - [2025-10-27 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001308 10.0.0.249 - - [2025-10-27 02:17:04] "POST /neutron/network HTTP/1.1" 200 910 0.006694 10.0.0.129 - - [2025-10-27 02:17:04] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000946 10.0.0.249 - - [2025-10-27 02:17:04] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.058033 10.0.0.249 - - [2025-10-27 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.006295 10.0.0.249 - - [2025-10-27 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.001244 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /project/22a7931a0f9344b78887de36680ae7fa HTTP/1.1" 404 173 0.011700 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /project/2c82e6551e1046cc80957969144adf9a HTTP/1.1" 404 173 0.011165 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /project/4060e527659642059a3708dd1c6b6e86 HTTP/1.1" 404 173 0.006157 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /project/04b2b5a4-29f8-433f-9541-9d7f18e13445 HTTP/1.1" 404 177 0.017261 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /project/f452406f7cf04c82a92ba8f49e1938d3 HTTP/1.1" 404 173 0.012656 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000773 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000758 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000798 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.068840 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.074154 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.090527 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000769 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?fields=security_groups HTTP/1.1" 200 1365 0.050594 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?fields=security_groups HTTP/1.1" 200 1388 0.066025 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?fields=security_groups HTTP/1.1" 200 1378 0.096493 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /security-group/c0d39116-ab5b-4672-aac2-41e8cc178052 HTTP/1.1" 200 115 0.080405 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=22a7931a-0f93-44b7-8887-de36680ae7fa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001995 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /security-group/c5fe1c32-0fb2-44f7-918f-98a3a24c5ac1 HTTP/1.1" 200 115 0.082308 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=f452406f-7cf0-4c82-a92b-a8f49e1938d3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/22a7931a-0f93-44b7-8887-de36680ae7fa?fields=application_policy_sets HTTP/1.1" 200 1404 0.055475 10.0.0.129 - - [2025-10-27 02:17:05] "DELETE /security-group/aec5a85b-ebb8-4d23-8e19-5bfb58cbd2f0 HTTP/1.1" 200 115 0.089766 10.0.0.129 - - [2025-10-27 02:17:05] "GET /projects?obj_uuids=4060e527-6596-4205-9a37-08dd1c6b6e86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001531 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3?fields=application_policy_sets HTTP/1.1" 200 1427 0.152462 10.0.0.33 - - [2025-10-27 02:17:05] "DELETE /access-control-list/b4e85a63-e44c-41a6-a6a0-f33010f9f2c6 HTTP/1.1" 200 115 0.083374 10.0.0.129 - - [2025-10-27 02:17:05] "GET /project/4060e527-6596-4205-9a37-08dd1c6b6e86?fields=application_policy_sets HTTP/1.1" 200 1417 0.146236 10.0.0.249 - - [2025-10-27 02:17:05] "POST /neutron/network HTTP/1.1" 200 910 0.036365 10.0.0.129 - - [2025-10-27 02:17:06] "DELETE /project/22a7931a-0f93-44b7-8887-de36680ae7fa HTTP/1.1" 200 115 0.674526 10.0.0.33 - - [2025-10-27 02:17:06] "DELETE /access-control-list/60b97473-15d0-4f39-8219-09f7580d485c HTTP/1.1" 200 115 0.082245 10.0.0.129 - - [2025-10-27 02:17:06] "DELETE /project/f452406f-7cf0-4c82-a92b-a8f49e1938d3 HTTP/1.1" 200 115 0.777151 10.0.0.129 - - [2025-10-27 02:17:06] "DELETE /project/4060e527-6596-4205-9a37-08dd1c6b6e86 HTTP/1.1" 200 115 0.792095 10.0.0.249 - - [2025-10-27 02:17:06] "POST /neutron/port HTTP/1.1" 200 1064 0.020887 10.0.0.129 - - [2025-10-27 02:17:06] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000997 10.0.0.249 - - [2025-10-27 02:17:06] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.101148 10.0.0.249 - - [2025-10-27 02:17:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005400 10.0.0.249 - - [2025-10-27 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001739 10.0.0.249 - - [2025-10-27 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2063 0.010382 10.0.0.129 - - [2025-10-27 02:17:07] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000902 10.0.0.249 - - [2025-10-27 02:17:07] "POST /neutron/port HTTP/1.1" 200 1064 0.266336 10.0.0.249 - - [2025-10-27 02:17:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003332 10.0.0.249 - - [2025-10-27 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.129 - - [2025-10-27 02:17:07] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.249 - - [2025-10-27 02:17:07] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006494 10.0.0.249 - - [2025-10-27 02:17:07] "POST /neutron/port HTTP/1.1" 200 1118 0.113604 10.0.0.249 - - [2025-10-27 02:17:07] "POST /service-templates HTTP/1.1" 200 545 0.055459 10.0.0.249 - - [2025-10-27 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2025-10-27 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.008965 10.0.0.249 - - [2025-10-27 02:17:08] "GET /service-template/d714adb1-426a-4f45-b601-d403d4b6645e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005556 10.0.0.249 - - [2025-10-27 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.249 - - [2025-10-27 02:17:08] "GET /service-template/d714adb1-426a-4f45-b601-d403d4b6645e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004078 10.0.0.249 - - [2025-10-27 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001347 10.0.0.249 - - [2025-10-27 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001708 10.0.0.249 - - [2025-10-27 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 262 0.001328 10.0.0.249 - - [2025-10-27 02:17:08] "POST /neutron/port HTTP/1.1" 200 2068 0.019563 10.0.0.249 - - [2025-10-27 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.249 - - [2025-10-27 02:17:08] "DELETE /service-template/d714adb1-426a-4f45-b601-d403d4b6645e HTTP/1.1" 200 115 0.042417 10.0.0.249 - - [2025-10-27 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005741 10.0.0.249 - - [2025-10-27 02:17:10] "POST /neutron/network HTTP/1.1" 400 204 0.013992 10.0.0.249 - - [2025-10-27 02:17:11] "POST /neutron/port HTTP/1.1" 200 151 0.187518 10.0.0.249 - - [2025-10-27 02:17:11] "POST /neutron/port HTTP/1.1" 200 151 0.205291 10.0.0.249 - - [2025-10-27 02:17:12] "POST /neutron/network HTTP/1.1" 200 902 0.007667 10.0.0.33 - - [2025-10-27 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010826 10.0.0.129 - - [2025-10-27 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010514 10.0.0.129 - - [2025-10-27 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006175 10.0.0.249 - - [2025-10-27 02:17:13] "POST /neutron/network HTTP/1.1" 200 151 0.158161 10.0.0.33 - - [2025-10-27 02:17:13] "DELETE /route-target/e2ce4fe3-f128-4789-8177-57bcb320a82a HTTP/1.1" 200 115 0.032071 10.0.0.129 - - [2025-10-27 02:17:13] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002542 10.0.0.249 - - [2025-10-27 02:17:13] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.091558 10.0.0.129 - - [2025-10-27 02:17:13] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001183 10.0.0.249 - - [2025-10-27 02:17:13] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?fields=virtual_networks HTTP/1.1" 200 1043 0.058326 10.0.0.129 - - [2025-10-27 02:17:13] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001295 10.0.0.249 - - [2025-10-27 02:17:13] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.053681 10.0.0.129 - - [2025-10-27 02:17:13] "GET /projects?obj_uuids=2c82e655-1e10-46cc-8095-7969144adf9a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001062 10.0.0.249 - - [2025-10-27 02:17:13] "GET /project/2c82e655-1e10-46cc-8095-7969144adf9a?fields=security_groups HTTP/1.1" 200 1275 0.066479 10.0.0.249 - - [2025-10-27 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.024498 10.0.0.129 - - [2025-10-27 02:17:14] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003353 10.0.0.129 - - [2025-10-27 02:17:14] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.129 - - [2025-10-27 02:17:14] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007570 10.0.0.129 - - [2025-10-27 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 199 0.003068 10.0.0.129 - - [2025-10-27 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.006704 10.0.0.129 - - [2025-10-27 02:17:14] "POST /security-groups HTTP/1.1" 200 600 0.029011 10.0.0.129 - - [2025-10-27 02:17:14] "POST /projects HTTP/1.1" 200 603 0.259710 10.0.0.33 - - [2025-10-27 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.007025 10.0.0.129 - - [2025-10-27 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.333707 10.0.0.249 - - [2025-10-27 02:17:14] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.466354 10.0.0.249 - - [2025-10-27 02:17:16] "GET / HTTP/1.1" 200 36215 0.001499 10.0.0.249 - - [2025-10-27 02:17:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2025-10-27 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.058439 10.0.0.129 - - [2025-10-27 02:17:16] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001251 10.0.0.249 - - [2025-10-27 02:17:16] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.041358 10.0.0.33 - - [2025-10-27 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.028855 10.0.0.129 - - [2025-10-27 02:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.017832 10.0.0.249 - - [2025-10-27 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.233397 10.0.0.249 - - [2025-10-27 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 269 0.001417 10.0.0.249 - - [2025-10-27 02:17:17] "GET /virtual-network/53fe5abb-8346-40c8-8b15-1fb4face66b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007070 10.0.0.249 - - [2025-10-27 02:17:17] "POST /neutron/network HTTP/1.1" 200 1088 0.008906 10.0.0.249 - - [2025-10-27 02:17:17] "GET /virtual-network/53fe5abb-8346-40c8-8b15-1fb4face66b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.004663 10.0.0.249 - - [2025-10-27 02:17:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.008436 10.0.0.249 - - [2025-10-27 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.129 - - [2025-10-27 02:17:17] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000873 10.0.0.249 - - [2025-10-27 02:17:17] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.042776 10.0.0.33 - - [2025-10-27 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.006902 10.0.0.129 - - [2025-10-27 02:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006735 10.0.0.249 - - [2025-10-27 02:17:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.217475 10.0.0.249 - - [2025-10-27 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001298 10.0.0.249 - - [2025-10-27 02:17:18] "GET /virtual-network/3ca82960-cd69-4631-9728-e631c9185a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009905 10.0.0.249 - - [2025-10-27 02:17:18] "POST /neutron/network HTTP/1.1" 200 1086 0.011544 10.0.0.249 - - [2025-10-27 02:17:18] "GET /virtual-network/3ca82960-cd69-4631-9728-e631c9185a80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005092 10.0.0.249 - - [2025-10-27 02:17:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.008994 10.0.0.249 - - [2025-10-27 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.129 - - [2025-10-27 02:17:18] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000841 10.0.0.249 - - [2025-10-27 02:17:18] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.043356 10.0.0.33 - - [2025-10-27 02:17:19] "POST /route-targets HTTP/1.1" 200 328 0.019188 10.0.0.129 - - [2025-10-27 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004693 10.0.0.249 - - [2025-10-27 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 823 0.212916 10.0.0.33 - - [2025-10-27 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004256 10.0.0.249 - - [2025-10-27 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 270 0.001314 10.0.0.249 - - [2025-10-27 02:17:19] "GET /virtual-network/7f981d44-c679-4a51-8912-1a8cd321a8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.009474 10.0.0.249 - - [2025-10-27 02:17:19] "POST /neutron/network HTTP/1.1" 200 1089 0.011035 10.0.0.249 - - [2025-10-27 02:17:19] "GET /virtual-network/7f981d44-c679-4a51-8912-1a8cd321a8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.009038 10.0.0.249 - - [2025-10-27 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.010773 10.0.0.249 - - [2025-10-27 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 269 0.001593 10.0.0.129 - - [2025-10-27 02:17:20] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001025 10.0.0.249 - - [2025-10-27 02:17:20] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.061430 10.0.0.249 - - [2025-10-27 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.005938 10.0.0.249 - - [2025-10-27 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 270 0.001336 10.0.0.249 - - [2025-10-27 02:17:20] "POST /neutron/network HTTP/1.1" 200 1099 0.006935 10.0.0.249 - - [2025-10-27 02:17:21] "POST /neutron/port HTTP/1.1" 200 1175 0.017194 10.0.0.129 - - [2025-10-27 02:17:21] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000857 10.0.0.249 - - [2025-10-27 02:17:21] "POST /neutron/port HTTP/1.1" 200 1203 0.021323 10.0.0.249 - - [2025-10-27 02:17:21] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.069088 10.0.0.249 - - [2025-10-27 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.249 - - [2025-10-27 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2025-10-27 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2067 0.011699 10.0.0.129 - - [2025-10-27 02:17:22] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002350 10.0.0.249 - - [2025-10-27 02:17:22] "POST /neutron/port HTTP/1.1" 200 1176 0.345057 10.0.0.249 - - [2025-10-27 02:17:22] "POST /neutron/port HTTP/1.1" 200 1230 0.112220 10.0.0.249 - - [2025-10-27 02:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.249 - - [2025-10-27 02:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003645 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.129 - - [2025-10-27 02:17:23] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.249 - - [2025-10-27 02:17:23] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008344 10.0.0.249 - - [2025-10-27 02:17:23] "POST /service-templates HTTP/1.1" 200 545 0.027354 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.249 - - [2025-10-27 02:17:23] "GET /service-template/6e35adbc-226e-4ece-84f3-904810f59021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006011 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2025-10-27 02:17:23] "GET /service-template/6e35adbc-226e-4ece-84f3-904810f59021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004072 10.0.0.249 - - [2025-10-27 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 269 0.001320 10.0.0.249 - - [2025-10-27 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 269 0.001324 10.0.0.249 - - [2025-10-27 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 270 0.001345 10.0.0.249 - - [2025-10-27 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008014 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.249 - - [2025-10-27 02:17:23] "DELETE /service-template/6e35adbc-226e-4ece-84f3-904810f59021 HTTP/1.1" 200 115 0.042652 10.0.0.249 - - [2025-10-27 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.006855 10.0.0.249 - - [2025-10-27 02:17:25] "POST /neutron/port HTTP/1.1" 200 1204 0.016297 10.0.0.249 - - [2025-10-27 02:17:26] "POST /neutron/port HTTP/1.1" 200 1203 0.023242 10.0.0.249 - - [2025-10-27 02:17:27] "POST /neutron/network HTTP/1.1" 200 1086 0.010887 10.0.0.33 - - [2025-10-27 02:17:27] "DELETE /route-target/b7f6fb42-6d72-4054-b32a-56bf1640b851 HTTP/1.1" 200 115 0.019269 10.0.0.129 - - [2025-10-27 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002777 10.0.0.129 - - [2025-10-27 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002241 10.0.0.129 - - [2025-10-27 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.129 - - [2025-10-27 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002234 10.0.0.249 - - [2025-10-27 02:17:27] "POST /neutron/network HTTP/1.1" 200 151 0.128069 10.0.0.33 - - [2025-10-27 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.129 - - [2025-10-27 02:17:28] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000986 10.0.0.249 - - [2025-10-27 02:17:28] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.053642 10.0.0.129 - - [2025-10-27 02:17:28] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001099 10.0.0.249 - - [2025-10-27 02:17:28] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?fields=virtual_networks HTTP/1.1" 200 1052 0.040678 10.0.0.129 - - [2025-10-27 02:17:28] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000961 10.0.0.249 - - [2025-10-27 02:17:28] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.036208 10.0.0.129 - - [2025-10-27 02:17:28] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001557 10.0.0.249 - - [2025-10-27 02:17:28] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?fields=security_groups HTTP/1.1" 200 1288 0.057002 10.0.0.249 - - [2025-10-27 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.024522 10.0.0.129 - - [2025-10-27 02:17:29] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002792 10.0.0.129 - - [2025-10-27 02:17:29] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.129 - - [2025-10-27 02:17:29] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007450 10.0.0.129 - - [2025-10-27 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.006309 10.0.0.129 - - [2025-10-27 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.005318 10.0.0.129 - - [2025-10-27 02:17:29] "POST /security-groups HTTP/1.1" 200 603 0.032138 10.0.0.129 - - [2025-10-27 02:17:29] "POST /projects HTTP/1.1" 200 609 0.271235 10.0.0.33 - - [2025-10-27 02:17:29] "POST /access-control-lists HTTP/1.1" 200 610 0.041455 10.0.0.129 - - [2025-10-27 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.343563 10.0.0.249 - - [2025-10-27 02:17:29] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.491621 10.0.0.249 - - [2025-10-27 02:17:30] "GET / HTTP/1.1" 200 36215 0.001633 10.0.0.249 - - [2025-10-27 02:17:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2025-10-27 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.051307 10.0.0.129 - - [2025-10-27 02:17:32] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.249 - - [2025-10-27 02:17:32] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045260 10.0.0.249 - - [2025-10-27 02:17:32] "POST /neutron/network HTTP/1.1" 200 117 0.038280 10.0.0.33 - - [2025-10-27 02:17:32] "POST /route-targets HTTP/1.1" 200 328 0.019202 10.0.0.249 - - [2025-10-27 02:17:32] "POST /neutron/network HTTP/1.1" 200 836 0.008160 10.0.0.249 - - [2025-10-27 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001071 10.0.0.249 - - [2025-10-27 02:17:32] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004731 10.0.0.249 - - [2025-10-27 02:17:32] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005530 10.0.0.249 - - [2025-10-27 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.014363 10.0.0.249 - - [2025-10-27 02:17:33] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004953 10.0.0.249 - - [2025-10-27 02:17:33] "GET /obj-perms HTTP/1.1" 200 5073 0.047316 10.0.0.249 - - [2025-10-27 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.129 - - [2025-10-27 02:17:34] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.249 - - [2025-10-27 02:17:34] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047771 10.0.0.33 - - [2025-10-27 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.033566 10.0.0.129 - - [2025-10-27 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010962 10.0.0.249 - - [2025-10-27 02:17:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.251834 10.0.0.249 - - [2025-10-27 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.249 - - [2025-10-27 02:17:35] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005186 10.0.0.249 - - [2025-10-27 02:17:35] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005494 10.0.0.249 - - [2025-10-27 02:17:35] "POST /neutron/network HTTP/1.1" 200 837 0.006318 10.0.0.249 - - [2025-10-27 02:17:35] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005657 10.0.0.249 - - [2025-10-27 02:17:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001326 10.0.0.33 - - [2025-10-27 02:18:04] "GET /obj-perms HTTP/1.1" 200 5075 0.057999 10.0.0.129 - - [2025-10-27 02:18:04] "GET /obj-perms HTTP/1.1" 200 5075 0.085173 10.0.0.129 - - [2025-10-27 02:18:06] "DELETE /project/2c82e655-1e10-46cc-8095-7969144adf9a HTTP/1.1" 404 177 0.004565 10.0.0.129 - - [2025-10-27 02:18:06] "DELETE /project/3d365aeff7dc4705bdc9d01f5ea832a8 HTTP/1.1" 404 173 0.003906 10.0.0.129 - - [2025-10-27 02:18:06] "DELETE /project/0b909ff3a3794a6b82c7072209be4b88 HTTP/1.1" 404 173 0.006097 10.0.0.129 - - [2025-10-27 02:18:06] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000757 10.0.0.129 - - [2025-10-27 02:18:06] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.067198 10.0.0.129 - - [2025-10-27 02:18:06] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000839 10.0.0.129 - - [2025-10-27 02:18:06] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?fields=security_groups HTTP/1.1" 200 1390 0.044743 10.0.0.129 - - [2025-10-27 02:18:06] "DELETE /security-group/25bcc93d-c917-42ef-a207-2ddd88f0d6a6 HTTP/1.1" 200 115 0.048940 10.0.0.129 - - [2025-10-27 02:18:06] "GET /projects?obj_uuids=3d365aef-f7dc-4705-bdc9-d01f5ea832a8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000935 10.0.0.33 - - [2025-10-27 02:18:06] "DELETE /access-control-list/6c873778-e1b1-46d2-9a72-df76673e5192 HTTP/1.1" 200 115 0.046341 10.0.0.129 - - [2025-10-27 02:18:06] "GET /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8?fields=application_policy_sets HTTP/1.1" 200 1429 0.051130 10.0.0.129 - - [2025-10-27 02:18:06] "DELETE /project/3d365aef-f7dc-4705-bdc9-d01f5ea832a8 HTTP/1.1" 200 115 0.420731 10.0.0.129 - - [2025-10-27 02:18:09] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.031060 10.0.0.249 - - [2025-10-27 02:18:09] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.099506 10.0.0.249 - - [2025-10-27 02:18:09] "POST /neutron/network HTTP/1.1" 200 837 0.007092 10.0.0.249 - - [2025-10-27 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001753 10.0.0.249 - - [2025-10-27 02:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.007201 10.0.0.129 - - [2025-10-27 02:18:10] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.249 - - [2025-10-27 02:18:10] "POST /neutron/port HTTP/1.1" 200 1071 0.383692 10.0.0.129 - - [2025-10-27 02:18:11] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.249 - - [2025-10-27 02:18:11] "POST /neutron/port HTTP/1.1" 200 1125 0.132600 10.0.0.249 - - [2025-10-27 02:18:11] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.097061 10.0.0.249 - - [2025-10-27 02:18:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004570 10.0.0.249 - - [2025-10-27 02:18:11] "POST /neutron/port HTTP/1.1" 200 1099 0.032583 10.0.0.249 - - [2025-10-27 02:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.011751 10.0.0.249 - - [2025-10-27 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.129 - - [2025-10-27 02:18:11] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.249 - - [2025-10-27 02:18:11] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.081307 10.0.0.249 - - [2025-10-27 02:18:11] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005865 10.0.0.249 - - [2025-10-27 02:18:11] "GET /floating-ip-pools?parent_id=f772790d-83dc-4262-9e7d-7947f6294e59&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003186 10.0.0.249 - - [2025-10-27 02:18:11] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.011653 10.0.0.249 - - [2025-10-27 02:18:11] "POST /floating-ip-pools HTTP/1.1" 200 611 0.052871 10.0.0.249 - - [2025-10-27 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.038297 10.0.0.249 - - [2025-10-27 02:18:11] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010942 10.0.0.249 - - [2025-10-27 02:18:12] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.015639 10.0.0.249 - - [2025-10-27 02:18:12] "POST /neutron/port HTTP/1.1" 200 1070 0.029226 10.0.0.249 - - [2025-10-27 02:18:12] "POST /neutron/port HTTP/1.1" 200 1099 0.035870 10.0.0.249 - - [2025-10-27 02:18:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010839 10.0.0.249 - - [2025-10-27 02:18:12] "POST /neutron/network HTTP/1.1" 200 836 0.006774 10.0.0.249 - - [2025-10-27 02:18:22] "POST /neutron/port HTTP/1.1" 200 1099 0.025937 10.0.0.249 - - [2025-10-27 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007200 10.0.0.249 - - [2025-10-27 02:18:38] "POST /neutron/port HTTP/1.1" 200 1099 0.018052 10.0.0.249 - - [2025-10-27 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007285 10.0.0.249 - - [2025-10-27 02:18:53] "POST /neutron/port HTTP/1.1" 200 1099 0.014129 10.0.0.249 - - [2025-10-27 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009398 10.0.0.249 - - [2025-10-27 02:19:08] "POST /neutron/port HTTP/1.1" 200 1099 0.016751 10.0.0.249 - - [2025-10-27 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007647 10.0.0.249 - - [2025-10-27 02:19:08] "GET /virtual-machine/09164aa6-59d8-4e6c-bfb2-683c904d76ed HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-10-27 02:19:09] "GET /virtual-machine/09164aa6-59d8-4e6c-bfb2-683c904d76ed HTTP/1.1" 200 1305 0.026687 10.0.0.249 - - [2025-10-27 02:19:09] "GET /virtual-machine-interface/8756aef6-c626-4457-90db-eace81af2c89 HTTP/1.1" 200 3011 0.004934 10.0.0.249 - - [2025-10-27 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.249 - - [2025-10-27 02:19:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004053 10.0.0.249 - - [2025-10-27 02:19:09] "GET /virtual-networks?parent_id=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003165 10.0.0.249 - - [2025-10-27 02:19:09] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006375 10.0.0.249 - - [2025-10-27 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-10-27 02:19:12] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005670 10.0.0.249 - - [2025-10-27 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.249 - - [2025-10-27 02:19:16] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006667 10.0.0.249 - - [2025-10-27 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.249 - - [2025-10-27 02:19:20] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005987 10.0.0.249 - - [2025-10-27 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.249 - - [2025-10-27 02:19:24] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006098 10.0.0.249 - - [2025-10-27 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.249 - - [2025-10-27 02:19:28] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006544 10.0.0.249 - - [2025-10-27 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-10-27 02:19:32] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007278 10.0.0.249 - - [2025-10-27 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.249 - - [2025-10-27 02:19:36] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005452 10.0.0.249 - - [2025-10-27 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.249 - - [2025-10-27 02:19:40] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005739 10.0.0.249 - - [2025-10-27 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-10-27 02:19:44] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005528 10.0.0.249 - - [2025-10-27 02:19:46] "POST /neutron/port HTTP/1.1" 200 1099 0.038779 10.0.0.249 - - [2025-10-27 02:19:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.249 - - [2025-10-27 02:19:46] "POST /neutron/network HTTP/1.1" 200 837 0.006675 10.0.0.249 - - [2025-10-27 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-10-27 02:19:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003468 10.0.0.249 - - [2025-10-27 02:19:46] "GET /virtual-networks?parent_id=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002857 10.0.0.249 - - [2025-10-27 02:19:46] "GET /virtual-network/dcac53bf-298f-4aa1-9b8a-9e8f8c38e74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010699 10.0.0.249 - - [2025-10-27 02:19:50] "POST /neutron/port HTTP/1.1" 200 1098 0.039439 10.0.0.249 - - [2025-10-27 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003941 10.0.0.249 - - [2025-10-27 02:19:50] "POST /neutron/network HTTP/1.1" 200 836 0.006379 10.0.0.249 - - [2025-10-27 02:19:56] "POST /neutron/port HTTP/1.1" 200 1099 0.040200 10.0.0.249 - - [2025-10-27 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008216 10.0.0.249 - - [2025-10-27 02:20:06] "GET /obj-perms HTTP/1.1" 200 5075 0.056278 10.0.0.129 - - [2025-10-27 02:20:07] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.249 - - [2025-10-27 02:20:07] "POST /neutron/floatingip HTTP/1.1" 200 528 0.147623 10.0.0.249 - - [2025-10-27 02:20:07] "POST /neutron/floatingip HTTP/1.1" 200 574 0.051316 10.0.0.249 - - [2025-10-27 02:20:07] "POST /neutron/port HTTP/1.1" 200 1098 0.019230 10.0.0.249 - - [2025-10-27 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008138 10.0.0.249 - - [2025-10-27 02:20:08] "GET /virtual-machine/dd9fdd14-fa3c-442d-9b09-cc3906b15b7e HTTP/1.1" 200 1307 0.005574 10.0.0.249 - - [2025-10-27 02:20:08] "GET /virtual-machine-interface/19c4e4d8-8e50-4587-acc9-59ba93aa8d41 HTTP/1.1" 200 3011 0.005473 10.0.0.249 - - [2025-10-27 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-10-27 02:20:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004077 10.0.0.249 - - [2025-10-27 02:20:08] "GET /virtual-networks?parent_id=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.008207 10.0.0.249 - - [2025-10-27 02:20:08] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007978 10.0.0.249 - - [2025-10-27 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.249 - - [2025-10-27 02:20:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004328 10.0.0.249 - - [2025-10-27 02:20:09] "GET /virtual-networks?parent_id=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002884 10.0.0.249 - - [2025-10-27 02:20:09] "GET /virtual-network/f772790d-83dc-4262-9e7d-7947f6294e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005912 10.0.0.249 - - [2025-10-27 02:20:10] "POST /neutron/port HTTP/1.1" 200 1098 0.017793 10.0.0.249 - - [2025-10-27 02:20:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010105 10.0.0.249 - - [2025-10-27 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-10-27 02:20:19] "GET /routing-instance/4406c9b0-fd03-4bab-b596-8f663869e604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005748 10.0.0.249 - - [2025-10-27 02:20:19] "GET /route-target/c9ee249b-e814-46dc-a118-b9cc48c03c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004305 10.0.0.249 - - [2025-10-27 02:20:48] "POST /neutron/port HTTP/1.1" 200 1099 0.014379 10.0.0.249 - - [2025-10-27 02:20:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008130 10.0.0.249 - - [2025-10-27 02:20:51] "POST /neutron/port HTTP/1.1" 200 1098 0.017503 10.0.0.249 - - [2025-10-27 02:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.249 - - [2025-10-27 02:20:51] "POST /neutron/network HTTP/1.1" 200 836 0.007406 10.0.0.33 - - [2025-10-27 02:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.33 - - [2025-10-27 02:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.129 - - [2025-10-27 02:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.129 - - [2025-10-27 02:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000757 10.0.0.33 - - [2025-10-27 02:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.33 - - [2025-10-27 02:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2025-10-27 02:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2025-10-27 02:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.129 - - [2025-10-27 02:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.129 - - [2025-10-27 02:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2025-10-27 02:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.249 - - [2025-10-27 02:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.001361 10.0.0.249 - - [2025-10-27 02:21:07] "POST /neutron/floatingip HTTP/1.1" 200 528 0.014822 10.0.0.249 - - [2025-10-27 02:21:07] "GET /floating-ip-pool/f58cfb28-e530-4dbc-91ac-474164a1dc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003566 10.0.0.249 - - [2025-10-27 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.012993 10.0.0.249 - - [2025-10-27 02:21:07] "DELETE /floating-ip-pool/f58cfb28-e530-4dbc-91ac-474164a1dc06 HTTP/1.1" 200 115 0.040819 10.0.0.249 - - [2025-10-27 02:21:08] "POST /neutron/network HTTP/1.1" 400 204 0.015721 10.0.0.249 - - [2025-10-27 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.264875 10.0.0.249 - - [2025-10-27 02:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.259046 10.0.0.33 - - [2025-10-27 02:21:10] "DELETE /route-target/ca02e468-c08e-4af3-8c55-7f411ab4b42a HTTP/1.1" 200 115 0.047249 10.0.0.249 - - [2025-10-27 02:21:10] "POST /neutron/network HTTP/1.1" 200 836 0.008325 10.0.0.129 - - [2025-10-27 02:21:12] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.249 - - [2025-10-27 02:21:12] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.078857 10.0.0.129 - - [2025-10-27 02:21:12] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001619 10.0.0.249 - - [2025-10-27 02:21:12] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?fields=virtual_networks HTTP/1.1" 200 1056 0.040016 10.0.0.129 - - [2025-10-27 02:21:12] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.249 - - [2025-10-27 02:21:12] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.054340 10.0.0.129 - - [2025-10-27 02:21:12] "GET /projects?obj_uuids=0b909ff3-a379-4a6b-82c7-072209be4b88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.249 - - [2025-10-27 02:21:12] "GET /project/0b909ff3-a379-4a6b-82c7-072209be4b88?fields=security_groups HTTP/1.1" 200 1295 0.050414 10.0.0.249 - - [2025-10-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.031605 10.0.0.129 - - [2025-10-27 02:21:13] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003012 10.0.0.129 - - [2025-10-27 02:21:13] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.129 - - [2025-10-27 02:21:13] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039993 10.0.0.129 - - [2025-10-27 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001148 10.0.0.129 - - [2025-10-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.006287 10.0.0.129 - - [2025-10-27 02:21:13] "POST /security-groups HTTP/1.1" 200 591 0.077854 10.0.0.33 - - [2025-10-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.005403 10.0.0.129 - - [2025-10-27 02:21:13] "POST /projects HTTP/1.1" 200 585 0.292765 10.0.0.129 - - [2025-10-27 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.371005 10.0.0.33 - - [2025-10-27 02:21:13] "POST /access-control-lists HTTP/1.1" 200 596 0.028821 10.0.0.249 - - [2025-10-27 02:21:14] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.582019 10.0.0.249 - - [2025-10-27 02:21:15] "GET / HTTP/1.1" 200 36215 0.001930 10.0.0.129 - - [2025-10-27 02:21:18] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.249 - - [2025-10-27 02:21:18] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035694 10.0.0.129 - - [2025-10-27 02:21:18] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.249 - - [2025-10-27 02:21:18] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?fields=virtual_networks HTTP/1.1" 200 1034 0.090924 10.0.0.129 - - [2025-10-27 02:21:18] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.249 - - [2025-10-27 02:21:18] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057128 10.0.0.129 - - [2025-10-27 02:21:18] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.249 - - [2025-10-27 02:21:18] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?fields=security_groups HTTP/1.1" 200 1261 0.049578 10.0.0.249 - - [2025-10-27 02:21:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.036929 10.0.0.129 - - [2025-10-27 02:21:19] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.129 - - [2025-10-27 02:21:19] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.129 - - [2025-10-27 02:21:19] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008514 10.0.0.129 - - [2025-10-27 02:21:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.001868 10.0.0.129 - - [2025-10-27 02:21:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.008288 10.0.0.129 - - [2025-10-27 02:21:19] "POST /security-groups HTTP/1.1" 200 586 0.043928 10.0.0.129 - - [2025-10-27 02:21:19] "POST /projects HTTP/1.1" 200 575 0.253546 10.0.0.129 - - [2025-10-27 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.291048 10.0.0.33 - - [2025-10-27 02:21:19] "POST /fqname-to-id HTTP/1.1" 404 228 0.017550 10.0.0.249 - - [2025-10-27 02:21:20] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.434429 10.0.0.249 - - [2025-10-27 02:21:21] "GET / HTTP/1.1" 200 36215 0.001766 10.0.0.129 - - [2025-10-27 02:21:26] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.249 - - [2025-10-27 02:21:26] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045217 10.0.0.129 - - [2025-10-27 02:21:26] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.249 - - [2025-10-27 02:21:26] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?fields=virtual_networks HTTP/1.1" 200 1025 0.052627 10.0.0.129 - - [2025-10-27 02:21:27] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.249 - - [2025-10-27 02:21:27] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042289 10.0.0.129 - - [2025-10-27 02:21:27] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.249 - - [2025-10-27 02:21:27] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?fields=security_groups HTTP/1.1" 200 1247 0.039622 10.0.0.249 - - [2025-10-27 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.032032 10.0.0.129 - - [2025-10-27 02:21:28] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003941 10.0.0.129 - - [2025-10-27 02:21:28] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.129 - - [2025-10-27 02:21:28] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006448 10.0.0.129 - - [2025-10-27 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 189 0.001182 10.0.0.129 - - [2025-10-27 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.005049 10.0.0.129 - - [2025-10-27 02:21:28] "POST /security-groups HTTP/1.1" 200 590 0.030001 10.0.0.129 - - [2025-10-27 02:21:28] "POST /projects HTTP/1.1" 200 583 0.238527 10.0.0.33 - - [2025-10-27 02:21:28] "POST /access-control-lists HTTP/1.1" 200 597 0.025805 10.0.0.129 - - [2025-10-27 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.309533 10.0.0.249 - - [2025-10-27 02:21:28] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.451615 10.0.0.249 - - [2025-10-27 02:21:29] "GET / HTTP/1.1" 200 36215 0.001343 10.0.0.129 - - [2025-10-27 02:21:32] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000965 10.0.0.249 - - [2025-10-27 02:21:32] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036783 10.0.0.129 - - [2025-10-27 02:21:32] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001760 10.0.0.249 - - [2025-10-27 02:21:32] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?fields=virtual_networks HTTP/1.1" 200 1033 0.044206 10.0.0.129 - - [2025-10-27 02:21:32] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000893 10.0.0.249 - - [2025-10-27 02:21:32] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.035901 10.0.0.129 - - [2025-10-27 02:21:33] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000963 10.0.0.249 - - [2025-10-27 02:21:33] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?fields=security_groups HTTP/1.1" 200 1259 0.033798 10.0.0.249 - - [2025-10-27 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.029489 10.0.0.129 - - [2025-10-27 02:21:33] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002903 10.0.0.129 - - [2025-10-27 02:21:34] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.129 - - [2025-10-27 02:21:34] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011071 10.0.0.129 - - [2025-10-27 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.006814 10.0.0.129 - - [2025-10-27 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.007264 10.0.0.129 - - [2025-10-27 02:21:34] "POST /security-groups HTTP/1.1" 200 591 0.033453 10.0.0.33 - - [2025-10-27 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.003109 10.0.0.129 - - [2025-10-27 02:21:34] "POST /projects HTTP/1.1" 200 585 0.247359 10.0.0.129 - - [2025-10-27 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.321276 10.0.0.33 - - [2025-10-27 02:21:34] "POST /access-control-lists HTTP/1.1" 200 596 0.028790 10.0.0.249 - - [2025-10-27 02:21:34] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.485570 10.0.0.249 - - [2025-10-27 02:21:35] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.129 - - [2025-10-27 02:21:38] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.249 - - [2025-10-27 02:21:38] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074515 10.0.0.129 - - [2025-10-27 02:21:38] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.249 - - [2025-10-27 02:21:38] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?fields=virtual_networks HTTP/1.1" 200 1034 0.059176 10.0.0.129 - - [2025-10-27 02:21:39] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.249 - - [2025-10-27 02:21:39] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.041983 10.0.0.129 - - [2025-10-27 02:21:39] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.249 - - [2025-10-27 02:21:39] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?fields=security_groups HTTP/1.1" 200 1261 0.038605 10.0.0.249 - - [2025-10-27 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.028026 10.0.0.129 - - [2025-10-27 02:21:40] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.129 - - [2025-10-27 02:21:40] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.129 - - [2025-10-27 02:21:40] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007232 10.0.0.129 - - [2025-10-27 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 194 0.004611 10.0.0.129 - - [2025-10-27 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003587 10.0.0.129 - - [2025-10-27 02:21:40] "POST /security-groups HTTP/1.1" 200 595 0.029490 10.0.0.129 - - [2025-10-27 02:21:40] "POST /projects HTTP/1.1" 200 593 0.223437 10.0.0.33 - - [2025-10-27 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 237 0.013846 10.0.0.129 - - [2025-10-27 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.292190 10.0.0.249 - - [2025-10-27 02:21:40] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.438849 10.0.0.249 - - [2025-10-27 02:21:41] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.129 - - [2025-10-27 02:21:44] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.249 - - [2025-10-27 02:21:44] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033432 10.0.0.129 - - [2025-10-27 02:21:44] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000859 10.0.0.249 - - [2025-10-27 02:21:44] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?fields=virtual_networks HTTP/1.1" 200 1042 0.059271 10.0.0.129 - - [2025-10-27 02:21:44] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001132 10.0.0.249 - - [2025-10-27 02:21:45] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.037276 10.0.0.129 - - [2025-10-27 02:21:45] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000973 10.0.0.249 - - [2025-10-27 02:21:45] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?fields=security_groups HTTP/1.1" 200 1273 0.052418 10.0.0.249 - - [2025-10-27 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.025648 10.0.0.129 - - [2025-10-27 02:21:46] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003272 10.0.0.129 - - [2025-10-27 02:21:46] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.129 - - [2025-10-27 02:21:46] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007236 10.0.0.129 - - [2025-10-27 02:21:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001566 10.0.0.129 - - [2025-10-27 02:21:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.012322 10.0.0.129 - - [2025-10-27 02:21:46] "POST /security-groups HTTP/1.1" 200 586 0.082304 10.0.0.129 - - [2025-10-27 02:21:46] "POST /projects HTTP/1.1" 200 575 0.303338 10.0.0.33 - - [2025-10-27 02:21:46] "POST /access-control-lists HTTP/1.1" 200 593 0.041019 10.0.0.129 - - [2025-10-27 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.386318 10.0.0.249 - - [2025-10-27 02:21:46] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.530918 10.0.0.249 - - [2025-10-27 02:21:47] "GET / HTTP/1.1" 200 36215 0.001409 10.0.0.249 - - [2025-10-27 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003527 10.0.0.33 - - [2025-10-27 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003306 10.0.0.33 - - [2025-10-27 02:21:48] "POST /access-control-lists HTTP/1.1" 200 590 0.024124 10.0.0.33 - - [2025-10-27 02:21:48] "PUT /access-control-list/be742013-19ca-441b-9e78-f58ce1aba010 HTTP/1.1" 200 273 0.018349 10.0.0.129 - - [2025-10-27 02:21:48] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001018 10.0.0.249 - - [2025-10-27 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.088489 10.0.0.249 - - [2025-10-27 02:21:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022823 10.0.0.249 - - [2025-10-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.005676 10.0.0.33 - - [2025-10-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.004288 10.0.0.33 - - [2025-10-27 02:21:49] "POST /access-control-lists HTTP/1.1" 200 590 0.032044 10.0.0.33 - - [2025-10-27 02:21:49] "PUT /access-control-list/f8778c47-529d-4ac6-9b9b-01756c5195ff HTTP/1.1" 200 273 0.016985 10.0.0.129 - - [2025-10-27 02:21:49] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001825 10.0.0.249 - - [2025-10-27 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.068619 10.0.0.249 - - [2025-10-27 02:21:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.024325 10.0.0.249 - - [2025-10-27 02:21:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2025-10-27 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.027781 10.0.0.33 - - [2025-10-27 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.003294 10.0.0.33 - - [2025-10-27 02:21:50] "POST /access-control-lists HTTP/1.1" 200 607 0.033731 10.0.0.33 - - [2025-10-27 02:21:50] "PUT /access-control-list/b2bb9ec7-bda9-4935-b44b-7711bf15f911 HTTP/1.1" 200 273 0.015803 10.0.0.129 - - [2025-10-27 02:21:50] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.249 - - [2025-10-27 02:21:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.092661 10.0.0.249 - - [2025-10-27 02:21:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.040658 10.0.0.249 - - [2025-10-27 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.004597 10.0.0.33 - - [2025-10-27 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.004054 10.0.0.33 - - [2025-10-27 02:21:51] "POST /access-control-lists HTTP/1.1" 200 607 0.033503 10.0.0.33 - - [2025-10-27 02:21:51] "PUT /access-control-list/b2a668c3-806d-4170-bb29-ffbafe5b9cc9 HTTP/1.1" 200 273 0.017845 10.0.0.129 - - [2025-10-27 02:21:51] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002503 10.0.0.249 - - [2025-10-27 02:21:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.059082 10.0.0.249 - - [2025-10-27 02:21:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019261 10.0.0.33 - - [2025-10-27 02:21:52] "DELETE /access-control-list/ea599bfd-577f-4f2e-9381-2d2e874cc1eb HTTP/1.1" 200 115 0.032517 10.0.0.249 - - [2025-10-27 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.006253 10.0.0.33 - - [2025-10-27 02:21:53] "PUT /logical-router/e4d598c4-7de7-4823-bf51-e4d84d02c435 HTTP/1.1" 200 263 0.034244 10.0.0.249 - - [2025-10-27 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.006293 10.0.0.249 - - [2025-10-27 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.004130 10.0.0.249 - - [2025-10-27 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.004295 10.0.0.249 - - [2025-10-27 02:21:53] "POST /neutron/router HTTP/1.1" 200 541 0.005917 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004004 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004041 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004405 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004068 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004654 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.004524 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 541 0.005859 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 151 0.071759 10.0.0.33 - - [2025-10-27 02:21:54] "GET /logical-router/e4d598c4-7de7-4823-bf51-e4d84d02c435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.085923 10.0.0.33 - - [2025-10-27 02:21:54] "POST /route-targets HTTP/1.1" 200 328 0.017992 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.008631 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.007537 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.004947 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.005810 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.004197 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.004337 10.0.0.249 - - [2025-10-27 02:21:54] "POST /neutron/router HTTP/1.1" 200 542 0.003819 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 542 0.003901 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 542 0.004260 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 542 0.003958 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 542 0.003930 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 542 0.027261 10.0.0.129 - - [2025-10-27 02:21:55] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001804 10.0.0.33 - - [2025-10-27 02:21:55] "DELETE /route-target/7d62d3af-177c-4330-9cc4-1286a2699e4b HTTP/1.1" 200 115 0.030976 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.107311 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.009210 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.003987 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.003840 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.004276 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.003811 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.003650 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.004878 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.004099 10.0.0.249 - - [2025-10-27 02:21:55] "POST /neutron/router HTTP/1.1" 200 559 0.003669 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/router HTTP/1.1" 200 559 0.004833 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/router HTTP/1.1" 200 559 0.036883 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/router HTTP/1.1" 200 560 0.004526 10.0.0.33 - - [2025-10-27 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.055937 10.0.0.33 - - [2025-10-27 02:21:56] "DELETE /access-control-list/b2a668c3-806d-4170-bb29-ffbafe5b9cc9 HTTP/1.1" 200 115 0.023597 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 506 0.003715 10.0.0.33 - - [2025-10-27 02:21:56] "DELETE /access-control-list/af78415a-9ba0-4169-a017-e86c776e2e9e HTTP/1.1" 200 115 0.039960 10.0.0.249 - - [2025-10-27 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.070493 10.0.0.33 - - [2025-10-27 02:21:56] "DELETE /access-control-list/be742013-19ca-441b-9e78-f58ce1aba010 HTTP/1.1" 200 115 0.032556 10.0.0.129 - - [2025-10-27 02:21:57] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001515 10.0.0.249 - - [2025-10-27 02:21:58] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.052285 10.0.0.129 - - [2025-10-27 02:21:58] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.249 - - [2025-10-27 02:21:58] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?fields=virtual_networks HTTP/1.1" 200 1023 0.038989 10.0.0.129 - - [2025-10-27 02:21:58] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.249 - - [2025-10-27 02:21:58] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040836 10.0.0.129 - - [2025-10-27 02:21:58] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.249 - - [2025-10-27 02:21:58] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?fields=security_groups HTTP/1.1" 200 1245 0.038007 10.0.0.249 - - [2025-10-27 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.027585 10.0.0.129 - - [2025-10-27 02:21:59] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003949 10.0.0.129 - - [2025-10-27 02:21:59] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.129 - - [2025-10-27 02:21:59] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007159 10.0.0.129 - - [2025-10-27 02:21:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.002946 10.0.0.129 - - [2025-10-27 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.004237 10.0.0.129 - - [2025-10-27 02:21:59] "POST /security-groups HTTP/1.1" 200 587 0.029804 10.0.0.129 - - [2025-10-27 02:21:59] "POST /projects HTTP/1.1" 200 577 0.227262 10.0.0.33 - - [2025-10-27 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003802 10.0.0.129 - - [2025-10-27 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.299500 10.0.0.249 - - [2025-10-27 02:21:59] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.440008 10.0.0.249 - - [2025-10-27 02:22:00] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.249 - - [2025-10-27 02:22:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.249 - - [2025-10-27 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.060303 10.0.0.129 - - [2025-10-27 02:22:02] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935 10.0.0.249 - - [2025-10-27 02:22:02] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.053894 10.0.0.33 - - [2025-10-27 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.041635 10.0.0.129 - - [2025-10-27 02:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005101 10.0.0.249 - - [2025-10-27 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.273532 10.0.0.249 - - [2025-10-27 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 216 0.001429 10.0.0.249 - - [2025-10-27 02:22:03] "GET /virtual-network/1da46caa-aaec-44fc-b2de-e778338e80c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006198 10.0.0.249 - - [2025-10-27 02:22:03] "GET /virtual-network/1da46caa-aaec-44fc-b2de-e778338e80c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006940 10.0.0.249 - - [2025-10-27 02:22:03] "POST /neutron/network HTTP/1.1" 200 820 0.011331 10.0.0.249 - - [2025-10-27 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003292 10.0.0.249 - - [2025-10-27 02:22:03] "GET /virtual-network/1da46caa-aaec-44fc-b2de-e778338e80c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004735 10.0.0.249 - - [2025-10-27 02:22:03] "GET /virtual-machine-interface/9d91e8f0-bfbe-4b7d-9857-0a4cdd0ae504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.008411 10.0.0.249 - - [2025-10-27 02:22:03] "GET /virtual-machine-interface/9d91e8f0-bfbe-4b7d-9857-0a4cdd0ae504?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.009948 10.0.0.249 - - [2025-10-27 02:22:03] "GET /instance-ip/95a891cc-70de-4037-9e0a-a75b933541bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004994 10.0.0.249 - - [2025-10-27 02:22:04] "POST /neutron/port HTTP/1.1" 200 1017 0.014261 10.0.0.129 - - [2025-10-27 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.129 - - [2025-10-27 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003692 10.0.0.249 - - [2025-10-27 02:22:04] "POST /neutron/network HTTP/1.1" 200 151 0.154278 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/46b038cfa0534bd79af1a5513bdadceb HTTP/1.1" 404 173 0.019170 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/be6337095c8d40c79bde47cd26261315 HTTP/1.1" 404 173 0.018499 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/068b4b2c2e934d2cad576e5fc93de7cf HTTP/1.1" 404 173 0.021164 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/ec1c652d779140e8b65b8376188ef9bc HTTP/1.1" 404 173 0.014123 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/12d2da2a308b4310aa7f039db16aa4c1 HTTP/1.1" 404 173 0.010430 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/13e24c8b514c461c82f79a83f9fae65b HTTP/1.1" 404 173 0.018626 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/3c4914cdf3b240499605113bda9f54cf HTTP/1.1" 404 173 0.009531 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000852 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000721 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000732 10.0.0.129 - - [2025-10-27 02:22:06] "DELETE /project/0b909ff3-a379-4a6b-82c7-072209be4b88 HTTP/1.1" 404 177 0.084987 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000792 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000740 10.0.0.129 - - [2025-10-27 02:22:06] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000694 10.0.0.129 - - [2025-10-27 02:22:06] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.187646 10.0.0.129 - - [2025-10-27 02:22:06] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.192291 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.203762 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.128882 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.140550 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001086 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000707 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.160651 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.249 - - [2025-10-27 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007809 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?fields=security_groups HTTP/1.1" 200 1361 0.101298 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?fields=security_groups HTTP/1.1" 200 1349 0.118400 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?fields=security_groups HTTP/1.1" 200 1375 0.125625 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?fields=security_groups HTTP/1.1" 200 1363 0.138597 10.0.0.249 - - [2025-10-27 02:22:07] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.158041 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?fields=security_groups HTTP/1.1" 200 1347 0.209007 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?fields=security_groups HTTP/1.1" 200 1363 0.211623 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/1f6ea755-719c-4bcc-b0a5-8baaf8b83b34 HTTP/1.1" 200 115 0.154898 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=ec1c652d-7791-40e8-b65b-8376188ef9bc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001261 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/d959f294-8d87-4ed7-828a-413addb28ada HTTP/1.1" 200 115 0.213353 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=be633709-5c8d-40c7-9bde-47cd26261315&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002844 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/49dab49a-fba3-4024-97fe-13f446e663c5 HTTP/1.1" 200 115 0.230193 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=3c4914cd-f3b2-4049-9605-113bda9f54cf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001743 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/ec1c652d-7791-40e8-b65b-8376188ef9bc?fields=application_policy_sets HTTP/1.1" 200 1400 0.113214 10.0.0.33 - - [2025-10-27 02:22:07] "DELETE /access-control-list/72e9d26b-697c-4a06-8df6-87f1436d80c1 HTTP/1.1" 200 115 0.123627 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/76fdc6a2-1a8e-4b8b-9777-8b6bdbc4bba3 HTTP/1.1" 200 115 0.237579 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=12d2da2a-308b-4310-aa7f-039db16aa4c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/40e26e7c-2ef2-4da6-b01f-fe0b841a37af HTTP/1.1" 200 115 0.177421 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /security-group/4f1eb141-4a46-42a4-a1dc-5e6202ae0da5 HTTP/1.1" 200 115 0.182103 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/be633709-5c8d-40c7-9bde-47cd26261315?fields=application_policy_sets HTTP/1.1" 200 1388 0.105685 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.129 - - [2025-10-27 02:22:07] "GET /projects?obj_uuids=46b038cf-a053-4bd7-9af1-a5513bdadceb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003282 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/12d2da2a-308b-4310-aa7f-039db16aa4c1?fields=application_policy_sets HTTP/1.1" 200 1402 0.154189 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/3c4914cd-f3b2-4049-9605-113bda9f54cf?fields=application_policy_sets HTTP/1.1" 200 1414 0.211751 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf?fields=application_policy_sets HTTP/1.1" 200 1386 0.202333 10.0.0.129 - - [2025-10-27 02:22:07] "GET /project/46b038cf-a053-4bd7-9af1-a5513bdadceb?fields=application_policy_sets HTTP/1.1" 200 1402 0.194640 10.0.0.33 - - [2025-10-27 02:22:07] "DELETE /access-control-list/70b7574c-606a-4c9d-9add-fa9eb4738df6 HTTP/1.1" 200 115 0.143547 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /project/ec1c652d-7791-40e8-b65b-8376188ef9bc HTTP/1.1" 200 115 1.055995 10.0.0.129 - - [2025-10-27 02:22:07] "DELETE /project/be633709-5c8d-40c7-9bde-47cd26261315 HTTP/1.1" 200 115 1.191390 10.0.0.33 - - [2025-10-27 02:22:08] "DELETE /access-control-list/3adacf60-ab46-4cb2-b13f-662230a480d7 HTTP/1.1" 200 115 0.111153 10.0.0.129 - - [2025-10-27 02:22:08] "DELETE /project/12d2da2a-308b-4310-aa7f-039db16aa4c1 HTTP/1.1" 200 115 1.269450 10.0.0.129 - - [2025-10-27 02:22:08] "DELETE /project/3c4914cd-f3b2-4049-9605-113bda9f54cf HTTP/1.1" 200 115 1.310956 10.0.0.129 - - [2025-10-27 02:22:08] "DELETE /project/068b4b2c-2e93-4d2c-ad57-6e5fc93de7cf HTTP/1.1" 200 115 1.220472 10.0.0.129 - - [2025-10-27 02:22:08] "DELETE /project/46b038cf-a053-4bd7-9af1-a5513bdadceb HTTP/1.1" 200 115 1.302897 10.0.0.129 - - [2025-10-27 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004971 10.0.0.249 - - [2025-10-27 02:22:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.492927 10.0.0.33 - - [2025-10-27 02:22:08] "DELETE /access-control-list/f2e46f44-b311-4593-a8ac-4fde77674d66 HTTP/1.1" 200 115 0.058302 10.0.0.33 - - [2025-10-27 02:22:08] "POST /route-targets HTTP/1.1" 200 328 0.061198 10.0.0.249 - - [2025-10-27 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.006637 10.0.0.33 - - [2025-10-27 02:22:08] "GET /obj-perms HTTP/1.1" 200 5075 0.129771 10.0.0.249 - - [2025-10-27 02:22:08] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.017522 10.0.0.249 - - [2025-10-27 02:22:08] "POST /neutron/network HTTP/1.1" 200 977 0.020675 10.0.0.249 - - [2025-10-27 02:22:08] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.010058 10.0.0.249 - - [2025-10-27 02:22:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.013035 10.0.0.249 - - [2025-10-27 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001315 10.0.0.249 - - [2025-10-27 02:22:09] "POST /neutron/port HTTP/1.1" 200 1018 0.014623 10.0.0.249 - - [2025-10-27 02:22:09] "POST /neutron/port HTTP/1.1" 200 1018 0.011654 10.0.0.249 - - [2025-10-27 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001368 10.0.0.249 - - [2025-10-27 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.007005 10.0.0.249 - - [2025-10-27 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.051304 10.0.0.249 - - [2025-10-27 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009004 10.0.0.249 - - [2025-10-27 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.006066 10.0.0.249 - - [2025-10-27 02:22:10] "POST /neutron/port HTTP/1.1" 200 1018 0.009018 10.0.0.249 - - [2025-10-27 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.013999 10.0.0.249 - - [2025-10-27 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.010212 10.0.0.249 - - [2025-10-27 02:22:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.249 - - [2025-10-27 02:22:11] "POST /neutron/network HTTP/1.1" 200 977 0.008998 10.0.0.249 - - [2025-10-27 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 693 0.017169 10.0.0.249 - - [2025-10-27 02:22:15] "POST /neutron/port HTTP/1.1" 200 1084 0.025761 10.0.0.249 - - [2025-10-27 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007207 10.0.0.249 - - [2025-10-27 02:22:15] "GET /virtual-machine/9403eaf1-9fae-4cc4-801d-23bf89a43a94 HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-10-27 02:22:16] "GET /virtual-machine/9403eaf1-9fae-4cc4-801d-23bf89a43a94 HTTP/1.1" 200 1286 0.026559 10.0.0.249 - - [2025-10-27 02:22:16] "GET /virtual-machine-interface/dea56d03-4845-4f92-aa77-27af94cd4f22 HTTP/1.1" 200 2932 0.005538 10.0.0.249 - - [2025-10-27 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.249 - - [2025-10-27 02:22:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004295 10.0.0.249 - - [2025-10-27 02:22:16] "GET /virtual-networks?parent_id=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003731 10.0.0.249 - - [2025-10-27 02:22:16] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005524 10.0.0.249 - - [2025-10-27 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.249 - - [2025-10-27 02:22:19] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006621 10.0.0.249 - - [2025-10-27 02:22:20] "POST /neutron/port HTTP/1.1" 200 1084 0.015333 10.0.0.249 - - [2025-10-27 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006966 10.0.0.249 - - [2025-10-27 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-10-27 02:22:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005046 10.0.0.249 - - [2025-10-27 02:22:21] "GET /virtual-networks?parent_id=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004714 10.0.0.249 - - [2025-10-27 02:22:21] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007160 10.0.0.249 - - [2025-10-27 02:22:21] "POST /neutron/port HTTP/1.1" 200 1083 0.017871 10.0.0.249 - - [2025-10-27 02:22:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006823 10.0.0.249 - - [2025-10-27 02:22:22] "GET /virtual-machine/03de0a06-74dd-45b7-8222-5d0b97a6d795 HTTP/1.1" 200 1284 0.005817 10.0.0.249 - - [2025-10-27 02:22:22] "GET /virtual-machine-interface/b5c5bbe1-267d-43d3-9ad4-b633fae6f2bc HTTP/1.1" 200 2932 0.005448 10.0.0.249 - - [2025-10-27 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2025-10-27 02:22:22] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003524 10.0.0.249 - - [2025-10-27 02:22:22] "GET /virtual-networks?parent_id=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003021 10.0.0.249 - - [2025-10-27 02:22:22] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007286 10.0.0.249 - - [2025-10-27 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.249 - - [2025-10-27 02:22:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.249 - - [2025-10-27 02:22:23] "GET /virtual-networks?parent_id=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002520 10.0.0.249 - - [2025-10-27 02:22:23] "GET /virtual-network/ec6809cf-8949-4d2c-8f32-a21d6abe5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005873 10.0.0.249 - - [2025-10-27 02:22:27] "POST /neutron/port HTTP/1.1" 200 151 0.201995 10.0.0.249 - - [2025-10-27 02:22:27] "POST /neutron/port HTTP/1.1" 200 151 0.169777 10.0.0.33 - - [2025-10-27 02:22:27] "DELETE /route-target/2da3f508-2730-4d9e-9d84-b8fae1340e06 HTTP/1.1" 200 115 0.021551 10.0.0.129 - - [2025-10-27 02:22:28] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000911 10.0.0.249 - - [2025-10-27 02:22:28] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.038766 10.0.0.129 - - [2025-10-27 02:22:28] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.249 - - [2025-10-27 02:22:28] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?fields=virtual_networks HTTP/1.1" 200 1025 0.038324 10.0.0.129 - - [2025-10-27 02:22:28] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.249 - - [2025-10-27 02:22:28] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042360 10.0.0.129 - - [2025-10-27 02:22:28] "GET /projects?obj_uuids=13e24c8b-514c-461c-82f7-9a83f9fae65b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.249 - - [2025-10-27 02:22:29] "GET /project/13e24c8b-514c-461c-82f7-9a83f9fae65b?fields=security_groups HTTP/1.1" 200 1248 0.065206 10.0.0.249 - - [2025-10-27 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.026235 10.0.0.129 - - [2025-10-27 02:22:29] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003013 10.0.0.129 - - [2025-10-27 02:22:29] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.129 - - [2025-10-27 02:22:29] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006674 10.0.0.129 - - [2025-10-27 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.014205 10.0.0.129 - - [2025-10-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.004893 10.0.0.129 - - [2025-10-27 02:22:30] "POST /security-groups HTTP/1.1" 200 589 0.044025 10.0.0.129 - - [2025-10-27 02:22:30] "POST /projects HTTP/1.1" 200 581 0.264300 10.0.0.33 - - [2025-10-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.009891 10.0.0.129 - - [2025-10-27 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.339878 10.0.0.249 - - [2025-10-27 02:22:30] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.470762 10.0.0.249 - - [2025-10-27 02:22:31] "GET / HTTP/1.1" 200 36215 0.001828 10.0.0.249 - - [2025-10-27 02:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.006623 10.0.0.249 - - [2025-10-27 02:22:32] "POST /neutron/port HTTP/1.1" 400 205 0.003725 10.0.0.249 - - [2025-10-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-10-27 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.052938 10.0.0.129 - - [2025-10-27 02:22:33] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.249 - - [2025-10-27 02:22:33] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039919 10.0.0.33 - - [2025-10-27 02:22:33] "POST /ref-update HTTP/1.1" 200 156 0.025642 10.0.0.129 - - [2025-10-27 02:22:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007990 10.0.0.249 - - [2025-10-27 02:22:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.287315 10.0.0.249 - - [2025-10-27 02:22:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001808 10.0.0.249 - - [2025-10-27 02:22:34] "GET /virtual-network/342b9b8d-8949-4c8a-a096-41c528b74a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005810 10.0.0.249 - - [2025-10-27 02:22:34] "GET /virtual-network/342b9b8d-8949-4c8a-a096-41c528b74a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005344 10.0.0.249 - - [2025-10-27 02:22:34] "POST /neutron/network HTTP/1.1" 200 823 0.007277 10.0.0.249 - - [2025-10-27 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.129 - - [2025-10-27 02:22:34] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.249 - - [2025-10-27 02:22:34] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043689 10.0.0.129 - - [2025-10-27 02:22:34] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.249 - - [2025-10-27 02:22:34] "POST /neutron/network HTTP/1.1" 200 605 0.143340 10.0.0.249 - - [2025-10-27 02:22:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.011974 10.0.0.249 - - [2025-10-27 02:22:34] "GET /virtual-network/e41adb69-4aa1-4d12-b7ba-7245ed4335b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005157 10.0.0.249 - - [2025-10-27 02:22:34] "POST /neutron/network HTTP/1.1" 200 822 0.006344 10.0.0.249 - - [2025-10-27 02:22:34] "GET /virtual-network/e41adb69-4aa1-4d12-b7ba-7245ed4335b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004917 10.0.0.249 - - [2025-10-27 02:22:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001343 10.0.0.249 - - [2025-10-27 02:22:35] "POST /neutron/network HTTP/1.1" 200 833 0.006805 10.0.0.129 - - [2025-10-27 02:22:35] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.249 - - [2025-10-27 02:22:35] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.074708 10.0.0.249 - - [2025-10-27 02:22:36] "POST /neutron/port HTTP/1.1" 200 117 0.006532 10.0.0.249 - - [2025-10-27 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001342 10.0.0.249 - - [2025-10-27 02:22:36] "POST /neutron/network HTTP/1.1" 200 833 0.007932 10.0.0.249 - - [2025-10-27 02:22:37] "POST /neutron/port HTTP/1.1" 200 1057 0.016528 10.0.0.129 - - [2025-10-27 02:22:37] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001181 10.0.0.249 - - [2025-10-27 02:22:37] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.089905 10.0.0.249 - - [2025-10-27 02:22:37] "POST /neutron/network HTTP/1.1" 200 822 0.006917 10.0.0.249 - - [2025-10-27 02:22:37] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.249 - - [2025-10-27 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007441 10.0.0.249 - - [2025-10-27 02:22:37] "POST /neutron/router HTTP/1.1" 200 580 0.007112 10.0.0.33 - - [2025-10-27 02:22:37] "POST /route-targets HTTP/1.1" 200 328 0.014087 10.0.0.129 - - [2025-10-27 02:22:38] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002664 10.0.0.249 - - [2025-10-27 02:22:38] "POST /neutron/port HTTP/1.1" 200 1056 0.347651 10.0.0.249 - - [2025-10-27 02:22:38] "POST /neutron/port HTTP/1.1" 200 1056 0.016323 10.0.0.249 - - [2025-10-27 02:22:38] "POST /neutron/port HTTP/1.1" 200 1084 0.019069 10.0.0.249 - - [2025-10-27 02:22:38] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.249 - - [2025-10-27 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009105 10.0.0.249 - - [2025-10-27 02:22:43] "POST /neutron/port HTTP/1.1" 200 1085 0.018264 10.0.0.249 - - [2025-10-27 02:22:43] "GET /virtual-machine/b4463a7a-fe0d-416d-a065-74f0c8040193 HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2025-10-27 02:22:43] "GET /virtual-machine/b4463a7a-fe0d-416d-a065-74f0c8040193 HTTP/1.1" 200 1293 0.047958 10.0.0.249 - - [2025-10-27 02:22:43] "GET /virtual-machine-interface/9d7a28c6-f49c-4cb7-973c-c8a91229ee45 HTTP/1.1" 200 2942 0.005950 10.0.0.249 - - [2025-10-27 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.249 - - [2025-10-27 02:22:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003710 10.0.0.249 - - [2025-10-27 02:22:43] "GET /virtual-networks?parent_id=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003310 10.0.0.249 - - [2025-10-27 02:22:44] "GET /virtual-network/342b9b8d-8949-4c8a-a096-41c528b74a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009109 10.0.0.249 - - [2025-10-27 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.249 - - [2025-10-27 02:22:47] "GET /virtual-network/342b9b8d-8949-4c8a-a096-41c528b74a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005845 10.0.0.249 - - [2025-10-27 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008375 10.0.0.249 - - [2025-10-27 02:22:50] "POST /neutron/port HTTP/1.1" 200 1085 0.016761 10.0.0.249 - - [2025-10-27 02:22:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004578 10.0.0.249 - - [2025-10-27 02:22:50] "POST /neutron/network HTTP/1.1" 200 823 0.008396 10.0.0.249 - - [2025-10-27 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-10-27 02:22:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004768 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-networks?parent_id=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003833 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-network/342b9b8d-8949-4c8a-a096-41c528b74a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007391 10.0.0.249 - - [2025-10-27 02:22:51] "POST /neutron/port HTTP/1.1" 200 1084 0.018372 10.0.0.249 - - [2025-10-27 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009522 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-machine/2bcc34b5-7bb8-4d1d-8d18-25eea2415724 HTTP/1.1" 200 1292 0.006545 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-machine-interface/17ff05d2-dcf4-4192-bba0-e4f242b47db7 HTTP/1.1" 200 2941 0.005272 10.0.0.249 - - [2025-10-27 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007423 10.0.0.249 - - [2025-10-27 02:22:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011987 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-networks?parent_id=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003861 10.0.0.249 - - [2025-10-27 02:22:51] "GET /virtual-network/e41adb69-4aa1-4d12-b7ba-7245ed4335b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006715 10.0.0.249 - - [2025-10-27 02:22:52] "POST /neutron/network HTTP/1.1" 200 832 0.010250 10.0.0.249 - - [2025-10-27 02:22:52] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.249 - - [2025-10-27 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.249 - - [2025-10-27 02:22:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004567 10.0.0.249 - - [2025-10-27 02:22:52] "GET /virtual-networks?parent_id=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003708 10.0.0.249 - - [2025-10-27 02:22:53] "GET /virtual-network/e41adb69-4aa1-4d12-b7ba-7245ed4335b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008150 10.0.0.129 - - [2025-10-27 02:22:57] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001994 10.0.0.249 - - [2025-10-27 02:22:57] "POST /neutron/router HTTP/1.1" 200 344 0.282096 10.0.0.33 - - [2025-10-27 02:22:57] "POST /ref-update HTTP/1.1" 200 156 0.022608 10.0.0.249 - - [2025-10-27 02:23:00] "POST /neutron/router HTTP/1.1" 200 344 0.189712 10.0.0.33 - - [2025-10-27 02:23:05] "DELETE /access-control-list/5699c537-1783-4e47-9387-e91bc1d4a9e6 HTTP/1.1" 200 115 0.058951 10.0.0.249 - - [2025-10-27 02:23:05] "POST /neutron/router HTTP/1.1" 200 580 0.010228 10.0.0.33 - - [2025-10-27 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.026889 10.0.0.249 - - [2025-10-27 02:23:06] "POST /neutron/router HTTP/1.1" 200 344 0.202364 10.0.0.33 - - [2025-10-27 02:23:06] "GET /logical-router/c9d57968-66fa-486e-b90b-4e6099b94055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004417 10.0.0.249 - - [2025-10-27 02:23:06] "POST /neutron/network HTTP/1.1" 200 822 0.009845 10.0.0.249 - - [2025-10-27 02:23:06] "POST /neutron/port HTTP/1.1" 200 1110 0.014519 10.0.0.249 - - [2025-10-27 02:23:07] "POST /neutron/port HTTP/1.1" 200 1111 0.020912 10.0.0.129 - - [2025-10-27 02:23:08] "DELETE /project/13e24c8b-514c-461c-82f7-9a83f9fae65b HTTP/1.1" 404 177 0.005621 10.0.0.129 - - [2025-10-27 02:23:08] "DELETE /project/b0699363839a46f0bf45aa77d0f698c0 HTTP/1.1" 404 173 0.005267 10.0.0.33 - - [2025-10-27 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006204 10.0.0.129 - - [2025-10-27 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.129 - - [2025-10-27 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.249 - - [2025-10-27 02:23:08] "POST /neutron/network HTTP/1.1" 200 151 0.136899 10.0.0.33 - - [2025-10-27 02:23:08] "DELETE /route-target/b9ff71b9-5883-4bbc-a00c-18a18cd90338 HTTP/1.1" 200 115 0.027817 10.0.0.129 - - [2025-10-27 02:23:09] "GET /obj-perms HTTP/1.1" 200 5075 0.049757 10.0.0.129 - - [2025-10-27 02:23:10] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029249 10.0.0.249 - - [2025-10-27 02:23:10] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.095391 10.0.0.129 - - [2025-10-27 02:23:10] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.249 - - [2025-10-27 02:23:10] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?fields=virtual_networks HTTP/1.1" 200 1031 0.045983 10.0.0.129 - - [2025-10-27 02:23:10] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003805 10.0.0.249 - - [2025-10-27 02:23:10] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054122 10.0.0.129 - - [2025-10-27 02:23:10] "GET /projects?obj_uuids=b0699363-839a-46f0-bf45-aa77d0f698c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.249 - - [2025-10-27 02:23:10] "GET /project/b0699363-839a-46f0-bf45-aa77d0f698c0?fields=security_groups HTTP/1.1" 200 1256 0.044239 10.0.0.249 - - [2025-10-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.023561 10.0.0.129 - - [2025-10-27 02:23:11] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003892 10.0.0.129 - - [2025-10-27 02:23:11] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.129 - - [2025-10-27 02:23:11] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007869 10.0.0.129 - - [2025-10-27 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 193 0.007419 10.0.0.129 - - [2025-10-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.014258 10.0.0.129 - - [2025-10-27 02:23:11] "POST /security-groups HTTP/1.1" 200 594 0.033849 10.0.0.129 - - [2025-10-27 02:23:11] "POST /projects HTTP/1.1" 200 591 0.276387 10.0.0.33 - - [2025-10-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.013289 10.0.0.129 - - [2025-10-27 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.348220 10.0.0.249 - - [2025-10-27 02:23:11] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.487485 10.0.0.249 - - [2025-10-27 02:23:12] "GET / HTTP/1.1" 200 36215 0.001391 10.0.0.249 - - [2025-10-27 02:23:15] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000472 10.0.0.129 - - [2025-10-27 02:23:15] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.249 - - [2025-10-27 02:23:15] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071515 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.249 - - [2025-10-27 02:23:15] "GET /security-group/7a68846a-620f-43e1-b38b-2fbbcfc4789a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.007090 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.129 - - [2025-10-27 02:23:15] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000907 10.0.0.249 - - [2025-10-27 02:23:15] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032787 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.249 - - [2025-10-27 02:23:15] "GET /security-group/7a68846a-620f-43e1-b38b-2fbbcfc4789a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004425 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.249 - - [2025-10-27 02:23:15] "PUT /security-group/7a68846a-620f-43e1-b38b-2fbbcfc4789a HTTP/1.1" 200 263 0.020238 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.005348 10.0.0.33 - - [2025-10-27 02:23:15] "PUT /access-control-list/9ab55333-7770-489c-a1f9-13cd5406c4bc HTTP/1.1" 200 273 0.021309 10.0.0.249 - - [2025-10-27 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.129 - - [2025-10-27 02:23:16] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001771 10.0.0.249 - - [2025-10-27 02:23:16] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041374 10.0.0.249 - - [2025-10-27 02:23:16] "POST /neutron/network HTTP/1.1" 200 117 0.037701 10.0.0.249 - - [2025-10-27 02:23:16] "POST /neutron/network HTTP/1.1" 200 827 0.009218 10.0.0.249 - - [2025-10-27 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001026 10.0.0.249 - - [2025-10-27 02:23:16] "GET /virtual-network/09dbfec2-32d4-47e4-a899-979382b76ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004927 10.0.0.249 - - [2025-10-27 02:23:16] "GET /virtual-network/09dbfec2-32d4-47e4-a899-979382b76ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005034 10.0.0.249 - - [2025-10-27 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.019843 10.0.0.249 - - [2025-10-27 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010691 10.0.0.129 - - [2025-10-27 02:23:16] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.249 - - [2025-10-27 02:23:16] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053163 10.0.0.33 - - [2025-10-27 02:23:17] "POST /route-targets HTTP/1.1" 200 328 0.013153 10.0.0.129 - - [2025-10-27 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010443 10.0.0.249 - - [2025-10-27 02:23:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.253011 10.0.0.249 - - [2025-10-27 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001284 10.0.0.249 - - [2025-10-27 02:23:17] "GET /virtual-network/a90d62a1-f083-4f38-935d-18a91f806e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006508 10.0.0.249 - - [2025-10-27 02:23:17] "GET /virtual-network/a90d62a1-f083-4f38-935d-18a91f806e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006090 10.0.0.249 - - [2025-10-27 02:23:17] "POST /neutron/network HTTP/1.1" 200 833 0.007479 10.0.0.249 - - [2025-10-27 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001530 10.0.0.129 - - [2025-10-27 02:23:18] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001397 10.0.0.249 - - [2025-10-27 02:23:18] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.080588 10.0.0.249 - - [2025-10-27 02:23:18] "POST /neutron/network HTTP/1.1" 200 827 0.008226 10.0.0.249 - - [2025-10-27 02:23:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001776 10.0.0.249 - - [2025-10-27 02:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.010501 10.0.0.129 - - [2025-10-27 02:23:19] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.249 - - [2025-10-27 02:23:19] "POST /neutron/port HTTP/1.1" 200 1063 0.317749 10.0.0.249 - - [2025-10-27 02:23:19] "POST /neutron/port HTTP/1.1" 200 1117 0.120073 10.0.0.249 - - [2025-10-27 02:23:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008862 10.0.0.129 - - [2025-10-27 02:23:19] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001595 10.0.0.249 - - [2025-10-27 02:23:19] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070121 10.0.0.249 - - [2025-10-27 02:23:19] "POST /neutron/network HTTP/1.1" 200 833 0.009070 10.0.0.249 - - [2025-10-27 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.006188 10.0.0.33 - - [2025-10-27 02:23:20] "PUT /logical-router/41be73d9-c661-4b4f-bf03-3d459056853a HTTP/1.1" 200 263 0.030103 10.0.0.249 - - [2025-10-27 02:23:20] "POST /neutron/router HTTP/1.1" 200 656 0.034882 10.0.0.33 - - [2025-10-27 02:23:20] "GET /service-template/38abeb94-d8af-48ce-9879-2af1c10fb0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.040218 10.0.0.249 - - [2025-10-27 02:23:20] "POST /neutron/network HTTP/1.1" 200 843 0.008935 10.0.0.33 - - [2025-10-27 02:23:20] "POST /service-instances HTTP/1.1" 200 672 0.070142 10.0.0.33 - - [2025-10-27 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.039397 10.0.0.33 - - [2025-10-27 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.068464 10.0.0.249 - - [2025-10-27 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.025817 10.0.0.33 - - [2025-10-27 02:23:21] "POST /virtual-machines HTTP/1.1" 200 554 0.039618 10.0.0.33 - - [2025-10-27 02:23:21] "POST /instance-ips HTTP/1.1" 200 552 0.081085 10.0.0.249 - - [2025-10-27 02:23:21] "POST /neutron/port HTTP/1.1" 200 1116 0.178424 10.0.0.33 - - [2025-10-27 02:23:21] "PUT /virtual-machine-interface/241b11f4-f398-4149-afd7-70a5918752ec HTTP/1.1" 200 285 0.030415 10.0.0.249 - - [2025-10-27 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.014934 10.0.0.33 - - [2025-10-27 02:23:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.132781 10.0.0.33 - - [2025-10-27 02:23:21] "POST /instance-ips HTTP/1.1" 400 316 0.036992 10.0.0.33 - - [2025-10-27 02:23:21] "PUT /instance-ip/d4576ac1-38d0-42f9-87e0-9e4be736c316 HTTP/1.1" 200 257 0.030793 10.0.0.33 - - [2025-10-27 02:23:22] "POST /virtual-machines HTTP/1.1" 200 554 0.030208 10.0.0.33 - - [2025-10-27 02:23:22] "POST /instance-ips HTTP/1.1" 400 246 0.032559 10.0.0.33 - - [2025-10-27 02:23:22] "PUT /instance-ip/7c7080bf-077f-4b2e-b53c-24678134dcc7 HTTP/1.1" 200 257 0.037015 10.0.0.33 - - [2025-10-27 02:23:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.107975 10.0.0.33 - - [2025-10-27 02:23:22] "POST /chown HTTP/1.1" 200 109 0.015517 10.0.0.33 - - [2025-10-27 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.031783 10.0.0.249 - - [2025-10-27 02:23:26] "POST /neutron/port HTTP/1.1" 200 1091 0.015259 10.0.0.249 - - [2025-10-27 02:23:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008171 10.0.0.249 - - [2025-10-27 02:23:26] "GET /virtual-machine/e27d5dd1-cae2-44ee-b420-ec0e94ecf585 HTTP/1.1" 401 293 0.000612 10.0.0.249 - - [2025-10-27 02:23:26] "GET /virtual-machine/e27d5dd1-cae2-44ee-b420-ec0e94ecf585 HTTP/1.1" 200 1298 0.038920 10.0.0.249 - - [2025-10-27 02:23:26] "GET /virtual-machine-interface/4c99a79c-f2f0-427f-a2ff-d970f98d1c43 HTTP/1.1" 200 2963 0.005578 10.0.0.249 - - [2025-10-27 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.249 - - [2025-10-27 02:23:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004325 10.0.0.249 - - [2025-10-27 02:23:26] "GET /virtual-networks?parent_id=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004683 10.0.0.249 - - [2025-10-27 02:23:26] "GET /virtual-network/09dbfec2-32d4-47e4-a899-979382b76ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007997 10.0.0.249 - - [2025-10-27 02:23:28] "POST /neutron/port HTTP/1.1" 200 1091 0.016578 10.0.0.249 - - [2025-10-27 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.249 - - [2025-10-27 02:23:29] "GET /virtual-network/09dbfec2-32d4-47e4-a899-979382b76ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005618 10.0.0.249 - - [2025-10-27 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008563 10.0.0.249 - - [2025-10-27 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005653 10.0.0.249 - - [2025-10-27 02:23:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004687 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-networks?parent_id=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004016 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-network/09dbfec2-32d4-47e4-a899-979382b76ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007147 10.0.0.249 - - [2025-10-27 02:23:32] "POST /neutron/port HTTP/1.1" 200 1090 0.016962 10.0.0.249 - - [2025-10-27 02:23:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009717 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-machine/6f273cce-114e-49b8-a719-53e8e9952c9f HTTP/1.1" 200 1297 0.007310 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-machine-interface/0f73a6d4-a168-4510-8fe8-cedda9f3d747 HTTP/1.1" 200 2975 0.005473 10.0.0.249 - - [2025-10-27 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.249 - - [2025-10-27 02:23:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004649 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-networks?parent_id=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003407 10.0.0.249 - - [2025-10-27 02:23:32] "GET /virtual-network/a90d62a1-f083-4f38-935d-18a91f806e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007382 10.0.0.249 - - [2025-10-27 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.249 - - [2025-10-27 02:23:33] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.249 - - [2025-10-27 02:23:33] "GET /virtual-networks?parent_id=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003441 10.0.0.249 - - [2025-10-27 02:23:33] "GET /virtual-network/a90d62a1-f083-4f38-935d-18a91f806e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007172 10.0.0.33 - - [2025-10-27 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.029293 10.0.0.249 - - [2025-10-27 02:23:37] "POST /neutron/router HTTP/1.1" 200 656 0.005305 10.0.0.33 - - [2025-10-27 02:23:37] "GET /logical-router/41be73d9-c661-4b4f-bf03-3d459056853a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.006393 10.0.0.33 - - [2025-10-27 02:23:37] "POST /ref-update HTTP/1.1" 404 171 0.018108 10.0.0.33 - - [2025-10-27 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010755 10.0.0.33 - - [2025-10-27 02:23:38] "GET /virtual-network/fd34e15b-2347-4939-be4f-505a212289a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006186 10.0.0.33 - - [2025-10-27 02:23:38] "DELETE /instance-ip/d4576ac1-38d0-42f9-87e0-9e4be736c316 HTTP/1.1" 200 115 0.070900 10.0.0.249 - - [2025-10-27 02:23:38] "POST /neutron/network HTTP/1.1" 400 204 0.091244 10.0.0.33 - - [2025-10-27 02:23:38] "DELETE /route-target/ee53a904-0df2-49b5-8822-2daaeaac6eda HTTP/1.1" 200 115 0.022487 10.0.0.33 - - [2025-10-27 02:23:38] "GET /logical-router/41be73d9-c661-4b4f-bf03-3d459056853a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008121 10.0.0.33 - - [2025-10-27 02:23:38] "DELETE /virtual-machine-interface/dc750075-1ce8-4f6a-bffb-8f8f737d0175 HTTP/1.1" 200 115 0.070395 10.0.0.33 - - [2025-10-27 02:23:38] "GET /instance-ip/7c7080bf-077f-4b2e-b53c-24678134dcc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.012369 10.0.0.249 - - [2025-10-27 02:23:39] "POST /neutron/port HTTP/1.1" 200 151 0.311309 10.0.0.33 - - [2025-10-27 02:23:39] "DELETE /virtual-machine/918b0d83-886c-4cd8-ae94-77171622016f HTTP/1.1" 200 115 0.061337 10.0.0.33 - - [2025-10-27 02:23:39] "GET /virtual-machine-interface/241b11f4-f398-4149-afd7-70a5918752ec?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.007919 10.0.0.249 - - [2025-10-27 02:23:39] "POST /neutron/port HTTP/1.1" 200 151 0.279270 10.0.0.33 - - [2025-10-27 02:23:39] "DELETE /instance-ip/7c7080bf-077f-4b2e-b53c-24678134dcc7 HTTP/1.1" 200 115 0.049861 10.0.0.33 - - [2025-10-27 02:23:39] "DELETE /virtual-machine/c43c5864-1bc0-43c0-b24f-684b8030d427 HTTP/1.1" 200 115 0.042802 10.0.0.249 - - [2025-10-27 02:23:40] "POST /neutron/network HTTP/1.1" 200 827 0.014402 10.0.0.33 - - [2025-10-27 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.129 - - [2025-10-27 02:23:41] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001059 10.0.0.249 - - [2025-10-27 02:23:42] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042197 10.0.0.129 - - [2025-10-27 02:23:42] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.249 - - [2025-10-27 02:23:42] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?fields=virtual_networks HTTP/1.1" 200 1039 0.043568 10.0.0.129 - - [2025-10-27 02:23:42] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000996 10.0.0.249 - - [2025-10-27 02:23:42] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.046754 10.0.0.129 - - [2025-10-27 02:23:42] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001351 10.0.0.249 - - [2025-10-27 02:23:42] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?fields=security_groups HTTP/1.1" 200 1269 0.053078 10.0.0.249 - - [2025-10-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.024934 10.0.0.129 - - [2025-10-27 02:23:43] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003999 10.0.0.129 - - [2025-10-27 02:23:43] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.129 - - [2025-10-27 02:23:43] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006937 10.0.0.129 - - [2025-10-27 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.001707 10.0.0.129 - - [2025-10-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.008645 10.0.0.129 - - [2025-10-27 02:23:43] "POST /security-groups HTTP/1.1" 200 599 0.074129 10.0.0.129 - - [2025-10-27 02:23:43] "POST /projects HTTP/1.1" 200 601 0.288237 10.0.0.33 - - [2025-10-27 02:23:43] "POST /access-control-lists HTTP/1.1" 200 606 0.035662 10.0.0.129 - - [2025-10-27 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.362852 10.0.0.249 - - [2025-10-27 02:23:43] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.491904 10.0.0.249 - - [2025-10-27 02:23:44] "GET / HTTP/1.1" 200 36215 0.002400 10.0.0.249 - - [2025-10-27 02:23:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000600 10.0.0.249 - - [2025-10-27 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.056317 10.0.0.129 - - [2025-10-27 02:23:46] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.249 - - [2025-10-27 02:23:46] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039705 10.0.0.129 - - [2025-10-27 02:23:46] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.249 - - [2025-10-27 02:23:47] "POST /neutron/network HTTP/1.1" 200 613 0.190037 10.0.0.33 - - [2025-10-27 02:23:47] "POST /route-targets HTTP/1.1" 200 328 0.014481 10.0.0.249 - - [2025-10-27 02:23:47] "POST /neutron/network HTTP/1.1" 200 1005 0.010677 10.0.0.249 - - [2025-10-27 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001030 10.0.0.249 - - [2025-10-27 02:23:47] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004776 10.0.0.249 - - [2025-10-27 02:23:47] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005154 10.0.0.249 - - [2025-10-27 02:23:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.008222 10.0.0.249 - - [2025-10-27 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.129 - - [2025-10-27 02:23:47] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.249 - - [2025-10-27 02:23:47] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045969 10.0.0.129 - - [2025-10-27 02:23:47] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.249 - - [2025-10-27 02:23:48] "POST /neutron/network HTTP/1.1" 200 613 0.132981 10.0.0.33 - - [2025-10-27 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.027529 10.0.0.249 - - [2025-10-27 02:23:48] "POST /neutron/network HTTP/1.1" 200 1007 0.011813 10.0.0.249 - - [2025-10-27 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001064 10.0.0.249 - - [2025-10-27 02:23:48] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004409 10.0.0.249 - - [2025-10-27 02:23:48] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007447 10.0.0.249 - - [2025-10-27 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.008955 10.0.0.249 - - [2025-10-27 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002882 10.0.0.249 - - [2025-10-27 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.129 - - [2025-10-27 02:23:48] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.249 - - [2025-10-27 02:23:48] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039437 10.0.0.249 - - [2025-10-27 02:23:48] "POST /network-policys HTTP/1.1" 200 579 0.069260 10.0.0.249 - - [2025-10-27 02:23:48] "GET /network-policy/b57c800f-298b-4b1f-8db8-6d1164c50690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006332 10.0.0.249 - - [2025-10-27 02:23:49] "POST /neutron/network HTTP/1.1" 200 1113 0.075636 10.0.0.33 - - [2025-10-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.041626 10.0.0.249 - - [2025-10-27 02:23:49] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008943 10.0.0.249 - - [2025-10-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.249 - - [2025-10-27 02:23:49] "GET /network-policy/b57c800f-298b-4b1f-8db8-6d1164c50690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004897 10.0.0.33 - - [2025-10-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.003055 10.0.0.249 - - [2025-10-27 02:23:49] "POST /neutron/network HTTP/1.1" 200 1115 0.060184 10.0.0.249 - - [2025-10-27 02:23:49] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005311 10.0.0.249 - - [2025-10-27 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.249 - - [2025-10-27 02:23:49] "GET /network-policy/b57c800f-298b-4b1f-8db8-6d1164c50690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.008899 10.0.0.33 - - [2025-10-27 02:23:49] "PUT /access-control-list/7b958d85-d9f6-4a6f-91db-030bf66b2445 HTTP/1.1" 200 273 0.070665 10.0.0.249 - - [2025-10-27 02:23:49] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006542 10.0.0.249 - - [2025-10-27 02:23:50] "GET /obj-perms HTTP/1.1" 200 5065 0.061401 10.0.0.249 - - [2025-10-27 02:23:51] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005451 10.0.0.249 - - [2025-10-27 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001377 10.0.0.129 - - [2025-10-27 02:23:52] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.249 - - [2025-10-27 02:23:53] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.078255 10.0.0.249 - - [2025-10-27 02:23:53] "POST /neutron/network HTTP/1.1" 200 1113 0.015342 10.0.0.249 - - [2025-10-27 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001755 10.0.0.249 - - [2025-10-27 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.008544 10.0.0.129 - - [2025-10-27 02:23:53] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 1174 0.351586 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 1228 0.103442 10.0.0.129 - - [2025-10-27 02:23:54] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.249 - - [2025-10-27 02:23:54] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.136690 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 1202 0.017781 10.0.0.249 - - [2025-10-27 02:23:54] "POST /neutron/port HTTP/1.1" 200 1202 0.014637 10.0.0.129 - - [2025-10-27 02:23:55] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.33 - - [2025-10-27 02:23:55] "PUT /access-control-list/fbf9bd25-1970-472e-baac-48c7f808f840 HTTP/1.1" 200 273 0.016462 10.0.0.249 - - [2025-10-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 1176 0.357815 10.0.0.249 - - [2025-10-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 1230 0.100873 10.0.0.249 - - [2025-10-27 02:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.249 - - [2025-10-27 02:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.249 - - [2025-10-27 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008279 10.0.0.249 - - [2025-10-27 02:24:00] "POST /neutron/port HTTP/1.1" 200 1202 0.014735 10.0.0.249 - - [2025-10-27 02:24:00] "GET /virtual-machine/326025b1-8ac1-4a46-8f94-e6aed2fddf45 HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-10-27 02:24:00] "GET /virtual-machine/326025b1-8ac1-4a46-8f94-e6aed2fddf45 HTTP/1.1" 200 1302 0.027343 10.0.0.249 - - [2025-10-27 02:24:00] "GET /virtual-machine-interface/b2708e4a-2f3f-45d3-96e9-c19033a20fb1 HTTP/1.1" 200 3184 0.004808 10.0.0.249 - - [2025-10-27 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-10-27 02:24:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003309 10.0.0.249 - - [2025-10-27 02:24:00] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002745 10.0.0.249 - - [2025-10-27 02:24:00] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007846 10.0.0.249 - - [2025-10-27 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.249 - - [2025-10-27 02:24:03] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006677 10.0.0.249 - - [2025-10-27 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.249 - - [2025-10-27 02:24:07] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004921 10.0.0.129 - - [2025-10-27 02:24:08] "DELETE /project/b0699363-839a-46f0-bf45-aa77d0f698c0 HTTP/1.1" 404 177 0.006622 10.0.0.129 - - [2025-10-27 02:24:08] "DELETE /project/52bd8d1b6b914c88a4aa7c5eea053d4e HTTP/1.1" 404 173 0.005970 10.0.0.129 - - [2025-10-27 02:24:08] "DELETE /project/25dd9dd25f6b46948562f7da15d16386 HTTP/1.1" 404 173 0.008824 10.0.0.129 - - [2025-10-27 02:24:08] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000773 10.0.0.129 - - [2025-10-27 02:24:08] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.049612 10.0.0.129 - - [2025-10-27 02:24:08] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001294 10.0.0.129 - - [2025-10-27 02:24:08] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?fields=security_groups HTTP/1.1" 200 1371 0.044981 10.0.0.129 - - [2025-10-27 02:24:08] "DELETE /security-group/7a68846a-620f-43e1-b38b-2fbbcfc4789a HTTP/1.1" 200 115 0.051094 10.0.0.129 - - [2025-10-27 02:24:08] "GET /projects?obj_uuids=25dd9dd2-5f6b-4694-8562-f7da15d16386&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001114 10.0.0.129 - - [2025-10-27 02:24:08] "GET /project/25dd9dd2-5f6b-4694-8562-f7da15d16386?fields=application_policy_sets HTTP/1.1" 200 1410 0.049481 10.0.0.129 - - [2025-10-27 02:24:08] "DELETE /project/25dd9dd2-5f6b-4694-8562-f7da15d16386 HTTP/1.1" 200 115 0.393823 10.0.0.33 - - [2025-10-27 02:24:09] "GET /obj-perms HTTP/1.1" 200 5075 0.049065 10.0.0.129 - - [2025-10-27 02:24:10] "GET /obj-perms HTTP/1.1" 200 5075 0.056871 10.0.0.249 - - [2025-10-27 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.249 - - [2025-10-27 02:24:11] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007849 10.0.0.249 - - [2025-10-27 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.249 - - [2025-10-27 02:24:16] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004910 10.0.0.249 - - [2025-10-27 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.249 - - [2025-10-27 02:24:20] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006317 10.0.0.249 - - [2025-10-27 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.249 - - [2025-10-27 02:24:24] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006143 10.0.0.249 - - [2025-10-27 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.249 - - [2025-10-27 02:24:28] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006319 10.0.0.249 - - [2025-10-27 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.249 - - [2025-10-27 02:24:32] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005654 10.0.0.249 - - [2025-10-27 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.249 - - [2025-10-27 02:24:36] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005182 10.0.0.249 - - [2025-10-27 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.249 - - [2025-10-27 02:24:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007344 10.0.0.249 - - [2025-10-27 02:24:38] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005863 10.0.0.249 - - [2025-10-27 02:24:38] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005514 10.0.0.249 - - [2025-10-27 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007640 10.0.0.249 - - [2025-10-27 02:24:45] "POST /neutron/port HTTP/1.1" 200 1202 0.016830 10.0.0.249 - - [2025-10-27 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007426 10.0.0.249 - - [2025-10-27 02:24:51] "POST /neutron/port HTTP/1.1" 200 1202 0.038414 10.0.0.249 - - [2025-10-27 02:24:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003713 10.0.0.249 - - [2025-10-27 02:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.249 - - [2025-10-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1202 0.017953 10.0.0.249 - - [2025-10-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 1204 0.037862 10.0.0.249 - - [2025-10-27 02:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.249 - - [2025-10-27 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.249 - - [2025-10-27 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007072 10.0.0.249 - - [2025-10-27 02:24:59] "POST /neutron/port HTTP/1.1" 200 1204 0.014495 10.0.0.249 - - [2025-10-27 02:24:59] "GET /virtual-machine/e4bb2745-bfcb-405c-9c5a-49adde45e7af HTTP/1.1" 200 1303 0.006924 10.0.0.249 - - [2025-10-27 02:24:59] "GET /virtual-machine-interface/dfa4cd8f-79c1-4631-a192-d0c99cc3defa HTTP/1.1" 200 3184 0.004896 10.0.0.249 - - [2025-10-27 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-10-27 02:24:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002987 10.0.0.249 - - [2025-10-27 02:24:59] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002579 10.0.0.249 - - [2025-10-27 02:24:59] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005413 10.0.0.249 - - [2025-10-27 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-10-27 02:25:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004254 10.0.0.249 - - [2025-10-27 02:25:00] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003571 10.0.0.249 - - [2025-10-27 02:25:01] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006693 10.0.0.249 - - [2025-10-27 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.129 - - [2025-10-27 02:25:22] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.249 - - [2025-10-27 02:25:22] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050236 10.0.0.249 - - [2025-10-27 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.249 - - [2025-10-27 02:25:22] "PUT /network-policy/b57c800f-298b-4b1f-8db8-6d1164c50690 HTTP/1.1" 200 263 0.018379 10.0.0.33 - - [2025-10-27 02:25:23] "PUT /access-control-list/fbf9bd25-1970-472e-baac-48c7f808f840 HTTP/1.1" 200 273 0.058339 10.0.0.249 - - [2025-10-27 02:25:26] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005667 10.0.0.249 - - [2025-10-27 02:25:26] "POST /neutron/network HTTP/1.1" 200 1007 0.069856 10.0.0.249 - - [2025-10-27 02:25:26] "GET /virtual-network/03500ab9-316c-42be-9b31-ab72ffa329f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005033 10.0.0.33 - - [2025-10-27 02:25:26] "POST /ref-update HTTP/1.1" 200 156 0.021323 10.0.0.249 - - [2025-10-27 02:25:26] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.013941 10.0.0.33 - - [2025-10-27 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003046 10.0.0.249 - - [2025-10-27 02:25:26] "POST /neutron/network HTTP/1.1" 200 1005 0.063179 10.0.0.249 - - [2025-10-27 02:25:26] "GET /virtual-network/b716ed19-07c6-4d5e-872b-12756bb41d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006100 10.0.0.249 - - [2025-10-27 02:25:26] "DELETE /network-policy/b57c800f-298b-4b1f-8db8-6d1164c50690 HTTP/1.1" 200 115 0.059262 10.0.0.249 - - [2025-10-27 02:25:27] "POST /neutron/network HTTP/1.1" 400 204 0.015642 10.0.0.249 - - [2025-10-27 02:25:27] "POST /neutron/port HTTP/1.1" 200 1228 0.014834 10.0.0.249 - - [2025-10-27 02:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.265782 10.0.0.33 - - [2025-10-27 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.249 - - [2025-10-27 02:25:29] "POST /neutron/network HTTP/1.1" 200 1005 0.008835 10.0.0.33 - - [2025-10-27 02:25:29] "DELETE /route-target/13732eb8-26f9-4d95-8876-7b8c46f06f2d HTTP/1.1" 200 115 0.020944 10.0.0.129 - - [2025-10-27 02:25:34] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.249 - - [2025-10-27 02:25:34] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048801 10.0.0.249 - - [2025-10-27 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005572 10.0.0.129 - - [2025-10-27 02:25:34] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.249 - - [2025-10-27 02:25:34] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010521 10.0.0.249 - - [2025-10-27 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.129 - - [2025-10-27 02:25:34] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.249 - - [2025-10-27 02:25:34] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061719 10.0.0.249 - - [2025-10-27 02:25:35] "GET /domains HTTP/1.1" 200 281 0.006957 10.0.0.129 - - [2025-10-27 02:25:35] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.249 - - [2025-10-27 02:25:35] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73 HTTP/1.1" 200 2591 0.010404 10.0.0.129 - - [2025-10-27 02:25:35] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.249 - - [2025-10-27 02:25:35] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e HTTP/1.1" 200 1905 0.109706 10.0.0.249 - - [2025-10-27 02:25:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004412 10.0.0.249 - - [2025-10-27 02:25:35] "POST /network-ipams HTTP/1.1" 200 611 0.030995 10.0.0.249 - - [2025-10-27 02:25:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.006338 10.0.0.249 - - [2025-10-27 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007999 10.0.0.249 - - [2025-10-27 02:25:35] "GET /network-ipam/daddd0cb-9320-4632-a3ad-570b094251d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.006152 10.0.0.249 - - [2025-10-27 02:25:35] "PUT /network-ipam/daddd0cb-9320-4632-a3ad-570b094251d9 HTTP/1.1" 200 259 0.014910 10.0.0.249 - - [2025-10-27 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.129 - - [2025-10-27 02:25:35] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.249 - - [2025-10-27 02:25:35] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059442 10.0.0.129 - - [2025-10-27 02:25:35] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.249 - - [2025-10-27 02:25:36] "POST /neutron/network HTTP/1.1" 200 619 0.145419 10.0.0.129 - - [2025-10-27 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.017491 10.0.0.249 - - [2025-10-27 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.261150 10.0.0.249 - - [2025-10-27 02:25:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001329 10.0.0.249 - - [2025-10-27 02:25:36] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005683 10.0.0.249 - - [2025-10-27 02:25:36] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005753 10.0.0.249 - - [2025-10-27 02:25:37] "POST /neutron/network HTTP/1.1" 200 1309 0.010305 10.0.0.249 - - [2025-10-27 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.010928 10.0.0.249 - - [2025-10-27 02:25:37] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006098 10.0.0.249 - - [2025-10-27 02:25:37] "GET /obj-perms HTTP/1.1" 200 5065 0.003676 10.0.0.249 - - [2025-10-27 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.129 - - [2025-10-27 02:25:37] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.249 - - [2025-10-27 02:25:37] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050455 10.0.0.33 - - [2025-10-27 02:25:38] "POST /route-targets HTTP/1.1" 200 328 0.013168 10.0.0.129 - - [2025-10-27 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.012364 10.0.0.249 - - [2025-10-27 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.213160 10.0.0.249 - - [2025-10-27 02:25:38] "POST /neutron/network HTTP/1.1" 200 1309 0.012313 10.0.0.249 - - [2025-10-27 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.001356 10.0.0.249 - - [2025-10-27 02:25:38] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006658 10.0.0.249 - - [2025-10-27 02:25:38] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005510 10.0.0.249 - - [2025-10-27 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.016179 10.0.0.249 - - [2025-10-27 02:25:39] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006946 10.0.0.33 - - [2025-10-27 02:25:39] "GET /obj-perms HTTP/1.1" 200 5065 0.052494 10.0.0.249 - - [2025-10-27 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.129 - - [2025-10-27 02:25:39] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000818 10.0.0.249 - - [2025-10-27 02:25:39] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043063 10.0.0.249 - - [2025-10-27 02:25:39] "POST /neutron/network HTTP/1.1" 200 117 0.013369 10.0.0.33 - - [2025-10-27 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.019127 10.0.0.129 - - [2025-10-27 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008251 10.0.0.249 - - [2025-10-27 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.225646 10.0.0.33 - - [2025-10-27 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005264 10.0.0.249 - - [2025-10-27 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001301 10.0.0.249 - - [2025-10-27 02:25:40] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007799 10.0.0.249 - - [2025-10-27 02:25:40] "POST /neutron/network HTTP/1.1" 200 1309 0.010647 10.0.0.249 - - [2025-10-27 02:25:40] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.004728 10.0.0.249 - - [2025-10-27 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.009334 10.0.0.249 - - [2025-10-27 02:25:40] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005244 10.0.0.129 - - [2025-10-27 02:25:41] "GET /obj-perms HTTP/1.1" 200 5065 0.053782 10.0.0.249 - - [2025-10-27 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.129 - - [2025-10-27 02:25:41] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.249 - - [2025-10-27 02:25:41] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046581 10.0.0.129 - - [2025-10-27 02:25:41] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.249 - - [2025-10-27 02:25:41] "POST /neutron/network HTTP/1.1" 200 619 0.134024 10.0.0.129 - - [2025-10-27 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006307 10.0.0.249 - - [2025-10-27 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.171610 10.0.0.249 - - [2025-10-27 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001358 10.0.0.249 - - [2025-10-27 02:25:42] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006679 10.0.0.249 - - [2025-10-27 02:25:42] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007208 10.0.0.249 - - [2025-10-27 02:25:42] "POST /neutron/network HTTP/1.1" 200 1309 0.015198 10.0.0.249 - - [2025-10-27 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.012829 10.0.0.249 - - [2025-10-27 02:25:42] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005527 10.0.0.249 - - [2025-10-27 02:25:42] "GET /obj-perms HTTP/1.1" 200 5065 0.003432 10.0.0.249 - - [2025-10-27 02:25:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003326 10.0.0.249 - - [2025-10-27 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.129 - - [2025-10-27 02:25:43] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.249 - - [2025-10-27 02:25:43] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055313 10.0.0.249 - - [2025-10-27 02:25:43] "POST /network-policys HTTP/1.1" 200 561 0.031395 10.0.0.249 - - [2025-10-27 02:25:43] "GET /network-policy/5a1d64b8-61ab-48e5-958c-1ccc760176ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007525 10.0.0.249 - - [2025-10-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.004268 10.0.0.249 - - [2025-10-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.129 - - [2025-10-27 02:25:43] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.249 - - [2025-10-27 02:25:43] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.033639 10.0.0.249 - - [2025-10-27 02:25:43] "POST /network-policys HTTP/1.1" 200 561 0.047967 10.0.0.249 - - [2025-10-27 02:25:43] "GET /network-policy/5889df19-3f8c-4d71-96c6-80f9292abfe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007327 10.0.0.249 - - [2025-10-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003285 10.0.0.249 - - [2025-10-27 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.129 - - [2025-10-27 02:25:43] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.249 - - [2025-10-27 02:25:43] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036934 10.0.0.249 - - [2025-10-27 02:25:43] "POST /network-policys HTTP/1.1" 200 561 0.029007 10.0.0.249 - - [2025-10-27 02:25:43] "GET /network-policy/c50738ed-cce3-4bf4-93f2-587c61e144fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.006017 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.004303 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.129 - - [2025-10-27 02:25:44] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.249 - - [2025-10-27 02:25:44] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058737 10.0.0.249 - - [2025-10-27 02:25:44] "POST /network-policys HTTP/1.1" 200 561 0.033898 10.0.0.249 - - [2025-10-27 02:25:44] "GET /network-policy/00fb3207-0fac-40cb-a70a-cb4734470380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.009398 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003293 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.129 - - [2025-10-27 02:25:44] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.249 - - [2025-10-27 02:25:44] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044599 10.0.0.249 - - [2025-10-27 02:25:44] "POST /network-policys HTTP/1.1" 200 561 0.031170 10.0.0.249 - - [2025-10-27 02:25:44] "GET /network-policy/abbe76a1-3e29-4c18-826d-4564c55581bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006629 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003710 10.0.0.249 - - [2025-10-27 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.129 - - [2025-10-27 02:25:44] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.249 - - [2025-10-27 02:25:44] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035055 10.0.0.249 - - [2025-10-27 02:25:45] "POST /network-policys HTTP/1.1" 200 561 0.028646 10.0.0.249 - - [2025-10-27 02:25:45] "GET /network-policy/8deab71a-4ae7-462c-bf95-b0654757e912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005959 10.0.0.249 - - [2025-10-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003321 10.0.0.249 - - [2025-10-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.129 - - [2025-10-27 02:25:45] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.249 - - [2025-10-27 02:25:45] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038220 10.0.0.249 - - [2025-10-27 02:25:45] "POST /network-policys HTTP/1.1" 200 561 0.027609 10.0.0.249 - - [2025-10-27 02:25:45] "GET /network-policy/94164feb-1a52-4588-b008-7863c68c540f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.007040 10.0.0.249 - - [2025-10-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.002943 10.0.0.249 - - [2025-10-27 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.129 - - [2025-10-27 02:25:45] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.249 - - [2025-10-27 02:25:45] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053847 10.0.0.249 - - [2025-10-27 02:25:45] "POST /network-policys HTTP/1.1" 200 561 0.035039 10.0.0.249 - - [2025-10-27 02:25:45] "GET /network-policy/ed8f0491-9437-427c-b252-f1f9312dc61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006826 10.0.0.33 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 248 0.002365 10.0.0.249 - - [2025-10-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 1494 0.015705 10.0.0.249 - - [2025-10-27 02:25:46] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006186 10.0.0.249 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.249 - - [2025-10-27 02:25:46] "GET /network-policy/5889df19-3f8c-4d71-96c6-80f9292abfe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.014119 10.0.0.249 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.249 - - [2025-10-27 02:25:46] "GET /network-policy/5a1d64b8-61ab-48e5-958c-1ccc760176ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004644 10.0.0.33 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003418 10.0.0.249 - - [2025-10-27 02:25:46] "POST /neutron/network HTTP/1.1" 200 1494 0.015904 10.0.0.249 - - [2025-10-27 02:25:46] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.027398 10.0.0.33 - - [2025-10-27 02:25:46] "POST /access-control-lists HTTP/1.1" 200 607 0.093094 10.0.0.249 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.249 - - [2025-10-27 02:25:46] "GET /network-policy/00fb3207-0fac-40cb-a70a-cb4734470380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007567 10.0.0.249 - - [2025-10-27 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.249 - - [2025-10-27 02:25:46] "GET /network-policy/c50738ed-cce3-4bf4-93f2-587c61e144fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004785 10.0.0.249 - - [2025-10-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 1494 0.012209 10.0.0.249 - - [2025-10-27 02:25:47] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.020596 10.0.0.33 - - [2025-10-27 02:25:47] "POST /access-control-lists HTTP/1.1" 200 607 0.094263 10.0.0.249 - - [2025-10-27 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.020589 10.0.0.249 - - [2025-10-27 02:25:47] "GET /network-policy/8deab71a-4ae7-462c-bf95-b0654757e912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.003969 10.0.0.249 - - [2025-10-27 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.249 - - [2025-10-27 02:25:47] "GET /network-policy/abbe76a1-3e29-4c18-826d-4564c55581bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004001 10.0.0.249 - - [2025-10-27 02:25:47] "POST /neutron/network HTTP/1.1" 200 1494 0.013140 10.0.0.249 - - [2025-10-27 02:25:47] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004386 10.0.0.249 - - [2025-10-27 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.249 - - [2025-10-27 02:25:47] "GET /network-policy/94164feb-1a52-4588-b008-7863c68c540f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.005733 10.0.0.249 - - [2025-10-27 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-10-27 02:25:47] "GET /network-policy/ed8f0491-9437-427c-b252-f1f9312dc61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004341 10.0.0.249 - - [2025-10-27 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.000977 10.0.0.33 - - [2025-10-27 02:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.33 - - [2025-10-27 02:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.129 - - [2025-10-27 02:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000983 10.0.0.129 - - [2025-10-27 02:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.33 - - [2025-10-27 02:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.33 - - [2025-10-27 02:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2025-10-27 02:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2025-10-27 02:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.129 - - [2025-10-27 02:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.129 - - [2025-10-27 02:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-10-27 02:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2025-10-27 02:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.129 - - [2025-10-27 02:26:22] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.249 - - [2025-10-27 02:26:22] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060832 10.0.0.249 - - [2025-10-27 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.005927 10.0.0.249 - - [2025-10-27 02:26:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001486 10.0.0.249 - - [2025-10-27 02:26:23] "POST /neutron/network HTTP/1.1" 200 1504 0.006911 10.0.0.249 - - [2025-10-27 02:26:23] "POST /neutron/port HTTP/1.1" 200 1170 0.035245 10.0.0.129 - - [2025-10-27 02:26:24] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.249 - - [2025-10-27 02:26:24] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.133199 10.0.0.249 - - [2025-10-27 02:26:24] "POST /neutron/network HTTP/1.1" 200 1494 0.017752 10.0.0.33 - - [2025-10-27 02:26:24] "PUT /access-control-list/d9db7936-a425-490c-b83d-1524d572dbdf HTTP/1.1" 200 273 0.168512 10.0.0.249 - - [2025-10-27 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012556 10.0.0.249 - - [2025-10-27 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007300 10.0.0.249 - - [2025-10-27 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.026611 10.0.0.249 - - [2025-10-27 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011543 10.0.0.249 - - [2025-10-27 02:26:25] "POST /neutron/port HTTP/1.1" 200 1170 0.033981 10.0.0.249 - - [2025-10-27 02:26:25] "POST /neutron/port HTTP/1.1" 200 1198 0.032897 10.0.0.249 - - [2025-10-27 02:26:26] "POST /neutron/subnet HTTP/1.1" 200 1361 0.033398 10.0.0.249 - - [2025-10-27 02:26:26] "POST /neutron/network HTTP/1.1" 200 1494 0.015436 10.0.0.249 - - [2025-10-27 02:26:34] "POST /neutron/port HTTP/1.1" 200 1198 0.032054 10.0.0.249 - - [2025-10-27 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013109 10.0.0.249 - - [2025-10-27 02:26:50] "POST /neutron/port HTTP/1.1" 200 1198 0.016746 10.0.0.249 - - [2025-10-27 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007186 10.0.0.249 - - [2025-10-27 02:27:05] "POST /neutron/port HTTP/1.1" 200 1198 0.018490 10.0.0.249 - - [2025-10-27 02:27:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006882 10.0.0.33 - - [2025-10-27 02:27:11] "GET /obj-perms HTTP/1.1" 200 5075 0.051930 10.0.0.129 - - [2025-10-27 02:27:12] "GET /obj-perms HTTP/1.1" 200 5075 0.050607 10.0.0.249 - - [2025-10-27 02:27:20] "POST /neutron/port HTTP/1.1" 200 1198 0.017740 10.0.0.249 - - [2025-10-27 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007011 10.0.0.249 - - [2025-10-27 02:27:21] "GET /virtual-machine/f919505b-0893-40cb-a2e6-66bf456e0e34 HTTP/1.1" 200 1303 0.006638 10.0.0.249 - - [2025-10-27 02:27:21] "GET /virtual-machine-interface/5dbe0764-0211-44a6-bcd7-d239bc68b052 HTTP/1.1" 200 3192 0.005077 10.0.0.249 - - [2025-10-27 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.249 - - [2025-10-27 02:27:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003047 10.0.0.249 - - [2025-10-27 02:27:21] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002609 10.0.0.249 - - [2025-10-27 02:27:21] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006655 10.0.0.249 - - [2025-10-27 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.249 - - [2025-10-27 02:27:24] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005556 10.0.0.249 - - [2025-10-27 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2025-10-27 02:27:28] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005206 10.0.0.249 - - [2025-10-27 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.013153 10.0.0.249 - - [2025-10-27 02:27:32] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007743 10.0.0.249 - - [2025-10-27 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-10-27 02:27:36] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005125 10.0.0.249 - - [2025-10-27 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.249 - - [2025-10-27 02:27:40] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005273 10.0.0.249 - - [2025-10-27 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.249 - - [2025-10-27 02:27:44] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006989 10.0.0.249 - - [2025-10-27 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.249 - - [2025-10-27 02:27:48] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005349 10.0.0.249 - - [2025-10-27 02:27:51] "POST /neutron/port HTTP/1.1" 200 1198 0.016902 10.0.0.249 - - [2025-10-27 02:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004653 10.0.0.249 - - [2025-10-27 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.249 - - [2025-10-27 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2025-10-27 02:27:53] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006040 10.0.0.249 - - [2025-10-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 1198 0.015580 10.0.0.249 - - [2025-10-27 02:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.249 - - [2025-10-27 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.249 - - [2025-10-27 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.249 - - [2025-10-27 02:27:57] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004818 10.0.0.249 - - [2025-10-27 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.249 - - [2025-10-27 02:28:01] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.009079 10.0.0.249 - - [2025-10-27 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.249 - - [2025-10-27 02:28:05] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005441 10.0.0.249 - - [2025-10-27 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.249 - - [2025-10-27 02:28:09] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005494 10.0.0.249 - - [2025-10-27 02:28:13] "POST /neutron/port HTTP/1.1" 200 1198 0.048741 10.0.0.249 - - [2025-10-27 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-10-27 02:28:13] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005502 10.0.0.249 - - [2025-10-27 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-10-27 02:28:17] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005533 10.0.0.249 - - [2025-10-27 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.249 - - [2025-10-27 02:28:21] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005920 10.0.0.249 - - [2025-10-27 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.249 - - [2025-10-27 02:28:25] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007504 10.0.0.249 - - [2025-10-27 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006302 10.0.0.249 - - [2025-10-27 02:28:29] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006441 10.0.0.249 - - [2025-10-27 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.249 - - [2025-10-27 02:28:33] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005658 10.0.0.249 - - [2025-10-27 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.249 - - [2025-10-27 02:28:38] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005014 10.0.0.249 - - [2025-10-27 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.249 - - [2025-10-27 02:28:42] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005637 10.0.0.249 - - [2025-10-27 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.027086 10.0.0.249 - - [2025-10-27 02:28:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003067 10.0.0.249 - - [2025-10-27 02:28:46] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002634 10.0.0.249 - - [2025-10-27 02:28:46] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005446 10.0.0.249 - - [2025-10-27 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031370 10.0.0.249 - - [2025-10-27 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007173 10.0.0.249 - - [2025-10-27 02:28:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.249 - - [2025-10-27 02:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2025-10-27 02:28:56] "POST /neutron/port HTTP/1.1" 200 1198 0.015279 10.0.0.249 - - [2025-10-27 02:28:57] "POST /neutron/port HTTP/1.1" 200 1198 0.015028 10.0.0.249 - - [2025-10-27 02:28:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.249 - - [2025-10-27 02:28:57] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.249 - - [2025-10-27 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007269 10.0.0.249 - - [2025-10-27 02:29:12] "POST /neutron/port HTTP/1.1" 200 1198 0.016253 10.0.0.249 - - [2025-10-27 02:29:13] "GET /obj-perms HTTP/1.1" 200 5075 0.055953 10.0.0.249 - - [2025-10-27 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007043 10.0.0.249 - - [2025-10-27 02:29:27] "POST /neutron/port HTTP/1.1" 200 1198 0.015552 10.0.0.249 - - [2025-10-27 02:29:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009117 10.0.0.249 - - [2025-10-27 02:29:43] "POST /neutron/port HTTP/1.1" 200 1198 0.015254 10.0.0.249 - - [2025-10-27 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007949 10.0.0.249 - - [2025-10-27 02:29:53] "POST /neutron/network HTTP/1.1" 200 1504 0.037481 10.0.0.249 - - [2025-10-27 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015743 10.0.0.249 - - [2025-10-27 02:29:53] "POST /neutron/network HTTP/1.1" 200 1494 0.013664 10.0.0.249 - - [2025-10-27 02:29:54] "POST /neutron/port HTTP/1.1" 200 1198 0.016331 10.0.0.249 - - [2025-10-27 02:29:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008733 10.0.0.249 - - [2025-10-27 02:29:59] "POST /neutron/network HTTP/1.1" 200 1504 0.036629 10.0.0.249 - - [2025-10-27 02:29:59] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015880 10.0.0.249 - - [2025-10-27 02:29:59] "POST /neutron/network HTTP/1.1" 200 1494 0.011698 10.0.0.249 - - [2025-10-27 02:30:09] "POST /neutron/port HTTP/1.1" 200 1198 0.016605 10.0.0.249 - - [2025-10-27 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008955 10.0.0.249 - - [2025-10-27 02:30:09] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 200 1303 0.029573 10.0.0.249 - - [2025-10-27 02:30:09] "GET /virtual-machine-interface/4caad27e-1f78-4386-b41b-ccc6ebf7ef24 HTTP/1.1" 200 3192 0.005355 10.0.0.249 - - [2025-10-27 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.249 - - [2025-10-27 02:30:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003626 10.0.0.249 - - [2025-10-27 02:30:09] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003552 10.0.0.249 - - [2025-10-27 02:30:09] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005740 10.0.0.249 - - [2025-10-27 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.249 - - [2025-10-27 02:30:10] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004406 10.0.0.249 - - [2025-10-27 02:30:10] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003236 10.0.0.249 - - [2025-10-27 02:30:10] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.009666 10.0.0.249 - - [2025-10-27 02:30:11] "POST /neutron/port HTTP/1.1" 200 2278 0.020875 10.0.0.249 - - [2025-10-27 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007538 10.0.0.249 - - [2025-10-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.249 - - [2025-10-27 02:30:11] "GET /network-policy/c50738ed-cce3-4bf4-93f2-587c61e144fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.003735 10.0.0.249 - - [2025-10-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.249 - - [2025-10-27 02:30:11] "GET /network-policy/00fb3207-0fac-40cb-a70a-cb4734470380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007993 10.0.0.249 - - [2025-10-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-10-27 02:30:11] "GET /network-policy/5a1d64b8-61ab-48e5-958c-1ccc760176ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006021 10.0.0.249 - - [2025-10-27 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.249 - - [2025-10-27 02:30:11] "GET /network-policy/5889df19-3f8c-4d71-96c6-80f9292abfe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004808 10.0.0.249 - - [2025-10-27 02:30:37] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 200 1303 0.005466 10.0.0.249 - - [2025-10-27 02:30:37] "POST /neutron/port HTTP/1.1" 200 1198 0.016688 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.003949 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.002604 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.002575 10.0.0.249 - - [2025-10-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.249 - - [2025-10-27 02:30:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003979 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003187 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005899 10.0.0.249 - - [2025-10-27 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.249 - - [2025-10-27 02:30:39] "GET /routing-instance/1d2966e3-ec5d-42b5-b963-4c950fd088ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004505 10.0.0.249 - - [2025-10-27 02:30:39] "GET /route-target/df9b7f01-bba5-453c-b8b0-8db583d122c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004245 10.0.0.249 - - [2025-10-27 02:30:39] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.003068 10.0.0.249 - - [2025-10-27 02:30:40] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.004191 10.0.0.249 - - [2025-10-27 02:30:41] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.003511 10.0.0.249 - - [2025-10-27 02:30:42] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.004282 10.0.0.249 - - [2025-10-27 02:30:43] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.004544 10.0.0.249 - - [2025-10-27 02:30:44] "GET /virtual-machine/f1ce832a-4d04-4c92-929e-d5104356431c HTTP/1.1" 404 171 0.004135 10.0.0.33 - - [2025-10-27 02:30:44] "GET /obj-perms HTTP/1.1" 200 5065 0.055674 10.0.0.249 - - [2025-10-27 02:30:44] "GET /obj-perms HTTP/1.1" 200 5065 0.054878 10.0.0.129 - - [2025-10-27 02:30:45] "GET /obj-perms HTTP/1.1" 200 5065 0.049724 10.0.0.249 - - [2025-10-27 02:30:45] "GET /virtual-machine/f919505b-0893-40cb-a2e6-66bf456e0e34 HTTP/1.1" 200 1303 0.004058 10.0.0.249 - - [2025-10-27 02:30:45] "POST /neutron/port HTTP/1.1" 200 1198 0.015185 10.0.0.249 - - [2025-10-27 02:30:47] "GET /virtual-machine/f919505b-0893-40cb-a2e6-66bf456e0e34 HTTP/1.1" 404 171 0.003811 10.0.0.249 - - [2025-10-27 02:30:47] "GET /virtual-machine/f919505b-0893-40cb-a2e6-66bf456e0e34 HTTP/1.1" 404 171 0.003586 10.0.0.249 - - [2025-10-27 02:30:47] "GET /virtual-machine/f919505b-0893-40cb-a2e6-66bf456e0e34 HTTP/1.1" 404 171 0.003371 10.0.0.249 - - [2025-10-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.249 - - [2025-10-27 02:30:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004939 10.0.0.249 - - [2025-10-27 02:30:47] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004045 10.0.0.249 - - [2025-10-27 02:30:47] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008556 10.0.0.249 - - [2025-10-27 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2025-10-27 02:30:47] "GET /routing-instance/79627f0f-9f3f-4ffd-b64b-df260f04674d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005053 10.0.0.249 - - [2025-10-27 02:30:47] "GET /route-target/9f281b8e-33f1-4e6f-b236-b376e531b892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004464 10.0.0.33 - - [2025-10-27 02:30:50] "GET /obj-perms HTTP/1.1" 200 5065 0.003536 10.0.0.249 - - [2025-10-27 02:30:53] "GET /obj-perms HTTP/1.1" 200 5065 0.005154 10.0.0.33 - - [2025-10-27 02:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.33 - - [2025-10-27 02:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.129 - - [2025-10-27 02:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.129 - - [2025-10-27 02:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.33 - - [2025-10-27 02:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.001192 10.0.0.33 - - [2025-10-27 02:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000609 10.0.0.249 - - [2025-10-27 02:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2025-10-27 02:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.33 - - [2025-10-27 02:31:00] "GET /obj-perms HTTP/1.1" 200 5065 0.004837 10.0.0.129 - - [2025-10-27 02:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.129 - - [2025-10-27 02:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-10-27 02:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-10-27 02:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-10-27 02:31:03] "GET /obj-perms HTTP/1.1" 200 5065 0.004140 10.0.0.33 - - [2025-10-27 02:31:09] "GET /obj-perms HTTP/1.1" 200 5065 0.003893 10.0.0.249 - - [2025-10-27 02:31:12] "GET /obj-perms HTTP/1.1" 200 5065 0.004049 10.0.0.249 - - [2025-10-27 02:31:12] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006473 10.0.0.249 - - [2025-10-27 02:31:12] "POST /neutron/network HTTP/1.1" 200 1494 0.012252 10.0.0.33 - - [2025-10-27 02:31:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.035483 10.0.0.249 - - [2025-10-27 02:31:12] "GET /virtual-network/4515f42f-e60a-4479-bbc5-672be6493122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.030277 10.0.0.249 - - [2025-10-27 02:31:12] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005276 10.0.0.249 - - [2025-10-27 02:31:12] "POST /neutron/network HTTP/1.1" 200 1494 0.010777 10.0.0.33 - - [2025-10-27 02:31:13] "DELETE /access-control-list/11455292-6827-483c-b475-3eccf8fcb57e HTTP/1.1" 200 115 0.033169 10.0.0.249 - - [2025-10-27 02:31:13] "GET /virtual-network/1e4f67ea-0266-4284-b117-01c0a587ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008607 10.0.0.249 - - [2025-10-27 02:31:13] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005462 10.0.0.249 - - [2025-10-27 02:31:13] "POST /neutron/network HTTP/1.1" 200 1494 0.010158 10.0.0.249 - - [2025-10-27 02:31:13] "GET /virtual-network/c992bb30-1b12-47f0-a2f8-090bf92b0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.010417 10.0.0.249 - - [2025-10-27 02:31:13] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006520 10.0.0.249 - - [2025-10-27 02:31:13] "POST /neutron/network HTTP/1.1" 200 1494 0.013700 10.0.0.33 - - [2025-10-27 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.006504 10.0.0.33 - - [2025-10-27 02:31:13] "DELETE /access-control-list/d9db7936-a425-490c-b83d-1524d572dbdf HTTP/1.1" 200 115 0.035513 10.0.0.249 - - [2025-10-27 02:31:13] "GET /virtual-network/32642dc2-85a5-4c88-bd15-a1222bb434ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007262 10.0.0.249 - - [2025-10-27 02:31:13] "DELETE /network-policy/ed8f0491-9437-427c-b252-f1f9312dc61a HTTP/1.1" 200 115 0.053074 10.0.0.249 - - [2025-10-27 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.129 - - [2025-10-27 02:31:14] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035718 10.0.0.249 - - [2025-10-27 02:31:14] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.104035 10.0.0.249 - - [2025-10-27 02:31:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.006201 10.0.0.249 - - [2025-10-27 02:31:14] "DELETE /network-policy/94164feb-1a52-4588-b008-7863c68c540f HTTP/1.1" 200 115 0.073846 10.0.0.249 - - [2025-10-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.129 - - [2025-10-27 02:31:14] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.249 - - [2025-10-27 02:31:14] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062759 10.0.0.249 - - [2025-10-27 02:31:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.006331 10.0.0.249 - - [2025-10-27 02:31:14] "DELETE /network-policy/8deab71a-4ae7-462c-bf95-b0654757e912 HTTP/1.1" 200 115 0.055820 10.0.0.249 - - [2025-10-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007347 10.0.0.129 - - [2025-10-27 02:31:14] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.249 - - [2025-10-27 02:31:14] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045878 10.0.0.249 - - [2025-10-27 02:31:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.005763 10.0.0.249 - - [2025-10-27 02:31:14] "DELETE /network-policy/abbe76a1-3e29-4c18-826d-4564c55581bf HTTP/1.1" 200 115 0.041201 10.0.0.249 - - [2025-10-27 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.129 - - [2025-10-27 02:31:14] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.249 - - [2025-10-27 02:31:14] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068350 10.0.0.249 - - [2025-10-27 02:31:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005342 10.0.0.249 - - [2025-10-27 02:31:15] "DELETE /network-policy/00fb3207-0fac-40cb-a70a-cb4734470380 HTTP/1.1" 200 115 0.048798 10.0.0.249 - - [2025-10-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.129 - - [2025-10-27 02:31:15] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.249 - - [2025-10-27 02:31:15] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039948 10.0.0.249 - - [2025-10-27 02:31:15] "GET /obj-perms HTTP/1.1" 200 5075 0.072344 10.0.0.249 - - [2025-10-27 02:31:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.004859 10.0.0.249 - - [2025-10-27 02:31:15] "DELETE /network-policy/c50738ed-cce3-4bf4-93f2-587c61e144fd HTTP/1.1" 200 115 0.038738 10.0.0.249 - - [2025-10-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.129 - - [2025-10-27 02:31:15] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.249 - - [2025-10-27 02:31:15] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035723 10.0.0.249 - - [2025-10-27 02:31:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005379 10.0.0.249 - - [2025-10-27 02:31:15] "DELETE /network-policy/5889df19-3f8c-4d71-96c6-80f9292abfe6 HTTP/1.1" 200 115 0.037857 10.0.0.249 - - [2025-10-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.129 - - [2025-10-27 02:31:15] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.249 - - [2025-10-27 02:31:15] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040726 10.0.0.249 - - [2025-10-27 02:31:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005325 10.0.0.33 - - [2025-10-27 02:31:15] "GET /obj-perms HTTP/1.1" 200 5075 0.049317 10.0.0.249 - - [2025-10-27 02:31:15] "DELETE /network-policy/5a1d64b8-61ab-48e5-958c-1ccc760176ba HTTP/1.1" 200 115 0.052428 10.0.0.249 - - [2025-10-27 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.129 - - [2025-10-27 02:31:15] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002026 10.0.0.249 - - [2025-10-27 02:31:15] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056076 10.0.0.249 - - [2025-10-27 02:31:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-56937129&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006702 10.0.0.249 - - [2025-10-27 02:31:15] "POST /neutron/network HTTP/1.1" 200 1309 0.014529 10.0.0.33 - - [2025-10-27 02:31:16] "DELETE /route-target/6a9792d9-888a-4110-9771-68afc5362b7e HTTP/1.1" 200 115 0.024048 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004428 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.129 - - [2025-10-27 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002091 10.0.0.249 - - [2025-10-27 02:31:16] "POST /neutron/network HTTP/1.1" 200 151 0.134204 10.0.0.33 - - [2025-10-27 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.249 - - [2025-10-27 02:31:17] "POST /neutron/network HTTP/1.1" 200 1309 0.011051 10.0.0.33 - - [2025-10-27 02:31:17] "DELETE /route-target/9f281b8e-33f1-4e6f-b236-b376e531b892 HTTP/1.1" 200 115 0.022307 10.0.0.249 - - [2025-10-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.249 - - [2025-10-27 02:31:17] "DELETE /network-ipam/daddd0cb-9320-4632-a3ad-570b094251d9 HTTP/1.1" 200 115 0.033591 10.0.0.249 - - [2025-10-27 02:31:17] "POST /fqname-to-id HTTP/1.1" 404 252 0.002823 10.0.0.129 - - [2025-10-27 02:31:17] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.129 - - [2025-10-27 02:31:17] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.048904 10.0.0.129 - - [2025-10-27 02:31:17] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001932 10.0.0.129 - - [2025-10-27 02:31:17] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=security_groups HTTP/1.1" 200 1387 0.043880 10.0.0.129 - - [2025-10-27 02:31:18] "DELETE /security-group/3c7d264c-ee24-475d-a4b8-25d4c62de10d HTTP/1.1" 200 115 0.054987 10.0.0.129 - - [2025-10-27 02:31:18] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.129 - - [2025-10-27 02:31:18] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=application_policy_sets HTTP/1.1" 200 1426 0.054208 10.0.0.249 - - [2025-10-27 02:31:18] "DELETE /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e HTTP/1.1" 200 115 0.429717 10.0.0.129 - - [2025-10-27 02:31:18] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.249 - - [2025-10-27 02:31:18] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?fields=projects HTTP/1.1" 200 1247 0.011763 10.0.0.249 - - [2025-10-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.003496 10.0.0.129 - - [2025-10-27 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.002354 10.0.0.129 - - [2025-10-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.009429 10.0.0.129 - - [2025-10-27 02:31:23] "POST /security-groups HTTP/1.1" 200 599 0.074545 10.0.0.33 - - [2025-10-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.003660 10.0.0.129 - - [2025-10-27 02:31:23] "POST /projects HTTP/1.1" 200 601 0.287049 10.0.0.249 - - [2025-10-27 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.322836 10.0.0.129 - - [2025-10-27 02:31:23] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.249 - - [2025-10-27 02:31:23] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046822 10.0.0.33 - - [2025-10-27 02:31:23] "POST /access-control-lists HTTP/1.1" 200 604 0.053642 10.0.0.249 - - [2025-10-27 02:31:23] "POST /network-policys HTTP/1.1" 200 561 0.069473 10.0.0.249 - - [2025-10-27 02:31:24] "GET /network-policy/d8f275cb-e9db-4f50-ad03-b86b3c944bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.006150 10.0.0.249 - - [2025-10-27 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.129 - - [2025-10-27 02:31:24] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.249 - - [2025-10-27 02:31:24] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039149 10.0.0.129 - - [2025-10-27 02:31:24] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.249 - - [2025-10-27 02:31:24] "POST /neutron/network HTTP/1.1" 200 615 0.168267 10.0.0.249 - - [2025-10-27 02:31:24] "POST /neutron/network HTTP/1.1" 200 1007 0.013984 10.0.0.249 - - [2025-10-27 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001443 10.0.0.249 - - [2025-10-27 02:31:24] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006538 10.0.0.249 - - [2025-10-27 02:31:24] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007685 10.0.0.249 - - [2025-10-27 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 721 0.009948 10.0.0.33 - - [2025-10-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.041332 10.0.0.249 - - [2025-10-27 02:31:25] "POST /neutron/network HTTP/1.1" 200 1106 0.096841 10.0.0.249 - - [2025-10-27 02:31:25] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006907 10.0.0.249 - - [2025-10-27 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2025-10-27 02:31:25] "GET /network-policy/d8f275cb-e9db-4f50-ad03-b86b3c944bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005277 10.0.0.249 - - [2025-10-27 02:31:25] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007756 10.0.0.249 - - [2025-10-27 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001853 10.0.0.129 - - [2025-10-27 02:31:26] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002817 10.0.0.249 - - [2025-10-27 02:31:26] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082545 10.0.0.249 - - [2025-10-27 02:31:26] "POST /neutron/network HTTP/1.1" 200 1106 0.033453 10.0.0.249 - - [2025-10-27 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001303 10.0.0.249 - - [2025-10-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.005606 10.0.0.129 - - [2025-10-27 02:31:27] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.249 - - [2025-10-27 02:31:27] "POST /neutron/port HTTP/1.1" 200 1174 0.391181 10.0.0.249 - - [2025-10-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1228 0.106745 10.0.0.249 - - [2025-10-27 02:31:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007069 10.0.0.129 - - [2025-10-27 02:31:28] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.249 - - [2025-10-27 02:31:28] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082019 10.0.0.249 - - [2025-10-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.249 - - [2025-10-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1202 0.017851 10.0.0.249 - - [2025-10-27 02:31:28] "POST /neutron/port HTTP/1.1" 200 1202 0.013436 10.0.0.129 - - [2025-10-27 02:31:29] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.249 - - [2025-10-27 02:31:29] "POST /neutron/port HTTP/1.1" 200 1174 0.346356 10.0.0.249 - - [2025-10-27 02:31:29] "POST /neutron/port HTTP/1.1" 200 1228 0.114295 10.0.0.249 - - [2025-10-27 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004630 10.0.0.249 - - [2025-10-27 02:31:29] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.249 - - [2025-10-27 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008665 10.0.0.249 - - [2025-10-27 02:31:34] "POST /neutron/port HTTP/1.1" 200 1202 0.021155 10.0.0.249 - - [2025-10-27 02:31:34] "GET /virtual-machine/26580814-7c4d-46be-983f-be29d62d70d4 HTTP/1.1" 200 1302 0.007368 10.0.0.249 - - [2025-10-27 02:31:34] "GET /virtual-machine-interface/3d7ac115-afb6-4819-b50b-5ce1afa97ea8 HTTP/1.1" 200 3186 0.006518 10.0.0.249 - - [2025-10-27 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006260 10.0.0.249 - - [2025-10-27 02:31:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006864 10.0.0.249 - - [2025-10-27 02:31:34] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004715 10.0.0.249 - - [2025-10-27 02:31:34] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007915 10.0.0.249 - - [2025-10-27 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006605 10.0.0.249 - - [2025-10-27 02:31:37] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006811 10.0.0.249 - - [2025-10-27 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.249 - - [2025-10-27 02:31:41] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.010871 10.0.0.249 - - [2025-10-27 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.249 - - [2025-10-27 02:31:45] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006528 10.0.0.249 - - [2025-10-27 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.249 - - [2025-10-27 02:31:49] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005456 10.0.0.249 - - [2025-10-27 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.249 - - [2025-10-27 02:31:53] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004964 10.0.0.249 - - [2025-10-27 02:31:55] "POST /neutron/port HTTP/1.1" 200 1202 0.017132 10.0.0.249 - - [2025-10-27 02:31:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003964 10.0.0.249 - - [2025-10-27 02:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.249 - - [2025-10-27 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.249 - - [2025-10-27 02:31:57] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006020 10.0.0.249 - - [2025-10-27 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.249 - - [2025-10-27 02:32:01] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005664 10.0.0.249 - - [2025-10-27 02:32:02] "POST /neutron/port HTTP/1.1" 200 1202 0.015399 10.0.0.249 - - [2025-10-27 02:32:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004592 10.0.0.249 - - [2025-10-27 02:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.249 - - [2025-10-27 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.249 - - [2025-10-27 02:32:05] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005328 10.0.0.129 - - [2025-10-27 02:32:09] "DELETE /project/52bd8d1b6b914c88a4aa7c5eea053d4e HTTP/1.1" 404 173 0.031118 10.0.0.249 - - [2025-10-27 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.249 - - [2025-10-27 02:32:10] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005599 10.0.0.249 - - [2025-10-27 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.249 - - [2025-10-27 02:32:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003742 10.0.0.249 - - [2025-10-27 02:32:12] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003237 10.0.0.249 - - [2025-10-27 02:32:12] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006812 10.0.0.249 - - [2025-10-27 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018585 10.0.0.129 - - [2025-10-27 02:32:16] "GET /obj-perms HTTP/1.1" 200 5075 0.063214 10.0.0.249 - - [2025-10-27 02:32:22] "POST /neutron/port HTTP/1.1" 200 1202 0.017469 10.0.0.249 - - [2025-10-27 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006899 10.0.0.249 - - [2025-10-27 02:32:27] "POST /neutron/port HTTP/1.1" 200 1202 0.018545 10.0.0.249 - - [2025-10-27 02:32:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007473 10.0.0.249 - - [2025-10-27 02:32:33] "POST /neutron/port HTTP/1.1" 200 1202 0.014735 10.0.0.249 - - [2025-10-27 02:32:33] "GET /virtual-machine/efbfb0b1-7ffd-4bf2-a326-37949af00ae6 HTTP/1.1" 200 1303 0.005867 10.0.0.249 - - [2025-10-27 02:32:33] "GET /virtual-machine-interface/03f1d320-d326-4dd1-b405-b8c131b9a027 HTTP/1.1" 200 3185 0.004429 10.0.0.249 - - [2025-10-27 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.249 - - [2025-10-27 02:32:33] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005342 10.0.0.249 - - [2025-10-27 02:32:33] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002945 10.0.0.249 - - [2025-10-27 02:32:33] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005606 10.0.0.249 - - [2025-10-27 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.249 - - [2025-10-27 02:32:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006042 10.0.0.249 - - [2025-10-27 02:32:34] "GET /virtual-networks?parent_id=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003497 10.0.0.249 - - [2025-10-27 02:32:34] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005989 10.0.0.249 - - [2025-10-27 02:32:57] "POST /neutron/port HTTP/1.1" 200 1202 0.015100 10.0.0.249 - - [2025-10-27 02:32:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003965 10.0.0.249 - - [2025-10-27 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.249 - - [2025-10-27 02:33:01] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007915 10.0.0.33 - - [2025-10-27 02:33:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003213 10.0.0.249 - - [2025-10-27 02:33:01] "POST /neutron/network HTTP/1.1" 200 1007 0.092692 10.0.0.33 - - [2025-10-27 02:33:02] "DELETE /access-control-list/644a3d73-3858-47e4-9297-054b548ae42b HTTP/1.1" 200 115 0.052725 10.0.0.249 - - [2025-10-27 02:33:02] "GET /virtual-network/35531fa4-f41b-4d0a-aa2d-eac30d03743c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007873 10.0.0.249 - - [2025-10-27 02:33:02] "POST /neutron/network HTTP/1.1" 400 204 0.016965 10.0.0.249 - - [2025-10-27 02:33:02] "POST /neutron/port HTTP/1.1" 200 151 0.255231 10.0.0.249 - - [2025-10-27 02:33:02] "POST /neutron/port HTTP/1.1" 200 151 0.293609 10.0.0.249 - - [2025-10-27 02:33:04] "DELETE /network-policy/d8f275cb-e9db-4f50-ad03-b86b3c944bd6 HTTP/1.1" 200 115 0.039007 10.0.0.129 - - [2025-10-27 02:33:07] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001831 10.0.0.249 - - [2025-10-27 02:33:07] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070639 10.0.0.129 - - [2025-10-27 02:33:07] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.249 - - [2025-10-27 02:33:07] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=virtual_networks HTTP/1.1" 200 1050 0.035923 10.0.0.129 - - [2025-10-27 02:33:07] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002204 10.0.0.249 - - [2025-10-27 02:33:07] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.048918 10.0.0.129 - - [2025-10-27 02:33:07] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001753 10.0.0.249 - - [2025-10-27 02:33:07] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=security_groups HTTP/1.1" 200 1285 0.043085 10.0.0.249 - - [2025-10-27 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.027485 10.0.0.129 - - [2025-10-27 02:33:08] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003617 10.0.0.129 - - [2025-10-27 02:33:08] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.129 - - [2025-10-27 02:33:08] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008495 10.0.0.129 - - [2025-10-27 02:33:08] "POST /id-to-fqname HTTP/1.1" 200 204 0.001204 10.0.0.129 - - [2025-10-27 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 213 0.009047 10.0.0.129 - - [2025-10-27 02:33:08] "POST /security-groups HTTP/1.1" 200 605 0.032830 10.0.0.33 - - [2025-10-27 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 248 0.003159 10.0.0.129 - - [2025-10-27 02:33:08] "POST /projects HTTP/1.1" 200 613 0.255512 10.0.0.129 - - [2025-10-27 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.333174 10.0.0.33 - - [2025-10-27 02:33:08] "POST /access-control-lists HTTP/1.1" 200 610 0.033930 10.0.0.249 - - [2025-10-27 02:33:08] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.501736 10.0.0.129 - - [2025-10-27 02:33:09] "DELETE /project/642707ace3d94e8fab1bd49a15e68b50 HTTP/1.1" 404 173 0.005129 10.0.0.129 - - [2025-10-27 02:33:09] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.129 - - [2025-10-27 02:33:09] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.051978 10.0.0.129 - - [2025-10-27 02:33:09] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.129 - - [2025-10-27 02:33:09] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=security_groups HTTP/1.1" 200 1387 0.044051 10.0.0.129 - - [2025-10-27 02:33:09] "DELETE /security-group/d98f6019-d362-4108-b2db-a25ba1424a20 HTTP/1.1" 200 115 0.053935 10.0.0.129 - - [2025-10-27 02:33:09] "GET /projects?obj_uuids=52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001561 10.0.0.129 - - [2025-10-27 02:33:09] "GET /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e?fields=application_policy_sets HTTP/1.1" 200 1426 0.054193 10.0.0.129 - - [2025-10-27 02:33:09] "DELETE /project/52bd8d1b-6b91-4c88-a4aa-7c5eea053d4e HTTP/1.1" 200 115 0.418536 10.0.0.249 - - [2025-10-27 02:33:10] "GET / HTTP/1.1" 200 36215 0.002267 10.0.0.249 - - [2025-10-27 02:33:13] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000462 10.0.0.129 - - [2025-10-27 02:33:13] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000938 10.0.0.249 - - [2025-10-27 02:33:13] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.069920 10.0.0.249 - - [2025-10-27 02:33:14] "GET / HTTP/1.1" 200 36215 0.001783 10.0.0.249 - - [2025-10-27 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.129 - - [2025-10-27 02:33:14] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.249 - - [2025-10-27 02:33:14] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007798 10.0.0.249 - - [2025-10-27 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.129 - - [2025-10-27 02:33:14] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000939 10.0.0.249 - - [2025-10-27 02:33:14] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036077 10.0.0.249 - - [2025-10-27 02:33:15] "GET /domains HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2025-10-27 02:33:16] "GET /domains HTTP/1.1" 200 281 0.039901 10.0.0.129 - - [2025-10-27 02:33:16] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.249 - - [2025-10-27 02:33:16] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73 HTTP/1.1" 200 2597 0.011361 10.0.0.129 - - [2025-10-27 02:33:16] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000901 10.0.0.249 - - [2025-10-27 02:33:16] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50 HTTP/1.1" 200 1941 0.092003 10.0.0.249 - - [2025-10-27 02:33:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003760 10.0.0.249 - - [2025-10-27 02:33:16] "POST /network-ipams HTTP/1.1" 200 629 0.031260 10.0.0.249 - - [2025-10-27 02:33:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004267 10.0.0.249 - - [2025-10-27 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.249 - - [2025-10-27 02:33:16] "GET /network-ipam/cd8f0c62-7d52-4c94-ac27-d964d2b06c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.007549 10.0.0.249 - - [2025-10-27 02:33:16] "PUT /network-ipam/cd8f0c62-7d52-4c94-ac27-d964d2b06c22 HTTP/1.1" 200 259 0.017152 10.0.0.249 - - [2025-10-27 02:33:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000607 10.0.0.249 - - [2025-10-27 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.036547 10.0.0.129 - - [2025-10-27 02:33:17] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001001 10.0.0.249 - - [2025-10-27 02:33:17] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036428 10.0.0.249 - - [2025-10-27 02:33:17] "POST /neutron/network HTTP/1.1" 200 117 0.033032 10.0.0.33 - - [2025-10-27 02:33:17] "POST /route-targets HTTP/1.1" 200 328 0.012254 10.0.0.129 - - [2025-10-27 02:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009205 10.0.0.249 - - [2025-10-27 02:33:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.225487 10.0.0.249 - - [2025-10-27 02:33:18] "POST /id-to-fqname HTTP/1.1" 200 237 0.002293 10.0.0.249 - - [2025-10-27 02:33:18] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006611 10.0.0.249 - - [2025-10-27 02:33:18] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.008199 10.0.0.249 - - [2025-10-27 02:33:18] "POST /neutron/network HTTP/1.1" 200 1140 0.011025 10.0.0.249 - - [2025-10-27 02:33:18] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006778 10.0.0.249 - - [2025-10-27 02:33:19] "GET /obj-perms HTTP/1.1" 200 5040 0.055271 10.0.0.33 - - [2025-10-27 02:33:19] "GET /obj-perms HTTP/1.1" 200 5040 0.047140 10.0.0.249 - - [2025-10-27 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.003602 10.0.0.249 - - [2025-10-27 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.129 - - [2025-10-27 02:33:20] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000898 10.0.0.249 - - [2025-10-27 02:33:20] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042358 10.0.0.249 - - [2025-10-27 02:33:20] "POST /network-policys HTTP/1.1" 200 567 0.073751 10.0.0.249 - - [2025-10-27 02:33:20] "GET /network-policy/c210128d-dd6d-4941-9b2d-2d60c7b0e943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.006836 10.0.0.249 - - [2025-10-27 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.002708 10.0.0.249 - - [2025-10-27 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.129 - - [2025-10-27 02:33:20] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001360 10.0.0.249 - - [2025-10-27 02:33:20] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043446 10.0.0.249 - - [2025-10-27 02:33:20] "POST /network-policys HTTP/1.1" 200 567 0.073226 10.0.0.249 - - [2025-10-27 02:33:21] "GET /network-policy/9f4a7549-9e85-45e7-b0d7-bc43d12fe34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005783 10.0.0.249 - - [2025-10-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.003309 10.0.0.249 - - [2025-10-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.129 - - [2025-10-27 02:33:21] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000864 10.0.0.249 - - [2025-10-27 02:33:21] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037094 10.0.0.249 - - [2025-10-27 02:33:21] "POST /network-policys HTTP/1.1" 200 567 0.026910 10.0.0.249 - - [2025-10-27 02:33:21] "GET /network-policy/d221f2da-7478-47fc-b910-6549d52e19e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005907 10.0.0.249 - - [2025-10-27 02:33:21] "POST /neutron/network HTTP/1.1" 200 1140 0.009075 10.0.0.249 - - [2025-10-27 02:33:21] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.010695 10.0.0.249 - - [2025-10-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.33 - - [2025-10-27 02:33:21] "POST /access-control-lists HTTP/1.1" 200 613 0.077224 10.0.0.249 - - [2025-10-27 02:33:21] "GET /network-policy/9f4a7549-9e85-45e7-b0d7-bc43d12fe34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004800 10.0.0.249 - - [2025-10-27 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-10-27 02:33:21] "GET /network-policy/c210128d-dd6d-4941-9b2d-2d60c7b0e943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004503 10.0.0.249 - - [2025-10-27 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 237 0.001355 10.0.0.249 - - [2025-10-27 02:33:22] "POST /neutron/network HTTP/1.1" 200 1348 0.006840 10.0.0.129 - - [2025-10-27 02:33:22] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002888 10.0.0.249 - - [2025-10-27 02:33:22] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.067585 10.0.0.249 - - [2025-10-27 02:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.007274 10.0.0.129 - - [2025-10-27 02:33:23] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001335 10.0.0.249 - - [2025-10-27 02:33:23] "POST /neutron/port HTTP/1.1" 200 1179 0.321157 10.0.0.249 - - [2025-10-27 02:33:23] "POST /neutron/port HTTP/1.1" 200 1233 0.106410 10.0.0.249 - - [2025-10-27 02:33:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005123 10.0.0.249 - - [2025-10-27 02:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.001600 10.0.0.249 - - [2025-10-27 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009576 10.0.0.249 - - [2025-10-27 02:33:28] "POST /neutron/port HTTP/1.1" 200 1207 0.018517 10.0.0.249 - - [2025-10-27 02:33:28] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 401 293 0.000726 10.0.0.249 - - [2025-10-27 02:33:28] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 200 1308 0.030725 10.0.0.249 - - [2025-10-27 02:33:28] "GET /virtual-machine-interface/31262482-089b-4b3c-aba8-4bf4fedd348c HTTP/1.1" 200 3185 0.005362 10.0.0.249 - - [2025-10-27 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.249 - - [2025-10-27 02:33:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004269 10.0.0.249 - - [2025-10-27 02:33:28] "GET /virtual-networks?parent_id=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003447 10.0.0.249 - - [2025-10-27 02:33:28] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006530 10.0.0.249 - - [2025-10-27 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.249 - - [2025-10-27 02:33:31] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007239 10.0.0.249 - - [2025-10-27 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.249 - - [2025-10-27 02:33:36] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005094 10.0.0.249 - - [2025-10-27 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.249 - - [2025-10-27 02:33:40] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005547 10.0.0.249 - - [2025-10-27 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.249 - - [2025-10-27 02:33:44] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005899 10.0.0.249 - - [2025-10-27 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.249 - - [2025-10-27 02:33:48] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005967 10.0.0.249 - - [2025-10-27 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.249 - - [2025-10-27 02:33:52] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006144 10.0.0.249 - - [2025-10-27 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-10-27 02:33:56] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005360 10.0.0.249 - - [2025-10-27 02:33:59] "POST /neutron/port HTTP/1.1" 200 1207 0.015013 10.0.0.249 - - [2025-10-27 02:33:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005968 10.0.0.249 - - [2025-10-27 02:33:59] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.249 - - [2025-10-27 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.249 - - [2025-10-27 02:34:00] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005253 10.0.0.249 - - [2025-10-27 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.249 - - [2025-10-27 02:34:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766 10.0.0.249 - - [2025-10-27 02:34:04] "GET /virtual-networks?parent_id=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004545 10.0.0.249 - - [2025-10-27 02:34:04] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006947 10.0.0.249 - - [2025-10-27 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008301 10.0.0.249 - - [2025-10-27 02:34:14] "POST /neutron/port HTTP/1.1" 200 1207 0.039290 10.0.0.249 - - [2025-10-27 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006834 10.0.0.249 - - [2025-10-27 02:34:25] "POST /neutron/port HTTP/1.1" 200 1207 0.025372 10.0.0.249 - - [2025-10-27 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007086 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/c210128d-dd6d-4941-9b2d-2d60c7b0e943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.003982 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/9f4a7549-9e85-45e7-b0d7-bc43d12fe34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004383 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/d221f2da-7478-47fc-b910-6549d52e19e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006267 10.0.0.33 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002524 10.0.0.249 - - [2025-10-27 02:34:26] "POST /neutron/network HTTP/1.1" 200 1430 0.012751 10.0.0.249 - - [2025-10-27 02:34:26] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.004871 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/9f4a7549-9e85-45e7-b0d7-bc43d12fe34b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004571 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/c210128d-dd6d-4941-9b2d-2d60c7b0e943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004806 10.0.0.249 - - [2025-10-27 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.249 - - [2025-10-27 02:34:26] "GET /network-policy/d221f2da-7478-47fc-b910-6549d52e19e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.003904 10.0.0.249 - - [2025-10-27 02:34:31] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006272 10.0.0.33 - - [2025-10-27 02:34:31] "DELETE /access-control-list/69fab0c4-c296-4e1d-9fa7-ea2644f65081 HTTP/1.1" 200 115 0.079128 10.0.0.249 - - [2025-10-27 02:34:31] "POST /neutron/network HTTP/1.1" 200 1140 0.017348 10.0.0.249 - - [2025-10-27 02:34:31] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007534 10.0.0.249 - - [2025-10-27 02:34:36] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 200 1308 0.005172 10.0.0.249 - - [2025-10-27 02:34:37] "POST /neutron/port HTTP/1.1" 200 151 0.258601 10.0.0.249 - - [2025-10-27 02:34:38] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 404 171 0.003323 10.0.0.249 - - [2025-10-27 02:34:38] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 404 171 0.002824 10.0.0.249 - - [2025-10-27 02:34:38] "GET /virtual-machine/73257ff6-e28a-4a69-9dd6-41ac18303d35 HTTP/1.1" 404 171 0.002924 10.0.0.249 - - [2025-10-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.249 - - [2025-10-27 02:34:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003306 10.0.0.249 - - [2025-10-27 02:34:39] "GET /virtual-networks?parent_id=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003190 10.0.0.249 - - [2025-10-27 02:34:39] "GET /virtual-network/c09d10b6-2880-46d2-b08a-e68851e4d6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005364 10.0.0.249 - - [2025-10-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.249 - - [2025-10-27 02:34:39] "GET /routing-instance/40f735c8-343d-4cb8-9da2-a7ae8339d941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004882 10.0.0.249 - - [2025-10-27 02:34:39] "GET /route-target/88b3ef22-c6be-48d3-a482-678bd727e9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003909 10.0.0.249 - - [2025-10-27 02:34:39] "GET /obj-perms HTTP/1.1" 200 5040 0.004223 10.0.0.33 - - [2025-10-27 02:34:39] "GET /obj-perms HTTP/1.1" 200 5040 0.004301 10.0.0.129 - - [2025-10-27 02:34:39] "GET /obj-perms HTTP/1.1" 200 5040 0.048213 10.0.0.249 - - [2025-10-27 02:34:39] "DELETE /network-policy/d221f2da-7478-47fc-b910-6549d52e19e8 HTTP/1.1" 200 115 0.033601 10.0.0.249 - - [2025-10-27 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.129 - - [2025-10-27 02:34:40] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000944 10.0.0.249 - - [2025-10-27 02:34:40] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.034818 10.0.0.249 - - [2025-10-27 02:34:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-20847933&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.007549 10.0.0.249 - - [2025-10-27 02:34:40] "DELETE /network-policy/9f4a7549-9e85-45e7-b0d7-bc43d12fe34b HTTP/1.1" 200 115 0.037121 10.0.0.249 - - [2025-10-27 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.129 - - [2025-10-27 02:34:40] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001003 10.0.0.249 - - [2025-10-27 02:34:40] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051763 10.0.0.249 - - [2025-10-27 02:34:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-20847933&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005308 10.0.0.249 - - [2025-10-27 02:34:40] "DELETE /network-policy/c210128d-dd6d-4941-9b2d-2d60c7b0e943 HTTP/1.1" 200 115 0.051894 10.0.0.249 - - [2025-10-27 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.129 - - [2025-10-27 02:34:40] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001074 10.0.0.249 - - [2025-10-27 02:34:40] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042514 10.0.0.249 - - [2025-10-27 02:34:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-20847933&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005577 10.0.0.249 - - [2025-10-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.249 - - [2025-10-27 02:34:41] "DELETE /network-ipam/cd8f0c62-7d52-4c94-ac27-d964d2b06c22 HTTP/1.1" 200 115 0.049809 10.0.0.249 - - [2025-10-27 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 264 0.004349 10.0.0.129 - - [2025-10-27 02:34:41] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001151 10.0.0.129 - - [2025-10-27 02:34:41] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.037185 10.0.0.129 - - [2025-10-27 02:34:41] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001367 10.0.0.129 - - [2025-10-27 02:34:41] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?fields=security_groups HTTP/1.1" 200 1405 0.034863 10.0.0.129 - - [2025-10-27 02:34:41] "DELETE /security-group/7db73539-e244-4b6a-87dd-06908b431d6e HTTP/1.1" 200 115 0.055732 10.0.0.129 - - [2025-10-27 02:34:41] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001378 10.0.0.33 - - [2025-10-27 02:34:41] "DELETE /access-control-list/cb4262ac-c527-44fc-a962-ec4f1b23b136 HTTP/1.1" 200 115 0.045040 10.0.0.129 - - [2025-10-27 02:34:41] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?fields=application_policy_sets HTTP/1.1" 200 1444 0.069372 10.0.0.249 - - [2025-10-27 02:34:41] "DELETE /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50 HTTP/1.1" 200 115 0.396379 10.0.0.129 - - [2025-10-27 02:34:41] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001663 10.0.0.249 - - [2025-10-27 02:34:41] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?fields=projects HTTP/1.1" 200 1247 0.011230 10.0.0.129 - - [2025-10-27 02:34:44] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.129 - - [2025-10-27 02:34:44] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.129 - - [2025-10-27 02:34:44] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049304 10.0.0.129 - - [2025-10-27 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 204 0.001744 10.0.0.129 - - [2025-10-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 404 213 0.005575 10.0.0.129 - - [2025-10-27 02:34:44] "POST /security-groups HTTP/1.1" 200 605 0.027628 10.0.0.129 - - [2025-10-27 02:34:44] "POST /projects HTTP/1.1" 200 613 0.229328 10.0.0.33 - - [2025-10-27 02:34:44] "POST /access-control-lists HTTP/1.1" 200 612 0.029155 10.0.0.129 - - [2025-10-27 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.300516 10.0.0.249 - - [2025-10-27 02:34:44] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.446083 10.0.0.129 - - [2025-10-27 02:34:44] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001847 10.0.0.249 - - [2025-10-27 02:34:44] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?fields=virtual_networks HTTP/1.1" 200 1062 0.062208 10.0.0.129 - - [2025-10-27 02:34:44] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000938 10.0.0.249 - - [2025-10-27 02:34:44] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.059171 10.0.0.129 - - [2025-10-27 02:34:44] "GET /projects?obj_uuids=642707ac-e3d9-4e8f-ab1b-d49a15e68b50&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001500 10.0.0.249 - - [2025-10-27 02:34:44] "GET /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50?fields=security_groups HTTP/1.1" 200 1303 0.058012 10.0.0.249 - - [2025-10-27 02:34:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.027374 10.0.0.129 - - [2025-10-27 02:34:45] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003765 10.0.0.129 - - [2025-10-27 02:34:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.129 - - [2025-10-27 02:34:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008569 10.0.0.129 - - [2025-10-27 02:34:46] "POST /id-to-fqname HTTP/1.1" 200 206 0.004264 10.0.0.129 - - [2025-10-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.008551 10.0.0.129 - - [2025-10-27 02:34:46] "POST /security-groups HTTP/1.1" 200 607 0.073813 10.0.0.33 - - [2025-10-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 404 250 0.003520 10.0.0.129 - - [2025-10-27 02:34:46] "POST /projects HTTP/1.1" 200 617 0.293569 10.0.0.129 - - [2025-10-27 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.376041 10.0.0.33 - - [2025-10-27 02:34:46] "POST /access-control-lists HTTP/1.1" 200 612 0.036479 10.0.0.249 - - [2025-10-27 02:34:46] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.549239 10.0.0.249 - - [2025-10-27 02:34:47] "GET / HTTP/1.1" 200 36215 0.001993 10.0.0.249 - - [2025-10-27 02:34:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2025-10-27 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.063190 10.0.0.249 - - [2025-10-27 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.129 - - [2025-10-27 02:34:50] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.249 - - [2025-10-27 02:34:50] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.047936 10.0.0.249 - - [2025-10-27 02:34:51] "POST /network-policys HTTP/1.1" 200 569 0.074070 10.0.0.249 - - [2025-10-27 02:34:51] "GET /network-policy/67de37ac-8b33-4270-ac7f-e0af08e35a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.006892 10.0.0.249 - - [2025-10-27 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.129 - - [2025-10-27 02:34:51] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048 10.0.0.249 - - [2025-10-27 02:34:51] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.042458 10.0.0.249 - - [2025-10-27 02:34:51] "POST /neutron/network HTTP/1.1" 200 117 0.035704 10.0.0.129 - - [2025-10-27 02:34:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008276 10.0.0.249 - - [2025-10-27 02:34:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.196139 10.0.0.249 - - [2025-10-27 02:34:52] "POST /id-to-fqname HTTP/1.1" 200 237 0.001354 10.0.0.249 - - [2025-10-27 02:34:52] "GET /virtual-network/48ba9665-5572-460b-95ad-e86913c0d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.004856 10.0.0.249 - - [2025-10-27 02:34:52] "GET /virtual-network/48ba9665-5572-460b-95ad-e86913c0d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005445 10.0.0.249 - - [2025-10-27 02:34:52] "POST /neutron/network HTTP/1.1" 200 1014 0.010471 10.0.0.249 - - [2025-10-27 02:34:52] "POST /neutron/network HTTP/1.1" 200 1014 0.008246 10.0.0.33 - - [2025-10-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002345 10.0.0.33 - - [2025-10-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 252 0.008348 10.0.0.249 - - [2025-10-27 02:34:52] "GET /virtual-network/48ba9665-5572-460b-95ad-e86913c0d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.020023 10.0.0.249 - - [2025-10-27 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.249 - - [2025-10-27 02:34:52] "GET /network-policy/67de37ac-8b33-4270-ac7f-e0af08e35a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004005 10.0.0.249 - - [2025-10-27 02:34:52] "GET /virtual-network/48ba9665-5572-460b-95ad-e86913c0d76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.005221 10.0.0.33 - - [2025-10-27 02:34:54] "DELETE /access-control-list/8264673d-fb7c-43a6-a121-715ce37698d3 HTTP/1.1" 200 115 0.039992 10.0.0.249 - - [2025-10-27 02:34:54] "DELETE /network-policy/67de37ac-8b33-4270-ac7f-e0af08e35a6d HTTP/1.1" 409 239 0.007341 10.0.0.249 - - [2025-10-27 02:34:54] "POST /neutron/network HTTP/1.1" 200 1121 0.008253 10.0.0.33 - - [2025-10-27 02:34:54] "DELETE /route-target/24fe11d0-868f-4967-b7c0-680f4c4c3a59 HTTP/1.1" 200 115 0.025078 10.0.0.249 - - [2025-10-27 02:34:55] "DELETE /network-policy/67de37ac-8b33-4270-ac7f-e0af08e35a6d HTTP/1.1" 200 115 0.047108 10.0.0.249 - - [2025-10-27 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.129 - - [2025-10-27 02:34:55] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001193 10.0.0.249 - - [2025-10-27 02:34:55] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.046979 10.0.0.249 - - [2025-10-27 02:34:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-01452423&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005717 10.0.0.129 - - [2025-10-27 02:34:57] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000982 10.0.0.249 - - [2025-10-27 02:34:57] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.036053 10.0.0.129 - - [2025-10-27 02:34:57] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000818 10.0.0.249 - - [2025-10-27 02:34:57] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?fields=virtual_networks HTTP/1.1" 200 1066 0.085110 10.0.0.129 - - [2025-10-27 02:34:58] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000932 10.0.0.249 - - [2025-10-27 02:34:58] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.047511 10.0.0.129 - - [2025-10-27 02:34:58] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000943 10.0.0.249 - - [2025-10-27 02:34:58] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?fields=security_groups HTTP/1.1" 200 1309 0.054192 10.0.0.249 - - [2025-10-27 02:34:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.025286 10.0.0.129 - - [2025-10-27 02:34:59] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.129 - - [2025-10-27 02:34:59] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.129 - - [2025-10-27 02:34:59] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007799 10.0.0.129 - - [2025-10-27 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.001396 10.0.0.129 - - [2025-10-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.005356 10.0.0.129 - - [2025-10-27 02:34:59] "POST /security-groups HTTP/1.1" 200 591 0.073454 10.0.0.129 - - [2025-10-27 02:34:59] "POST /projects HTTP/1.1" 200 585 0.288116 10.0.0.33 - - [2025-10-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.010913 10.0.0.129 - - [2025-10-27 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.359345 10.0.0.249 - - [2025-10-27 02:34:59] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.494470 10.0.0.249 - - [2025-10-27 02:35:00] "GET / HTTP/1.1" 200 36215 0.002065 10.0.0.249 - - [2025-10-27 02:35:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000785 10.0.0.249 - - [2025-10-27 02:35:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.059149 10.0.0.249 - - [2025-10-27 02:35:02] "POST /network-ipams HTTP/1.1" 200 515 0.030641 10.0.0.249 - - [2025-10-27 02:35:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003673 10.0.0.249 - - [2025-10-27 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.249 - - [2025-10-27 02:35:02] "GET /network-ipam/80960d70-7eea-4096-ba98-619d1babe548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006979 10.0.0.249 - - [2025-10-27 02:35:02] "PUT /network-ipam/80960d70-7eea-4096-ba98-619d1babe548 HTTP/1.1" 200 259 0.014937 10.0.0.249 - - [2025-10-27 02:35:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003396 10.0.0.249 - - [2025-10-27 02:35:03] "POST /network-ipams HTTP/1.1" 200 515 0.033067 10.0.0.249 - - [2025-10-27 02:35:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004078 10.0.0.249 - - [2025-10-27 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.249 - - [2025-10-27 02:35:03] "GET /network-ipam/fe830400-1bdd-4237-b475-836d3e5952a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006823 10.0.0.249 - - [2025-10-27 02:35:03] "PUT /network-ipam/fe830400-1bdd-4237-b475-836d3e5952a0 HTTP/1.1" 200 259 0.020777 10.0.0.249 - - [2025-10-27 02:35:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003468 10.0.0.249 - - [2025-10-27 02:35:03] "POST /network-ipams HTTP/1.1" 200 515 0.031250 10.0.0.249 - - [2025-10-27 02:35:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.005161 10.0.0.249 - - [2025-10-27 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.249 - - [2025-10-27 02:35:03] "GET /network-ipam/beaa284b-b791-4b7a-aeb0-64d355b3de9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006849 10.0.0.249 - - [2025-10-27 02:35:03] "PUT /network-ipam/beaa284b-b791-4b7a-aeb0-64d355b3de9a HTTP/1.1" 200 259 0.014001 10.0.0.249 - - [2025-10-27 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.129 - - [2025-10-27 02:35:04] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.249 - - [2025-10-27 02:35:04] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039991 10.0.0.129 - - [2025-10-27 02:35:04] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002148 10.0.0.249 - - [2025-10-27 02:35:04] "POST /neutron/network HTTP/1.1" 200 607 0.157460 10.0.0.33 - - [2025-10-27 02:35:04] "POST /ref-update HTTP/1.1" 200 156 0.022747 10.0.0.249 - - [2025-10-27 02:35:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.011530 10.0.0.249 - - [2025-10-27 02:35:05] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006142 10.0.0.249 - - [2025-10-27 02:35:05] "POST /neutron/network HTTP/1.1" 200 824 0.006741 10.0.0.249 - - [2025-10-27 02:35:05] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005411 10.0.0.249 - - [2025-10-27 02:35:05] "POST /neutron/network HTTP/1.1" 200 824 0.006281 10.0.0.249 - - [2025-10-27 02:35:05] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005461 10.0.0.249 - - [2025-10-27 02:35:05] "GET /network-ipam/80960d70-7eea-4096-ba98-619d1babe548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.003151 10.0.0.249 - - [2025-10-27 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.129 - - [2025-10-27 02:35:05] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002774 10.0.0.249 - - [2025-10-27 02:35:05] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049635 10.0.0.129 - - [2025-10-27 02:35:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005898 10.0.0.249 - - [2025-10-27 02:35:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.184521 10.0.0.249 - - [2025-10-27 02:35:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001350 10.0.0.249 - - [2025-10-27 02:35:05] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005348 10.0.0.249 - - [2025-10-27 02:35:05] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006732 10.0.0.249 - - [2025-10-27 02:35:05] "POST /neutron/network HTTP/1.1" 200 824 0.007906 10.0.0.249 - - [2025-10-27 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.129 - - [2025-10-27 02:35:06] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.249 - - [2025-10-27 02:35:06] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057974 10.0.0.129 - - [2025-10-27 02:35:06] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.249 - - [2025-10-27 02:35:06] "POST /neutron/network HTTP/1.1" 200 607 0.151966 10.0.0.33 - - [2025-10-27 02:35:06] "POST /route-targets HTTP/1.1" 200 328 0.011514 10.0.0.249 - - [2025-10-27 02:35:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.003155 10.0.0.249 - - [2025-10-27 02:35:06] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004693 10.0.0.249 - - [2025-10-27 02:35:06] "POST /neutron/network HTTP/1.1" 200 825 0.005590 10.0.0.249 - - [2025-10-27 02:35:06] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004790 10.0.0.249 - - [2025-10-27 02:35:06] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005858 10.0.0.249 - - [2025-10-27 02:35:07] "GET /obj-perms HTTP/1.1" 200 5049 0.056291 10.0.0.249 - - [2025-10-27 02:35:08] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005415 10.0.0.33 - - [2025-10-27 02:35:08] "GET /obj-perms HTTP/1.1" 200 5049 0.050900 10.0.0.129 - - [2025-10-27 02:35:08] "GET /obj-perms HTTP/1.1" 200 5049 0.054510 10.0.0.249 - - [2025-10-27 02:35:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005598 10.0.0.249 - - [2025-10-27 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 215 0.003754 10.0.0.249 - - [2025-10-27 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.129 - - [2025-10-27 02:35:09] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.249 - - [2025-10-27 02:35:09] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047317 10.0.0.249 - - [2025-10-27 02:35:09] "POST /network-policys HTTP/1.1" 200 555 0.054735 10.0.0.129 - - [2025-10-27 02:35:09] "DELETE /project/642707ac-e3d9-4e8f-ab1b-d49a15e68b50 HTTP/1.1" 404 177 0.006465 10.0.0.129 - - [2025-10-27 02:35:09] "DELETE /project/183d956220fe4c05a45f7c136d914044 HTTP/1.1" 404 173 0.009230 10.0.0.129 - - [2025-10-27 02:35:09] "DELETE /project/5c15f8718856479cb4bf41ad706a5c1c HTTP/1.1" 404 173 0.006353 10.0.0.129 - - [2025-10-27 02:35:09] "DELETE /project/642707ace3d94e8fab1bd49a15e68b50 HTTP/1.1" 404 173 0.012596 10.0.0.129 - - [2025-10-27 02:35:09] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001075 10.0.0.249 - - [2025-10-27 02:35:09] "GET /network-policy/fbc5dde9-8db2-490f-959c-61ce423113eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.009312 10.0.0.249 - - [2025-10-27 02:35:09] "POST /fqname-to-id HTTP/1.1" 404 215 0.004460 10.0.0.129 - - [2025-10-27 02:35:09] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.051632 10.0.0.129 - - [2025-10-27 02:35:09] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001543 10.0.0.249 - - [2025-10-27 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.129 - - [2025-10-27 02:35:09] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?fields=security_groups HTTP/1.1" 200 1411 0.048873 10.0.0.129 - - [2025-10-27 02:35:09] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.249 - - [2025-10-27 02:35:09] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054067 10.0.0.129 - - [2025-10-27 02:35:09] "DELETE /security-group/b4b91150-1174-43d9-8dc4-a5407f517c59 HTTP/1.1" 200 115 0.063835 10.0.0.129 - - [2025-10-27 02:35:09] "GET /projects?obj_uuids=183d9562-20fe-4c05-a45f-7c136d914044&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002289 10.0.0.129 - - [2025-10-27 02:35:09] "GET /project/183d9562-20fe-4c05-a45f-7c136d914044?fields=application_policy_sets HTTP/1.1" 200 1450 0.050603 10.0.0.249 - - [2025-10-27 02:35:09] "POST /network-policys HTTP/1.1" 200 555 0.058073 10.0.0.33 - - [2025-10-27 02:35:10] "DELETE /access-control-list/4bf8f7b6-0770-45e5-ab4a-5544e7dd50ac HTTP/1.1" 200 115 0.073312 10.0.0.249 - - [2025-10-27 02:35:10] "GET /network-policy/972608f8-06eb-4045-a5d7-598fd3bbc953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.018138 10.0.0.249 - - [2025-10-27 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003136 10.0.0.249 - - [2025-10-27 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.129 - - [2025-10-27 02:35:10] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.129 - - [2025-10-27 02:35:10] "DELETE /project/183d9562-20fe-4c05-a45f-7c136d914044 HTTP/1.1" 200 115 0.483690 10.0.0.249 - - [2025-10-27 02:35:10] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076781 10.0.0.249 - - [2025-10-27 02:35:10] "POST /network-policys HTTP/1.1" 200 555 0.034505 10.0.0.249 - - [2025-10-27 02:35:10] "GET /network-policy/22757952-5a2b-4bda-9557-3d28cc91cf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006708 10.0.0.249 - - [2025-10-27 02:35:10] "POST /ref-update HTTP/1.1" 200 156 0.045768 10.0.0.249 - - [2025-10-27 02:35:10] "POST /ref-update HTTP/1.1" 200 156 0.067271 10.0.0.33 - - [2025-10-27 02:35:10] "PUT /access-control-list/ef5acf95-083d-42bc-834b-942e9775bbf5 HTTP/1.1" 200 273 0.076432 10.0.0.249 - - [2025-10-27 02:35:10] "POST /neutron/network HTTP/1.1" 200 824 0.010418 10.0.0.33 - - [2025-10-27 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.029335 10.0.0.249 - - [2025-10-27 02:35:11] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.016526 10.0.0.249 - - [2025-10-27 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006931 10.0.0.249 - - [2025-10-27 02:35:11] "GET /network-policy/972608f8-06eb-4045-a5d7-598fd3bbc953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.006522 10.0.0.249 - - [2025-10-27 02:35:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001143 10.0.0.249 - - [2025-10-27 02:35:11] "POST /neutron/network HTTP/1.1" 200 1005 0.009007 10.0.0.129 - - [2025-10-27 02:35:12] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.249 - - [2025-10-27 02:35:12] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069228 10.0.0.249 - - [2025-10-27 02:35:12] "POST /neutron/port HTTP/1.1" 200 117 0.007686 10.0.0.249 - - [2025-10-27 02:35:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001252 10.0.0.249 - - [2025-10-27 02:35:12] "POST /neutron/network HTTP/1.1" 200 1005 0.007301 10.0.0.249 - - [2025-10-27 02:35:13] "POST /neutron/port HTTP/1.1" 200 1060 0.044365 10.0.0.129 - - [2025-10-27 02:35:13] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.249 - - [2025-10-27 02:35:13] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.086534 10.0.0.249 - - [2025-10-27 02:35:13] "POST /neutron/port HTTP/1.1" 200 1088 0.024511 10.0.0.249 - - [2025-10-27 02:35:13] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.249 - - [2025-10-27 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007292 10.0.0.249 - - [2025-10-27 02:35:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001286 10.0.0.249 - - [2025-10-27 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007482 10.0.0.129 - - [2025-10-27 02:35:14] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.249 - - [2025-10-27 02:35:14] "POST /neutron/port HTTP/1.1" 200 1060 0.297254 10.0.0.249 - - [2025-10-27 02:35:14] "POST /neutron/port HTTP/1.1" 200 1114 0.110897 10.0.0.129 - - [2025-10-27 02:35:15] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.249 - - [2025-10-27 02:35:15] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.106146 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/network HTTP/1.1" 200 825 0.006268 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/network HTTP/1.1" 200 916 0.006643 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.013106 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 1088 0.014318 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008064 10.0.0.249 - - [2025-10-27 02:35:15] "POST /neutron/port HTTP/1.1" 200 1088 0.023761 10.0.0.249 - - [2025-10-27 02:35:15] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 401 293 0.000499 10.0.0.249 - - [2025-10-27 02:35:16] "POST /neutron/port HTTP/1.1" 200 1061 0.014441 10.0.0.249 - - [2025-10-27 02:35:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.035882 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.003275 10.0.0.249 - - [2025-10-27 02:35:16] "POST /neutron/network HTTP/1.1" 200 825 0.006606 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine-interface/f6a00ef8-2fd1-4ca0-a571-1c53f3370254 HTTP/1.1" 200 2952 0.004903 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.003356 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine-interface/f6a00ef8-2fd1-4ca0-a571-1c53f3370254 HTTP/1.1" 200 2952 0.004853 10.0.0.249 - - [2025-10-27 02:35:16] "GET /instance-ip/42035723-fdff-4195-a5c2-924b17d7f40f HTTP/1.1" 200 1624 0.005819 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.003204 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-machine-interface/f6a00ef8-2fd1-4ca0-a571-1c53f3370254 HTTP/1.1" 200 2952 0.004906 10.0.0.249 - - [2025-10-27 02:35:16] "GET /instance-ip/42035723-fdff-4195-a5c2-924b17d7f40f HTTP/1.1" 200 1624 0.003790 10.0.0.249 - - [2025-10-27 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2025-10-27 02:35:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004845 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006408 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006058 10.0.0.249 - - [2025-10-27 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-10-27 02:35:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004397 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003002 10.0.0.249 - - [2025-10-27 02:35:16] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007077 10.0.0.249 - - [2025-10-27 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.249 - - [2025-10-27 02:35:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003785 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003359 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.080272 10.0.0.249 - - [2025-10-27 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-10-27 02:35:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004456 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004083 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005631 10.0.0.249 - - [2025-10-27 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-10-27 02:35:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004363 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003536 10.0.0.249 - - [2025-10-27 02:35:17] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005969 10.0.0.249 - - [2025-10-27 02:35:18] "GET /obj-perms HTTP/1.1" 200 5075 0.050823 10.0.0.249 - - [2025-10-27 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.249 - - [2025-10-27 02:35:20] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005039 10.0.0.249 - - [2025-10-27 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-10-27 02:35:24] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005212 10.0.0.249 - - [2025-10-27 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2025-10-27 02:35:28] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005246 10.0.0.249 - - [2025-10-27 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.249 - - [2025-10-27 02:35:32] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006836 10.0.0.249 - - [2025-10-27 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.249 - - [2025-10-27 02:35:36] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005985 10.0.0.249 - - [2025-10-27 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.249 - - [2025-10-27 02:35:40] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005316 10.0.0.249 - - [2025-10-27 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.249 - - [2025-10-27 02:35:45] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005218 10.0.0.249 - - [2025-10-27 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-10-27 02:35:49] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005417 10.0.0.249 - - [2025-10-27 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.249 - - [2025-10-27 02:35:53] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005187 10.0.0.249 - - [2025-10-27 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.249 - - [2025-10-27 02:35:57] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004857 10.0.0.33 - - [2025-10-27 02:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.33 - - [2025-10-27 02:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.129 - - [2025-10-27 02:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.129 - - [2025-10-27 02:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.33 - - [2025-10-27 02:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.33 - - [2025-10-27 02:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2025-10-27 02:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-10-27 02:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000863 10.0.0.129 - - [2025-10-27 02:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.129 - - [2025-10-27 02:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2025-10-27 02:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-10-27 02:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-10-27 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005905 10.0.0.249 - - [2025-10-27 02:36:01] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005552 10.0.0.249 - - [2025-10-27 02:36:03] "POST /neutron/network HTTP/1.1" 200 1005 0.007346 10.0.0.249 - - [2025-10-27 02:36:03] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.249 - - [2025-10-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-10-27 02:36:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003503 10.0.0.249 - - [2025-10-27 02:36:03] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003339 10.0.0.249 - - [2025-10-27 02:36:03] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005907 10.0.0.249 - - [2025-10-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-10-27 02:36:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004137 10.0.0.249 - - [2025-10-27 02:36:03] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002957 10.0.0.249 - - [2025-10-27 02:36:03] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006557 10.0.0.249 - - [2025-10-27 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2025-10-27 02:36:03] "GET /routing-instance/23ae3cf6-adac-420e-9dd0-62cd9f74c870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004503 10.0.0.249 - - [2025-10-27 02:36:03] "GET /route-target/8aa6b015-73bd-49fe-886d-f28be81bb240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003941 10.0.0.249 - - [2025-10-27 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2025-10-27 02:36:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004375 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003763 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007484 10.0.0.249 - - [2025-10-27 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.249 - - [2025-10-27 02:36:04] "GET /routing-instance/23ae3cf6-adac-420e-9dd0-62cd9f74c870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004790 10.0.0.249 - - [2025-10-27 02:36:04] "GET /route-target/8aa6b015-73bd-49fe-886d-f28be81bb240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005101 10.0.0.249 - - [2025-10-27 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.249 - - [2025-10-27 02:36:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004159 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003730 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.012405 10.0.0.249 - - [2025-10-27 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.249 - - [2025-10-27 02:36:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011290 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004694 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005756 10.0.0.249 - - [2025-10-27 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.249 - - [2025-10-27 02:36:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004358 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003140 10.0.0.249 - - [2025-10-27 02:36:04] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006278 10.0.0.129 - - [2025-10-27 02:36:04] "GET /obj-perms HTTP/1.1" 200 5049 0.007603 10.0.0.249 - - [2025-10-27 02:36:04] "POST /neutron/port HTTP/1.1" 200 1088 0.014879 10.0.0.249 - - [2025-10-27 02:36:04] "GET /obj-perms HTTP/1.1" 200 5049 0.003600 10.0.0.249 - - [2025-10-27 02:36:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.008693 10.0.0.249 - - [2025-10-27 02:36:04] "GET /obj-perms HTTP/1.1" 200 5049 0.004283 10.0.0.33 - - [2025-10-27 02:36:05] "GET /obj-perms HTTP/1.1" 200 5049 0.005510 10.0.0.129 - - [2025-10-27 02:36:05] "GET /obj-perms HTTP/1.1" 200 5049 0.003689 10.0.0.249 - - [2025-10-27 02:36:05] "POST /neutron/port HTTP/1.1" 200 1088 0.014930 10.0.0.249 - - [2025-10-27 02:36:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006845 10.0.0.249 - - [2025-10-27 02:36:05] "POST /neutron/port HTTP/1.1" 200 1088 0.031369 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.006892 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.004344 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine-interface/826eafd3-49ad-436f-8093-962830ceab0d HTTP/1.1" 200 2950 0.005257 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.004033 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine-interface/826eafd3-49ad-436f-8093-962830ceab0d HTTP/1.1" 200 2950 0.006993 10.0.0.249 - - [2025-10-27 02:36:05] "GET /instance-ip/6f8189da-91eb-4711-ae24-905e24392d0a HTTP/1.1" 200 1624 0.007428 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.005963 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-machine-interface/826eafd3-49ad-436f-8093-962830ceab0d HTTP/1.1" 200 2950 0.006668 10.0.0.249 - - [2025-10-27 02:36:05] "GET /instance-ip/6f8189da-91eb-4711-ae24-905e24392d0a HTTP/1.1" 200 1624 0.005209 10.0.0.249 - - [2025-10-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2025-10-27 02:36:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003182 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002779 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007212 10.0.0.249 - - [2025-10-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.249 - - [2025-10-27 02:36:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012610 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004535 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.011451 10.0.0.249 - - [2025-10-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.249 - - [2025-10-27 02:36:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004069 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003225 10.0.0.249 - - [2025-10-27 02:36:05] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008064 10.0.0.249 - - [2025-10-27 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-10-27 02:36:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.249 - - [2025-10-27 02:36:06] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003894 10.0.0.249 - - [2025-10-27 02:36:06] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005866 10.0.0.249 - - [2025-10-27 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.249 - - [2025-10-27 02:36:06] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004665 10.0.0.249 - - [2025-10-27 02:36:06] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002979 10.0.0.249 - - [2025-10-27 02:36:06] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005862 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.249 - - [2025-10-27 02:36:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003279 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002976 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005979 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-10-27 02:36:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004536 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003601 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005613 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2025-10-27 02:36:07] "GET /routing-instance/6bca5f18-c31d-403e-a9d0-71f28f18ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.008040 10.0.0.249 - - [2025-10-27 02:36:07] "GET /route-target/44a374eb-e299-49e5-8e93-1c9d64ca9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005240 10.0.0.249 - - [2025-10-27 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007949 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2025-10-27 02:36:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003666 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003334 10.0.0.249 - - [2025-10-27 02:36:07] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006023 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-10-27 02:36:07] "GET /routing-instance/6bca5f18-c31d-403e-a9d0-71f28f18ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006995 10.0.0.249 - - [2025-10-27 02:36:07] "GET /route-target/44a374eb-e299-49e5-8e93-1c9d64ca9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004050 10.0.0.249 - - [2025-10-27 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.249 - - [2025-10-27 02:36:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004523 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003101 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006172 10.0.0.249 - - [2025-10-27 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.249 - - [2025-10-27 02:36:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003810 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003098 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006391 10.0.0.249 - - [2025-10-27 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2025-10-27 02:36:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003840 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003523 10.0.0.249 - - [2025-10-27 02:36:08] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005531 10.0.0.249 - - [2025-10-27 02:36:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004855 10.0.0.129 - - [2025-10-27 02:36:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004295 10.0.0.249 - - [2025-10-27 02:36:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004146 10.0.0.33 - - [2025-10-27 02:36:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004646 10.0.0.249 - - [2025-10-27 02:36:08] "POST /neutron/port HTTP/1.1" 200 1089 0.018742 10.0.0.249 - - [2025-10-27 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007069 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.005675 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.003402 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine-interface/ef96b16f-a070-4b58-a4d4-e1ca29f0decc HTTP/1.1" 200 2952 0.004747 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.003236 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine-interface/ef96b16f-a070-4b58-a4d4-e1ca29f0decc HTTP/1.1" 200 2952 0.004539 10.0.0.249 - - [2025-10-27 02:36:09] "GET /instance-ip/7b986775-2a68-478c-8222-32d252dfa5b4 HTTP/1.1" 200 1624 0.005470 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.003195 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-machine-interface/ef96b16f-a070-4b58-a4d4-e1ca29f0decc HTTP/1.1" 200 2952 0.008631 10.0.0.249 - - [2025-10-27 02:36:09] "GET /instance-ip/7b986775-2a68-478c-8222-32d252dfa5b4 HTTP/1.1" 200 1624 0.003963 10.0.0.249 - - [2025-10-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2025-10-27 02:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004636 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006552 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005644 10.0.0.249 - - [2025-10-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2025-10-27 02:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006136 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004079 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009424 10.0.0.249 - - [2025-10-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.249 - - [2025-10-27 02:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005219 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003925 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007711 10.0.0.249 - - [2025-10-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.249 - - [2025-10-27 02:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004801 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003183 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006684 10.0.0.249 - - [2025-10-27 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006715 10.0.0.249 - - [2025-10-27 02:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005883 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003735 10.0.0.249 - - [2025-10-27 02:36:09] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005831 10.0.0.249 - - [2025-10-27 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.249 - - [2025-10-27 02:36:10] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004703 10.0.0.249 - - [2025-10-27 02:36:10] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004089 10.0.0.249 - - [2025-10-27 02:36:10] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006455 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.249 - - [2025-10-27 02:36:11] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004353 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003975 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006791 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.249 - - [2025-10-27 02:36:11] "GET /routing-instance/61146861-f320-4676-b9ed-52d7864e3d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.008015 10.0.0.249 - - [2025-10-27 02:36:11] "GET /route-target/f3214f6d-3c78-454b-b4c8-e4cca2186bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005563 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.249 - - [2025-10-27 02:36:11] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005247 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003983 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008728 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2025-10-27 02:36:11] "GET /routing-instance/61146861-f320-4676-b9ed-52d7864e3d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005163 10.0.0.249 - - [2025-10-27 02:36:11] "GET /route-target/f3214f6d-3c78-454b-b4c8-e4cca2186bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004923 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.249 - - [2025-10-27 02:36:11] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005202 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004237 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.015644 10.0.0.249 - - [2025-10-27 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2025-10-27 02:36:11] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004233 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003117 10.0.0.249 - - [2025-10-27 02:36:11] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006182 10.0.0.249 - - [2025-10-27 02:36:11] "GET /obj-perms HTTP/1.1" 200 5049 0.003648 10.0.0.129 - - [2025-10-27 02:36:11] "GET /obj-perms HTTP/1.1" 200 5049 0.003818 10.0.0.249 - - [2025-10-27 02:36:11] "GET /obj-perms HTTP/1.1" 200 5049 0.004135 10.0.0.33 - - [2025-10-27 02:36:12] "GET /obj-perms HTTP/1.1" 200 5049 0.003862 10.0.0.249 - - [2025-10-27 02:36:12] "GET /obj-perms HTTP/1.1" 200 5049 0.004684 10.0.0.249 - - [2025-10-27 02:36:12] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.007496 10.0.0.249 - - [2025-10-27 02:36:12] "GET /virtual-machine-interface/f6a00ef8-2fd1-4ca0-a571-1c53f3370254 HTTP/1.1" 200 2952 0.007343 10.0.0.249 - - [2025-10-27 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.249 - - [2025-10-27 02:36:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007005 10.0.0.249 - - [2025-10-27 02:36:12] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004349 10.0.0.249 - - [2025-10-27 02:36:12] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008443 10.0.0.249 - - [2025-10-27 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.249 - - [2025-10-27 02:36:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003778 10.0.0.249 - - [2025-10-27 02:36:13] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003642 10.0.0.249 - - [2025-10-27 02:36:13] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008032 10.0.0.249 - - [2025-10-27 02:36:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014840 10.0.0.249 - - [2025-10-27 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007206 10.0.0.129 - - [2025-10-27 02:36:19] "GET /obj-perms HTTP/1.1" 200 5075 0.051244 10.0.0.249 - - [2025-10-27 02:36:20] "POST /neutron/port HTTP/1.1" 200 1089 0.020163 10.0.0.249 - - [2025-10-27 02:36:24] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.004186 10.0.0.249 - - [2025-10-27 02:36:24] "GET /virtual-machine-interface/826eafd3-49ad-436f-8093-962830ceab0d HTTP/1.1" 200 2950 0.005221 10.0.0.249 - - [2025-10-27 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.249 - - [2025-10-27 02:36:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004408 10.0.0.249 - - [2025-10-27 02:36:24] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004137 10.0.0.249 - - [2025-10-27 02:36:24] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008916 10.0.0.249 - - [2025-10-27 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.249 - - [2025-10-27 02:36:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003539 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003029 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005602 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.005323 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-machine-interface/ef96b16f-a070-4b58-a4d4-e1ca29f0decc HTTP/1.1" 200 2952 0.008119 10.0.0.249 - - [2025-10-27 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.249 - - [2025-10-27 02:36:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004858 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003843 10.0.0.249 - - [2025-10-27 02:36:25] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008538 10.0.0.249 - - [2025-10-27 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.249 - - [2025-10-27 02:36:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008946 10.0.0.249 - - [2025-10-27 02:36:26] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003510 10.0.0.249 - - [2025-10-27 02:36:26] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006772 10.0.0.249 - - [2025-10-27 02:36:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007894 10.0.0.249 - - [2025-10-27 02:37:03] "POST /neutron/network HTTP/1.1" 200 835 0.006974 10.0.0.249 - - [2025-10-27 02:37:03] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.249 - - [2025-10-27 02:37:04] "POST /neutron/port HTTP/1.1" 200 1088 0.014248 10.0.0.249 - - [2025-10-27 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.008077 10.0.0.33 - - [2025-10-27 02:37:20] "GET /obj-perms HTTP/1.1" 200 5075 0.052274 10.0.0.249 - - [2025-10-27 02:37:27] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 200 1294 0.005486 10.0.0.249 - - [2025-10-27 02:37:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018638 10.0.0.249 - - [2025-10-27 02:37:29] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 404 171 0.004497 10.0.0.249 - - [2025-10-27 02:37:29] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 404 171 0.004101 10.0.0.249 - - [2025-10-27 02:37:29] "GET /virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a HTTP/1.1" 404 171 0.003611 10.0.0.249 - - [2025-10-27 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005638 10.0.0.249 - - [2025-10-27 02:37:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005415 10.0.0.249 - - [2025-10-27 02:37:29] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004655 10.0.0.249 - - [2025-10-27 02:37:29] "GET /virtual-network/9663a98f-158a-4764-8ddd-19e985341145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006211 10.0.0.249 - - [2025-10-27 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.249 - - [2025-10-27 02:37:29] "GET /routing-instance/61146861-f320-4676-b9ed-52d7864e3d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004134 10.0.0.249 - - [2025-10-27 02:37:29] "GET /route-target/f3214f6d-3c78-454b-b4c8-e4cca2186bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004210 10.0.0.249 - - [2025-10-27 02:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.005014 10.0.0.33 - - [2025-10-27 02:37:36] "GET /obj-perms HTTP/1.1" 200 5049 0.006012 10.0.0.249 - - [2025-10-27 02:37:42] "GET /obj-perms HTTP/1.1" 200 5049 0.004005 10.0.0.33 - - [2025-10-27 02:37:42] "GET /obj-perms HTTP/1.1" 200 5049 0.004619 10.0.0.249 - - [2025-10-27 02:37:42] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 200 1294 0.004993 10.0.0.249 - - [2025-10-27 02:37:42] "POST /neutron/port HTTP/1.1" 200 1088 0.015349 10.0.0.249 - - [2025-10-27 02:37:44] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 404 171 0.003236 10.0.0.249 - - [2025-10-27 02:37:44] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 404 171 0.002407 10.0.0.249 - - [2025-10-27 02:37:44] "GET /virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003 HTTP/1.1" 404 171 0.002743 10.0.0.249 - - [2025-10-27 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2025-10-27 02:37:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004268 10.0.0.249 - - [2025-10-27 02:37:44] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004361 10.0.0.249 - - [2025-10-27 02:37:44] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007288 10.0.0.249 - - [2025-10-27 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-10-27 02:37:44] "GET /routing-instance/6bca5f18-c31d-403e-a9d0-71f28f18ade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004769 10.0.0.249 - - [2025-10-27 02:37:44] "GET /route-target/44a374eb-e299-49e5-8e93-1c9d64ca9f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004117 10.0.0.249 - - [2025-10-27 02:37:44] "GET /obj-perms HTTP/1.1" 200 5049 0.004786 10.0.0.33 - - [2025-10-27 02:37:51] "GET /obj-perms HTTP/1.1" 200 5049 0.004261 10.0.0.249 - - [2025-10-27 02:37:54] "GET /obj-perms HTTP/1.1" 200 5049 0.004639 10.0.0.33 - - [2025-10-27 02:38:00] "GET /obj-perms HTTP/1.1" 200 5049 0.003808 10.0.0.249 - - [2025-10-27 02:38:03] "GET /obj-perms HTTP/1.1" 200 5049 0.006371 10.0.0.249 - - [2025-10-27 02:38:05] "POST /neutron/port HTTP/1.1" 200 1088 0.017118 10.0.0.249 - - [2025-10-27 02:38:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003787 10.0.0.249 - - [2025-10-27 02:38:05] "POST /neutron/network HTTP/1.1" 200 995 0.008173 10.0.0.33 - - [2025-10-27 02:38:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003719 10.0.0.249 - - [2025-10-27 02:38:12] "GET /obj-perms HTTP/1.1" 200 5049 0.004409 10.0.0.249 - - [2025-10-27 02:38:12] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 200 1294 0.004510 10.0.0.249 - - [2025-10-27 02:38:13] "POST /neutron/port HTTP/1.1" 200 151 0.185978 10.0.0.249 - - [2025-10-27 02:38:14] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 404 171 0.003403 10.0.0.249 - - [2025-10-27 02:38:14] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 404 171 0.002524 10.0.0.249 - - [2025-10-27 02:38:14] "GET /virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05 HTTP/1.1" 404 171 0.002506 10.0.0.249 - - [2025-10-27 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.249 - - [2025-10-27 02:38:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004361 10.0.0.249 - - [2025-10-27 02:38:14] "GET /virtual-networks?parent_id=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003013 10.0.0.249 - - [2025-10-27 02:38:15] "GET /virtual-network/17ad3b80-028e-43fc-b65f-38e9898ad9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006862 10.0.0.249 - - [2025-10-27 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.249 - - [2025-10-27 02:38:15] "GET /routing-instance/23ae3cf6-adac-420e-9dd0-62cd9f74c870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004370 10.0.0.249 - - [2025-10-27 02:38:15] "GET /route-target/8aa6b015-73bd-49fe-886d-f28be81bb240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003584 10.0.0.249 - - [2025-10-27 02:38:15] "GET /obj-perms HTTP/1.1" 200 5049 0.003899 10.0.0.33 - - [2025-10-27 02:38:15] "GET /obj-perms HTTP/1.1" 200 5049 0.003788 10.0.0.129 - - [2025-10-27 02:38:20] "GET /obj-perms HTTP/1.1" 200 5075 0.053521 10.0.0.249 - - [2025-10-27 02:38:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004639 10.0.0.33 - - [2025-10-27 02:38:24] "GET /obj-perms HTTP/1.1" 200 5049 0.003776 10.0.0.249 - - [2025-10-27 02:38:30] "GET /obj-perms HTTP/1.1" 200 5049 0.004157 10.0.0.33 - - [2025-10-27 02:38:33] "GET /obj-perms HTTP/1.1" 200 5049 0.004048 10.0.0.249 - - [2025-10-27 02:38:39] "GET /obj-perms HTTP/1.1" 200 5049 0.004187 10.0.0.33 - - [2025-10-27 02:38:39] "GET /obj-perms HTTP/1.1" 200 5049 0.004068 10.0.0.249 - - [2025-10-27 02:38:39] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005889 10.0.0.249 - - [2025-10-27 02:38:40] "POST /neutron/network HTTP/1.1" 200 824 0.038378 10.0.0.249 - - [2025-10-27 02:38:40] "GET /virtual-network/0e1d8934-1f82-4fdb-8e78-ae4dcee61299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005169 10.0.0.33 - - [2025-10-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.058070 10.0.0.249 - - [2025-10-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.049695 10.0.0.249 - - [2025-10-27 02:38:40] "POST /ref-update HTTP/1.1" 200 156 0.078226 10.0.0.249 - - [2025-10-27 02:38:40] "DELETE /network-policy/22757952-5a2b-4bda-9557-3d28cc91cf5f HTTP/1.1" 200 115 0.033892 10.0.0.249 - - [2025-10-27 02:38:40] "DELETE /network-policy/972608f8-06eb-4045-a5d7-598fd3bbc953 HTTP/1.1" 200 115 0.035392 10.0.0.249 - - [2025-10-27 02:38:40] "DELETE /network-policy/fbc5dde9-8db2-490f-959c-61ce423113eb HTTP/1.1" 200 115 0.033658 10.0.0.33 - - [2025-10-27 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007968 10.0.0.249 - - [2025-10-27 02:38:40] "POST /neutron/network HTTP/1.1" 200 824 0.006185 10.0.0.33 - - [2025-10-27 02:38:41] "DELETE /route-target/44a374eb-e299-49e5-8e93-1c9d64ca9f9e HTTP/1.1" 200 115 0.016376 10.0.0.129 - - [2025-10-27 02:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.040557 10.0.0.129 - - [2025-10-27 02:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.249 - - [2025-10-27 02:38:41] "POST /neutron/network HTTP/1.1" 200 151 0.163412 10.0.0.249 - - [2025-10-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.249 - - [2025-10-27 02:38:41] "DELETE /network-ipam/beaa284b-b791-4b7a-aeb0-64d355b3de9a HTTP/1.1" 200 115 0.036958 10.0.0.249 - - [2025-10-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.008523 10.0.0.249 - - [2025-10-27 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.249 - - [2025-10-27 02:38:42] "DELETE /network-ipam/fe830400-1bdd-4237-b475-836d3e5952a0 HTTP/1.1" 200 115 0.040382 10.0.0.249 - - [2025-10-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.002893 10.0.0.249 - - [2025-10-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.249 - - [2025-10-27 02:38:42] "DELETE /network-ipam/80960d70-7eea-4096-ba98-619d1babe548 HTTP/1.1" 200 115 0.032761 10.0.0.249 - - [2025-10-27 02:38:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003336 10.0.0.129 - - [2025-10-27 02:38:43] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.249 - - [2025-10-27 02:38:43] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066606 10.0.0.129 - - [2025-10-27 02:38:43] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.249 - - [2025-10-27 02:38:43] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?fields=virtual_networks HTTP/1.1" 200 1034 0.040761 10.0.0.129 - - [2025-10-27 02:38:43] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002413 10.0.0.249 - - [2025-10-27 02:38:43] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045993 10.0.0.129 - - [2025-10-27 02:38:43] "GET /projects?obj_uuids=5c15f871-8856-479c-b4bf-41ad706a5c1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.249 - - [2025-10-27 02:38:43] "GET /project/5c15f871-8856-479c-b4bf-41ad706a5c1c?fields=security_groups HTTP/1.1" 200 1261 0.049979 10.0.0.249 - - [2025-10-27 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.025177 10.0.0.129 - - [2025-10-27 02:38:44] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003800 10.0.0.129 - - [2025-10-27 02:38:44] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.129 - - [2025-10-27 02:38:44] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032564 10.0.0.129 - - [2025-10-27 02:38:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.003789 10.0.0.129 - - [2025-10-27 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003604 10.0.0.129 - - [2025-10-27 02:38:44] "POST /security-groups HTTP/1.1" 200 597 0.025828 10.0.0.33 - - [2025-10-27 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.003313 10.0.0.129 - - [2025-10-27 02:38:44] "POST /projects HTTP/1.1" 200 597 0.214747 10.0.0.129 - - [2025-10-27 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.283412 10.0.0.33 - - [2025-10-27 02:38:45] "POST /access-control-lists HTTP/1.1" 200 602 0.026936 10.0.0.249 - - [2025-10-27 02:38:45] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.443546 10.0.0.249 - - [2025-10-27 02:38:46] "GET / HTTP/1.1" 200 36215 0.001798 10.0.0.249 - - [2025-10-27 02:38:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000643 10.0.0.249 - - [2025-10-27 02:38:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.059587 10.0.0.249 - - [2025-10-27 02:38:49] "POST /network-ipams HTTP/1.1" 200 521 0.033072 10.0.0.249 - - [2025-10-27 02:38:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003851 10.0.0.249 - - [2025-10-27 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.249 - - [2025-10-27 02:38:49] "GET /network-ipam/3293194f-bea7-4d85-a57c-bf53de3c3681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.006432 10.0.0.249 - - [2025-10-27 02:38:49] "PUT /network-ipam/3293194f-bea7-4d85-a57c-bf53de3c3681 HTTP/1.1" 200 259 0.012679 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003302 10.0.0.249 - - [2025-10-27 02:38:50] "POST /network-ipams HTTP/1.1" 200 521 0.035613 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003147 10.0.0.249 - - [2025-10-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipam/099b45f6-bbd6-4ac9-970f-a65cbd17fa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006233 10.0.0.249 - - [2025-10-27 02:38:50] "PUT /network-ipam/099b45f6-bbd6-4ac9-970f-a65cbd17fa8e HTTP/1.1" 200 259 0.014622 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003639 10.0.0.249 - - [2025-10-27 02:38:50] "POST /network-ipams HTTP/1.1" 200 521 0.030739 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003461 10.0.0.249 - - [2025-10-27 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-10-27 02:38:50] "GET /network-ipam/c175da6d-6d41-4825-a2c5-0e92d20a9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.005802 10.0.0.249 - - [2025-10-27 02:38:50] "PUT /network-ipam/c175da6d-6d41-4825-a2c5-0e92d20a9e15 HTTP/1.1" 200 259 0.014313 10.0.0.249 - - [2025-10-27 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.129 - - [2025-10-27 02:38:51] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866 10.0.0.249 - - [2025-10-27 02:38:51] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052525 10.0.0.129 - - [2025-10-27 02:38:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006180 10.0.0.249 - - [2025-10-27 02:38:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.265305 10.0.0.249 - - [2025-10-27 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.002138 10.0.0.249 - - [2025-10-27 02:38:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008483 10.0.0.249 - - [2025-10-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 1012 0.010428 10.0.0.249 - - [2025-10-27 02:38:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005121 10.0.0.249 - - [2025-10-27 02:38:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.010206 10.0.0.249 - - [2025-10-27 02:38:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006926 10.0.0.249 - - [2025-10-27 02:38:52] "GET /network-ipam/3293194f-bea7-4d85-a57c-bf53de3c3681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.005162 10.0.0.249 - - [2025-10-27 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.129 - - [2025-10-27 02:38:52] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001306 10.0.0.249 - - [2025-10-27 02:38:52] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045771 10.0.0.129 - - [2025-10-27 02:38:52] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002464 10.0.0.249 - - [2025-10-27 02:38:52] "POST /neutron/network HTTP/1.1" 200 613 0.136203 10.0.0.33 - - [2025-10-27 02:38:53] "POST /route-targets HTTP/1.1" 200 328 0.012018 10.0.0.249 - - [2025-10-27 02:38:53] "POST /neutron/network HTTP/1.1" 200 1016 0.009971 10.0.0.249 - - [2025-10-27 02:38:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.000982 10.0.0.249 - - [2025-10-27 02:38:53] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.004717 10.0.0.249 - - [2025-10-27 02:38:53] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005530 10.0.0.249 - - [2025-10-27 02:38:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.011803 10.0.0.249 - - [2025-10-27 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.129 - - [2025-10-27 02:38:53] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000831 10.0.0.249 - - [2025-10-27 02:38:53] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043422 10.0.0.129 - - [2025-10-27 02:38:53] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001443 10.0.0.249 - - [2025-10-27 02:38:53] "POST /neutron/network HTTP/1.1" 200 613 0.144212 10.0.0.33 - - [2025-10-27 02:38:54] "POST /ref-update HTTP/1.1" 200 156 0.026178 10.0.0.33 - - [2025-10-27 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.055690 10.0.0.249 - - [2025-10-27 02:38:54] "POST /neutron/network HTTP/1.1" 200 1016 0.011454 10.0.0.249 - - [2025-10-27 02:38:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001122 10.0.0.249 - - [2025-10-27 02:38:54] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006189 10.0.0.249 - - [2025-10-27 02:38:54] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007556 10.0.0.249 - - [2025-10-27 02:38:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.018051 10.0.0.249 - - [2025-10-27 02:38:54] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006140 10.0.0.249 - - [2025-10-27 02:38:55] "GET /obj-perms HTTP/1.1" 200 5061 0.069189 10.0.0.249 - - [2025-10-27 02:38:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006840 10.0.0.129 - - [2025-10-27 02:38:56] "GET /obj-perms HTTP/1.1" 200 5061 0.053044 10.0.0.249 - - [2025-10-27 02:38:57] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005594 10.0.0.33 - - [2025-10-27 02:38:57] "GET /obj-perms HTTP/1.1" 200 5061 0.052521 10.0.0.249 - - [2025-10-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003429 10.0.0.249 - - [2025-10-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.129 - - [2025-10-27 02:38:57] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001314 10.0.0.249 - - [2025-10-27 02:38:57] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048296 10.0.0.249 - - [2025-10-27 02:38:57] "POST /network-policys HTTP/1.1" 200 561 0.027189 10.0.0.249 - - [2025-10-27 02:38:57] "GET /network-policy/acb7bfbf-e870-4428-b58f-18ddebc89744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006762 10.0.0.249 - - [2025-10-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.002432 10.0.0.249 - - [2025-10-27 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.129 - - [2025-10-27 02:38:57] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.249 - - [2025-10-27 02:38:58] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.036049 10.0.0.249 - - [2025-10-27 02:38:58] "POST /network-policys HTTP/1.1" 200 561 0.025356 10.0.0.249 - - [2025-10-27 02:38:58] "GET /network-policy/ccaf1a9c-7c9f-4efa-b6da-9a8f21a208a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006656 10.0.0.249 - - [2025-10-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.002494 10.0.0.249 - - [2025-10-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.129 - - [2025-10-27 02:38:58] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.249 - - [2025-10-27 02:38:58] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043458 10.0.0.249 - - [2025-10-27 02:38:58] "POST /network-policys HTTP/1.1" 200 561 0.026615 10.0.0.249 - - [2025-10-27 02:38:58] "GET /network-policy/3ccba90c-ce5b-4486-b770-c21df90dd1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006090 10.0.0.33 - - [2025-10-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.004776 10.0.0.249 - - [2025-10-27 02:38:58] "POST /neutron/network HTTP/1.1" 200 1196 0.079444 10.0.0.249 - - [2025-10-27 02:38:58] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006295 10.0.0.249 - - [2025-10-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012489 10.0.0.249 - - [2025-10-27 02:38:58] "GET /network-policy/acb7bfbf-e870-4428-b58f-18ddebc89744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.004306 10.0.0.249 - - [2025-10-27 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2025-10-27 02:38:58] "GET /network-policy/ccaf1a9c-7c9f-4efa-b6da-9a8f21a208a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004395 10.0.0.249 - - [2025-10-27 02:38:59] "POST /neutron/network HTTP/1.1" 200 1114 0.086228 10.0.0.33 - - [2025-10-27 02:38:59] "POST /access-control-lists HTTP/1.1" 200 599 0.059523 10.0.0.249 - - [2025-10-27 02:38:59] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.026407 10.0.0.249 - - [2025-10-27 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005447 10.0.0.249 - - [2025-10-27 02:38:59] "GET /network-policy/3ccba90c-ce5b-4486-b770-c21df90dd1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004447 10.0.0.249 - - [2025-10-27 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001117 10.0.0.129 - - [2025-10-27 02:39:00] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.249 - - [2025-10-27 02:39:00] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.063386 10.0.0.249 - - [2025-10-27 02:39:00] "POST /neutron/network HTTP/1.1" 200 1196 0.033866 10.0.0.249 - - [2025-10-27 02:39:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001378 10.0.0.249 - - [2025-10-27 02:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.008934 10.0.0.129 - - [2025-10-27 02:39:01] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.249 - - [2025-10-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1171 0.372090 10.0.0.129 - - [2025-10-27 02:39:01] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001565 10.0.0.249 - - [2025-10-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1225 0.112693 10.0.0.249 - - [2025-10-27 02:39:01] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.112824 10.0.0.249 - - [2025-10-27 02:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004607 10.0.0.249 - - [2025-10-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.249 - - [2025-10-27 02:39:01] "POST /neutron/port HTTP/1.1" 200 1199 0.019815 10.0.0.249 - - [2025-10-27 02:39:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001483 10.0.0.249 - - [2025-10-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1199 0.017700 10.0.0.249 - - [2025-10-27 02:39:02] "POST /neutron/network HTTP/1.1" 200 1124 0.007285 10.0.0.33 - - [2025-10-27 02:39:02] "PUT /access-control-list/347ba91b-7f05-49cc-a7ba-23efac9280a0 HTTP/1.1" 200 273 0.020648 10.0.0.249 - - [2025-10-27 02:39:02] "POST /neutron/port HTTP/1.1" 200 1175 0.020033 10.0.0.129 - - [2025-10-27 02:39:03] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.249 - - [2025-10-27 02:39:03] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.066142 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/network HTTP/1.1" 200 1016 0.008904 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016483 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/network HTTP/1.1" 200 1114 0.010453 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.008756 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/port HTTP/1.1" 200 1199 0.016725 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007562 10.0.0.249 - - [2025-10-27 02:39:03] "POST /neutron/port HTTP/1.1" 200 1199 0.017138 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2025-10-27 02:39:04] "POST /neutron/port HTTP/1.1" 200 1175 0.018399 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.035887 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.004282 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine-interface/057f2d40-0722-424b-a7bb-86f38e1aa003 HTTP/1.1" 200 3175 0.005116 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.003573 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine-interface/057f2d40-0722-424b-a7bb-86f38e1aa003 HTTP/1.1" 200 3175 0.004194 10.0.0.249 - - [2025-10-27 02:39:04] "GET /instance-ip/4ba6c945-e89f-4cf5-9d6a-57c89012f55c HTTP/1.1" 200 1634 0.006423 10.0.0.249 - - [2025-10-27 02:39:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002667 10.0.0.249 - - [2025-10-27 02:39:04] "GET /instance-ip/e9efb621-465a-4fc9-86fd-fcac209d9e1f HTTP/1.1" 200 1656 0.005734 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.003479 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-machine-interface/057f2d40-0722-424b-a7bb-86f38e1aa003 HTTP/1.1" 200 3175 0.005053 10.0.0.249 - - [2025-10-27 02:39:04] "GET /instance-ip/4ba6c945-e89f-4cf5-9d6a-57c89012f55c HTTP/1.1" 200 1634 0.004196 10.0.0.249 - - [2025-10-27 02:39:04] "GET /instance-ip/e9efb621-465a-4fc9-86fd-fcac209d9e1f HTTP/1.1" 200 1656 0.005713 10.0.0.249 - - [2025-10-27 02:39:04] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.249 - - [2025-10-27 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.249 - - [2025-10-27 02:39:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003660 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004087 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006918 10.0.0.249 - - [2025-10-27 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.249 - - [2025-10-27 02:39:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006996 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003437 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006126 10.0.0.249 - - [2025-10-27 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-10-27 02:39:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004435 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002846 10.0.0.249 - - [2025-10-27 02:39:04] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005521 10.0.0.249 - - [2025-10-27 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2025-10-27 02:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003590 10.0.0.249 - - [2025-10-27 02:39:05] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002494 10.0.0.249 - - [2025-10-27 02:39:05] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005957 10.0.0.249 - - [2025-10-27 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.249 - - [2025-10-27 02:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003860 10.0.0.249 - - [2025-10-27 02:39:05] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002776 10.0.0.249 - - [2025-10-27 02:39:05] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006875 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 1199 0.017855 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004701 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 1203 0.018127 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.249 - - [2025-10-27 02:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.249 - - [2025-10-27 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.249 - - [2025-10-27 02:39:08] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006173 10.0.0.129 - - [2025-10-27 02:39:10] "DELETE /project/ea9663aba9444fe19ec55178c308dfd7 HTTP/1.1" 404 173 0.003337 10.0.0.129 - - [2025-10-27 02:39:10] "DELETE /project/5c15f871-8856-479c-b4bf-41ad706a5c1c HTTP/1.1" 404 177 0.005891 10.0.0.249 - - [2025-10-27 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.249 - - [2025-10-27 02:39:12] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006319 10.0.0.249 - - [2025-10-27 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.249 - - [2025-10-27 02:39:16] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006862 10.0.0.249 - - [2025-10-27 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.249 - - [2025-10-27 02:39:20] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005376 10.0.0.249 - - [2025-10-27 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-10-27 02:39:24] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004748 10.0.0.249 - - [2025-10-27 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.249 - - [2025-10-27 02:39:28] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006603 10.0.0.249 - - [2025-10-27 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.249 - - [2025-10-27 02:39:32] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005847 10.0.0.249 - - [2025-10-27 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.249 - - [2025-10-27 02:39:37] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005093 10.0.0.249 - - [2025-10-27 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-10-27 02:39:41] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005040 10.0.0.249 - - [2025-10-27 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-10-27 02:39:45] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005383 10.0.0.249 - - [2025-10-27 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-10-27 02:39:49] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004956 10.0.0.249 - - [2025-10-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.249 - - [2025-10-27 02:39:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004176 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003490 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008117 10.0.0.249 - - [2025-10-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.249 - - [2025-10-27 02:39:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004826 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004040 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005684 10.0.0.249 - - [2025-10-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2025-10-27 02:39:51] "GET /routing-instance/2f38ad08-c6dc-4c96-8f2b-bf7e4e676b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004550 10.0.0.249 - - [2025-10-27 02:39:51] "GET /route-target/017eb718-7242-4828-b107-d80c8d029cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003495 10.0.0.249 - - [2025-10-27 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-10-27 02:39:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004085 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002718 10.0.0.249 - - [2025-10-27 02:39:51] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006183 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.249 - - [2025-10-27 02:39:52] "GET /routing-instance/2f38ad08-c6dc-4c96-8f2b-bf7e4e676b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004173 10.0.0.249 - - [2025-10-27 02:39:52] "GET /route-target/017eb718-7242-4828-b107-d80c8d029cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003681 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004063 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003013 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007924 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004158 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007579 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004608 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002850 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007665 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003824 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003502 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008091 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004225 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003392 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005465 10.0.0.249 - - [2025-10-27 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-10-27 02:39:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005085 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002923 10.0.0.249 - - [2025-10-27 02:39:52] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005817 10.0.0.129 - - [2025-10-27 02:39:52] "GET /obj-perms HTTP/1.1" 200 5061 0.004795 10.0.0.249 - - [2025-10-27 02:39:52] "GET /obj-perms HTTP/1.1" 200 5061 0.003227 10.0.0.249 - - [2025-10-27 02:39:52] "GET /obj-perms HTTP/1.1" 200 5061 0.003836 10.0.0.249 - - [2025-10-27 02:39:53] "GET /obj-perms HTTP/1.1" 200 5061 0.004244 10.0.0.33 - - [2025-10-27 02:39:53] "GET /obj-perms HTTP/1.1" 200 5061 0.004416 10.0.0.129 - - [2025-10-27 02:39:53] "GET /obj-perms HTTP/1.1" 200 5061 0.006136 10.0.0.249 - - [2025-10-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 1203 0.018061 10.0.0.249 - - [2025-10-27 02:39:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007440 10.0.0.249 - - [2025-10-27 02:39:53] "POST /neutron/port HTTP/1.1" 200 1203 0.018573 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.007043 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.003642 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine-interface/7538dc9a-f242-48bf-9b59-874525b2d120 HTTP/1.1" 200 3176 0.006207 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.004259 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine-interface/7538dc9a-f242-48bf-9b59-874525b2d120 HTTP/1.1" 200 3176 0.005466 10.0.0.249 - - [2025-10-27 02:39:53] "GET /instance-ip/8a370cbd-3f79-474c-bbe3-b368bf7a7179 HTTP/1.1" 200 1638 0.005359 10.0.0.249 - - [2025-10-27 02:39:53] "GET /instance-ip/d4d0b926-acb9-4921-a949-62b52321b90f HTTP/1.1" 200 1657 0.005067 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.003282 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-machine-interface/7538dc9a-f242-48bf-9b59-874525b2d120 HTTP/1.1" 200 3176 0.007254 10.0.0.249 - - [2025-10-27 02:39:53] "GET /instance-ip/8a370cbd-3f79-474c-bbe3-b368bf7a7179 HTTP/1.1" 200 1638 0.004296 10.0.0.249 - - [2025-10-27 02:39:53] "GET /instance-ip/d4d0b926-acb9-4921-a949-62b52321b90f HTTP/1.1" 200 1657 0.006788 10.0.0.249 - - [2025-10-27 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.249 - - [2025-10-27 02:39:53] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004556 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003832 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006923 10.0.0.249 - - [2025-10-27 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.249 - - [2025-10-27 02:39:53] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005002 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003991 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006248 10.0.0.249 - - [2025-10-27 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.249 - - [2025-10-27 02:39:53] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004377 10.0.0.249 - - [2025-10-27 02:39:53] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003155 10.0.0.249 - - [2025-10-27 02:39:54] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005756 10.0.0.249 - - [2025-10-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.249 - - [2025-10-27 02:39:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005148 10.0.0.249 - - [2025-10-27 02:39:54] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003108 10.0.0.249 - - [2025-10-27 02:39:54] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007843 10.0.0.249 - - [2025-10-27 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.249 - - [2025-10-27 02:39:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006333 10.0.0.249 - - [2025-10-27 02:39:54] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005033 10.0.0.249 - - [2025-10-27 02:39:54] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007715 10.0.0.249 - - [2025-10-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2025-10-27 02:39:55] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004003 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003265 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005635 10.0.0.249 - - [2025-10-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2025-10-27 02:39:55] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003164 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003137 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005921 10.0.0.249 - - [2025-10-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-10-27 02:39:55] "GET /routing-instance/178e0c4e-6c95-4319-aeb0-166d9e5f64e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004411 10.0.0.249 - - [2025-10-27 02:39:55] "GET /route-target/e42fc242-4f2a-4dda-b941-7a833916f0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003880 10.0.0.249 - - [2025-10-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.249 - - [2025-10-27 02:39:55] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003346 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002929 10.0.0.249 - - [2025-10-27 02:39:55] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005401 10.0.0.249 - - [2025-10-27 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.249 - - [2025-10-27 02:39:56] "GET /routing-instance/178e0c4e-6c95-4319-aeb0-166d9e5f64e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004334 10.0.0.249 - - [2025-10-27 02:39:56] "GET /route-target/e42fc242-4f2a-4dda-b941-7a833916f0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003658 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004340 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002819 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005637 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003733 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003195 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006051 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004020 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003106 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005689 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004619 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003266 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006348 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003107 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005809 10.0.0.249 - - [2025-10-27 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.249 - - [2025-10-27 02:39:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003475 10.0.0.249 - - [2025-10-27 02:39:56] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005742 10.0.0.249 - - [2025-10-27 02:39:56] "GET /obj-perms HTTP/1.1" 200 5061 0.004205 10.0.0.249 - - [2025-10-27 02:39:56] "GET /obj-perms HTTP/1.1" 200 5061 0.004371 10.0.0.129 - - [2025-10-27 02:39:56] "GET /obj-perms HTTP/1.1" 200 5061 0.006756 10.0.0.33 - - [2025-10-27 02:39:57] "GET /obj-perms HTTP/1.1" 200 5061 0.004488 10.0.0.249 - - [2025-10-27 02:39:57] "GET /obj-perms HTTP/1.1" 200 5061 0.004152 10.0.0.249 - - [2025-10-27 02:39:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007043 10.0.0.249 - - [2025-10-27 02:39:57] "POST /neutron/port HTTP/1.1" 200 1203 0.016575 10.0.0.249 - - [2025-10-27 02:39:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007765 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.005383 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.003542 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine-interface/1133d13e-a28c-400b-878b-d864e155e419 HTTP/1.1" 200 3175 0.004630 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.003294 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine-interface/1133d13e-a28c-400b-878b-d864e155e419 HTTP/1.1" 200 3175 0.005240 10.0.0.249 - - [2025-10-27 02:39:57] "GET /instance-ip/163b15e4-0a45-42e8-b9fd-1d3993b16afd HTTP/1.1" 200 1656 0.005015 10.0.0.249 - - [2025-10-27 02:39:57] "GET /instance-ip/9d9e5985-0d2a-42a5-ac44-c210915ac6a7 HTTP/1.1" 200 1639 0.005538 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.003940 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-machine-interface/1133d13e-a28c-400b-878b-d864e155e419 HTTP/1.1" 200 3175 0.005756 10.0.0.249 - - [2025-10-27 02:39:57] "GET /instance-ip/163b15e4-0a45-42e8-b9fd-1d3993b16afd HTTP/1.1" 200 1656 0.003838 10.0.0.249 - - [2025-10-27 02:39:57] "GET /instance-ip/9d9e5985-0d2a-42a5-ac44-c210915ac6a7 HTTP/1.1" 200 1639 0.003458 10.0.0.249 - - [2025-10-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.249 - - [2025-10-27 02:39:57] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003000 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003818 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005942 10.0.0.249 - - [2025-10-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.249 - - [2025-10-27 02:39:57] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003852 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003519 10.0.0.249 - - [2025-10-27 02:39:57] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005921 10.0.0.249 - - [2025-10-27 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.249 - - [2025-10-27 02:39:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005396 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003156 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007935 10.0.0.249 - - [2025-10-27 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.249 - - [2025-10-27 02:39:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005070 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003345 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.008551 10.0.0.249 - - [2025-10-27 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.249 - - [2025-10-27 02:39:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004223 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003027 10.0.0.249 - - [2025-10-27 02:39:58] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006611 10.0.0.249 - - [2025-10-27 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-10-27 02:39:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004320 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003593 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007453 10.0.0.249 - - [2025-10-27 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.249 - - [2025-10-27 02:39:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004285 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003500 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006872 10.0.0.249 - - [2025-10-27 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.249 - - [2025-10-27 02:39:59] "GET /routing-instance/6ca8fc9f-9585-40b1-9b3b-55454c7e1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005813 10.0.0.249 - - [2025-10-27 02:39:59] "GET /route-target/cdce812d-aab1-4dbc-85f8-78f5612794b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004886 10.0.0.249 - - [2025-10-27 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2025-10-27 02:39:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003284 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003441 10.0.0.249 - - [2025-10-27 02:39:59] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005695 10.0.0.249 - - [2025-10-27 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.249 - - [2025-10-27 02:40:00] "GET /routing-instance/6ca8fc9f-9585-40b1-9b3b-55454c7e1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006106 10.0.0.249 - - [2025-10-27 02:40:00] "GET /route-target/cdce812d-aab1-4dbc-85f8-78f5612794b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006687 10.0.0.249 - - [2025-10-27 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.249 - - [2025-10-27 02:40:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006901 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005396 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006710 10.0.0.249 - - [2025-10-27 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.249 - - [2025-10-27 02:40:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005085 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003758 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007076 10.0.0.249 - - [2025-10-27 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.249 - - [2025-10-27 02:40:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006242 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004418 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007701 10.0.0.249 - - [2025-10-27 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.249 - - [2025-10-27 02:40:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005556 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003659 10.0.0.249 - - [2025-10-27 02:40:00] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006727 10.0.0.249 - - [2025-10-27 02:40:00] "GET /obj-perms HTTP/1.1" 200 5061 0.003981 10.0.0.129 - - [2025-10-27 02:40:00] "GET /obj-perms HTTP/1.1" 200 5061 0.003628 10.0.0.249 - - [2025-10-27 02:40:00] "GET /obj-perms HTTP/1.1" 200 5061 0.003808 10.0.0.33 - - [2025-10-27 02:40:00] "GET /obj-perms HTTP/1.1" 200 5061 0.004431 10.0.0.249 - - [2025-10-27 02:40:01] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.004128 10.0.0.249 - - [2025-10-27 02:40:01] "GET /virtual-machine-interface/057f2d40-0722-424b-a7bb-86f38e1aa003 HTTP/1.1" 200 3175 0.007770 10.0.0.249 - - [2025-10-27 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.249 - - [2025-10-27 02:40:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005336 10.0.0.249 - - [2025-10-27 02:40:01] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004976 10.0.0.249 - - [2025-10-27 02:40:01] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006871 10.0.0.249 - - [2025-10-27 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.249 - - [2025-10-27 02:40:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.249 - - [2025-10-27 02:40:02] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003610 10.0.0.249 - - [2025-10-27 02:40:02] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005946 10.0.0.249 - - [2025-10-27 02:40:02] "POST /neutron/port HTTP/1.1" 200 1199 0.018985 10.0.0.249 - - [2025-10-27 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.041167 10.0.0.249 - - [2025-10-27 02:40:07] "POST /neutron/port HTTP/1.1" 200 1199 0.016219 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 1199 0.017039 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004894 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.002241 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 1203 0.021158 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.249 - - [2025-10-27 02:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.249 - - [2025-10-27 02:40:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006859 10.0.0.249 - - [2025-10-27 02:40:17] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.004142 10.0.0.249 - - [2025-10-27 02:40:17] "GET /virtual-machine-interface/7538dc9a-f242-48bf-9b59-874525b2d120 HTTP/1.1" 200 3176 0.004997 10.0.0.249 - - [2025-10-27 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-10-27 02:40:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003245 10.0.0.249 - - [2025-10-27 02:40:17] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002963 10.0.0.249 - - [2025-10-27 02:40:18] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007010 10.0.0.249 - - [2025-10-27 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.249 - - [2025-10-27 02:40:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003593 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002820 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005734 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.004085 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-machine-interface/1133d13e-a28c-400b-878b-d864e155e419 HTTP/1.1" 200 3175 0.007072 10.0.0.249 - - [2025-10-27 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-10-27 02:40:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003501 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003099 10.0.0.249 - - [2025-10-27 02:40:19] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006230 10.0.0.249 - - [2025-10-27 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-10-27 02:40:20] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003410 10.0.0.249 - - [2025-10-27 02:40:20] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003786 10.0.0.249 - - [2025-10-27 02:40:20] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006765 10.0.0.249 - - [2025-10-27 02:40:22] "GET /obj-perms HTTP/1.1" 200 5075 0.055871 10.0.0.249 - - [2025-10-27 02:40:43] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 200 1300 0.005874 10.0.0.249 - - [2025-10-27 02:40:44] "POST /neutron/port HTTP/1.1" 200 151 0.202126 10.0.0.249 - - [2025-10-27 02:40:45] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 404 171 0.003146 10.0.0.249 - - [2025-10-27 02:40:45] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 404 171 0.003493 10.0.0.249 - - [2025-10-27 02:40:45] "GET /virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d HTTP/1.1" 404 171 0.002393 10.0.0.249 - - [2025-10-27 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-10-27 02:40:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004528 10.0.0.249 - - [2025-10-27 02:40:45] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003697 10.0.0.249 - - [2025-10-27 02:40:45] "GET /virtual-network/c21180a9-1c4b-45cf-9ad8-dca1f3228fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005723 10.0.0.249 - - [2025-10-27 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.249 - - [2025-10-27 02:40:45] "GET /routing-instance/6ca8fc9f-9585-40b1-9b3b-55454c7e1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005189 10.0.0.249 - - [2025-10-27 02:40:45] "GET /route-target/cdce812d-aab1-4dbc-85f8-78f5612794b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003924 10.0.0.33 - - [2025-10-27 02:40:45] "GET /obj-perms HTTP/1.1" 200 5061 0.004662 10.0.0.249 - - [2025-10-27 02:40:52] "GET /obj-perms HTTP/1.1" 200 5061 0.003814 10.0.0.33 - - [2025-10-27 02:40:55] "GET /obj-perms HTTP/1.1" 200 5061 0.004016 10.0.0.33 - - [2025-10-27 02:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000796 10.0.0.33 - - [2025-10-27 02:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.129 - - [2025-10-27 02:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.129 - - [2025-10-27 02:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.33 - - [2025-10-27 02:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.33 - - [2025-10-27 02:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000686 10.0.0.249 - - [2025-10-27 02:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2025-10-27 02:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000777 10.0.0.129 - - [2025-10-27 02:41:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000939 10.0.0.129 - - [2025-10-27 02:41:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2025-10-27 02:41:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-10-27 02:41:01] "GET /obj-perms HTTP/1.1" 200 5061 0.003831 10.0.0.249 - - [2025-10-27 02:41:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000270 10.0.0.33 - - [2025-10-27 02:41:04] "GET /obj-perms HTTP/1.1" 200 5061 0.003611 10.0.0.249 - - [2025-10-27 02:41:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004147 10.0.0.33 - - [2025-10-27 02:41:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004607 10.0.0.129 - - [2025-10-27 02:41:10] "GET /obj-perms HTTP/1.1" 200 5061 0.005548 10.0.0.249 - - [2025-10-27 02:41:10] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 200 1300 0.004316 10.0.0.249 - - [2025-10-27 02:41:10] "POST /neutron/network HTTP/1.1" 200 1124 0.035467 10.0.0.249 - - [2025-10-27 02:41:10] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017244 10.0.0.249 - - [2025-10-27 02:41:10] "POST /neutron/network HTTP/1.1" 200 1114 0.013233 10.0.0.249 - - [2025-10-27 02:41:11] "POST /neutron/port HTTP/1.1" 200 151 0.217305 10.0.0.249 - - [2025-10-27 02:41:12] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 404 171 0.003401 10.0.0.249 - - [2025-10-27 02:41:12] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 404 171 0.002731 10.0.0.249 - - [2025-10-27 02:41:12] "GET /virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63 HTTP/1.1" 404 171 0.002166 10.0.0.249 - - [2025-10-27 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.249 - - [2025-10-27 02:41:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003987 10.0.0.249 - - [2025-10-27 02:41:12] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002706 10.0.0.249 - - [2025-10-27 02:41:12] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006334 10.0.0.249 - - [2025-10-27 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014794 10.0.0.249 - - [2025-10-27 02:41:13] "GET /routing-instance/178e0c4e-6c95-4319-aeb0-166d9e5f64e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004061 10.0.0.249 - - [2025-10-27 02:41:13] "GET /route-target/e42fc242-4f2a-4dda-b941-7a833916f0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004145 10.0.0.249 - - [2025-10-27 02:41:13] "GET /obj-perms HTTP/1.1" 200 5061 0.004332 10.0.0.33 - - [2025-10-27 02:41:19] "GET /obj-perms HTTP/1.1" 200 5061 0.003679 10.0.0.249 - - [2025-10-27 02:41:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004734 10.0.0.249 - - [2025-10-27 02:41:28] "GET /obj-perms HTTP/1.1" 200 5061 0.004834 10.0.0.33 - - [2025-10-27 02:41:28] "GET /obj-perms HTTP/1.1" 200 5061 0.003597 10.0.0.249 - - [2025-10-27 02:41:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003903 10.0.0.33 - - [2025-10-27 02:41:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003849 10.0.0.249 - - [2025-10-27 02:41:40] "GET /obj-perms HTTP/1.1" 200 5061 0.004527 10.0.0.249 - - [2025-10-27 02:41:40] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 200 1299 0.005569 10.0.0.249 - - [2025-10-27 02:41:41] "POST /neutron/port HTTP/1.1" 200 151 0.231312 10.0.0.249 - - [2025-10-27 02:41:43] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 404 171 0.003240 10.0.0.249 - - [2025-10-27 02:41:43] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 404 171 0.004400 10.0.0.249 - - [2025-10-27 02:41:43] "GET /virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015 HTTP/1.1" 404 171 0.003898 10.0.0.249 - - [2025-10-27 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.249 - - [2025-10-27 02:41:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004210 10.0.0.249 - - [2025-10-27 02:41:43] "GET /virtual-networks?parent_id=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004137 10.0.0.249 - - [2025-10-27 02:41:43] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007227 10.0.0.249 - - [2025-10-27 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.249 - - [2025-10-27 02:41:43] "GET /routing-instance/2f38ad08-c6dc-4c96-8f2b-bf7e4e676b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006178 10.0.0.249 - - [2025-10-27 02:41:43] "GET /route-target/017eb718-7242-4828-b107-d80c8d029cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004192 10.0.0.33 - - [2025-10-27 02:41:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004387 10.0.0.249 - - [2025-10-27 02:41:49] "GET /obj-perms HTTP/1.1" 200 5061 0.004200 10.0.0.33 - - [2025-10-27 02:41:52] "GET /obj-perms HTTP/1.1" 200 5061 0.003927 10.0.0.249 - - [2025-10-27 02:41:58] "GET /obj-perms HTTP/1.1" 200 5061 0.004545 10.0.0.33 - - [2025-10-27 02:42:01] "GET /obj-perms HTTP/1.1" 200 5061 0.004267 10.0.0.249 - - [2025-10-27 02:42:08] "GET /obj-perms HTTP/1.1" 200 5061 0.006477 10.0.0.33 - - [2025-10-27 02:42:11] "GET /obj-perms HTTP/1.1" 200 5061 0.003768 10.0.0.249 - - [2025-10-27 02:42:11] "GET /obj-perms HTTP/1.1" 200 5061 0.004935 10.0.0.129 - - [2025-10-27 02:42:11] "GET /obj-perms HTTP/1.1" 200 5061 0.005113 10.0.0.249 - - [2025-10-27 02:42:11] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005770 10.0.0.33 - - [2025-10-27 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.005051 10.0.0.249 - - [2025-10-27 02:42:11] "POST /neutron/network HTTP/1.1" 200 1016 0.010760 10.0.0.249 - - [2025-10-27 02:42:11] "GET /virtual-network/b80c6fd5-af9d-486e-b999-9acd835c90b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005426 10.0.0.249 - - [2025-10-27 02:42:11] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005817 10.0.0.249 - - [2025-10-27 02:42:11] "POST /neutron/network HTTP/1.1" 200 1012 0.018761 10.0.0.249 - - [2025-10-27 02:42:11] "GET /virtual-network/74c10479-4cd0-4c6e-8e1f-6c8d08d67d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005162 10.0.0.249 - - [2025-10-27 02:42:11] "DELETE /network-policy/3ccba90c-ce5b-4486-b770-c21df90dd1c8 HTTP/1.1" 200 115 0.039923 10.0.0.249 - - [2025-10-27 02:42:12] "DELETE /network-policy/ccaf1a9c-7c9f-4efa-b6da-9a8f21a208a6 HTTP/1.1" 200 115 0.049627 10.0.0.249 - - [2025-10-27 02:42:12] "DELETE /network-policy/acb7bfbf-e870-4428-b58f-18ddebc89744 HTTP/1.1" 200 115 0.045945 10.0.0.33 - - [2025-10-27 02:42:12] "DELETE /access-control-list/b3bc7edf-cb35-4c19-8505-4febaadf81e8 HTTP/1.1" 200 115 0.063905 10.0.0.33 - - [2025-10-27 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2025-10-27 02:42:12] "POST /neutron/network HTTP/1.1" 200 1016 0.009874 10.0.0.33 - - [2025-10-27 02:42:12] "DELETE /route-target/e42fc242-4f2a-4dda-b941-7a833916f0e5 HTTP/1.1" 200 115 0.035904 10.0.0.129 - - [2025-10-27 02:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006679 10.0.0.129 - - [2025-10-27 02:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.129 - - [2025-10-27 02:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003065 10.0.0.129 - - [2025-10-27 02:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004158 10.0.0.249 - - [2025-10-27 02:42:13] "POST /neutron/network HTTP/1.1" 200 151 0.188127 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-10-27 02:42:13] "DELETE /network-ipam/c175da6d-6d41-4825-a2c5-0e92d20a9e15 HTTP/1.1" 200 115 0.035760 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003415 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-10-27 02:42:13] "DELETE /network-ipam/099b45f6-bbd6-4ac9-970f-a65cbd17fa8e HTTP/1.1" 200 115 0.028573 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003566 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.249 - - [2025-10-27 02:42:13] "DELETE /network-ipam/3293194f-bea7-4d85-a57c-bf53de3c3681 HTTP/1.1" 200 115 0.046667 10.0.0.249 - - [2025-10-27 02:42:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003711 10.0.0.129 - - [2025-10-27 02:42:16] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.249 - - [2025-10-27 02:42:16] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.036595 10.0.0.129 - - [2025-10-27 02:42:16] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.249 - - [2025-10-27 02:42:16] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?fields=virtual_networks HTTP/1.1" 200 1047 0.079931 10.0.0.129 - - [2025-10-27 02:42:16] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.249 - - [2025-10-27 02:42:16] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.039368 10.0.0.129 - - [2025-10-27 02:42:16] "GET /projects?obj_uuids=ea9663ab-a944-4fe1-9ec5-5178c308dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.249 - - [2025-10-27 02:42:16] "GET /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7?fields=security_groups HTTP/1.1" 200 1280 0.041110 10.0.0.249 - - [2025-10-27 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.026735 10.0.0.129 - - [2025-10-27 02:42:17] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003625 10.0.0.129 - - [2025-10-27 02:42:17] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002185 10.0.0.129 - - [2025-10-27 02:42:17] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007917 10.0.0.129 - - [2025-10-27 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.001336 10.0.0.129 - - [2025-10-27 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.007437 10.0.0.129 - - [2025-10-27 02:42:17] "POST /security-groups HTTP/1.1" 200 593 0.031325 10.0.0.33 - - [2025-10-27 02:42:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.003681 10.0.0.129 - - [2025-10-27 02:42:18] "POST /projects HTTP/1.1" 200 589 0.219623 10.0.0.129 - - [2025-10-27 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.290835 10.0.0.33 - - [2025-10-27 02:42:18] "POST /access-control-lists HTTP/1.1" 200 598 0.026895 10.0.0.249 - - [2025-10-27 02:42:18] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.418268 10.0.0.249 - - [2025-10-27 02:42:19] "GET / HTTP/1.1" 200 36215 0.002021 10.0.0.249 - - [2025-10-27 02:42:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000673 10.0.0.249 - - [2025-10-27 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.069339 10.0.0.129 - - [2025-10-27 02:42:21] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.249 - - [2025-10-27 02:42:21] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043915 10.0.0.129 - - [2025-10-27 02:42:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010573 10.0.0.249 - - [2025-10-27 02:42:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.262789 10.0.0.249 - - [2025-10-27 02:42:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001601 10.0.0.249 - - [2025-10-27 02:42:21] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005030 10.0.0.249 - - [2025-10-27 02:42:22] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006892 10.0.0.249 - - [2025-10-27 02:42:22] "POST /neutron/network HTTP/1.1" 200 826 0.006968 10.0.0.249 - - [2025-10-27 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.129 - - [2025-10-27 02:42:22] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000909 10.0.0.249 - - [2025-10-27 02:42:22] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040896 10.0.0.129 - - [2025-10-27 02:42:22] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000992 10.0.0.249 - - [2025-10-27 02:42:22] "POST /neutron/network HTTP/1.1" 200 607 0.110903 10.0.0.33 - - [2025-10-27 02:42:22] "POST /route-targets HTTP/1.1" 200 328 0.011121 10.0.0.249 - - [2025-10-27 02:42:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.002973 10.0.0.249 - - [2025-10-27 02:42:22] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005370 10.0.0.249 - - [2025-10-27 02:42:22] "POST /neutron/network HTTP/1.1" 200 823 0.006936 10.0.0.249 - - [2025-10-27 02:42:22] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004474 10.0.0.249 - - [2025-10-27 02:42:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.003566 10.0.0.249 - - [2025-10-27 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.129 - - [2025-10-27 02:42:22] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.249 - - [2025-10-27 02:42:22] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042314 10.0.0.249 - - [2025-10-27 02:42:22] "POST /network-policys HTTP/1.1" 200 573 0.025623 10.0.0.249 - - [2025-10-27 02:42:22] "GET /network-policy/0bbdd7c1-f36d-474a-b86d-ce1d0dca591e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006305 10.0.0.249 - - [2025-10-27 02:42:22] "POST /neutron/network HTTP/1.1" 200 826 0.005785 10.0.0.249 - - [2025-10-27 02:42:23] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007153 10.0.0.249 - - [2025-10-27 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.33 - - [2025-10-27 02:42:23] "POST /access-control-lists HTTP/1.1" 200 592 0.081733 10.0.0.249 - - [2025-10-27 02:42:23] "GET /network-policy/0bbdd7c1-f36d-474a-b86d-ce1d0dca591e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004559 10.0.0.249 - - [2025-10-27 02:42:23] "POST /neutron/network HTTP/1.1" 200 823 0.006158 10.0.0.33 - - [2025-10-27 02:42:23] "POST /ref-update HTTP/1.1" 200 156 0.031182 10.0.0.249 - - [2025-10-27 02:42:23] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.011197 10.0.0.249 - - [2025-10-27 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.249 - - [2025-10-27 02:42:23] "GET /network-policy/0bbdd7c1-f36d-474a-b86d-ce1d0dca591e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004021 10.0.0.249 - - [2025-10-27 02:42:24] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005914 10.0.0.33 - - [2025-10-27 02:42:25] "GET /obj-perms HTTP/1.1" 200 5053 0.055013 10.0.0.249 - - [2025-10-27 02:42:25] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006890 10.0.0.129 - - [2025-10-27 02:42:26] "GET /obj-perms HTTP/1.1" 200 5053 0.052946 10.0.0.249 - - [2025-10-27 02:42:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.249 - - [2025-10-27 02:42:26] "POST /neutron/network HTTP/1.1" 200 938 0.006972 10.0.0.129 - - [2025-10-27 02:42:26] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.249 - - [2025-10-27 02:42:27] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062664 10.0.0.249 - - [2025-10-27 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.006878 10.0.0.249 - - [2025-10-27 02:42:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001579 10.0.0.249 - - [2025-10-27 02:42:27] "POST /neutron/network HTTP/1.1" 200 938 0.011790 10.0.0.249 - - [2025-10-27 02:42:28] "POST /neutron/port HTTP/1.1" 200 1062 0.039650 10.0.0.129 - - [2025-10-27 02:42:28] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.249 - - [2025-10-27 02:42:28] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078802 10.0.0.249 - - [2025-10-27 02:42:28] "POST /neutron/port HTTP/1.1" 200 1090 0.020566 10.0.0.249 - - [2025-10-27 02:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001585 10.0.0.249 - - [2025-10-27 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008129 10.0.0.249 - - [2025-10-27 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007943 10.0.0.249 - - [2025-10-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1059 0.013978 10.0.0.249 - - [2025-10-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 1087 0.015924 10.0.0.249 - - [2025-10-27 02:42:29] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.249 - - [2025-10-27 02:42:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007653 10.0.0.249 - - [2025-10-27 02:42:34] "POST /neutron/port HTTP/1.1" 200 1090 0.016710 10.0.0.249 - - [2025-10-27 02:42:34] "GET /virtual-machine/39ada3e3-a4d1-4e2b-98bd-4c063d8f0114 HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2025-10-27 02:42:34] "GET /virtual-machine/39ada3e3-a4d1-4e2b-98bd-4c063d8f0114 HTTP/1.1" 200 1296 0.039405 10.0.0.249 - - [2025-10-27 02:42:34] "GET /virtual-machine-interface/1b774894-59db-4f83-915a-87f4e508eb08 HTTP/1.1" 200 2958 0.005520 10.0.0.249 - - [2025-10-27 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-10-27 02:42:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006078 10.0.0.249 - - [2025-10-27 02:42:34] "GET /virtual-networks?parent_id=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002864 10.0.0.249 - - [2025-10-27 02:42:34] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006939 10.0.0.249 - - [2025-10-27 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012019 10.0.0.249 - - [2025-10-27 02:42:37] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005878 10.0.0.249 - - [2025-10-27 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.249 - - [2025-10-27 02:42:41] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006026 10.0.0.249 - - [2025-10-27 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.249 - - [2025-10-27 02:42:45] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005441 10.0.0.249 - - [2025-10-27 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.249 - - [2025-10-27 02:42:49] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005051 10.0.0.249 - - [2025-10-27 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.249 - - [2025-10-27 02:42:53] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005839 10.0.0.33 - - [2025-10-27 02:42:55] "DELETE /access-control-list/b60578a0-da43-42e7-bcc9-44433bf85b74 HTTP/1.1" 200 115 0.036058 10.0.0.249 - - [2025-10-27 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 02:42:58] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005342 10.0.0.249 - - [2025-10-27 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.249 - - [2025-10-27 02:43:02] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005576 10.0.0.249 - - [2025-10-27 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-10-27 02:43:06] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005625 10.0.0.249 - - [2025-10-27 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.249 - - [2025-10-27 02:43:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003250 10.0.0.249 - - [2025-10-27 02:43:08] "GET /virtual-networks?parent_id=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004664 10.0.0.249 - - [2025-10-27 02:43:08] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006023 10.0.0.249 - - [2025-10-27 02:43:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007839 10.0.0.129 - - [2025-10-27 02:43:10] "DELETE /project/ea9663ab-a944-4fe1-9ec5-5178c308dfd7 HTTP/1.1" 404 177 0.002985 10.0.0.129 - - [2025-10-27 02:43:10] "DELETE /project/c161ef09d4c240b3a7f38180e2928ca6 HTTP/1.1" 404 173 0.005251 10.0.0.249 - - [2025-10-27 02:43:13] "POST /neutron/network HTTP/1.1" 200 938 0.007306 10.0.0.249 - - [2025-10-27 02:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.002168 10.0.0.249 - - [2025-10-27 02:43:13] "POST /neutron/port HTTP/1.1" 200 1087 0.023732 10.0.0.249 - - [2025-10-27 02:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.249 - - [2025-10-27 02:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.249 - - [2025-10-27 02:43:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009027 10.0.0.249 - - [2025-10-27 02:43:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018467 10.0.0.249 - - [2025-10-27 02:43:25] "GET /obj-perms HTTP/1.1" 200 5075 0.045421 10.0.0.249 - - [2025-10-27 02:43:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007753 10.0.0.249 - - [2025-10-27 02:43:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014581 10.0.0.249 - - [2025-10-27 02:43:29] "GET /virtual-machine/9f96d8b3-817d-483d-bdd7-262af2895fdb HTTP/1.1" 200 1297 0.005400 10.0.0.249 - - [2025-10-27 02:43:29] "GET /virtual-machine-interface/63c79154-b888-415b-a13c-bb130ff5ae69 HTTP/1.1" 200 2958 0.006480 10.0.0.249 - - [2025-10-27 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.249 - - [2025-10-27 02:43:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003066 10.0.0.249 - - [2025-10-27 02:43:29] "GET /virtual-networks?parent_id=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002573 10.0.0.249 - - [2025-10-27 02:43:29] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005661 10.0.0.249 - - [2025-10-27 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.249 - - [2025-10-27 02:43:32] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006558 10.0.0.249 - - [2025-10-27 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-10-27 02:43:36] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006603 10.0.0.249 - - [2025-10-27 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.249 - - [2025-10-27 02:43:40] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005084 10.0.0.249 - - [2025-10-27 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-10-27 02:43:45] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005646 10.0.0.249 - - [2025-10-27 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.249 - - [2025-10-27 02:43:49] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007396 10.0.0.249 - - [2025-10-27 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-10-27 02:43:53] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004394 10.0.0.249 - - [2025-10-27 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2025-10-27 02:43:57] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005536 10.0.0.249 - - [2025-10-27 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.249 - - [2025-10-27 02:44:01] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005881 10.0.0.249 - - [2025-10-27 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.249 - - [2025-10-27 02:44:05] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004894 10.0.0.249 - - [2025-10-27 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.249 - - [2025-10-27 02:44:09] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005183 10.0.0.249 - - [2025-10-27 02:44:13] "POST /neutron/port HTTP/1.1" 200 1087 0.020458 10.0.0.249 - - [2025-10-27 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.249 - - [2025-10-27 02:44:13] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010205 10.0.0.249 - - [2025-10-27 02:44:13] "POST /neutron/subnet HTTP/1.1" 200 684 0.009023 10.0.0.249 - - [2025-10-27 02:44:15] "POST /neutron/port HTTP/1.1" 200 1090 0.014784 10.0.0.249 - - [2025-10-27 02:44:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003902 10.0.0.249 - - [2025-10-27 02:44:15] "POST /neutron/network HTTP/1.1" 200 928 0.006497 10.0.0.249 - - [2025-10-27 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.249 - - [2025-10-27 02:44:17] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004749 10.0.0.249 - - [2025-10-27 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-10-27 02:44:21] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005680 10.0.0.249 - - [2025-10-27 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2025-10-27 02:44:26] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005464 10.0.0.249 - - [2025-10-27 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-10-27 02:44:30] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004932 10.0.0.249 - - [2025-10-27 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.249 - - [2025-10-27 02:44:34] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005970 10.0.0.249 - - [2025-10-27 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.249 - - [2025-10-27 02:44:38] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005162 10.0.0.249 - - [2025-10-27 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.249 - - [2025-10-27 02:44:42] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005059 10.0.0.249 - - [2025-10-27 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.249 - - [2025-10-27 02:44:46] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007157 10.0.0.249 - - [2025-10-27 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.249 - - [2025-10-27 02:44:50] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005513 10.0.0.249 - - [2025-10-27 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-10-27 02:44:54] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005023 10.0.0.249 - - [2025-10-27 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-10-27 02:44:58] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006810 10.0.0.249 - - [2025-10-27 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.249 - - [2025-10-27 02:45:02] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005993 10.0.0.249 - - [2025-10-27 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.249 - - [2025-10-27 02:45:06] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005817 10.0.0.249 - - [2025-10-27 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.249 - - [2025-10-27 02:45:11] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006355 10.0.0.249 - - [2025-10-27 02:45:13] "POST /neutron/network HTTP/1.1" 200 935 0.007319 10.0.0.249 - - [2025-10-27 02:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.249 - - [2025-10-27 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008395 10.0.0.249 - - [2025-10-27 02:45:15] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005646 10.0.0.249 - - [2025-10-27 02:45:15] "POST /neutron/port HTTP/1.1" 200 1090 0.014493 10.0.0.249 - - [2025-10-27 02:45:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008786 10.0.0.249 - - [2025-10-27 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2025-10-27 02:45:19] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005483 10.0.0.249 - - [2025-10-27 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006456 10.0.0.249 - - [2025-10-27 02:45:23] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007728 10.0.0.33 - - [2025-10-27 02:45:26] "GET /obj-perms HTTP/1.1" 200 5075 0.056448 10.0.0.249 - - [2025-10-27 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.249 - - [2025-10-27 02:45:27] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006078 10.0.0.249 - - [2025-10-27 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.249 - - [2025-10-27 02:45:31] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005472 10.0.0.249 - - [2025-10-27 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-10-27 02:45:35] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.018133 10.0.0.249 - - [2025-10-27 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-10-27 02:45:39] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005589 10.0.0.249 - - [2025-10-27 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.249 - - [2025-10-27 02:45:43] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005827 10.0.0.249 - - [2025-10-27 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.249 - - [2025-10-27 02:45:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003892 10.0.0.249 - - [2025-10-27 02:45:45] "GET /virtual-networks?parent_id=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002824 10.0.0.249 - - [2025-10-27 02:45:45] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005840 10.0.0.249 - - [2025-10-27 02:45:46] "POST /neutron/port HTTP/1.1" 200 1087 0.016603 10.0.0.249 - - [2025-10-27 02:45:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010609 10.0.0.249 - - [2025-10-27 02:45:56] "POST /neutron/port HTTP/1.1" 200 1087 0.014567 10.0.0.33 - - [2025-10-27 02:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.33 - - [2025-10-27 02:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.129 - - [2025-10-27 02:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.129 - - [2025-10-27 02:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.33 - - [2025-10-27 02:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.33 - - [2025-10-27 02:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-10-27 02:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-10-27 02:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.129 - - [2025-10-27 02:46:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000722 10.0.0.129 - - [2025-10-27 02:46:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.249 - - [2025-10-27 02:46:01] "GET /global-system-configs HTTP/1.1" 401 293 0.001142 10.0.0.249 - - [2025-10-27 02:46:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-10-27 02:46:15] "POST /neutron/port HTTP/1.1" 200 1087 0.041893 10.0.0.249 - - [2025-10-27 02:46:15] "POST /neutron/subnet HTTP/1.1" 200 684 0.008685 10.0.0.249 - - [2025-10-27 02:46:17] "POST /neutron/port HTTP/1.1" 200 1090 0.016325 10.0.0.249 - - [2025-10-27 02:46:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004724 10.0.0.249 - - [2025-10-27 02:46:17] "POST /neutron/network HTTP/1.1" 200 928 0.010552 10.0.0.249 - - [2025-10-27 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.129 - - [2025-10-27 02:46:47] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.025779 10.0.0.249 - - [2025-10-27 02:46:47] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.071584 10.0.0.249 - - [2025-10-27 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.249 - - [2025-10-27 02:46:48] "PUT /network-policy/0bbdd7c1-f36d-474a-b86d-ce1d0dca591e HTTP/1.1" 200 263 0.016784 10.0.0.33 - - [2025-10-27 02:46:48] "POST /ref-update HTTP/1.1" 200 156 0.046357 10.0.0.249 - - [2025-10-27 02:46:51] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007131 10.0.0.33 - - [2025-10-27 02:46:51] "DELETE /access-control-list/780e4fef-9f1c-4a07-b5a7-b8146ca1e518 HTTP/1.1" 200 115 0.055064 10.0.0.249 - - [2025-10-27 02:46:51] "POST /neutron/network HTTP/1.1" 200 823 0.026650 10.0.0.249 - - [2025-10-27 02:46:51] "GET /virtual-network/baf867b4-8433-4d4b-907e-cbf9caa31d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006848 10.0.0.249 - - [2025-10-27 02:46:51] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004917 10.0.0.249 - - [2025-10-27 02:46:52] "POST /neutron/network HTTP/1.1" 200 826 0.012597 10.0.0.249 - - [2025-10-27 02:46:52] "GET /virtual-network/b4579d88-c38f-4e05-8807-e3174a9f57ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.016948 10.0.0.249 - - [2025-10-27 02:46:52] "DELETE /network-policy/0bbdd7c1-f36d-474a-b86d-ce1d0dca591e HTTP/1.1" 200 115 0.045470 10.0.0.249 - - [2025-10-27 02:46:52] "POST /neutron/port HTTP/1.1" 200 1087 0.016908 10.0.0.249 - - [2025-10-27 02:46:52] "POST /neutron/port HTTP/1.1" 200 1090 0.029892 10.0.0.249 - - [2025-10-27 02:46:54] "POST /neutron/network HTTP/1.1" 200 823 0.008464 10.0.0.33 - - [2025-10-27 02:46:54] "DELETE /route-target/5f054b96-1074-495e-89d8-9b77ddf1ab80 HTTP/1.1" 200 115 0.020130 10.0.0.129 - - [2025-10-27 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003106 10.0.0.129 - - [2025-10-27 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.249 - - [2025-10-27 02:46:54] "POST /neutron/network HTTP/1.1" 200 151 0.106916 10.0.0.129 - - [2025-10-27 02:46:56] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.249 - - [2025-10-27 02:46:56] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073333 10.0.0.129 - - [2025-10-27 02:46:56] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.249 - - [2025-10-27 02:46:56] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?fields=virtual_networks HTTP/1.1" 200 1039 0.040353 10.0.0.129 - - [2025-10-27 02:46:56] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001931 10.0.0.249 - - [2025-10-27 02:46:56] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.050271 10.0.0.129 - - [2025-10-27 02:46:56] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.249 - - [2025-10-27 02:46:56] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?fields=security_groups HTTP/1.1" 200 1268 0.046476 10.0.0.249 - - [2025-10-27 02:46:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.032619 10.0.0.129 - - [2025-10-27 02:46:57] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.129 - - [2025-10-27 02:46:57] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.129 - - [2025-10-27 02:46:57] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036659 10.0.0.129 - - [2025-10-27 02:46:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.004645 10.0.0.129 - - [2025-10-27 02:46:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.005505 10.0.0.129 - - [2025-10-27 02:46:57] "POST /security-groups HTTP/1.1" 200 603 0.069288 10.0.0.33 - - [2025-10-27 02:46:57] "POST /fqname-to-id HTTP/1.1" 404 246 0.004400 10.0.0.129 - - [2025-10-27 02:46:57] "POST /projects HTTP/1.1" 200 609 0.265513 10.0.0.129 - - [2025-10-27 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.337272 10.0.0.33 - - [2025-10-27 02:46:58] "POST /access-control-lists HTTP/1.1" 200 608 0.027070 10.0.0.249 - - [2025-10-27 02:46:58] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.509649 10.0.0.249 - - [2025-10-27 02:46:59] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.249 - - [2025-10-27 02:47:02] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000461 10.0.0.129 - - [2025-10-27 02:47:03] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.249 - - [2025-10-27 02:47:03] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.061407 10.0.0.249 - - [2025-10-27 02:47:03] "GET / HTTP/1.1" 200 36215 0.001919 10.0.0.249 - - [2025-10-27 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006591 10.0.0.129 - - [2025-10-27 02:47:04] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.249 - - [2025-10-27 02:47:04] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009187 10.0.0.249 - - [2025-10-27 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.129 - - [2025-10-27 02:47:04] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.249 - - [2025-10-27 02:47:04] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048261 10.0.0.249 - - [2025-10-27 02:47:05] "GET /domains HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-10-27 02:47:05] "GET /domains HTTP/1.1" 200 281 0.027215 10.0.0.129 - - [2025-10-27 02:47:05] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.249 - - [2025-10-27 02:47:05] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73 HTTP/1.1" 200 2784 0.008390 10.0.0.129 - - [2025-10-27 02:47:05] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.249 - - [2025-10-27 02:47:05] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff HTTP/1.1" 200 1929 0.086107 10.0.0.249 - - [2025-10-27 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002309 10.0.0.249 - - [2025-10-27 02:47:05] "POST /network-ipams HTTP/1.1" 200 623 0.028343 10.0.0.249 - - [2025-10-27 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003164 10.0.0.249 - - [2025-10-27 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2025-10-27 02:47:05] "GET /network-ipam/bd4c8bc1-8c41-4a37-8591-cd32ac1bd946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.005878 10.0.0.249 - - [2025-10-27 02:47:05] "PUT /network-ipam/bd4c8bc1-8c41-4a37-8591-cd32ac1bd946 HTTP/1.1" 200 259 0.014376 10.0.0.249 - - [2025-10-27 02:47:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2025-10-27 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.031178 10.0.0.129 - - [2025-10-27 02:47:06] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.249 - - [2025-10-27 02:47:06] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038580 10.0.0.129 - - [2025-10-27 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006114 10.0.0.249 - - [2025-10-27 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.276409 10.0.0.249 - - [2025-10-27 02:47:07] "POST /neutron/network HTTP/1.1" 200 1336 0.011948 10.0.0.249 - - [2025-10-27 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.000993 10.0.0.249 - - [2025-10-27 02:47:07] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004211 10.0.0.249 - - [2025-10-27 02:47:07] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006899 10.0.0.249 - - [2025-10-27 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.008070 10.0.0.249 - - [2025-10-27 02:47:08] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006030 10.0.0.249 - - [2025-10-27 02:47:08] "GET /obj-perms HTTP/1.1" 200 5038 0.054364 10.0.0.129 - - [2025-10-27 02:47:09] "GET /obj-perms HTTP/1.1" 200 5038 0.050021 10.0.0.249 - - [2025-10-27 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003278 10.0.0.249 - - [2025-10-27 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.129 - - [2025-10-27 02:47:09] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.249 - - [2025-10-27 02:47:09] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042679 10.0.0.249 - - [2025-10-27 02:47:09] "POST /network-policys HTTP/1.1" 200 565 0.080500 10.0.0.249 - - [2025-10-27 02:47:09] "GET /network-policy/1eb40057-68e2-4297-b0a8-6fd1c73304be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006598 10.0.0.249 - - [2025-10-27 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003326 10.0.0.249 - - [2025-10-27 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.129 - - [2025-10-27 02:47:09] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.249 - - [2025-10-27 02:47:10] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050003 10.0.0.249 - - [2025-10-27 02:47:10] "POST /network-policys HTTP/1.1" 200 565 0.073100 10.0.0.249 - - [2025-10-27 02:47:10] "GET /network-policy/f77b4f70-6461-42ca-a819-72df3b519991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.006527 10.0.0.249 - - [2025-10-27 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003294 10.0.0.249 - - [2025-10-27 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.129 - - [2025-10-27 02:47:10] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.249 - - [2025-10-27 02:47:10] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038617 10.0.0.249 - - [2025-10-27 02:47:10] "POST /network-policys HTTP/1.1" 200 565 0.076775 10.0.0.249 - - [2025-10-27 02:47:10] "GET /network-policy/2691e5ce-37df-4774-b8aa-6d5315f8d7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007276 10.0.0.249 - - [2025-10-27 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003130 10.0.0.249 - - [2025-10-27 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.129 - - [2025-10-27 02:47:10] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.249 - - [2025-10-27 02:47:10] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039441 10.0.0.249 - - [2025-10-27 02:47:11] "POST /network-policys HTTP/1.1" 200 565 0.073436 10.0.0.129 - - [2025-10-27 02:47:11] "DELETE /project/59d7b93ed287482ea4aa2f734660fdff HTTP/1.1" 404 173 0.005727 10.0.0.129 - - [2025-10-27 02:47:11] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.249 - - [2025-10-27 02:47:11] "GET /network-policy/d0573301-d193-4bd7-a46b-c16d9e6f7e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008941 10.0.0.129 - - [2025-10-27 02:47:11] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.035745 10.0.0.129 - - [2025-10-27 02:47:11] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000856 10.0.0.129 - - [2025-10-27 02:47:11] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?fields=security_groups HTTP/1.1" 200 1370 0.073228 10.0.0.249 - - [2025-10-27 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.015104 10.0.0.129 - - [2025-10-27 02:47:11] "DELETE /security-group/6d1712d4-78ef-452b-b550-b4f469ccc3a1 HTTP/1.1" 200 115 0.073933 10.0.0.129 - - [2025-10-27 02:47:11] "GET /projects?obj_uuids=c161ef09-d4c2-40b3-a7f3-8180e2928ca6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.33 - - [2025-10-27 02:47:11] "DELETE /access-control-list/77dee2a4-ad4a-4e89-9819-65212e85671b HTTP/1.1" 200 115 0.035041 10.0.0.129 - - [2025-10-27 02:47:11] "GET /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6?fields=application_policy_sets HTTP/1.1" 200 1409 0.056851 10.0.0.249 - - [2025-10-27 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028914 10.0.0.129 - - [2025-10-27 02:47:11] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.249 - - [2025-10-27 02:47:11] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.100245 10.0.0.129 - - [2025-10-27 02:47:11] "DELETE /project/c161ef09-d4c2-40b3-a7f3-8180e2928ca6 HTTP/1.1" 200 115 0.469379 10.0.0.249 - - [2025-10-27 02:47:11] "POST /network-policys HTTP/1.1" 200 565 0.028792 10.0.0.249 - - [2025-10-27 02:47:11] "GET /network-policy/fe1d45e3-7315-4cf6-a426-c02cae50935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007462 10.0.0.249 - - [2025-10-27 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003116 10.0.0.249 - - [2025-10-27 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.129 - - [2025-10-27 02:47:11] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.249 - - [2025-10-27 02:47:11] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043024 10.0.0.249 - - [2025-10-27 02:47:11] "POST /network-policys HTTP/1.1" 200 565 0.035508 10.0.0.249 - - [2025-10-27 02:47:12] "GET /network-policy/a7f52cef-f8bf-4c66-a088-b1fed2ff54ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006152 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003777 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.129 - - [2025-10-27 02:47:12] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.249 - - [2025-10-27 02:47:12] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.055737 10.0.0.249 - - [2025-10-27 02:47:12] "POST /network-policys HTTP/1.1" 200 565 0.033396 10.0.0.249 - - [2025-10-27 02:47:12] "GET /network-policy/148b9db1-bb23-43a8-8ec0-f1655935cbc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007604 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003314 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.129 - - [2025-10-27 02:47:12] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.249 - - [2025-10-27 02:47:12] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050385 10.0.0.249 - - [2025-10-27 02:47:12] "POST /network-policys HTTP/1.1" 200 565 0.029070 10.0.0.249 - - [2025-10-27 02:47:12] "GET /network-policy/49abd4e6-524f-40fe-939f-cf5b8943acfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005710 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003331 10.0.0.249 - - [2025-10-27 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.129 - - [2025-10-27 02:47:12] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.249 - - [2025-10-27 02:47:13] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042526 10.0.0.249 - - [2025-10-27 02:47:13] "POST /network-policys HTTP/1.1" 200 565 0.033929 10.0.0.249 - - [2025-10-27 02:47:13] "GET /network-policy/2d4182d4-15eb-42c8-a833-516652d2cdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006395 10.0.0.249 - - [2025-10-27 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003109 10.0.0.249 - - [2025-10-27 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.129 - - [2025-10-27 02:47:13] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.249 - - [2025-10-27 02:47:13] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038808 10.0.0.249 - - [2025-10-27 02:47:13] "POST /network-policys HTTP/1.1" 200 565 0.028651 10.0.0.249 - - [2025-10-27 02:47:13] "GET /network-policy/110891ca-0940-4ab7-89d1-101b359f5a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006026 10.0.0.249 - - [2025-10-27 02:47:13] "POST /neutron/network HTTP/1.1" 200 1336 0.011894 10.0.0.33 - - [2025-10-27 02:47:14] "POST /access-control-lists HTTP/1.1" 200 611 0.054265 10.0.0.33 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.054387 10.0.0.249 - - [2025-10-27 02:47:14] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.008057 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/110891ca-0940-4ab7-89d1-101b359f5a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005033 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/148b9db1-bb23-43a8-8ec0-f1655935cbc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004034 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/1eb40057-68e2-4297-b0a8-6fd1c73304be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004015 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/2691e5ce-37df-4774-b8aa-6d5315f8d7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004245 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/2d4182d4-15eb-42c8-a833-516652d2cdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004375 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/49abd4e6-524f-40fe-939f-cf5b8943acfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003984 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/a7f52cef-f8bf-4c66-a088-b1fed2ff54ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004699 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/d0573301-d193-4bd7-a46b-c16d9e6f7e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004391 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/f77b4f70-6461-42ca-a819-72df3b519991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.004791 10.0.0.249 - - [2025-10-27 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2025-10-27 02:47:14] "GET /network-policy/fe1d45e3-7315-4cf6-a426-c02cae50935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004438 10.0.0.249 - - [2025-10-27 02:47:14] "POST /id-to-fqname HTTP/1.1" 200 235 0.001388 10.0.0.249 - - [2025-10-27 02:47:15] "POST /neutron/network HTTP/1.1" 200 2259 0.007488 10.0.0.129 - - [2025-10-27 02:47:15] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.249 - - [2025-10-27 02:47:15] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.073954 10.0.0.249 - - [2025-10-27 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.007525 10.0.0.129 - - [2025-10-27 02:47:16] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001529 10.0.0.249 - - [2025-10-27 02:47:17] "POST /neutron/port HTTP/1.1" 200 1173 0.396518 10.0.0.249 - - [2025-10-27 02:47:17] "POST /neutron/port HTTP/1.1" 200 1227 0.117314 10.0.0.249 - - [2025-10-27 02:47:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003486 10.0.0.249 - - [2025-10-27 02:47:17] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.249 - - [2025-10-27 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008957 10.0.0.249 - - [2025-10-27 02:47:21] "POST /neutron/port HTTP/1.1" 200 1201 0.014763 10.0.0.249 - - [2025-10-27 02:47:21] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 401 293 0.000625 10.0.0.249 - - [2025-10-27 02:47:22] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 200 1307 0.035587 10.0.0.249 - - [2025-10-27 02:47:22] "GET /virtual-machine-interface/a87e6351-43f8-4544-b927-d73854ce5fec HTTP/1.1" 200 3178 0.007241 10.0.0.249 - - [2025-10-27 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.249 - - [2025-10-27 02:47:22] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004429 10.0.0.249 - - [2025-10-27 02:47:22] "GET /virtual-networks?parent_id=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003790 10.0.0.249 - - [2025-10-27 02:47:22] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.006599 10.0.0.249 - - [2025-10-27 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.249 - - [2025-10-27 02:47:25] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005628 10.0.0.249 - - [2025-10-27 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.249 - - [2025-10-27 02:47:29] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.007063 10.0.0.249 - - [2025-10-27 02:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.249 - - [2025-10-27 02:47:33] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005204 10.0.0.249 - - [2025-10-27 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-10-27 02:47:37] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005970 10.0.0.249 - - [2025-10-27 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-10-27 02:47:41] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005217 10.0.0.249 - - [2025-10-27 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.249 - - [2025-10-27 02:47:45] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005439 10.0.0.249 - - [2025-10-27 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.249 - - [2025-10-27 02:47:49] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005409 10.0.0.249 - - [2025-10-27 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2025-10-27 02:47:53] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005177 10.0.0.249 - - [2025-10-27 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-10-27 02:47:57] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.005355 10.0.0.249 - - [2025-10-27 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.249 - - [2025-10-27 02:48:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003867 10.0.0.249 - - [2025-10-27 02:48:00] "GET /virtual-networks?parent_id=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002999 10.0.0.249 - - [2025-10-27 02:48:00] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6151 0.006608 10.0.0.249 - - [2025-10-27 02:48:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008276 10.0.0.249 - - [2025-10-27 02:48:09] "POST /neutron/port HTTP/1.1" 200 1201 0.045487 10.0.0.249 - - [2025-10-27 02:48:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007279 10.0.0.249 - - [2025-10-27 02:48:19] "POST /neutron/port HTTP/1.1" 200 1201 0.040355 10.0.0.249 - - [2025-10-27 02:48:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.249 - - [2025-10-27 02:48:19] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.249 - - [2025-10-27 02:48:21] "POST /neutron/port HTTP/1.1" 200 1201 0.015870 10.0.0.249 - - [2025-10-27 02:48:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008081 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/1eb40057-68e2-4297-b0a8-6fd1c73304be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003711 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/f77b4f70-6461-42ca-a819-72df3b519991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.004557 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/2691e5ce-37df-4774-b8aa-6d5315f8d7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004343 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/d0573301-d193-4bd7-a46b-c16d9e6f7e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005076 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/fe1d45e3-7315-4cf6-a426-c02cae50935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005350 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/a7f52cef-f8bf-4c66-a088-b1fed2ff54ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006159 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/148b9db1-bb23-43a8-8ec0-f1655935cbc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005473 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/49abd4e6-524f-40fe-939f-cf5b8943acfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005847 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/2d4182d4-15eb-42c8-a833-516652d2cdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005513 10.0.0.249 - - [2025-10-27 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-10-27 02:48:21] "GET /network-policy/110891ca-0940-4ab7-89d1-101b359f5a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005059 10.0.0.249 - - [2025-10-27 02:48:22] "POST /neutron/network HTTP/1.1" 200 1439 0.012941 10.0.0.249 - - [2025-10-27 02:48:22] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008152 10.0.0.249 - - [2025-10-27 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.249 - - [2025-10-27 02:48:22] "GET /network-policy/1eb40057-68e2-4297-b0a8-6fd1c73304be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004764 10.0.0.33 - - [2025-10-27 02:48:27] "PUT /access-control-list/6bb2adda-817d-4458-8aba-812a4ea424d4 HTTP/1.1" 200 273 0.060398 10.0.0.249 - - [2025-10-27 02:48:27] "POST /neutron/network HTTP/1.1" 200 1439 0.023831 10.0.0.249 - - [2025-10-27 02:48:27] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006351 10.0.0.249 - - [2025-10-27 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2025-10-27 02:48:27] "GET /network-policy/f77b4f70-6461-42ca-a819-72df3b519991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.004437 10.0.0.33 - - [2025-10-27 02:48:28] "GET /obj-perms HTTP/1.1" 200 5075 0.048759 10.0.0.33 - - [2025-10-27 02:48:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004289 10.0.0.249 - - [2025-10-27 02:48:32] "POST /neutron/network HTTP/1.1" 200 1439 0.022510 10.0.0.249 - - [2025-10-27 02:48:32] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007346 10.0.0.249 - - [2025-10-27 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2025-10-27 02:48:32] "GET /network-policy/2691e5ce-37df-4774-b8aa-6d5315f8d7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005042 10.0.0.249 - - [2025-10-27 02:48:37] "POST /neutron/network HTTP/1.1" 200 1439 0.011837 10.0.0.249 - - [2025-10-27 02:48:37] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004304 10.0.0.249 - - [2025-10-27 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.249 - - [2025-10-27 02:48:38] "GET /network-policy/d0573301-d193-4bd7-a46b-c16d9e6f7e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005146 10.0.0.33 - - [2025-10-27 02:48:43] "PUT /access-control-list/6bb2adda-817d-4458-8aba-812a4ea424d4 HTTP/1.1" 200 273 0.019585 10.0.0.249 - - [2025-10-27 02:48:43] "POST /neutron/network HTTP/1.1" 200 1439 0.021056 10.0.0.249 - - [2025-10-27 02:48:43] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004838 10.0.0.249 - - [2025-10-27 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2025-10-27 02:48:43] "GET /network-policy/fe1d45e3-7315-4cf6-a426-c02cae50935a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005191 10.0.0.33 - - [2025-10-27 02:48:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.007871 10.0.0.249 - - [2025-10-27 02:48:48] "POST /neutron/network HTTP/1.1" 200 1439 0.013202 10.0.0.249 - - [2025-10-27 02:48:48] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005051 10.0.0.249 - - [2025-10-27 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.249 - - [2025-10-27 02:48:48] "GET /network-policy/a7f52cef-f8bf-4c66-a088-b1fed2ff54ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004328 10.0.0.249 - - [2025-10-27 02:48:53] "POST /neutron/network HTTP/1.1" 200 1439 0.018978 10.0.0.249 - - [2025-10-27 02:48:53] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004969 10.0.0.249 - - [2025-10-27 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-10-27 02:48:53] "GET /network-policy/148b9db1-bb23-43a8-8ec0-f1655935cbc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005962 10.0.0.33 - - [2025-10-27 02:48:58] "PUT /access-control-list/6bb2adda-817d-4458-8aba-812a4ea424d4 HTTP/1.1" 200 273 0.023371 10.0.0.249 - - [2025-10-27 02:48:59] "POST /neutron/network HTTP/1.1" 200 1439 0.012490 10.0.0.249 - - [2025-10-27 02:48:59] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005113 10.0.0.249 - - [2025-10-27 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-10-27 02:48:59] "GET /network-policy/49abd4e6-524f-40fe-939f-cf5b8943acfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004565 10.0.0.33 - - [2025-10-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.006721 10.0.0.249 - - [2025-10-27 02:49:04] "POST /neutron/network HTTP/1.1" 200 1439 0.019044 10.0.0.249 - - [2025-10-27 02:49:04] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006135 10.0.0.249 - - [2025-10-27 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.249 - - [2025-10-27 02:49:04] "GET /network-policy/2d4182d4-15eb-42c8-a833-516652d2cdf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004450 10.0.0.249 - - [2025-10-27 02:49:09] "POST /neutron/network HTTP/1.1" 200 1439 0.014818 10.0.0.249 - - [2025-10-27 02:49:09] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005031 10.0.0.249 - - [2025-10-27 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.249 - - [2025-10-27 02:49:09] "GET /network-policy/110891ca-0940-4ab7-89d1-101b359f5a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004442 10.0.0.249 - - [2025-10-27 02:49:14] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 200 1307 0.004159 10.0.0.249 - - [2025-10-27 02:49:15] "POST /neutron/port HTTP/1.1" 200 151 0.217833 10.0.0.249 - - [2025-10-27 02:49:16] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 404 171 0.003561 10.0.0.249 - - [2025-10-27 02:49:16] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 404 171 0.002750 10.0.0.249 - - [2025-10-27 02:49:16] "GET /virtual-machine/d304c260-3202-465a-9737-436535b8dbb9 HTTP/1.1" 404 171 0.002766 10.0.0.249 - - [2025-10-27 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.249 - - [2025-10-27 02:49:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005106 10.0.0.249 - - [2025-10-27 02:49:17] "GET /virtual-networks?parent_id=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004311 10.0.0.249 - - [2025-10-27 02:49:17] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007993 10.0.0.249 - - [2025-10-27 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.249 - - [2025-10-27 02:49:17] "GET /routing-instance/d16e27ad-b695-472e-aff1-7a68bd801e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005173 10.0.0.249 - - [2025-10-27 02:49:17] "GET /route-target/263fb74f-25d7-4304-9135-58f74edf64f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004768 10.0.0.249 - - [2025-10-27 02:49:20] "GET /obj-perms HTTP/1.1" 200 5038 0.003903 10.0.0.33 - - [2025-10-27 02:49:23] "GET /obj-perms HTTP/1.1" 200 5038 0.041312 10.0.0.249 - - [2025-10-27 02:49:29] "GET /obj-perms HTTP/1.1" 200 5075 0.054102 10.0.0.33 - - [2025-10-27 02:49:29] "GET /obj-perms HTTP/1.1" 200 5075 0.063181 10.0.0.249 - - [2025-10-27 02:49:35] "GET /obj-perms HTTP/1.1" 200 5038 0.004049 10.0.0.33 - - [2025-10-27 02:49:39] "GET /obj-perms HTTP/1.1" 200 5038 0.004032 10.0.0.249 - - [2025-10-27 02:49:42] "GET /obj-perms HTTP/1.1" 200 5038 0.004110 10.0.0.129 - - [2025-10-27 02:49:42] "GET /obj-perms HTTP/1.1" 200 5038 0.004518 10.0.0.249 - - [2025-10-27 02:49:42] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005646 10.0.0.33 - - [2025-10-27 02:49:42] "DELETE /access-control-list/6bb2adda-817d-4458-8aba-812a4ea424d4 HTTP/1.1" 200 115 0.064111 10.0.0.249 - - [2025-10-27 02:49:42] "POST /neutron/network HTTP/1.1" 200 1336 0.017847 10.0.0.249 - - [2025-10-27 02:49:42] "GET /virtual-network/3f7c05fa-d603-4602-a2c8-54ec56cd6e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008067 10.0.0.249 - - [2025-10-27 02:49:42] "DELETE /network-policy/110891ca-0940-4ab7-89d1-101b359f5a07 HTTP/1.1" 200 115 0.039348 10.0.0.249 - - [2025-10-27 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.129 - - [2025-10-27 02:49:42] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.249 - - [2025-10-27 02:49:42] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043586 10.0.0.249 - - [2025-10-27 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005519 10.0.0.249 - - [2025-10-27 02:49:42] "DELETE /network-policy/2d4182d4-15eb-42c8-a833-516652d2cdf2 HTTP/1.1" 200 115 0.036764 10.0.0.249 - - [2025-10-27 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.129 - - [2025-10-27 02:49:42] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.249 - - [2025-10-27 02:49:42] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043250 10.0.0.249 - - [2025-10-27 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.006711 10.0.0.249 - - [2025-10-27 02:49:42] "DELETE /network-policy/49abd4e6-524f-40fe-939f-cf5b8943acfc HTTP/1.1" 200 115 0.044650 10.0.0.249 - - [2025-10-27 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.129 - - [2025-10-27 02:49:42] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.249 - - [2025-10-27 02:49:43] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046561 10.0.0.249 - - [2025-10-27 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.007900 10.0.0.249 - - [2025-10-27 02:49:43] "DELETE /network-policy/148b9db1-bb23-43a8-8ec0-f1655935cbc4 HTTP/1.1" 200 115 0.038005 10.0.0.249 - - [2025-10-27 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.129 - - [2025-10-27 02:49:43] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.249 - - [2025-10-27 02:49:43] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034034 10.0.0.249 - - [2025-10-27 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005279 10.0.0.249 - - [2025-10-27 02:49:43] "DELETE /network-policy/a7f52cef-f8bf-4c66-a088-b1fed2ff54ee HTTP/1.1" 200 115 0.044105 10.0.0.249 - - [2025-10-27 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.129 - - [2025-10-27 02:49:43] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.249 - - [2025-10-27 02:49:43] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052033 10.0.0.249 - - [2025-10-27 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.005970 10.0.0.249 - - [2025-10-27 02:49:43] "DELETE /network-policy/fe1d45e3-7315-4cf6-a426-c02cae50935a HTTP/1.1" 200 115 0.036114 10.0.0.249 - - [2025-10-27 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.129 - - [2025-10-27 02:49:43] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.249 - - [2025-10-27 02:49:43] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044357 10.0.0.249 - - [2025-10-27 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005175 10.0.0.249 - - [2025-10-27 02:49:43] "DELETE /network-policy/d0573301-d193-4bd7-a46b-c16d9e6f7e0e HTTP/1.1" 200 115 0.044202 10.0.0.249 - - [2025-10-27 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.129 - - [2025-10-27 02:49:43] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.249 - - [2025-10-27 02:49:43] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040199 10.0.0.249 - - [2025-10-27 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.006546 10.0.0.249 - - [2025-10-27 02:49:44] "DELETE /network-policy/2691e5ce-37df-4774-b8aa-6d5315f8d7af HTTP/1.1" 200 115 0.042638 10.0.0.249 - - [2025-10-27 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.129 - - [2025-10-27 02:49:44] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.249 - - [2025-10-27 02:49:44] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050194 10.0.0.249 - - [2025-10-27 02:49:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005853 10.0.0.249 - - [2025-10-27 02:49:44] "DELETE /network-policy/f77b4f70-6461-42ca-a819-72df3b519991 HTTP/1.1" 200 115 0.049314 10.0.0.249 - - [2025-10-27 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.129 - - [2025-10-27 02:49:44] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001434 10.0.0.249 - - [2025-10-27 02:49:44] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050220 10.0.0.249 - - [2025-10-27 02:49:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005239 10.0.0.249 - - [2025-10-27 02:49:44] "DELETE /network-policy/1eb40057-68e2-4297-b0a8-6fd1c73304be HTTP/1.1" 200 115 0.036412 10.0.0.249 - - [2025-10-27 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.129 - - [2025-10-27 02:49:44] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.249 - - [2025-10-27 02:49:44] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039300 10.0.0.249 - - [2025-10-27 02:49:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-72168330&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007162 10.0.0.249 - - [2025-10-27 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.249 - - [2025-10-27 02:49:45] "DELETE /network-ipam/bd4c8bc1-8c41-4a37-8591-cd32ac1bd946 HTTP/1.1" 200 115 0.033454 10.0.0.249 - - [2025-10-27 02:49:45] "POST /fqname-to-id HTTP/1.1" 404 260 0.003425 10.0.0.129 - - [2025-10-27 02:49:45] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.129 - - [2025-10-27 02:49:45] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.063595 10.0.0.129 - - [2025-10-27 02:49:45] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.129 - - [2025-10-27 02:49:45] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?fields=security_groups HTTP/1.1" 200 1399 0.054877 10.0.0.129 - - [2025-10-27 02:49:45] "DELETE /security-group/704fbd1a-6d43-4b2a-8386-08ccb9aaaf92 HTTP/1.1" 200 115 0.064456 10.0.0.129 - - [2025-10-27 02:49:45] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.33 - - [2025-10-27 02:49:45] "DELETE /access-control-list/592c0952-d6a2-4ce8-b92d-164482b811ef HTTP/1.1" 200 115 0.044011 10.0.0.129 - - [2025-10-27 02:49:45] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?fields=application_policy_sets HTTP/1.1" 200 1438 0.070165 10.0.0.249 - - [2025-10-27 02:49:45] "DELETE /project/59d7b93e-d287-482e-a4aa-2f734660fdff HTTP/1.1" 200 115 0.471862 10.0.0.129 - - [2025-10-27 02:49:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.249 - - [2025-10-27 02:49:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?fields=projects HTTP/1.1" 200 1247 0.010877 10.0.0.129 - - [2025-10-27 02:49:48] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003997 10.0.0.129 - - [2025-10-27 02:49:48] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.129 - - [2025-10-27 02:49:48] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007852 10.0.0.129 - - [2025-10-27 02:49:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.004709 10.0.0.129 - - [2025-10-27 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.005610 10.0.0.129 - - [2025-10-27 02:49:48] "POST /security-groups HTTP/1.1" 200 603 0.073858 10.0.0.129 - - [2025-10-27 02:49:48] "POST /projects HTTP/1.1" 200 609 0.266418 10.0.0.33 - - [2025-10-27 02:49:48] "POST /access-control-lists HTTP/1.1" 200 610 0.024223 10.0.0.129 - - [2025-10-27 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.335582 10.0.0.249 - - [2025-10-27 02:49:49] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.756927 10.0.0.129 - - [2025-10-27 02:49:49] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.249 - - [2025-10-27 02:49:49] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?fields=virtual_networks HTTP/1.1" 200 1058 0.045947 10.0.0.129 - - [2025-10-27 02:49:49] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.249 - - [2025-10-27 02:49:49] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.039909 10.0.0.129 - - [2025-10-27 02:49:49] "GET /projects?obj_uuids=59d7b93e-d287-482e-a4aa-2f734660fdff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006131 10.0.0.249 - - [2025-10-27 02:49:49] "GET /project/59d7b93e-d287-482e-a4aa-2f734660fdff?fields=security_groups HTTP/1.1" 200 1297 0.056615 10.0.0.249 - - [2025-10-27 02:49:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.022231 10.0.0.129 - - [2025-10-27 02:49:50] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.129 - - [2025-10-27 02:49:50] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.129 - - [2025-10-27 02:49:50] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008661 10.0.0.129 - - [2025-10-27 02:49:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.002584 10.0.0.129 - - [2025-10-27 02:49:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.004585 10.0.0.129 - - [2025-10-27 02:49:50] "POST /security-groups HTTP/1.1" 200 597 0.028583 10.0.0.33 - - [2025-10-27 02:49:50] "POST /fqname-to-id HTTP/1.1" 404 240 0.005653 10.0.0.129 - - [2025-10-27 02:49:50] "POST /projects HTTP/1.1" 200 597 0.228184 10.0.0.129 - - [2025-10-27 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.301379 10.0.0.33 - - [2025-10-27 02:49:50] "POST /access-control-lists HTTP/1.1" 200 602 0.036550 10.0.0.249 - - [2025-10-27 02:49:50] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.447066 10.0.0.249 - - [2025-10-27 02:49:51] "GET / HTTP/1.1" 200 36215 0.002128 10.0.0.249 - - [2025-10-27 02:49:53] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000638 10.0.0.129 - - [2025-10-27 02:49:53] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001203 10.0.0.249 - - [2025-10-27 02:49:53] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.071982 10.0.0.249 - - [2025-10-27 02:49:54] "GET / HTTP/1.1" 200 36215 0.002389 10.0.0.249 - - [2025-10-27 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.129 - - [2025-10-27 02:49:54] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.249 - - [2025-10-27 02:49:54] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010725 10.0.0.249 - - [2025-10-27 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.129 - - [2025-10-27 02:49:54] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.249 - - [2025-10-27 02:49:54] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042168 10.0.0.249 - - [2025-10-27 02:49:55] "GET /domains HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2025-10-27 02:49:56] "GET /domains HTTP/1.1" 200 281 0.026526 10.0.0.129 - - [2025-10-27 02:49:56] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.249 - - [2025-10-27 02:49:56] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73 HTTP/1.1" 200 2589 0.008507 10.0.0.129 - - [2025-10-27 02:49:56] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.249 - - [2025-10-27 02:49:56] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095 HTTP/1.1" 200 1894 0.083817 10.0.0.249 - - [2025-10-27 02:49:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002937 10.0.0.249 - - [2025-10-27 02:49:56] "POST /network-ipams HTTP/1.1" 200 605 0.025525 10.0.0.249 - - [2025-10-27 02:49:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003373 10.0.0.249 - - [2025-10-27 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.249 - - [2025-10-27 02:49:56] "GET /network-ipam/a5f4fab9-373c-4ae3-b680-564bdea7ca67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.005784 10.0.0.249 - - [2025-10-27 02:49:56] "PUT /network-ipam/a5f4fab9-373c-4ae3-b680-564bdea7ca67 HTTP/1.1" 200 259 0.015305 10.0.0.249 - - [2025-10-27 02:49:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2025-10-27 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.026690 10.0.0.129 - - [2025-10-27 02:49:57] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001487 10.0.0.249 - - [2025-10-27 02:49:57] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048287 10.0.0.249 - - [2025-10-27 02:49:57] "POST /neutron/network HTTP/1.1" 200 117 0.035431 10.0.0.33 - - [2025-10-27 02:49:57] "POST /route-targets HTTP/1.1" 200 328 0.015689 10.0.0.129 - - [2025-10-27 02:49:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007295 10.0.0.249 - - [2025-10-27 02:49:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.208113 10.0.0.249 - - [2025-10-27 02:49:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001310 10.0.0.249 - - [2025-10-27 02:49:58] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005132 10.0.0.249 - - [2025-10-27 02:49:58] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005111 10.0.0.249 - - [2025-10-27 02:49:58] "POST /neutron/network HTTP/1.1" 200 1074 0.009590 10.0.0.249 - - [2025-10-27 02:49:58] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007375 10.0.0.33 - - [2025-10-27 02:49:59] "GET /obj-perms HTTP/1.1" 200 5032 0.053314 10.0.0.249 - - [2025-10-27 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.129 - - [2025-10-27 02:50:00] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.249 - - [2025-10-27 02:50:00] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.055859 10.0.0.249 - - [2025-10-27 02:50:00] "POST /neutron/network HTTP/1.1" 200 117 0.017568 10.0.0.33 - - [2025-10-27 02:50:00] "POST /ref-update HTTP/1.1" 200 156 0.020979 10.0.0.129 - - [2025-10-27 02:50:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012170 10.0.0.249 - - [2025-10-27 02:50:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.176114 10.0.0.249 - - [2025-10-27 02:50:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001967 10.0.0.249 - - [2025-10-27 02:50:00] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006835 10.0.0.249 - - [2025-10-27 02:50:00] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.008273 10.0.0.249 - - [2025-10-27 02:50:00] "POST /neutron/network HTTP/1.1" 200 1074 0.009743 10.0.0.249 - - [2025-10-27 02:50:01] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007665 10.0.0.249 - - [2025-10-27 02:50:01] "GET /obj-perms HTTP/1.1" 200 5032 0.054476 10.0.0.249 - - [2025-10-27 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.005271 10.0.0.249 - - [2025-10-27 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.129 - - [2025-10-27 02:50:01] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001169 10.0.0.249 - - [2025-10-27 02:50:01] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.056410 10.0.0.249 - - [2025-10-27 02:50:01] "POST /network-policys HTTP/1.1" 200 529 0.036068 10.0.0.249 - - [2025-10-27 02:50:01] "GET /network-policy/4ff32ad1-d6d4-462a-93f2-d3c1f422a351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008302 10.0.0.249 - - [2025-10-27 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.007575 10.0.0.249 - - [2025-10-27 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.129 - - [2025-10-27 02:50:01] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.249 - - [2025-10-27 02:50:02] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052627 10.0.0.249 - - [2025-10-27 02:50:02] "POST /network-policys HTTP/1.1" 200 529 0.030956 10.0.0.249 - - [2025-10-27 02:50:02] "GET /network-policy/9aac0a01-a805-4b56-a5d4-0e0531b713cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006763 10.0.0.249 - - [2025-10-27 02:50:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003479 10.0.0.249 - - [2025-10-27 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.129 - - [2025-10-27 02:50:02] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001534 10.0.0.249 - - [2025-10-27 02:50:02] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047619 10.0.0.249 - - [2025-10-27 02:50:02] "POST /network-policys HTTP/1.1" 200 529 0.035952 10.0.0.249 - - [2025-10-27 02:50:02] "GET /network-policy/35518769-6988-4d74-9b71-e74fdbb3b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.024501 10.0.0.249 - - [2025-10-27 02:50:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003279 10.0.0.249 - - [2025-10-27 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.129 - - [2025-10-27 02:50:02] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.249 - - [2025-10-27 02:50:02] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.050919 10.0.0.249 - - [2025-10-27 02:50:02] "POST /network-policys HTTP/1.1" 200 529 0.083824 10.0.0.249 - - [2025-10-27 02:50:02] "GET /network-policy/cd931d64-bbdc-49c1-9a76-e1e59b02a2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007585 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003790 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.129 - - [2025-10-27 02:50:03] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001411 10.0.0.249 - - [2025-10-27 02:50:03] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.049301 10.0.0.249 - - [2025-10-27 02:50:03] "POST /network-policys HTTP/1.1" 200 533 0.029453 10.0.0.249 - - [2025-10-27 02:50:03] "GET /network-policy/75cc2af4-1954-43f9-84ad-c2c3f5c23f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007336 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003499 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.129 - - [2025-10-27 02:50:03] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001247 10.0.0.249 - - [2025-10-27 02:50:03] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044272 10.0.0.249 - - [2025-10-27 02:50:03] "POST /network-policys HTTP/1.1" 200 531 0.034096 10.0.0.249 - - [2025-10-27 02:50:03] "GET /network-policy/ca50c663-82c1-4741-8a78-1bb0ecfbb3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006505 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003337 10.0.0.249 - - [2025-10-27 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.129 - - [2025-10-27 02:50:03] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000933 10.0.0.249 - - [2025-10-27 02:50:03] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038278 10.0.0.249 - - [2025-10-27 02:50:03] "POST /network-policys HTTP/1.1" 200 531 0.025950 10.0.0.249 - - [2025-10-27 02:50:04] "GET /network-policy/9a2bdc23-2fce-45b3-ba92-d227de069c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006457 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003462 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.129 - - [2025-10-27 02:50:04] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928 10.0.0.249 - - [2025-10-27 02:50:04] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053620 10.0.0.249 - - [2025-10-27 02:50:04] "POST /network-policys HTTP/1.1" 200 531 0.027563 10.0.0.249 - - [2025-10-27 02:50:04] "GET /network-policy/28d17607-febd-424c-8f27-ddb981cbd1c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.008728 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.004236 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.129 - - [2025-10-27 02:50:04] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001509 10.0.0.249 - - [2025-10-27 02:50:04] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039999 10.0.0.249 - - [2025-10-27 02:50:04] "POST /network-policys HTTP/1.1" 200 531 0.033833 10.0.0.249 - - [2025-10-27 02:50:04] "GET /network-policy/a0823a3b-db95-4936-ad15-b599ceb576e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007005 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 208 0.003254 10.0.0.249 - - [2025-10-27 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.129 - - [2025-10-27 02:50:04] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001032 10.0.0.249 - - [2025-10-27 02:50:05] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.063847 10.0.0.249 - - [2025-10-27 02:50:05] "POST /network-policys HTTP/1.1" 200 535 0.029056 10.0.0.249 - - [2025-10-27 02:50:05] "GET /network-policy/b78f6f3a-cc79-43a3-8acd-dddb02a6ee15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.005422 10.0.0.249 - - [2025-10-27 02:50:05] "POST /neutron/network HTTP/1.1" 200 1074 0.009216 10.0.0.249 - - [2025-10-27 02:50:05] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008560 10.0.0.249 - - [2025-10-27 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 02:50:05] "GET /network-policy/4ff32ad1-d6d4-462a-93f2-d3c1f422a351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004268 10.0.0.249 - - [2025-10-27 02:50:05] "POST /neutron/network HTTP/1.1" 200 1074 0.008928 10.0.0.33 - - [2025-10-27 02:50:05] "POST /fqname-to-id HTTP/1.1" 404 246 0.005396 10.0.0.249 - - [2025-10-27 02:50:06] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.007658 10.0.0.249 - - [2025-10-27 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010956 10.0.0.249 - - [2025-10-27 02:50:06] "GET /network-policy/75cc2af4-1954-43f9-84ad-c2c3f5c23f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004571 10.0.0.249 - - [2025-10-27 02:50:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001343 10.0.0.249 - - [2025-10-27 02:50:06] "POST /neutron/network HTTP/1.1" 200 1167 0.006510 10.0.0.129 - - [2025-10-27 02:50:07] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005881 10.0.0.249 - - [2025-10-27 02:50:07] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.078747 10.0.0.249 - - [2025-10-27 02:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.007373 10.0.0.249 - - [2025-10-27 02:50:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001307 10.0.0.249 - - [2025-10-27 02:50:07] "POST /neutron/network HTTP/1.1" 200 1167 0.007257 10.0.0.33 - - [2025-10-27 02:50:07] "PUT /access-control-list/39e37250-be79-4075-9cd8-50662c28ce55 HTTP/1.1" 200 273 0.017174 10.0.0.249 - - [2025-10-27 02:50:08] "POST /neutron/port HTTP/1.1" 200 1061 0.014534 10.0.0.129 - - [2025-10-27 02:50:08] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001348 10.0.0.249 - - [2025-10-27 02:50:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004478 10.0.0.249 - - [2025-10-27 02:50:08] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.068487 10.0.0.249 - - [2025-10-27 02:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.249 - - [2025-10-27 02:50:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.023948 10.0.0.249 - - [2025-10-27 02:50:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.014601 10.0.0.249 - - [2025-10-27 02:50:09] "POST /neutron/port HTTP/1.1" 200 1061 0.013456 10.0.0.249 - - [2025-10-27 02:50:09] "POST /neutron/port HTTP/1.1" 200 1089 0.018524 10.0.0.249 - - [2025-10-27 02:50:09] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.129 - - [2025-10-27 02:50:11] "DELETE /project/59d7b93e-d287-482e-a4aa-2f734660fdff HTTP/1.1" 404 177 0.005661 10.0.0.129 - - [2025-10-27 02:50:11] "DELETE /project/f617ace0c06d41a1ab1d663e41ed8095 HTTP/1.1" 404 173 0.003880 10.0.0.129 - - [2025-10-27 02:50:11] "DELETE /project/59d7b93ed287482ea4aa2f734660fdff HTTP/1.1" 404 173 0.005250 10.0.0.249 - - [2025-10-27 02:50:13] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007201 10.0.0.249 - - [2025-10-27 02:50:14] "POST /neutron/port HTTP/1.1" 200 1089 0.016182 10.0.0.249 - - [2025-10-27 02:50:14] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2025-10-27 02:50:14] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 200 1299 0.029550 10.0.0.249 - - [2025-10-27 02:50:14] "GET /virtual-machine-interface/0a2aec2c-e250-4512-94c1-33ce9eaf99bb HTTP/1.1" 200 2957 0.005207 10.0.0.249 - - [2025-10-27 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275 10.0.0.249 - - [2025-10-27 02:50:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004381 10.0.0.249 - - [2025-10-27 02:50:14] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003495 10.0.0.249 - - [2025-10-27 02:50:14] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005930 10.0.0.249 - - [2025-10-27 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-10-27 02:50:17] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005204 10.0.0.249 - - [2025-10-27 02:50:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017254 10.0.0.249 - - [2025-10-27 02:50:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.013105 10.0.0.249 - - [2025-10-27 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.249 - - [2025-10-27 02:50:21] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008766 10.0.0.249 - - [2025-10-27 02:50:22] "POST /neutron/port HTTP/1.1" 200 1089 0.015293 10.0.0.249 - - [2025-10-27 02:50:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.249 - - [2025-10-27 02:50:22] "POST /neutron/network HTTP/1.1" 200 1157 0.010545 10.0.0.249 - - [2025-10-27 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.249 - - [2025-10-27 02:50:25] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005178 10.0.0.249 - - [2025-10-27 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.249 - - [2025-10-27 02:50:29] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004900 10.0.0.129 - - [2025-10-27 02:50:30] "GET /obj-perms HTTP/1.1" 200 5075 0.044410 10.0.0.249 - - [2025-10-27 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.249 - - [2025-10-27 02:50:34] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005568 10.0.0.249 - - [2025-10-27 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.249 - - [2025-10-27 02:50:38] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011928 10.0.0.249 - - [2025-10-27 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.249 - - [2025-10-27 02:50:42] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005426 10.0.0.249 - - [2025-10-27 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.249 - - [2025-10-27 02:50:46] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005298 10.0.0.249 - - [2025-10-27 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.249 - - [2025-10-27 02:50:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.249 - - [2025-10-27 02:50:48] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002726 10.0.0.249 - - [2025-10-27 02:50:48] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007369 10.0.0.249 - - [2025-10-27 02:50:53] "POST /neutron/port HTTP/1.1" 200 1089 0.018838 10.0.0.33 - - [2025-10-27 02:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.33 - - [2025-10-27 02:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.129 - - [2025-10-27 02:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.129 - - [2025-10-27 02:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000740 10.0.0.249 - - [2025-10-27 02:50:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007936 10.0.0.33 - - [2025-10-27 02:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.33 - - [2025-10-27 02:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000696 10.0.0.249 - - [2025-10-27 02:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2025-10-27 02:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.129 - - [2025-10-27 02:51:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.129 - - [2025-10-27 02:51:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2025-10-27 02:51:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-10-27 02:51:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-10-27 02:51:02] "POST /neutron/port HTTP/1.1" 200 1089 0.014234 10.0.0.249 - - [2025-10-27 02:51:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009862 10.0.0.249 - - [2025-10-27 02:51:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015013 10.0.0.249 - - [2025-10-27 02:51:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008639 10.0.0.249 - - [2025-10-27 02:51:14] "GET /virtual-machine/68a3b787-2c32-43a6-a952-1db6fdf99253 HTTP/1.1" 200 1300 0.005538 10.0.0.249 - - [2025-10-27 02:51:14] "GET /virtual-machine-interface/89126fb5-65b7-4baa-85fa-aa849a826a51 HTTP/1.1" 200 2957 0.004882 10.0.0.249 - - [2025-10-27 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.249 - - [2025-10-27 02:51:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004504 10.0.0.249 - - [2025-10-27 02:51:14] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.010204 10.0.0.249 - - [2025-10-27 02:51:14] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006215 10.0.0.249 - - [2025-10-27 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-10-27 02:51:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004645 10.0.0.249 - - [2025-10-27 02:51:15] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004095 10.0.0.249 - - [2025-10-27 02:51:16] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.008915 10.0.0.249 - - [2025-10-27 02:51:16] "POST /neutron/port HTTP/1.1" 200 2062 0.017650 10.0.0.249 - - [2025-10-27 02:51:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011142 10.0.0.249 - - [2025-10-27 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.249 - - [2025-10-27 02:51:16] "GET /network-policy/75cc2af4-1954-43f9-84ad-c2c3f5c23f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004205 10.0.0.249 - - [2025-10-27 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2025-10-27 02:51:16] "GET /network-policy/4ff32ad1-d6d4-462a-93f2-d3c1f422a351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005095 10.0.0.249 - - [2025-10-27 02:51:16] "POST /neutron/network HTTP/1.1" 200 1157 0.012990 10.0.0.249 - - [2025-10-27 02:51:17] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009191 10.0.0.249 - - [2025-10-27 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.249 - - [2025-10-27 02:51:17] "GET /network-policy/9aac0a01-a805-4b56-a5d4-0e0531b713cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008065 10.0.0.249 - - [2025-10-27 02:51:21] "POST /neutron/port HTTP/1.1" 200 1089 0.044277 10.0.0.249 - - [2025-10-27 02:51:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005085 10.0.0.249 - - [2025-10-27 02:51:21] "POST /neutron/network HTTP/1.1" 200 1159 0.014940 10.0.0.249 - - [2025-10-27 02:51:23] "POST /neutron/network HTTP/1.1" 200 1167 0.008492 10.0.0.249 - - [2025-10-27 02:51:23] "POST /neutron/port HTTP/1.1" 200 117 0.001638 10.0.0.33 - - [2025-10-27 02:51:42] "PUT /access-control-list/39e37250-be79-4075-9cd8-50662c28ce55 HTTP/1.1" 200 273 0.033402 10.0.0.249 - - [2025-10-27 02:51:42] "POST /neutron/network HTTP/1.1" 200 1160 0.104417 10.0.0.249 - - [2025-10-27 02:51:42] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.008539 10.0.0.249 - - [2025-10-27 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010710 10.0.0.249 - - [2025-10-27 02:51:42] "GET /network-policy/b78f6f3a-cc79-43a3-8acd-dddb02a6ee15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003694 10.0.0.249 - - [2025-10-27 02:51:51] "POST /neutron/network HTTP/1.1" 200 1157 0.089204 10.0.0.249 - - [2025-10-27 02:51:51] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.020524 10.0.0.249 - - [2025-10-27 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.33 - - [2025-10-27 02:51:51] "POST /ref-update HTTP/1.1" 200 156 0.063910 10.0.0.249 - - [2025-10-27 02:51:51] "GET /network-policy/35518769-6988-4d74-9b71-e74fdbb3b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.009583 10.0.0.249 - - [2025-10-27 02:51:59] "POST /neutron/network HTTP/1.1" 200 1157 0.092647 10.0.0.249 - - [2025-10-27 02:51:59] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006041 10.0.0.249 - - [2025-10-27 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2025-10-27 02:52:00] "GET /network-policy/cd931d64-bbdc-49c1-9a76-e1e59b02a2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004950 10.0.0.249 - - [2025-10-27 02:52:07] "POST /neutron/network HTTP/1.1" 200 1158 0.090801 10.0.0.33 - - [2025-10-27 02:52:07] "POST /ref-update HTTP/1.1" 200 156 0.041811 10.0.0.249 - - [2025-10-27 02:52:07] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.010709 10.0.0.249 - - [2025-10-27 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.249 - - [2025-10-27 02:52:07] "GET /network-policy/ca50c663-82c1-4741-8a78-1bb0ecfbb3b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005148 10.0.0.249 - - [2025-10-27 02:52:16] "POST /neutron/network HTTP/1.1" 200 1158 0.068564 10.0.0.249 - - [2025-10-27 02:52:16] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009942 10.0.0.249 - - [2025-10-27 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.249 - - [2025-10-27 02:52:16] "GET /network-policy/9a2bdc23-2fce-45b3-ba92-d227de069c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005179 10.0.0.249 - - [2025-10-27 02:52:22] "POST /neutron/port HTTP/1.1" 200 1089 0.019613 10.0.0.249 - - [2025-10-27 02:52:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.015003 10.0.0.249 - - [2025-10-27 02:52:24] "POST /neutron/network HTTP/1.1" 200 1158 0.010383 10.0.0.33 - - [2025-10-27 02:52:24] "PUT /access-control-list/39e37250-be79-4075-9cd8-50662c28ce55 HTTP/1.1" 200 273 0.066486 10.0.0.249 - - [2025-10-27 02:52:24] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009683 10.0.0.249 - - [2025-10-27 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.249 - - [2025-10-27 02:52:24] "GET /network-policy/28d17607-febd-424c-8f27-ddb981cbd1c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004693 10.0.0.249 - - [2025-10-27 02:52:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017432 10.0.0.249 - - [2025-10-27 02:52:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004937 10.0.0.249 - - [2025-10-27 02:52:25] "POST /neutron/network HTTP/1.1" 200 1158 0.011463 10.0.0.33 - - [2025-10-27 02:52:32] "GET /obj-perms HTTP/1.1" 200 5075 0.052382 10.0.0.249 - - [2025-10-27 02:52:33] "POST /neutron/network HTTP/1.1" 200 1158 0.011076 10.0.0.249 - - [2025-10-27 02:52:33] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008760 10.0.0.249 - - [2025-10-27 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-10-27 02:52:33] "GET /network-policy/a0823a3b-db95-4936-ad15-b599ceb576e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005401 10.0.0.249 - - [2025-10-27 02:52:40] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006054 10.0.0.249 - - [2025-10-27 02:52:41] "POST /neutron/network HTTP/1.1" 200 1074 0.024271 10.0.0.249 - - [2025-10-27 02:52:41] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005272 10.0.0.33 - - [2025-10-27 02:52:41] "POST /ref-update HTTP/1.1" 200 156 0.030671 10.0.0.249 - - [2025-10-27 02:52:41] "GET /virtual-machine/68a3b787-2c32-43a6-a952-1db6fdf99253 HTTP/1.1" 200 1300 0.004355 10.0.0.249 - - [2025-10-27 02:52:41] "POST /neutron/port HTTP/1.1" 200 151 0.153373 10.0.0.249 - - [2025-10-27 02:52:43] "GET /virtual-machine/68a3b787-2c32-43a6-a952-1db6fdf99253 HTTP/1.1" 404 171 0.003885 10.0.0.249 - - [2025-10-27 02:52:43] "GET /virtual-machine/68a3b787-2c32-43a6-a952-1db6fdf99253 HTTP/1.1" 404 171 0.004252 10.0.0.249 - - [2025-10-27 02:52:43] "GET /virtual-machine/68a3b787-2c32-43a6-a952-1db6fdf99253 HTTP/1.1" 404 171 0.005516 10.0.0.249 - - [2025-10-27 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2025-10-27 02:52:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005238 10.0.0.249 - - [2025-10-27 02:52:43] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.005065 10.0.0.249 - - [2025-10-27 02:52:43] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006082 10.0.0.249 - - [2025-10-27 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-10-27 02:52:43] "GET /routing-instance/1c8fb736-9c25-44c2-af2e-b8db30628ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.007836 10.0.0.249 - - [2025-10-27 02:52:43] "GET /route-target/2418ef9b-2d91-48d8-9150-7aefcf3633ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005309 10.0.0.249 - - [2025-10-27 02:52:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005016 10.0.0.33 - - [2025-10-27 02:52:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004606 10.0.0.249 - - [2025-10-27 02:52:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004005 10.0.0.33 - - [2025-10-27 02:52:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004280 10.0.0.249 - - [2025-10-27 02:53:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004138 10.0.0.33 - - [2025-10-27 02:53:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004051 10.0.0.249 - - [2025-10-27 02:53:11] "GET /obj-perms HTTP/1.1" 200 5032 0.005382 10.0.0.249 - - [2025-10-27 02:53:11] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 200 1299 0.004027 10.0.0.249 - - [2025-10-27 02:53:12] "POST /neutron/port HTTP/1.1" 200 151 0.178266 10.0.0.249 - - [2025-10-27 02:53:13] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 404 171 0.003469 10.0.0.249 - - [2025-10-27 02:53:13] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 404 171 0.003125 10.0.0.249 - - [2025-10-27 02:53:13] "GET /virtual-machine/0eee7be0-176d-424b-8246-4a44989778c7 HTTP/1.1" 404 171 0.002365 10.0.0.249 - - [2025-10-27 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.249 - - [2025-10-27 02:53:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004200 10.0.0.249 - - [2025-10-27 02:53:13] "GET /virtual-networks?parent_id=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002873 10.0.0.249 - - [2025-10-27 02:53:13] "GET /virtual-network/3c503ac1-fea1-4fb4-94d0-88430a7d7ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006062 10.0.0.249 - - [2025-10-27 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.249 - - [2025-10-27 02:53:13] "GET /routing-instance/ae063728-3675-4465-998c-58705a899c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004361 10.0.0.249 - - [2025-10-27 02:53:13] "GET /route-target/41b67c5b-9897-4d4d-8ec6-5ec60f6e9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003977 10.0.0.249 - - [2025-10-27 02:53:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004170 10.0.0.33 - - [2025-10-27 02:53:14] "GET /obj-perms HTTP/1.1" 200 5032 0.003898 10.0.0.249 - - [2025-10-27 02:53:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004283 10.0.0.33 - - [2025-10-27 02:53:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004026 10.0.0.249 - - [2025-10-27 02:53:32] "GET /obj-perms HTTP/1.1" 200 5032 0.003932 10.0.0.33 - - [2025-10-27 02:53:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004636 10.0.0.129 - - [2025-10-27 02:53:32] "GET /obj-perms HTTP/1.1" 200 5075 0.068859 10.0.0.249 - - [2025-10-27 02:53:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004894 10.0.0.33 - - [2025-10-27 02:53:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004069 10.0.0.249 - - [2025-10-27 02:53:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003618 10.0.0.249 - - [2025-10-27 02:53:41] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006209 10.0.0.249 - - [2025-10-27 02:53:42] "POST /neutron/network HTTP/1.1" 200 1074 0.021651 10.0.0.249 - - [2025-10-27 02:53:42] "GET /virtual-network/84dc2b61-98de-485c-8ace-48e3aa28775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.008074 10.0.0.249 - - [2025-10-27 02:53:42] "DELETE /network-policy/b78f6f3a-cc79-43a3-8acd-dddb02a6ee15 HTTP/1.1" 200 115 0.032620 10.0.0.249 - - [2025-10-27 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.129 - - [2025-10-27 02:53:42] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023292 10.0.0.249 - - [2025-10-27 02:53:42] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.060087 10.0.0.249 - - [2025-10-27 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005716 10.0.0.249 - - [2025-10-27 02:53:42] "DELETE /network-policy/a0823a3b-db95-4936-ad15-b599ceb576e0 HTTP/1.1" 200 115 0.038673 10.0.0.249 - - [2025-10-27 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.129 - - [2025-10-27 02:53:42] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000984 10.0.0.249 - - [2025-10-27 02:53:42] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045394 10.0.0.249 - - [2025-10-27 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.004940 10.0.0.249 - - [2025-10-27 02:53:42] "DELETE /network-policy/28d17607-febd-424c-8f27-ddb981cbd1c6 HTTP/1.1" 200 115 0.034917 10.0.0.249 - - [2025-10-27 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.129 - - [2025-10-27 02:53:42] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.249 - - [2025-10-27 02:53:42] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045325 10.0.0.249 - - [2025-10-27 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005301 10.0.0.249 - - [2025-10-27 02:53:42] "DELETE /network-policy/9a2bdc23-2fce-45b3-ba92-d227de069c16 HTTP/1.1" 200 115 0.037462 10.0.0.249 - - [2025-10-27 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.129 - - [2025-10-27 02:53:42] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.249 - - [2025-10-27 02:53:42] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037770 10.0.0.249 - - [2025-10-27 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006846 10.0.0.249 - - [2025-10-27 02:53:43] "DELETE /network-policy/ca50c663-82c1-4741-8a78-1bb0ecfbb3b8 HTTP/1.1" 200 115 0.042759 10.0.0.249 - - [2025-10-27 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.129 - - [2025-10-27 02:53:43] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001515 10.0.0.249 - - [2025-10-27 02:53:43] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045584 10.0.0.249 - - [2025-10-27 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005510 10.0.0.249 - - [2025-10-27 02:53:43] "DELETE /network-policy/75cc2af4-1954-43f9-84ad-c2c3f5c23f79 HTTP/1.1" 200 115 0.036467 10.0.0.249 - - [2025-10-27 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.129 - - [2025-10-27 02:53:43] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001451 10.0.0.249 - - [2025-10-27 02:53:43] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043210 10.0.0.249 - - [2025-10-27 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005765 10.0.0.249 - - [2025-10-27 02:53:43] "DELETE /network-policy/cd931d64-bbdc-49c1-9a76-e1e59b02a2c7 HTTP/1.1" 200 115 0.039742 10.0.0.249 - - [2025-10-27 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.129 - - [2025-10-27 02:53:43] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.249 - - [2025-10-27 02:53:43] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039630 10.0.0.249 - - [2025-10-27 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.005461 10.0.0.249 - - [2025-10-27 02:53:43] "DELETE /network-policy/35518769-6988-4d74-9b71-e74fdbb3b7da HTTP/1.1" 200 115 0.041351 10.0.0.249 - - [2025-10-27 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470 10.0.0.129 - - [2025-10-27 02:53:43] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001274 10.0.0.249 - - [2025-10-27 02:53:43] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042130 10.0.0.249 - - [2025-10-27 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005431 10.0.0.249 - - [2025-10-27 02:53:44] "DELETE /network-policy/9aac0a01-a805-4b56-a5d4-0e0531b713cf HTTP/1.1" 200 115 0.039892 10.0.0.249 - - [2025-10-27 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005378 10.0.0.129 - - [2025-10-27 02:53:44] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001363 10.0.0.249 - - [2025-10-27 02:53:44] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044959 10.0.0.249 - - [2025-10-27 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.006042 10.0.0.249 - - [2025-10-27 02:53:44] "DELETE /network-policy/4ff32ad1-d6d4-462a-93f2-d3c1f422a351 HTTP/1.1" 200 115 0.047025 10.0.0.249 - - [2025-10-27 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.129 - - [2025-10-27 02:53:44] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.249 - - [2025-10-27 02:53:44] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.035389 10.0.0.249 - - [2025-10-27 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-09174749&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005241 10.0.0.33 - - [2025-10-27 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006706 10.0.0.249 - - [2025-10-27 02:53:44] "POST /neutron/network HTTP/1.1" 200 1074 0.012232 10.0.0.33 - - [2025-10-27 02:53:45] "DELETE /route-target/41b67c5b-9897-4d4d-8ec6-5ec60f6e9674 HTTP/1.1" 200 115 0.023064 10.0.0.249 - - [2025-10-27 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.249 - - [2025-10-27 02:53:45] "DELETE /network-ipam/a5f4fab9-373c-4ae3-b680-564bdea7ca67 HTTP/1.1" 200 115 0.038554 10.0.0.249 - - [2025-10-27 02:53:45] "POST /fqname-to-id HTTP/1.1" 404 248 0.003645 10.0.0.129 - - [2025-10-27 02:53:45] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000848 10.0.0.129 - - [2025-10-27 02:53:45] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.042084 10.0.0.129 - - [2025-10-27 02:53:45] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000867 10.0.0.129 - - [2025-10-27 02:53:45] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?fields=security_groups HTTP/1.1" 200 1382 0.044457 10.0.0.129 - - [2025-10-27 02:53:45] "DELETE /security-group/a5fecf3a-5bd5-44d4-84f5-4c905c580822 HTTP/1.1" 200 115 0.048553 10.0.0.129 - - [2025-10-27 02:53:45] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001372 10.0.0.129 - - [2025-10-27 02:53:45] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?fields=application_policy_sets HTTP/1.1" 200 1421 0.054177 10.0.0.249 - - [2025-10-27 02:53:45] "DELETE /project/f617ace0-c06d-41a1-ab1d-663e41ed8095 HTTP/1.1" 200 115 0.375627 10.0.0.129 - - [2025-10-27 02:53:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001851 10.0.0.249 - - [2025-10-27 02:53:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?fields=projects HTTP/1.1" 200 1247 0.028282 10.0.0.129 - - [2025-10-27 02:53:47] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003592 10.0.0.129 - - [2025-10-27 02:53:47] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001904 10.0.0.129 - - [2025-10-27 02:53:47] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034839 10.0.0.129 - - [2025-10-27 02:53:47] "POST /id-to-fqname HTTP/1.1" 200 196 0.007819 10.0.0.129 - - [2025-10-27 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.004881 10.0.0.129 - - [2025-10-27 02:53:47] "POST /security-groups HTTP/1.1" 200 597 0.077049 10.0.0.33 - - [2025-10-27 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.005092 10.0.0.129 - - [2025-10-27 02:53:47] "POST /projects HTTP/1.1" 200 597 0.296966 10.0.0.129 - - [2025-10-27 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.363218 10.0.0.33 - - [2025-10-27 02:53:47] "POST /access-control-lists HTTP/1.1" 200 602 0.025594 10.0.0.249 - - [2025-10-27 02:53:47] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.518512 10.0.0.129 - - [2025-10-27 02:53:47] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001319 10.0.0.249 - - [2025-10-27 02:53:47] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?fields=virtual_networks HTTP/1.1" 200 1047 0.051158 10.0.0.129 - - [2025-10-27 02:53:47] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000960 10.0.0.249 - - [2025-10-27 02:53:47] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.049843 10.0.0.129 - - [2025-10-27 02:53:47] "GET /projects?obj_uuids=f617ace0-c06d-41a1-ab1d-663e41ed8095&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002121 10.0.0.249 - - [2025-10-27 02:53:47] "GET /project/f617ace0-c06d-41a1-ab1d-663e41ed8095?fields=security_groups HTTP/1.1" 200 1280 0.043396 10.0.0.249 - - [2025-10-27 02:53:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.024737 10.0.0.129 - - [2025-10-27 02:53:48] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003509 10.0.0.129 - - [2025-10-27 02:53:48] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.129 - - [2025-10-27 02:53:48] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007820 10.0.0.129 - - [2025-10-27 02:53:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.002642 10.0.0.129 - - [2025-10-27 02:53:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.004991 10.0.0.129 - - [2025-10-27 02:53:49] "POST /security-groups HTTP/1.1" 200 603 0.082168 10.0.0.129 - - [2025-10-27 02:53:49] "POST /projects HTTP/1.1" 200 609 0.291555 10.0.0.33 - - [2025-10-27 02:53:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.014590 10.0.0.129 - - [2025-10-27 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.362741 10.0.0.249 - - [2025-10-27 02:53:49] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.504604 10.0.0.249 - - [2025-10-27 02:53:50] "GET / HTTP/1.1" 200 36215 0.001441 10.0.0.249 - - [2025-10-27 02:53:52] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.129 - - [2025-10-27 02:53:52] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.249 - - [2025-10-27 02:53:52] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056376 10.0.0.249 - - [2025-10-27 02:53:53] "GET / HTTP/1.1" 200 36215 0.002028 10.0.0.249 - - [2025-10-27 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.129 - - [2025-10-27 02:53:53] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.249 - - [2025-10-27 02:53:53] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007747 10.0.0.249 - - [2025-10-27 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.129 - - [2025-10-27 02:53:53] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001686 10.0.0.249 - - [2025-10-27 02:53:53] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.060190 10.0.0.249 - - [2025-10-27 02:53:54] "GET /domains HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-10-27 02:53:55] "GET /domains HTTP/1.1" 200 281 0.025131 10.0.0.129 - - [2025-10-27 02:53:55] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.249 - - [2025-10-27 02:53:55] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73 HTTP/1.1" 200 2788 0.008988 10.0.0.129 - - [2025-10-27 02:53:55] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001629 10.0.0.249 - - [2025-10-27 02:53:55] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d HTTP/1.1" 200 1929 0.090716 10.0.0.249 - - [2025-10-27 02:53:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003139 10.0.0.249 - - [2025-10-27 02:53:55] "POST /network-ipams HTTP/1.1" 200 623 0.028921 10.0.0.249 - - [2025-10-27 02:53:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004201 10.0.0.249 - - [2025-10-27 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.249 - - [2025-10-27 02:53:55] "GET /network-ipam/5f27dd8b-aefd-4d08-948d-11e60bad5b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.007739 10.0.0.249 - - [2025-10-27 02:53:55] "PUT /network-ipam/5f27dd8b-aefd-4d08-948d-11e60bad5b71 HTTP/1.1" 200 259 0.017120 10.0.0.249 - - [2025-10-27 02:53:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.249 - - [2025-10-27 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.028389 10.0.0.129 - - [2025-10-27 02:53:55] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.249 - - [2025-10-27 02:53:56] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050791 10.0.0.129 - - [2025-10-27 02:53:56] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001736 10.0.0.249 - - [2025-10-27 02:53:56] "POST /neutron/network HTTP/1.1" 200 623 0.191154 10.0.0.33 - - [2025-10-27 02:53:56] "POST /ref-update HTTP/1.1" 200 156 0.054183 10.0.0.129 - - [2025-10-27 02:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007090 10.0.0.249 - - [2025-10-27 02:53:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.203817 10.0.0.33 - - [2025-10-27 02:53:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.037429 10.0.0.249 - - [2025-10-27 02:53:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001499 10.0.0.249 - - [2025-10-27 02:53:57] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005292 10.0.0.249 - - [2025-10-27 02:53:57] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005340 10.0.0.249 - - [2025-10-27 02:53:57] "POST /neutron/network HTTP/1.1" 200 1336 0.010908 10.0.0.249 - - [2025-10-27 02:53:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.007974 10.0.0.249 - - [2025-10-27 02:53:57] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006422 10.0.0.249 - - [2025-10-27 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.129 - - [2025-10-27 02:53:59] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003130 10.0.0.249 - - [2025-10-27 02:53:59] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051150 10.0.0.33 - - [2025-10-27 02:53:59] "POST /route-targets HTTP/1.1" 200 328 0.011876 10.0.0.129 - - [2025-10-27 02:53:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006294 10.0.0.249 - - [2025-10-27 02:53:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.208240 10.0.0.249 - - [2025-10-27 02:53:59] "POST /neutron/network HTTP/1.1" 200 1337 0.013221 10.0.0.249 - - [2025-10-27 02:53:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001116 10.0.0.249 - - [2025-10-27 02:53:59] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004811 10.0.0.249 - - [2025-10-27 02:54:00] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006193 10.0.0.249 - - [2025-10-27 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.010083 10.0.0.249 - - [2025-10-27 02:54:00] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005842 10.0.0.33 - - [2025-10-27 02:54:00] "GET /obj-perms HTTP/1.1" 200 5038 0.050854 10.0.0.129 - - [2025-10-27 02:54:00] "GET /obj-perms HTTP/1.1" 200 5038 0.049354 10.0.0.249 - - [2025-10-27 02:54:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003502 10.0.0.249 - - [2025-10-27 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.129 - - [2025-10-27 02:54:00] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001262 10.0.0.249 - - [2025-10-27 02:54:00] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046010 10.0.0.249 - - [2025-10-27 02:54:01] "POST /network-policys HTTP/1.1" 200 535 0.068740 10.0.0.249 - - [2025-10-27 02:54:01] "GET /network-policy/beef5f95-4b35-47a2-af28-ee69cae42657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006541 10.0.0.249 - - [2025-10-27 02:54:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003028 10.0.0.249 - - [2025-10-27 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.129 - - [2025-10-27 02:54:01] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.249 - - [2025-10-27 02:54:01] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045085 10.0.0.249 - - [2025-10-27 02:54:01] "POST /network-policys HTTP/1.1" 200 535 0.077685 10.0.0.249 - - [2025-10-27 02:54:01] "GET /network-policy/84eb5593-9dfb-4223-ae85-8daf35895317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006297 10.0.0.249 - - [2025-10-27 02:54:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.007283 10.0.0.249 - - [2025-10-27 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.129 - - [2025-10-27 02:54:01] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001782 10.0.0.249 - - [2025-10-27 02:54:01] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043613 10.0.0.249 - - [2025-10-27 02:54:01] "POST /network-policys HTTP/1.1" 200 535 0.072463 10.0.0.249 - - [2025-10-27 02:54:01] "GET /network-policy/f5126025-fe02-47b7-9bf0-491d12096ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008187 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003282 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.129 - - [2025-10-27 02:54:02] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001509 10.0.0.249 - - [2025-10-27 02:54:02] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044882 10.0.0.249 - - [2025-10-27 02:54:02] "POST /network-policys HTTP/1.1" 200 535 0.073648 10.0.0.249 - - [2025-10-27 02:54:02] "GET /network-policy/8410575d-9dc6-4b82-be8d-c2dd96d101fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006924 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 213 0.004699 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.129 - - [2025-10-27 02:54:02] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.249 - - [2025-10-27 02:54:02] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042789 10.0.0.249 - - [2025-10-27 02:54:02] "POST /network-policys HTTP/1.1" 200 539 0.024537 10.0.0.249 - - [2025-10-27 02:54:02] "GET /network-policy/adcb4f1f-b69f-47e5-9896-a3da934b5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005815 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.003766 10.0.0.249 - - [2025-10-27 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.129 - - [2025-10-27 02:54:02] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.249 - - [2025-10-27 02:54:03] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034649 10.0.0.249 - - [2025-10-27 02:54:03] "POST /network-policys HTTP/1.1" 200 537 0.077388 10.0.0.249 - - [2025-10-27 02:54:03] "GET /network-policy/fd6ae4e0-cd76-48be-a2cd-7187c3ddd032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005849 10.0.0.249 - - [2025-10-27 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.003177 10.0.0.249 - - [2025-10-27 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.129 - - [2025-10-27 02:54:03] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.249 - - [2025-10-27 02:54:03] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034913 10.0.0.249 - - [2025-10-27 02:54:03] "POST /network-policys HTTP/1.1" 200 537 0.069398 10.0.0.249 - - [2025-10-27 02:54:03] "GET /network-policy/f33cf983-aa24-4d95-9f4b-9786ef7bfc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.007280 10.0.0.249 - - [2025-10-27 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.002981 10.0.0.249 - - [2025-10-27 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.129 - - [2025-10-27 02:54:03] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.249 - - [2025-10-27 02:54:03] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040682 10.0.0.249 - - [2025-10-27 02:54:03] "POST /network-policys HTTP/1.1" 200 537 0.069287 10.0.0.249 - - [2025-10-27 02:54:04] "GET /network-policy/770357d0-bf3a-4966-8439-dd88dc3d9ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006497 10.0.0.249 - - [2025-10-27 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.003234 10.0.0.249 - - [2025-10-27 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.129 - - [2025-10-27 02:54:04] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001451 10.0.0.249 - - [2025-10-27 02:54:04] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.057032 10.0.0.249 - - [2025-10-27 02:54:04] "POST /network-policys HTTP/1.1" 200 537 0.084900 10.0.0.249 - - [2025-10-27 02:54:04] "GET /network-policy/577ca9e6-0ced-4b37-8846-b3ae315d8104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007156 10.0.0.249 - - [2025-10-27 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.003003 10.0.0.249 - - [2025-10-27 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.129 - - [2025-10-27 02:54:04] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.249 - - [2025-10-27 02:54:04] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051342 10.0.0.249 - - [2025-10-27 02:54:04] "POST /network-policys HTTP/1.1" 200 541 0.025996 10.0.0.249 - - [2025-10-27 02:54:04] "GET /network-policy/a1dd425b-874f-4d4d-a025-7a2a95261d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006732 10.0.0.249 - - [2025-10-27 02:54:05] "POST /neutron/network HTTP/1.1" 200 1336 0.012051 10.0.0.33 - - [2025-10-27 02:54:05] "POST /access-control-lists HTTP/1.1" 200 611 0.029343 10.0.0.249 - - [2025-10-27 02:54:05] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007828 10.0.0.249 - - [2025-10-27 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006446 10.0.0.249 - - [2025-10-27 02:54:05] "GET /network-policy/beef5f95-4b35-47a2-af28-ee69cae42657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007479 10.0.0.249 - - [2025-10-27 02:54:05] "POST /neutron/network HTTP/1.1" 200 1337 0.016000 10.0.0.33 - - [2025-10-27 02:54:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.006348 10.0.0.33 - - [2025-10-27 02:54:05] "POST /ref-update HTTP/1.1" 200 156 0.027378 10.0.0.249 - - [2025-10-27 02:54:05] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.013793 10.0.0.249 - - [2025-10-27 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005113 10.0.0.249 - - [2025-10-27 02:54:05] "GET /network-policy/adcb4f1f-b69f-47e5-9896-a3da934b5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004513 10.0.0.249 - - [2025-10-27 02:54:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.002233 10.0.0.249 - - [2025-10-27 02:54:06] "POST /neutron/network HTTP/1.1" 200 1434 0.010713 10.0.0.129 - - [2025-10-27 02:54:06] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.249 - - [2025-10-27 02:54:06] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058879 10.0.0.249 - - [2025-10-27 02:54:07] "POST /neutron/port HTTP/1.1" 200 117 0.007816 10.0.0.249 - - [2025-10-27 02:54:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001901 10.0.0.249 - - [2025-10-27 02:54:07] "POST /neutron/network HTTP/1.1" 200 1434 0.009592 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/port HTTP/1.1" 200 1173 0.043529 10.0.0.129 - - [2025-10-27 02:54:08] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.249 - - [2025-10-27 02:54:08] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071335 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/port HTTP/1.1" 200 1201 0.021287 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/network HTTP/1.1" 200 1424 0.011235 10.0.0.249 - - [2025-10-27 02:54:08] "POST /neutron/network HTTP/1.1" 200 1437 0.010379 10.0.0.249 - - [2025-10-27 02:54:09] "POST /neutron/port HTTP/1.1" 200 1174 0.020956 10.0.0.249 - - [2025-10-27 02:54:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.249 - - [2025-10-27 02:54:09] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.129 - - [2025-10-27 02:54:11] "DELETE /project/f617ace0-c06d-41a1-ab1d-663e41ed8095 HTTP/1.1" 404 177 0.007251 10.0.0.129 - - [2025-10-27 02:54:11] "DELETE /project/f617ace0c06d41a1ab1d663e41ed8095 HTTP/1.1" 404 173 0.005751 10.0.0.129 - - [2025-10-27 02:54:11] "DELETE /project/d0d6add73efa48d0866773d572d01c1d HTTP/1.1" 404 173 0.007699 10.0.0.249 - - [2025-10-27 02:54:13] "POST /neutron/port HTTP/1.1" 200 1201 0.018862 10.0.0.249 - - [2025-10-27 02:54:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008730 10.0.0.249 - - [2025-10-27 02:54:14] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-10-27 02:54:14] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 200 1305 0.027572 10.0.0.249 - - [2025-10-27 02:54:14] "GET /virtual-machine-interface/fe54fa8d-32f5-4411-b919-183288f6ef58 HTTP/1.1" 200 3178 0.005140 10.0.0.249 - - [2025-10-27 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.249 - - [2025-10-27 02:54:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003610 10.0.0.249 - - [2025-10-27 02:54:14] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002665 10.0.0.249 - - [2025-10-27 02:54:14] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006654 10.0.0.249 - - [2025-10-27 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.249 - - [2025-10-27 02:54:17] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007200 10.0.0.249 - - [2025-10-27 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.249 - - [2025-10-27 02:54:21] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006831 10.0.0.249 - - [2025-10-27 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.249 - - [2025-10-27 02:54:25] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005558 10.0.0.249 - - [2025-10-27 02:54:26] "POST /neutron/port HTTP/1.1" 200 1202 0.019665 10.0.0.249 - - [2025-10-27 02:54:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004082 10.0.0.249 - - [2025-10-27 02:54:26] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.249 - - [2025-10-27 02:54:28] "POST /neutron/port HTTP/1.1" 200 1201 0.021673 10.0.0.249 - - [2025-10-27 02:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004886 10.0.0.249 - - [2025-10-27 02:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.249 - - [2025-10-27 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-10-27 02:54:30] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005185 10.0.0.249 - - [2025-10-27 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.249 - - [2025-10-27 02:54:34] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007046 10.0.0.249 - - [2025-10-27 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-10-27 02:54:38] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006175 10.0.0.249 - - [2025-10-27 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.249 - - [2025-10-27 02:54:42] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005239 10.0.0.249 - - [2025-10-27 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.249 - - [2025-10-27 02:54:46] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006040 10.0.0.249 - - [2025-10-27 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-10-27 02:54:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004123 10.0.0.249 - - [2025-10-27 02:54:48] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004101 10.0.0.249 - - [2025-10-27 02:54:48] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006645 10.0.0.249 - - [2025-10-27 02:54:48] "POST /neutron/port HTTP/1.1" 200 1201 0.020111 10.0.0.249 - - [2025-10-27 02:54:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007722 10.0.0.249 - - [2025-10-27 02:54:59] "POST /neutron/port HTTP/1.1" 200 1201 0.044318 10.0.0.249 - - [2025-10-27 02:55:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009292 10.0.0.249 - - [2025-10-27 02:55:09] "POST /neutron/port HTTP/1.1" 200 1202 0.019890 10.0.0.249 - - [2025-10-27 02:55:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008615 10.0.0.249 - - [2025-10-27 02:55:09] "GET /virtual-machine/3eb3e52b-719d-459b-b5e6-36706ccf46cb HTTP/1.1" 200 1306 0.007126 10.0.0.249 - - [2025-10-27 02:55:09] "GET /virtual-machine-interface/fb78101e-d6b3-4ef7-b3f4-e5681a6ebb5c HTTP/1.1" 200 3178 0.005284 10.0.0.249 - - [2025-10-27 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.249 - - [2025-10-27 02:55:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005353 10.0.0.249 - - [2025-10-27 02:55:09] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.005034 10.0.0.249 - - [2025-10-27 02:55:09] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007849 10.0.0.249 - - [2025-10-27 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-10-27 02:55:10] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003763 10.0.0.249 - - [2025-10-27 02:55:10] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002919 10.0.0.249 - - [2025-10-27 02:55:10] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.009204 10.0.0.249 - - [2025-10-27 02:55:11] "POST /neutron/port HTTP/1.1" 200 1202 0.014765 10.0.0.249 - - [2025-10-27 02:55:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008809 10.0.0.249 - - [2025-10-27 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.249 - - [2025-10-27 02:55:16] "GET /network-policy/adcb4f1f-b69f-47e5-9896-a3da934b5ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003582 10.0.0.249 - - [2025-10-27 02:55:16] "POST /neutron/port HTTP/1.1" 200 1201 0.018551 10.0.0.249 - - [2025-10-27 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.249 - - [2025-10-27 02:55:16] "GET /network-policy/beef5f95-4b35-47a2-af28-ee69cae42657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004228 10.0.0.33 - - [2025-10-27 02:55:17] "PUT /access-control-list/d953f5a3-d781-4f06-ba42-3f9f90efdc2c HTTP/1.1" 200 273 0.017915 10.0.0.249 - - [2025-10-27 02:55:17] "POST /neutron/network HTTP/1.1" 200 1424 0.137886 10.0.0.249 - - [2025-10-27 02:55:17] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005897 10.0.0.249 - - [2025-10-27 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.249 - - [2025-10-27 02:55:17] "GET /network-policy/84eb5593-9dfb-4223-ae85-8daf35895317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005988 10.0.0.249 - - [2025-10-27 02:55:27] "POST /neutron/port HTTP/1.1" 200 1202 0.016906 10.0.0.249 - - [2025-10-27 02:55:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004328 10.0.0.249 - - [2025-10-27 02:55:27] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.249 - - [2025-10-27 02:55:29] "POST /neutron/port HTTP/1.1" 200 1201 0.016205 10.0.0.249 - - [2025-10-27 02:55:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005085 10.0.0.249 - - [2025-10-27 02:55:29] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.249 - - [2025-10-27 02:55:34] "GET /obj-perms HTTP/1.1" 200 5075 0.058640 10.0.0.249 - - [2025-10-27 02:55:39] "POST /neutron/network HTTP/1.1" 200 1427 0.106491 10.0.0.249 - - [2025-10-27 02:55:39] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006366 10.0.0.249 - - [2025-10-27 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2025-10-27 02:55:39] "GET /network-policy/a1dd425b-874f-4d4d-a025-7a2a95261d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004162 10.0.0.33 - - [2025-10-27 02:55:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006307 10.0.0.249 - - [2025-10-27 02:55:51] "POST /neutron/network HTTP/1.1" 200 1424 0.108443 10.0.0.33 - - [2025-10-27 02:55:51] "PUT /access-control-list/d953f5a3-d781-4f06-ba42-3f9f90efdc2c HTTP/1.1" 200 273 0.073009 10.0.0.249 - - [2025-10-27 02:55:52] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010851 10.0.0.249 - - [2025-10-27 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.249 - - [2025-10-27 02:55:52] "GET /network-policy/f5126025-fe02-47b7-9bf0-491d12096ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004523 10.0.0.33 - - [2025-10-27 02:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.33 - - [2025-10-27 02:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.129 - - [2025-10-27 02:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.129 - - [2025-10-27 02:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.33 - - [2025-10-27 02:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.33 - - [2025-10-27 02:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-10-27 02:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2025-10-27 02:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.129 - - [2025-10-27 02:56:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.129 - - [2025-10-27 02:56:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.249 - - [2025-10-27 02:56:01] "GET /global-system-configs HTTP/1.1" 401 293 0.001809 10.0.0.249 - - [2025-10-27 02:56:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2025-10-27 02:56:04] "POST /neutron/network HTTP/1.1" 200 1424 0.117492 10.0.0.249 - - [2025-10-27 02:56:04] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006761 10.0.0.249 - - [2025-10-27 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.249 - - [2025-10-27 02:56:04] "GET /network-policy/8410575d-9dc6-4b82-be8d-c2dd96d101fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005755 10.0.0.33 - - [2025-10-27 02:56:14] "PUT /access-control-list/d953f5a3-d781-4f06-ba42-3f9f90efdc2c HTTP/1.1" 200 273 0.033884 10.0.0.249 - - [2025-10-27 02:56:14] "POST /neutron/network HTTP/1.1" 200 1425 0.089593 10.0.0.249 - - [2025-10-27 02:56:14] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.008282 10.0.0.249 - - [2025-10-27 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008775 10.0.0.249 - - [2025-10-27 02:56:14] "GET /network-policy/fd6ae4e0-cd76-48be-a2cd-7187c3ddd032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004168 10.0.0.33 - - [2025-10-27 02:56:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.004679 10.0.0.249 - - [2025-10-27 02:56:27] "POST /neutron/network HTTP/1.1" 200 1425 0.110415 10.0.0.33 - - [2025-10-27 02:56:27] "POST /ref-update HTTP/1.1" 200 156 0.036824 10.0.0.249 - - [2025-10-27 02:56:27] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007806 10.0.0.249 - - [2025-10-27 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.249 - - [2025-10-27 02:56:27] "GET /network-policy/f33cf983-aa24-4d95-9f4b-9786ef7bfc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.006066 10.0.0.249 - - [2025-10-27 02:56:29] "POST /neutron/port HTTP/1.1" 200 1202 0.047437 10.0.0.249 - - [2025-10-27 02:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005339 10.0.0.249 - - [2025-10-27 02:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.249 - - [2025-10-27 02:56:31] "POST /neutron/port HTTP/1.1" 200 1201 0.018066 10.0.0.249 - - [2025-10-27 02:56:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007779 10.0.0.249 - - [2025-10-27 02:56:31] "POST /neutron/port HTTP/1.1" 200 117 0.001813 10.0.0.249 - - [2025-10-27 02:56:37] "POST /neutron/network HTTP/1.1" 200 1425 0.117685 10.0.0.249 - - [2025-10-27 02:56:37] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005803 10.0.0.249 - - [2025-10-27 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.249 - - [2025-10-27 02:56:37] "GET /network-policy/770357d0-bf3a-4966-8439-dd88dc3d9ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004600 10.0.0.249 - - [2025-10-27 02:56:50] "POST /neutron/network HTTP/1.1" 200 1425 0.089261 10.0.0.249 - - [2025-10-27 02:56:50] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006444 10.0.0.249 - - [2025-10-27 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-10-27 02:56:50] "GET /network-policy/577ca9e6-0ced-4b37-8846-b3ae315d8104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004632 10.0.0.249 - - [2025-10-27 02:57:00] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005726 10.0.0.33 - - [2025-10-27 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.008549 10.0.0.249 - - [2025-10-27 02:57:00] "POST /neutron/network HTTP/1.1" 200 1336 0.080845 10.0.0.249 - - [2025-10-27 02:57:00] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.022175 10.0.0.33 - - [2025-10-27 02:57:00] "DELETE /access-control-list/d953f5a3-d781-4f06-ba42-3f9f90efdc2c HTTP/1.1" 200 115 0.107935 10.0.0.249 - - [2025-10-27 02:57:00] "GET /virtual-machine/3eb3e52b-719d-459b-b5e6-36706ccf46cb HTTP/1.1" 200 1306 0.004046 10.0.0.249 - - [2025-10-27 02:57:01] "POST /neutron/port HTTP/1.1" 200 1228 0.019453 10.0.0.249 - - [2025-10-27 02:57:02] "GET /virtual-machine/3eb3e52b-719d-459b-b5e6-36706ccf46cb HTTP/1.1" 404 171 0.005926 10.0.0.249 - - [2025-10-27 02:57:02] "GET /virtual-machine/3eb3e52b-719d-459b-b5e6-36706ccf46cb HTTP/1.1" 404 171 0.004971 10.0.0.249 - - [2025-10-27 02:57:02] "GET /virtual-machine/3eb3e52b-719d-459b-b5e6-36706ccf46cb HTTP/1.1" 404 171 0.004601 10.0.0.249 - - [2025-10-27 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2025-10-27 02:57:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003623 10.0.0.249 - - [2025-10-27 02:57:02] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002797 10.0.0.249 - - [2025-10-27 02:57:02] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.009166 10.0.0.249 - - [2025-10-27 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.249 - - [2025-10-27 02:57:02] "GET /routing-instance/334264bb-f4b7-4368-800d-47a712133ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.008053 10.0.0.249 - - [2025-10-27 02:57:03] "GET /route-target/56e9764d-f9bf-4af3-b1ae-d088cb29c7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005166 10.0.0.33 - - [2025-10-27 02:57:03] "GET /obj-perms HTTP/1.1" 200 5038 0.004747 10.0.0.249 - - [2025-10-27 02:57:06] "GET /obj-perms HTTP/1.1" 200 5038 0.052737 10.0.0.33 - - [2025-10-27 02:57:12] "GET /obj-perms HTTP/1.1" 200 5038 0.096129 10.0.0.249 - - [2025-10-27 02:57:12] "GET /obj-perms HTTP/1.1" 200 5038 0.003808 10.0.0.129 - - [2025-10-27 02:57:12] "GET /obj-perms HTTP/1.1" 200 5038 0.003960 10.0.0.249 - - [2025-10-27 02:57:12] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 200 1305 0.004396 10.0.0.249 - - [2025-10-27 02:57:13] "POST /neutron/port HTTP/1.1" 200 1227 0.019080 10.0.0.249 - - [2025-10-27 02:57:14] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 404 171 0.005036 10.0.0.249 - - [2025-10-27 02:57:14] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 404 171 0.003290 10.0.0.249 - - [2025-10-27 02:57:14] "GET /virtual-machine/4d2aca15-002f-45f8-8388-e379ffa296a0 HTTP/1.1" 404 171 0.002603 10.0.0.249 - - [2025-10-27 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-10-27 02:57:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003756 10.0.0.249 - - [2025-10-27 02:57:14] "GET /virtual-networks?parent_id=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003830 10.0.0.249 - - [2025-10-27 02:57:15] "GET /virtual-network/d3f8de30-6df2-4643-b50e-6c1e9b897a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007168 10.0.0.249 - - [2025-10-27 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.249 - - [2025-10-27 02:57:15] "GET /routing-instance/d66f95fa-0573-412f-a9a9-968c9c9e7192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005052 10.0.0.249 - - [2025-10-27 02:57:15] "GET /route-target/43f0fe24-2f6c-4060-89d6-b23ee0e817a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004677 10.0.0.249 - - [2025-10-27 02:57:18] "GET /obj-perms HTTP/1.1" 200 5038 0.003744 10.0.0.33 - - [2025-10-27 02:57:18] "GET /obj-perms HTTP/1.1" 200 5038 0.004251 10.0.0.249 - - [2025-10-27 02:57:27] "GET /obj-perms HTTP/1.1" 200 5038 0.005373 10.0.0.33 - - [2025-10-27 02:57:27] "GET /obj-perms HTTP/1.1" 200 5038 0.004531 10.0.0.33 - - [2025-10-27 02:57:35] "GET /obj-perms HTTP/1.1" 200 5075 0.054246 10.0.0.249 - - [2025-10-27 02:57:36] "GET /obj-perms HTTP/1.1" 200 5038 0.004854 10.0.0.249 - - [2025-10-27 02:57:39] "GET /obj-perms HTTP/1.1" 200 5038 0.003712 10.0.0.33 - - [2025-10-27 02:57:39] "GET /obj-perms HTTP/1.1" 200 5038 0.004200 10.0.0.249 - - [2025-10-27 02:57:40] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005842 10.0.0.249 - - [2025-10-27 02:57:40] "POST /neutron/network HTTP/1.1" 200 1337 0.089959 10.0.0.249 - - [2025-10-27 02:57:40] "GET /virtual-network/e9b5c0fd-176f-44d3-82eb-1e05c7400acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005788 10.0.0.33 - - [2025-10-27 02:57:40] "POST /ref-update HTTP/1.1" 200 156 0.021191 10.0.0.249 - - [2025-10-27 02:57:40] "DELETE /network-policy/a1dd425b-874f-4d4d-a025-7a2a95261d2a HTTP/1.1" 200 115 0.031341 10.0.0.249 - - [2025-10-27 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.129 - - [2025-10-27 02:57:40] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001370 10.0.0.249 - - [2025-10-27 02:57:40] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040382 10.0.0.249 - - [2025-10-27 02:57:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.007664 10.0.0.249 - - [2025-10-27 02:57:40] "DELETE /network-policy/577ca9e6-0ced-4b37-8846-b3ae315d8104 HTTP/1.1" 200 115 0.048775 10.0.0.249 - - [2025-10-27 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.129 - - [2025-10-27 02:57:40] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.249 - - [2025-10-27 02:57:40] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044524 10.0.0.249 - - [2025-10-27 02:57:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.006587 10.0.0.249 - - [2025-10-27 02:57:40] "DELETE /network-policy/770357d0-bf3a-4966-8439-dd88dc3d9ee7 HTTP/1.1" 200 115 0.035148 10.0.0.249 - - [2025-10-27 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.129 - - [2025-10-27 02:57:41] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.249 - - [2025-10-27 02:57:41] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039211 10.0.0.249 - - [2025-10-27 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005461 10.0.0.249 - - [2025-10-27 02:57:41] "DELETE /network-policy/f33cf983-aa24-4d95-9f4b-9786ef7bfc06 HTTP/1.1" 200 115 0.043321 10.0.0.249 - - [2025-10-27 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.129 - - [2025-10-27 02:57:41] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.249 - - [2025-10-27 02:57:41] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043026 10.0.0.249 - - [2025-10-27 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005889 10.0.0.249 - - [2025-10-27 02:57:41] "DELETE /network-policy/fd6ae4e0-cd76-48be-a2cd-7187c3ddd032 HTTP/1.1" 200 115 0.037354 10.0.0.249 - - [2025-10-27 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.129 - - [2025-10-27 02:57:41] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.249 - - [2025-10-27 02:57:41] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049527 10.0.0.249 - - [2025-10-27 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.007536 10.0.0.249 - - [2025-10-27 02:57:41] "DELETE /network-policy/adcb4f1f-b69f-47e5-9896-a3da934b5ce7 HTTP/1.1" 200 115 0.036824 10.0.0.249 - - [2025-10-27 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.129 - - [2025-10-27 02:57:41] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.249 - - [2025-10-27 02:57:41] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036710 10.0.0.249 - - [2025-10-27 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006074 10.0.0.249 - - [2025-10-27 02:57:41] "DELETE /network-policy/8410575d-9dc6-4b82-be8d-c2dd96d101fa HTTP/1.1" 200 115 0.037606 10.0.0.249 - - [2025-10-27 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015310 10.0.0.129 - - [2025-10-27 02:57:41] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.249 - - [2025-10-27 02:57:41] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043859 10.0.0.249 - - [2025-10-27 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005936 10.0.0.249 - - [2025-10-27 02:57:42] "DELETE /network-policy/f5126025-fe02-47b7-9bf0-491d12096ae0 HTTP/1.1" 200 115 0.042907 10.0.0.249 - - [2025-10-27 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.129 - - [2025-10-27 02:57:42] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.249 - - [2025-10-27 02:57:42] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045527 10.0.0.249 - - [2025-10-27 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.006658 10.0.0.249 - - [2025-10-27 02:57:42] "DELETE /network-policy/84eb5593-9dfb-4223-ae85-8daf35895317 HTTP/1.1" 200 115 0.043977 10.0.0.249 - - [2025-10-27 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.129 - - [2025-10-27 02:57:42] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001493 10.0.0.249 - - [2025-10-27 02:57:42] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053345 10.0.0.249 - - [2025-10-27 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.015414 10.0.0.249 - - [2025-10-27 02:57:42] "DELETE /network-policy/beef5f95-4b35-47a2-af28-ee69cae42657 HTTP/1.1" 200 115 0.042360 10.0.0.249 - - [2025-10-27 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.129 - - [2025-10-27 02:57:42] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.249 - - [2025-10-27 02:57:42] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056030 10.0.0.249 - - [2025-10-27 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-90139631&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005424 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005013 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002808 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002349 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007396 10.0.0.129 - - [2025-10-27 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004428 10.0.0.249 - - [2025-10-27 02:57:42] "POST /neutron/network HTTP/1.1" 200 151 0.173304 10.0.0.33 - - [2025-10-27 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-10-27 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2025-10-27 02:57:43] "DELETE /network-ipam/5f27dd8b-aefd-4d08-948d-11e60bad5b71 HTTP/1.1" 200 115 0.031673 10.0.0.249 - - [2025-10-27 02:57:43] "POST /fqname-to-id HTTP/1.1" 404 260 0.003295 10.0.0.129 - - [2025-10-27 02:57:43] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.129 - - [2025-10-27 02:57:43] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.035298 10.0.0.129 - - [2025-10-27 02:57:43] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.129 - - [2025-10-27 02:57:43] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?fields=security_groups HTTP/1.1" 200 1399 0.089646 10.0.0.129 - - [2025-10-27 02:57:43] "DELETE /security-group/17345e62-2b2e-424a-b0c8-372c09f8da32 HTTP/1.1" 200 115 0.072258 10.0.0.129 - - [2025-10-27 02:57:43] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001476 10.0.0.129 - - [2025-10-27 02:57:44] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?fields=application_policy_sets HTTP/1.1" 200 1438 0.060993 10.0.0.33 - - [2025-10-27 02:57:44] "DELETE /access-control-list/0dd6b64f-228b-4ce1-be1d-cd8f94dce2cf HTTP/1.1" 200 115 0.061877 10.0.0.249 - - [2025-10-27 02:57:44] "DELETE /project/d0d6add7-3efa-48d0-8667-73d572d01c1d HTTP/1.1" 200 115 0.489793 10.0.0.129 - - [2025-10-27 02:57:44] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002059 10.0.0.249 - - [2025-10-27 02:57:44] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?fields=projects HTTP/1.1" 200 1247 0.013711 10.0.0.129 - - [2025-10-27 02:57:45] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.129 - - [2025-10-27 02:57:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.129 - - [2025-10-27 02:57:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047625 10.0.0.129 - - [2025-10-27 02:57:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.004614 10.0.0.129 - - [2025-10-27 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.006928 10.0.0.129 - - [2025-10-27 02:57:45] "POST /security-groups HTTP/1.1" 200 603 0.081529 10.0.0.129 - - [2025-10-27 02:57:46] "POST /projects HTTP/1.1" 200 609 0.314779 10.0.0.33 - - [2025-10-27 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.006246 10.0.0.129 - - [2025-10-27 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.392123 10.0.0.249 - - [2025-10-27 02:57:46] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.553649 10.0.0.129 - - [2025-10-27 02:57:46] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002319 10.0.0.249 - - [2025-10-27 02:57:46] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?fields=virtual_networks HTTP/1.1" 200 1058 0.064393 10.0.0.129 - - [2025-10-27 02:57:46] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.249 - - [2025-10-27 02:57:46] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.052479 10.0.0.129 - - [2025-10-27 02:57:46] "GET /projects?obj_uuids=d0d6add7-3efa-48d0-8667-73d572d01c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.249 - - [2025-10-27 02:57:46] "GET /project/d0d6add7-3efa-48d0-8667-73d572d01c1d?fields=security_groups HTTP/1.1" 200 1297 0.040708 10.0.0.249 - - [2025-10-27 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.027451 10.0.0.129 - - [2025-10-27 02:57:47] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003288 10.0.0.129 - - [2025-10-27 02:57:47] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.129 - - [2025-10-27 02:57:47] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008235 10.0.0.129 - - [2025-10-27 02:57:47] "POST /id-to-fqname HTTP/1.1" 200 184 0.004586 10.0.0.129 - - [2025-10-27 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.006338 10.0.0.129 - - [2025-10-27 02:57:47] "POST /security-groups HTTP/1.1" 200 585 0.070931 10.0.0.129 - - [2025-10-27 02:57:47] "POST /projects HTTP/1.1" 200 573 0.289577 10.0.0.33 - - [2025-10-27 02:57:47] "POST /access-control-lists HTTP/1.1" 200 592 0.029823 10.0.0.129 - - [2025-10-27 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.361632 10.0.0.249 - - [2025-10-27 02:57:47] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.517196 10.0.0.249 - - [2025-10-27 02:57:49] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.249 - - [2025-10-27 02:57:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2025-10-27 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.079098 10.0.0.129 - - [2025-10-27 02:57:50] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000924 10.0.0.249 - - [2025-10-27 02:57:50] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.037513 10.0.0.249 - - [2025-10-27 02:57:50] "POST /neutron/network HTTP/1.1" 200 117 0.043306 10.0.0.33 - - [2025-10-27 02:57:50] "POST /route-targets HTTP/1.1" 200 328 0.019372 10.0.0.129 - - [2025-10-27 02:57:50] "POST /useragent-kv HTTP/1.1" 200 115 0.009272 10.0.0.249 - - [2025-10-27 02:57:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.184982 10.0.0.249 - - [2025-10-27 02:57:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001318 10.0.0.249 - - [2025-10-27 02:57:50] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006082 10.0.0.249 - - [2025-10-27 02:57:51] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006931 10.0.0.249 - - [2025-10-27 02:57:51] "POST /neutron/network HTTP/1.1" 200 993 0.011103 10.0.0.249 - - [2025-10-27 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.129 - - [2025-10-27 02:57:51] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001121 10.0.0.249 - - [2025-10-27 02:57:51] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.051743 10.0.0.249 - - [2025-10-27 02:57:51] "POST /neutron/network HTTP/1.1" 200 117 0.016156 10.0.0.33 - - [2025-10-27 02:57:51] "POST /ref-update HTTP/1.1" 200 156 0.027756 10.0.0.33 - - [2025-10-27 02:57:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.005745 10.0.0.129 - - [2025-10-27 02:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012013 10.0.0.249 - - [2025-10-27 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.233813 10.0.0.249 - - [2025-10-27 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001868 10.0.0.249 - - [2025-10-27 02:57:52] "GET /virtual-network/d2df1de9-1c2c-4a70-a747-796ec2e8fb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007010 10.0.0.249 - - [2025-10-27 02:57:52] "GET /virtual-network/d2df1de9-1c2c-4a70-a747-796ec2e8fb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007540 10.0.0.249 - - [2025-10-27 02:57:52] "POST /neutron/network HTTP/1.1" 200 989 0.010634 10.0.0.249 - - [2025-10-27 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001911 10.0.0.249 - - [2025-10-27 02:57:52] "POST /neutron/network HTTP/1.1" 200 1003 0.007880 10.0.0.129 - - [2025-10-27 02:57:53] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001361 10.0.0.249 - - [2025-10-27 02:57:53] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.074210 10.0.0.249 - - [2025-10-27 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.006471 10.0.0.249 - - [2025-10-27 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001328 10.0.0.249 - - [2025-10-27 02:57:54] "POST /neutron/network HTTP/1.1" 200 1003 0.007723 10.0.0.249 - - [2025-10-27 02:57:54] "POST /neutron/port HTTP/1.1" 200 1162 0.022499 10.0.0.129 - - [2025-10-27 02:57:54] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001356 10.0.0.249 - - [2025-10-27 02:57:54] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.100133 10.0.0.249 - - [2025-10-27 02:57:54] "POST /neutron/port HTTP/1.1" 200 1190 0.017994 10.0.0.249 - - [2025-10-27 02:57:54] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019505 10.0.0.249 - - [2025-10-27 02:57:55] "POST /neutron/network HTTP/1.1" 200 993 0.012443 10.0.0.249 - - [2025-10-27 02:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.007031 10.0.0.249 - - [2025-10-27 02:57:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001297 10.0.0.249 - - [2025-10-27 02:57:55] "POST /neutron/network HTTP/1.1" 200 999 0.009320 10.0.0.249 - - [2025-10-27 02:57:55] "POST /neutron/port HTTP/1.1" 200 1162 0.026828 10.0.0.249 - - [2025-10-27 02:57:56] "POST /neutron/port HTTP/1.1" 200 1190 0.015462 10.0.0.249 - - [2025-10-27 02:57:56] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012582 10.0.0.249 - - [2025-10-27 02:57:56] "POST /neutron/network HTTP/1.1" 200 993 0.015498 10.0.0.129 - - [2025-10-27 02:57:56] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001267 10.0.0.249 - - [2025-10-27 02:57:56] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.106170 10.0.0.249 - - [2025-10-27 02:57:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010409 10.0.0.249 - - [2025-10-27 02:57:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006922 10.0.0.249 - - [2025-10-27 02:57:57] "POST /neutron/port HTTP/1.1" 200 1190 0.015904 10.0.0.249 - - [2025-10-27 02:57:57] "GET /virtual-machine/d632a36e-751c-4054-a622-5ca09235ca09 HTTP/1.1" 401 293 0.000504 10.0.0.129 - - [2025-10-27 02:57:57] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001549 10.0.0.249 - - [2025-10-27 02:57:57] "POST /neutron/port HTTP/1.1" 200 1158 0.363372 10.0.0.249 - - [2025-10-27 02:57:57] "GET /virtual-machine/d632a36e-751c-4054-a622-5ca09235ca09 HTTP/1.1" 200 1289 0.048547 10.0.0.249 - - [2025-10-27 02:57:57] "GET /virtual-machine-interface/1df611a2-39ee-4c72-89fd-7f0935fe9d7d HTTP/1.1" 200 3112 0.025059 10.0.0.249 - - [2025-10-27 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010274 10.0.0.249 - - [2025-10-27 02:57:57] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004247 10.0.0.249 - - [2025-10-27 02:57:57] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.005412 10.0.0.249 - - [2025-10-27 02:57:57] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006069 10.0.0.249 - - [2025-10-27 02:57:57] "POST /neutron/port HTTP/1.1" 200 1212 0.182680 10.0.0.249 - - [2025-10-27 02:57:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007888 10.0.0.249 - - [2025-10-27 02:57:58] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.249 - - [2025-10-27 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2025-10-27 02:58:00] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005120 10.0.0.249 - - [2025-10-27 02:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.249 - - [2025-10-27 02:58:04] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.009290 10.0.0.249 - - [2025-10-27 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.249 - - [2025-10-27 02:58:09] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006166 10.0.0.129 - - [2025-10-27 02:58:11] "DELETE /project/d0d6add7-3efa-48d0-8667-73d572d01c1d HTTP/1.1" 404 177 0.003789 10.0.0.129 - - [2025-10-27 02:58:11] "DELETE /project/d0d6add73efa48d0866773d572d01c1d HTTP/1.1" 404 173 0.006467 10.0.0.129 - - [2025-10-27 02:58:11] "DELETE /project/b34ee8e8f5c546c3a220677d518f9d41 HTTP/1.1" 404 173 0.005306 10.0.0.249 - - [2025-10-27 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2025-10-27 02:58:13] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007148 10.0.0.249 - - [2025-10-27 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.249 - - [2025-10-27 02:58:17] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005826 10.0.0.249 - - [2025-10-27 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.249 - - [2025-10-27 02:58:21] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005661 10.0.0.249 - - [2025-10-27 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 02:58:25] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006814 10.0.0.249 - - [2025-10-27 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.249 - - [2025-10-27 02:58:29] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005226 10.0.0.249 - - [2025-10-27 02:58:29] "POST /neutron/port HTTP/1.1" 200 1190 0.018249 10.0.0.249 - - [2025-10-27 02:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005152 10.0.0.249 - - [2025-10-27 02:58:29] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.249 - - [2025-10-27 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.249 - - [2025-10-27 02:58:33] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006109 10.0.0.249 - - [2025-10-27 02:58:34] "POST /neutron/port HTTP/1.1" 200 1190 0.022900 10.0.0.249 - - [2025-10-27 02:58:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.249 - - [2025-10-27 02:58:34] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.249 - - [2025-10-27 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.249 - - [2025-10-27 02:58:37] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008086 10.0.0.249 - - [2025-10-27 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.249 - - [2025-10-27 02:58:41] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005576 10.0.0.249 - - [2025-10-27 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.249 - - [2025-10-27 02:58:45] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006941 10.0.0.249 - - [2025-10-27 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.249 - - [2025-10-27 02:58:50] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006853 10.0.0.249 - - [2025-10-27 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.249 - - [2025-10-27 02:58:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004560 10.0.0.249 - - [2025-10-27 02:58:52] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003485 10.0.0.249 - - [2025-10-27 02:58:52] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005350 10.0.0.249 - - [2025-10-27 02:58:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009830 10.0.0.249 - - [2025-10-27 02:58:57] "POST /neutron/port HTTP/1.1" 200 1190 0.019886 10.0.0.249 - - [2025-10-27 02:58:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006661 10.0.0.249 - - [2025-10-27 02:59:03] "POST /neutron/port HTTP/1.1" 200 1190 0.015917 10.0.0.249 - - [2025-10-27 02:59:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007831 10.0.0.249 - - [2025-10-27 02:59:18] "POST /neutron/port HTTP/1.1" 200 1190 0.014828 10.0.0.249 - - [2025-10-27 02:59:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007208 10.0.0.249 - - [2025-10-27 02:59:18] "GET /virtual-machine/5a4b6e7e-6e06-48ff-946e-779c784fae69 HTTP/1.1" 200 1288 0.005758 10.0.0.249 - - [2025-10-27 02:59:18] "GET /virtual-machine-interface/797172d8-a3a6-49e3-aec3-cbeb4a60093a HTTP/1.1" 200 3113 0.005588 10.0.0.249 - - [2025-10-27 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.249 - - [2025-10-27 02:59:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004406 10.0.0.249 - - [2025-10-27 02:59:18] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004381 10.0.0.249 - - [2025-10-27 02:59:18] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008877 10.0.0.249 - - [2025-10-27 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-10-27 02:59:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004139 10.0.0.249 - - [2025-10-27 02:59:19] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003166 10.0.0.249 - - [2025-10-27 02:59:19] "GET /virtual-network/7edd0b86-d644-44bb-a7fb-89a34ed12c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007580 10.0.0.249 - - [2025-10-27 02:59:19] "POST /neutron/port HTTP/1.1" 200 1186 0.017764 10.0.0.249 - - [2025-10-27 02:59:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009771 10.0.0.249 - - [2025-10-27 02:59:20] "GET /virtual-machine/7f15dd42-4bcf-4c5c-86c4-ad2170178ac6 HTTP/1.1" 200 1287 0.008765 10.0.0.249 - - [2025-10-27 02:59:20] "GET /virtual-machine-interface/a22dde79-38bc-4b92-9957-f7c54d18fdbd HTTP/1.1" 200 3114 0.005607 10.0.0.249 - - [2025-10-27 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2025-10-27 02:59:20] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.249 - - [2025-10-27 02:59:20] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002944 10.0.0.249 - - [2025-10-27 02:59:20] "GET /virtual-network/d2df1de9-1c2c-4a70-a747-796ec2e8fb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006941 10.0.0.249 - - [2025-10-27 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.249 - - [2025-10-27 02:59:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.249 - - [2025-10-27 02:59:21] "GET /virtual-networks?parent_id=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003276 10.0.0.249 - - [2025-10-27 02:59:21] "GET /virtual-network/d2df1de9-1c2c-4a70-a747-796ec2e8fb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005969 10.0.0.249 - - [2025-10-27 02:59:22] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003123 10.0.0.249 - - [2025-10-27 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-10-27 02:59:23] "GET /global-qos-config/da4abe90-24b0-4f75-8268-bec0d90d2941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.005543 10.0.0.249 - - [2025-10-27 02:59:23] "POST /fqname-to-id HTTP/1.1" 404 222 0.004214 10.0.0.249 - - [2025-10-27 02:59:23] "POST /forwarding-classs HTTP/1.1" 200 578 0.040743 10.0.0.249 - - [2025-10-27 02:59:23] "POST /id-to-fqname HTTP/1.1" 200 232 0.003765 10.0.0.249 - - [2025-10-27 02:59:23] "GET /forwarding-class/c11db87d-f5e9-478d-9174-5e8e0dd482d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.004134 10.0.0.129 - - [2025-10-27 02:59:23] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.033507 10.0.0.249 - - [2025-10-27 02:59:23] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.086407 10.0.0.249 - - [2025-10-27 02:59:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003685 10.0.0.249 - - [2025-10-27 02:59:23] "POST /qos-configs HTTP/1.1" 200 545 0.032651 10.0.0.249 - - [2025-10-27 02:59:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.003367 10.0.0.249 - - [2025-10-27 02:59:23] "GET /qos-config/0fc2aeae-4301-4e8a-83f1-a63722e09531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.005914 10.0.0.249 - - [2025-10-27 02:59:23] "GET /virtual-machine-interface/1df611a2-39ee-4c72-89fd-7f0935fe9d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.006970 10.0.0.249 - - [2025-10-27 02:59:23] "POST /ref-update HTTP/1.1" 200 156 0.015580 10.0.0.249 - - [2025-10-27 02:59:23] "POST /neutron/port HTTP/1.1" 200 1190 0.020525 10.0.0.249 - - [2025-10-27 02:59:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009666 10.0.0.249 - - [2025-10-27 02:59:24] "POST /neutron/port HTTP/1.1" 200 1190 0.019809 10.0.0.249 - - [2025-10-27 02:59:24] "POST /neutron/network HTTP/1.1" 200 993 0.010601 10.0.0.249 - - [2025-10-27 02:59:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001550 10.0.0.249 - - [2025-10-27 02:59:24] "GET /virtual-machine/d632a36e-751c-4054-a622-5ca09235ca09 HTTP/1.1" 200 1289 0.004814 10.0.0.249 - - [2025-10-27 02:59:24] "GET /virtual-machine-interface/1df611a2-39ee-4c72-89fd-7f0935fe9d7d HTTP/1.1" 200 3360 0.005561 10.0.0.249 - - [2025-10-27 02:59:24] "GET /instance-ip/4be24860-c704-4889-9094-a5f29567ac03 HTTP/1.1" 200 1612 0.006096 10.0.0.249 - - [2025-10-27 02:59:24] "GET /instance-ip/a092b303-8aad-4883-a904-3adfc92b4e3b HTTP/1.1" 200 1632 0.006226 10.0.0.249 - - [2025-10-27 02:59:24] "POST /neutron/port HTTP/1.1" 200 1190 0.017902 10.0.0.249 - - [2025-10-27 02:59:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007128 10.0.0.249 - - [2025-10-27 02:59:24] "POST /neutron/network HTTP/1.1" 200 967 0.017653 10.0.0.249 - - [2025-10-27 02:59:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001357 10.0.0.249 - - [2025-10-27 02:59:24] "GET /virtual-machine/5a4b6e7e-6e06-48ff-946e-779c784fae69 HTTP/1.1" 200 1288 0.005051 10.0.0.249 - - [2025-10-27 02:59:24] "GET /virtual-machine-interface/797172d8-a3a6-49e3-aec3-cbeb4a60093a HTTP/1.1" 200 3113 0.006298 10.0.0.249 - - [2025-10-27 02:59:24] "GET /instance-ip/640f411c-633f-4092-8ab6-d6c84beee208 HTTP/1.1" 200 1611 0.006852 10.0.0.249 - - [2025-10-27 02:59:24] "GET /instance-ip/e7caf7df-b0a8-4ce0-a914-8e55cae38874 HTTP/1.1" 200 1632 0.006606 10.0.0.249 - - [2025-10-27 02:59:31] "POST /neutron/port HTTP/1.1" 200 1190 0.016348 10.0.0.249 - - [2025-10-27 02:59:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.249 - - [2025-10-27 02:59:31] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.249 - - [2025-10-27 02:59:35] "POST /neutron/port HTTP/1.1" 200 1186 0.046545 10.0.0.249 - - [2025-10-27 02:59:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004371 10.0.0.249 - - [2025-10-27 02:59:35] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.129 - - [2025-10-27 02:59:37] "GET /obj-perms HTTP/1.1" 200 5075 0.062735 10.0.0.249 - - [2025-10-27 02:59:57] "GET /virtual-machine-interface/1df611a2-39ee-4c72-89fd-7f0935fe9d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2943 0.007569 10.0.0.249 - - [2025-10-27 02:59:57] "POST /ref-update HTTP/1.1" 200 156 0.019303 10.0.0.249 - - [2025-10-27 02:59:57] "DELETE /qos-config/0fc2aeae-4301-4e8a-83f1-a63722e09531 HTTP/1.1" 200 115 0.038280 10.0.0.249 - - [2025-10-27 02:59:57] "POST /id-to-fqname HTTP/1.1" 200 232 0.001349 10.0.0.249 - - [2025-10-27 02:59:57] "DELETE /forwarding-class/c11db87d-f5e9-478d-9174-5e8e0dd482d9 HTTP/1.1" 200 115 0.037052 10.0.0.249 - - [2025-10-27 02:59:59] "POST /neutron/network HTTP/1.1" 400 204 0.016358 10.0.0.249 - - [2025-10-27 02:59:59] "POST /neutron/port HTTP/1.1" 200 1190 0.038340 10.0.0.249 - - [2025-10-27 03:00:00] "POST /neutron/port HTTP/1.1" 200 151 0.265018 10.0.0.249 - - [2025-10-27 03:00:00] "POST /neutron/port HTTP/1.1" 200 151 0.299839 10.0.0.33 - - [2025-10-27 03:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.249 - - [2025-10-27 03:00:01] "POST /neutron/network HTTP/1.1" 200 993 0.015639 10.0.0.33 - - [2025-10-27 03:00:01] "DELETE /route-target/50439db6-fb83-4a92-a9aa-9718350152a1 HTTP/1.1" 200 115 0.025249 10.0.0.129 - - [2025-10-27 03:00:01] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003601 10.0.0.249 - - [2025-10-27 03:00:01] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.089690 10.0.0.129 - - [2025-10-27 03:00:01] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001852 10.0.0.249 - - [2025-10-27 03:00:02] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?fields=virtual_networks HTTP/1.1" 200 1023 0.058527 10.0.0.129 - - [2025-10-27 03:00:02] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001584 10.0.0.249 - - [2025-10-27 03:00:02] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.048203 10.0.0.129 - - [2025-10-27 03:00:02] "GET /projects?obj_uuids=b34ee8e8-f5c5-46c3-a220-677d518f9d41&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001035 10.0.0.249 - - [2025-10-27 03:00:02] "GET /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41?fields=security_groups HTTP/1.1" 200 1244 0.041389 10.0.0.249 - - [2025-10-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.055068 10.0.0.129 - - [2025-10-27 03:00:03] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003882 10.0.0.129 - - [2025-10-27 03:00:03] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.129 - - [2025-10-27 03:00:03] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037259 10.0.0.129 - - [2025-10-27 03:00:03] "POST /id-to-fqname HTTP/1.1" 200 183 0.007185 10.0.0.129 - - [2025-10-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.008370 10.0.0.129 - - [2025-10-27 03:00:03] "POST /security-groups HTTP/1.1" 200 584 0.032775 10.0.0.129 - - [2025-10-27 03:00:03] "POST /projects HTTP/1.1" 200 571 0.260160 10.0.0.33 - - [2025-10-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.010140 10.0.0.129 - - [2025-10-27 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.340225 10.0.0.249 - - [2025-10-27 03:00:03] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.518281 10.0.0.249 - - [2025-10-27 03:00:04] "GET / HTTP/1.1" 200 36215 0.003325 10.0.0.249 - - [2025-10-27 03:00:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000640 10.0.0.249 - - [2025-10-27 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.053916 10.0.0.129 - - [2025-10-27 03:00:07] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000872 10.0.0.249 - - [2025-10-27 03:00:07] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040221 10.0.0.129 - - [2025-10-27 03:00:07] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001256 10.0.0.249 - - [2025-10-27 03:00:07] "POST /neutron/network HTTP/1.1" 200 612 0.163367 10.0.0.33 - - [2025-10-27 03:00:07] "POST /ref-update HTTP/1.1" 200 156 0.019513 10.0.0.249 - - [2025-10-27 03:00:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.004738 10.0.0.249 - - [2025-10-27 03:00:07] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006644 10.0.0.249 - - [2025-10-27 03:00:07] "POST /neutron/network HTTP/1.1" 200 830 0.008437 10.0.0.249 - - [2025-10-27 03:00:07] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008031 10.0.0.249 - - [2025-10-27 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.249 - - [2025-10-27 03:00:07] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006220 10.0.0.249 - - [2025-10-27 03:00:08] "PUT /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19 HTTP/1.1" 200 265 0.057823 10.0.0.249 - - [2025-10-27 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.129 - - [2025-10-27 03:00:08] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.249 - - [2025-10-27 03:00:08] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.063515 10.0.0.249 - - [2025-10-27 03:00:08] "POST /neutron/network HTTP/1.1" 200 117 0.022472 10.0.0.33 - - [2025-10-27 03:00:08] "DELETE /access-control-list/38630e22-417c-45ba-ae04-637ded2be2f0 HTTP/1.1" 200 115 0.037349 10.0.0.33 - - [2025-10-27 03:00:08] "POST /ref-update HTTP/1.1" 200 156 0.038021 10.0.0.249 - - [2025-10-27 03:00:08] "POST /neutron/network HTTP/1.1" 200 831 0.008737 10.0.0.249 - - [2025-10-27 03:00:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001112 10.0.0.249 - - [2025-10-27 03:00:08] "GET /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005095 10.0.0.249 - - [2025-10-27 03:00:08] "GET /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005360 10.0.0.249 - - [2025-10-27 03:00:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.012026 10.0.0.249 - - [2025-10-27 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 03:00:08] "GET /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006847 10.0.0.249 - - [2025-10-27 03:00:09] "PUT /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272 HTTP/1.1" 200 265 0.055707 10.0.0.249 - - [2025-10-27 03:00:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001545 10.0.0.129 - - [2025-10-27 03:00:10] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001608 10.0.0.249 - - [2025-10-27 03:00:10] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.071651 10.0.0.249 - - [2025-10-27 03:00:10] "POST /neutron/port HTTP/1.1" 200 117 0.006406 10.0.0.249 - - [2025-10-27 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001299 10.0.0.249 - - [2025-10-27 03:00:10] "POST /neutron/network HTTP/1.1" 200 841 0.007439 10.0.0.249 - - [2025-10-27 03:00:11] "POST /neutron/port HTTP/1.1" 200 1052 0.015708 10.0.0.129 - - [2025-10-27 03:00:11] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.249 - - [2025-10-27 03:00:11] "POST /neutron/port HTTP/1.1" 200 1080 0.018670 10.0.0.249 - - [2025-10-27 03:00:11] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.141666 10.0.0.249 - - [2025-10-27 03:00:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.016142 10.0.0.249 - - [2025-10-27 03:00:11] "POST /neutron/port HTTP/1.1" 200 1080 0.018614 10.0.0.249 - - [2025-10-27 03:00:12] "POST /neutron/port HTTP/1.1" 200 1080 0.019477 10.0.0.129 - - [2025-10-27 03:00:12] "DELETE /project/ff2164ea48434e61b099ba3d588df4d0 HTTP/1.1" 404 173 0.004433 10.0.0.129 - - [2025-10-27 03:00:12] "DELETE /project/b34ee8e8-f5c5-46c3-a220-677d518f9d41 HTTP/1.1" 404 177 0.004023 10.0.0.129 - - [2025-10-27 03:00:12] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.249 - - [2025-10-27 03:00:12] "POST /neutron/port HTTP/1.1" 200 1053 0.340449 10.0.0.249 - - [2025-10-27 03:00:12] "POST /neutron/port HTTP/1.1" 200 1107 0.126215 10.0.0.249 - - [2025-10-27 03:00:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.009355 10.0.0.249 - - [2025-10-27 03:00:17] "POST /neutron/port HTTP/1.1" 200 1080 0.023897 10.0.0.249 - - [2025-10-27 03:00:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010144 10.0.0.249 - - [2025-10-27 03:00:17] "GET /virtual-machine/b975de3a-b863-485a-bbfe-3b63d21f201b HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2025-10-27 03:00:17] "GET /virtual-machine/b975de3a-b863-485a-bbfe-3b63d21f201b HTTP/1.1" 200 1288 0.029867 10.0.0.249 - - [2025-10-27 03:00:17] "GET /virtual-machine-interface/81a3ab38-fce9-4c9a-9929-8e96dce5b2a9 HTTP/1.1" 200 2934 0.006493 10.0.0.249 - - [2025-10-27 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.249 - - [2025-10-27 03:00:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003579 10.0.0.249 - - [2025-10-27 03:00:17] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003345 10.0.0.249 - - [2025-10-27 03:00:17] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007631 10.0.0.249 - - [2025-10-27 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-10-27 03:00:20] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006084 10.0.0.249 - - [2025-10-27 03:00:21] "POST /neutron/port HTTP/1.1" 200 1080 0.060736 10.0.0.249 - - [2025-10-27 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.249 - - [2025-10-27 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012438 10.0.0.249 - - [2025-10-27 03:00:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003887 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003426 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008119 10.0.0.249 - - [2025-10-27 03:00:23] "POST /neutron/port HTTP/1.1" 200 1081 0.021780 10.0.0.249 - - [2025-10-27 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007869 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-machine/08981cb0-def5-4108-994d-b8c7bc445630 HTTP/1.1" 200 1286 0.006592 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-machine-interface/67634cae-67e4-48ca-ac54-b36b9cc43a95 HTTP/1.1" 200 2934 0.006103 10.0.0.249 - - [2025-10-27 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.249 - - [2025-10-27 03:00:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005015 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003684 10.0.0.249 - - [2025-10-27 03:00:23] "GET /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006271 10.0.0.249 - - [2025-10-27 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.249 - - [2025-10-27 03:00:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004995 10.0.0.249 - - [2025-10-27 03:00:24] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004134 10.0.0.249 - - [2025-10-27 03:00:24] "GET /virtual-network/054ba643-e8e2-43bb-82c0-7c9b7c836272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007488 10.0.0.249 - - [2025-10-27 03:00:30] "POST /routing-policys HTTP/1.1" 200 536 0.028275 10.0.0.249 - - [2025-10-27 03:00:30] "GET /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.010913 10.0.0.249 - - [2025-10-27 03:00:30] "PUT /virtual-network/cdaa157e-b297-4f0d-be69-fdf03c0f0f19 HTTP/1.1" 200 265 0.062617 10.0.0.249 - - [2025-10-27 03:00:33] "POST /neutron/port HTTP/1.1" 200 1081 0.020918 10.0.0.249 - - [2025-10-27 03:00:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004436 10.0.0.249 - - [2025-10-27 03:00:33] "POST /neutron/network HTTP/1.1" 200 831 0.007917 10.0.0.33 - - [2025-10-27 03:00:34] "POST /ref-update HTTP/1.1" 200 156 0.029963 10.0.0.249 - - [2025-10-27 03:00:34] "POST /ref-update HTTP/1.1" 200 156 0.094105 10.0.0.249 - - [2025-10-27 03:00:34] "DELETE /routing-policy/d2aca545-205c-432f-ab40-62dc1879818a HTTP/1.1" 200 115 0.054264 10.0.0.249 - - [2025-10-27 03:00:34] "POST /neutron/port HTTP/1.1" 200 1081 0.022843 10.0.0.249 - - [2025-10-27 03:00:34] "POST /neutron/port HTTP/1.1" 200 1080 0.038352 10.0.0.249 - - [2025-10-27 03:00:36] "POST /neutron/network HTTP/1.1" 200 831 0.008045 10.0.0.33 - - [2025-10-27 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.129 - - [2025-10-27 03:00:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.129 - - [2025-10-27 03:00:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003798 10.0.0.249 - - [2025-10-27 03:00:36] "POST /neutron/network HTTP/1.1" 200 151 0.156026 10.0.0.33 - - [2025-10-27 03:00:36] "DELETE /route-target/41c069df-7964-4eb3-ad18-a1a21d196fe8 HTTP/1.1" 200 115 0.053192 10.0.0.249 - - [2025-10-27 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.129 - - [2025-10-27 03:00:39] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001275 10.0.0.249 - - [2025-10-27 03:00:39] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.058816 10.0.0.33 - - [2025-10-27 03:00:39] "POST /route-targets HTTP/1.1" 200 328 0.012213 10.0.0.129 - - [2025-10-27 03:00:39] "POST /useragent-kv HTTP/1.1" 200 115 0.012172 10.0.0.249 - - [2025-10-27 03:00:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.205301 10.0.0.249 - - [2025-10-27 03:00:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001664 10.0.0.249 - - [2025-10-27 03:00:40] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007734 10.0.0.249 - - [2025-10-27 03:00:40] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006350 10.0.0.249 - - [2025-10-27 03:00:40] "POST /neutron/network HTTP/1.1" 200 830 0.009761 10.0.0.249 - - [2025-10-27 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.249 - - [2025-10-27 03:00:40] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007309 10.0.0.249 - - [2025-10-27 03:00:40] "PUT /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895 HTTP/1.1" 200 265 0.062805 10.0.0.33 - - [2025-10-27 03:00:40] "POST /ref-update HTTP/1.1" 200 156 0.035194 10.0.0.249 - - [2025-10-27 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008559 10.0.0.129 - - [2025-10-27 03:00:40] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001227 10.0.0.249 - - [2025-10-27 03:00:40] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050909 10.0.0.129 - - [2025-10-27 03:00:40] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001683 10.0.0.249 - - [2025-10-27 03:00:40] "POST /neutron/network HTTP/1.1" 200 612 0.129667 10.0.0.249 - - [2025-10-27 03:00:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.003557 10.0.0.249 - - [2025-10-27 03:00:40] "GET /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006408 10.0.0.249 - - [2025-10-27 03:00:40] "POST /neutron/network HTTP/1.1" 200 831 0.009819 10.0.0.249 - - [2025-10-27 03:00:41] "GET /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006884 10.0.0.249 - - [2025-10-27 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.249 - - [2025-10-27 03:00:41] "GET /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005984 10.0.0.249 - - [2025-10-27 03:00:41] "PUT /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2 HTTP/1.1" 200 265 0.071841 10.0.0.33 - - [2025-10-27 03:00:41] "POST /ref-update HTTP/1.1" 200 156 0.018977 10.0.0.249 - - [2025-10-27 03:00:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001491 10.0.0.249 - - [2025-10-27 03:00:41] "POST /neutron/network HTTP/1.1" 200 840 0.009113 10.0.0.129 - - [2025-10-27 03:00:42] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001472 10.0.0.249 - - [2025-10-27 03:00:42] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.079475 10.0.0.249 - - [2025-10-27 03:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.021919 10.0.0.249 - - [2025-10-27 03:00:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001971 10.0.0.249 - - [2025-10-27 03:00:42] "POST /neutron/network HTTP/1.1" 200 840 0.012867 10.0.0.249 - - [2025-10-27 03:00:43] "POST /neutron/port HTTP/1.1" 200 1052 0.017600 10.0.0.129 - - [2025-10-27 03:00:43] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.005162 10.0.0.249 - - [2025-10-27 03:00:43] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.104288 10.0.0.249 - - [2025-10-27 03:00:43] "POST /neutron/port HTTP/1.1" 200 1080 0.022270 10.0.0.249 - - [2025-10-27 03:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.249 - - [2025-10-27 03:00:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007622 10.0.0.249 - - [2025-10-27 03:00:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008103 10.0.0.249 - - [2025-10-27 03:00:44] "POST /neutron/port HTTP/1.1" 200 1053 0.018672 10.0.0.249 - - [2025-10-27 03:00:44] "POST /neutron/port HTTP/1.1" 200 1081 0.023591 10.0.0.249 - - [2025-10-27 03:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.001806 10.0.0.249 - - [2025-10-27 03:00:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010207 10.0.0.249 - - [2025-10-27 03:00:48] "POST /neutron/port HTTP/1.1" 200 1080 0.018371 10.0.0.249 - - [2025-10-27 03:00:49] "GET /virtual-machine/06b7ceb1-2876-4454-8e27-32c7b7a042e6 HTTP/1.1" 200 1286 0.007422 10.0.0.249 - - [2025-10-27 03:00:49] "GET /virtual-machine-interface/69b44afc-1577-4b66-b2ae-8adbf268b8ca HTTP/1.1" 200 2934 0.005489 10.0.0.249 - - [2025-10-27 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.249 - - [2025-10-27 03:00:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004871 10.0.0.249 - - [2025-10-27 03:00:49] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003757 10.0.0.249 - - [2025-10-27 03:00:49] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006675 10.0.0.249 - - [2025-10-27 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.249 - - [2025-10-27 03:00:52] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005601 10.0.0.249 - - [2025-10-27 03:00:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007137 10.0.0.249 - - [2025-10-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.249 - - [2025-10-27 03:00:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005625 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004651 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007271 10.0.0.249 - - [2025-10-27 03:00:54] "POST /neutron/port HTTP/1.1" 200 1081 0.016551 10.0.0.249 - - [2025-10-27 03:00:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009014 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-machine/a9066dd7-2a29-4c23-b72a-5ae1b9ea6f23 HTTP/1.1" 200 1288 0.006907 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-machine-interface/e3f8bf01-968a-4a24-a096-3b0651793675 HTTP/1.1" 200 2935 0.008106 10.0.0.249 - - [2025-10-27 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.249 - - [2025-10-27 03:00:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006794 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004184 10.0.0.249 - - [2025-10-27 03:00:54] "GET /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.011828 10.0.0.249 - - [2025-10-27 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.249 - - [2025-10-27 03:00:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004407 10.0.0.249 - - [2025-10-27 03:00:56] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004108 10.0.0.249 - - [2025-10-27 03:00:56] "GET /virtual-network/ac84382e-5070-4d58-a4ac-cd498a2c61c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006735 10.0.0.249 - - [2025-10-27 03:00:56] "POST /routing-policys HTTP/1.1" 200 536 0.029817 10.0.0.249 - - [2025-10-27 03:00:56] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006804 10.0.0.249 - - [2025-10-27 03:00:56] "PUT /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895 HTTP/1.1" 200 265 0.050079 10.0.0.33 - - [2025-10-27 03:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.33 - - [2025-10-27 03:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.129 - - [2025-10-27 03:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.129 - - [2025-10-27 03:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000680 10.0.0.33 - - [2025-10-27 03:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.33 - - [2025-10-27 03:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2025-10-27 03:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000585 10.0.0.249 - - [2025-10-27 03:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.129 - - [2025-10-27 03:01:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.129 - - [2025-10-27 03:01:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2025-10-27 03:01:00] "POST /routing-policys HTTP/1.1" 200 536 0.038870 10.0.0.249 - - [2025-10-27 03:01:00] "GET /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.017600 10.0.0.249 - - [2025-10-27 03:01:00] "PUT /virtual-network/ccda4d2f-73c0-463b-a5bd-68645ec02895 HTTP/1.1" 200 265 0.062807 10.0.0.33 - - [2025-10-27 03:01:01] "POST /ref-update HTTP/1.1" 200 156 0.024644 10.0.0.249 - - [2025-10-27 03:01:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2025-10-27 03:01:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.249 - - [2025-10-27 03:01:01] "POST /ref-update HTTP/1.1" 200 156 0.068383 10.0.0.249 - - [2025-10-27 03:01:01] "DELETE /routing-policy/42a2b6cb-ea1e-4c12-8a11-ffdcc0335ecf HTTP/1.1" 200 115 0.070527 10.0.0.249 - - [2025-10-27 03:01:01] "POST /ref-update HTTP/1.1" 200 156 0.074300 10.0.0.249 - - [2025-10-27 03:01:02] "DELETE /routing-policy/1b0e479a-b8d5-4eda-838b-97d57e630abf HTTP/1.1" 200 115 0.046455 10.0.0.249 - - [2025-10-27 03:01:02] "POST /neutron/network HTTP/1.1" 200 831 0.017130 10.0.0.249 - - [2025-10-27 03:01:02] "POST /neutron/port HTTP/1.1" 200 1107 0.014203 10.0.0.249 - - [2025-10-27 03:01:02] "POST /neutron/port HTTP/1.1" 200 1106 0.012112 10.0.0.129 - - [2025-10-27 03:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.129 - - [2025-10-27 03:01:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.249 - - [2025-10-27 03:01:04] "POST /neutron/network HTTP/1.1" 200 151 0.130878 10.0.0.33 - - [2025-10-27 03:01:04] "DELETE /route-target/a46066d5-1e81-4d00-b528-073b59c835e7 HTTP/1.1" 200 115 0.046419 10.0.0.33 - - [2025-10-27 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.33 - - [2025-10-27 03:01:04] "DELETE /route-target/d852807a-5c5c-4658-a645-533e01265a93 HTTP/1.1" 200 115 0.024272 10.0.0.249 - - [2025-10-27 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.129 - - [2025-10-27 03:01:07] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001476 10.0.0.249 - - [2025-10-27 03:01:07] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.046618 10.0.0.249 - - [2025-10-27 03:01:07] "POST /neutron/network HTTP/1.1" 200 117 0.015843 10.0.0.249 - - [2025-10-27 03:01:07] "POST /neutron/network HTTP/1.1" 200 831 0.009257 10.0.0.249 - - [2025-10-27 03:01:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001137 10.0.0.249 - - [2025-10-27 03:01:07] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004921 10.0.0.249 - - [2025-10-27 03:01:07] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005637 10.0.0.249 - - [2025-10-27 03:01:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.010642 10.0.0.249 - - [2025-10-27 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.249 - - [2025-10-27 03:01:07] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005903 10.0.0.249 - - [2025-10-27 03:01:08] "PUT /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618 HTTP/1.1" 200 265 0.062398 10.0.0.33 - - [2025-10-27 03:01:08] "POST /route-targets HTTP/1.1" 200 324 0.015218 10.0.0.249 - - [2025-10-27 03:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.129 - - [2025-10-27 03:01:08] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.249 - - [2025-10-27 03:01:08] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039949 10.0.0.33 - - [2025-10-27 03:01:08] "POST /ref-update HTTP/1.1" 200 156 0.024841 10.0.0.129 - - [2025-10-27 03:01:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009272 10.0.0.249 - - [2025-10-27 03:01:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.231347 10.0.0.249 - - [2025-10-27 03:01:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001308 10.0.0.249 - - [2025-10-27 03:01:08] "GET /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005805 10.0.0.249 - - [2025-10-27 03:01:08] "GET /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006559 10.0.0.249 - - [2025-10-27 03:01:08] "POST /neutron/network HTTP/1.1" 200 831 0.007644 10.0.0.249 - - [2025-10-27 03:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.249 - - [2025-10-27 03:01:08] "GET /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006738 10.0.0.249 - - [2025-10-27 03:01:08] "PUT /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951 HTTP/1.1" 200 265 0.063892 10.0.0.249 - - [2025-10-27 03:01:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001528 10.0.0.129 - - [2025-10-27 03:01:09] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001931 10.0.0.249 - - [2025-10-27 03:01:09] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.077783 10.0.0.249 - - [2025-10-27 03:01:09] "POST /neutron/network HTTP/1.1" 200 831 0.038895 10.0.0.249 - - [2025-10-27 03:01:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001352 10.0.0.249 - - [2025-10-27 03:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.008489 10.0.0.129 - - [2025-10-27 03:01:10] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001238 10.0.0.249 - - [2025-10-27 03:01:10] "POST /neutron/port HTTP/1.1" 200 1053 0.369589 10.0.0.249 - - [2025-10-27 03:01:11] "POST /neutron/port HTTP/1.1" 200 1107 0.134585 10.0.0.129 - - [2025-10-27 03:01:11] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001182 10.0.0.249 - - [2025-10-27 03:01:11] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.078974 10.0.0.249 - - [2025-10-27 03:01:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006218 10.0.0.249 - - [2025-10-27 03:01:11] "POST /neutron/network HTTP/1.1" 200 831 0.011726 10.0.0.249 - - [2025-10-27 03:01:11] "POST /neutron/port HTTP/1.1" 200 117 0.008102 10.0.0.249 - - [2025-10-27 03:01:11] "POST /neutron/network HTTP/1.1" 200 841 0.009091 10.0.0.249 - - [2025-10-27 03:01:12] "POST /neutron/port HTTP/1.1" 200 1053 0.022229 10.0.0.249 - - [2025-10-27 03:01:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.249 - - [2025-10-27 03:01:12] "POST /neutron/network HTTP/1.1" 200 831 0.006604 10.0.0.249 - - [2025-10-27 03:01:16] "POST /neutron/port HTTP/1.1" 200 1081 0.017006 10.0.0.249 - - [2025-10-27 03:01:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009231 10.0.0.249 - - [2025-10-27 03:01:17] "GET /virtual-machine/812235d5-62ca-4f64-b3f0-2a67bec1e083 HTTP/1.1" 200 1287 0.006385 10.0.0.249 - - [2025-10-27 03:01:17] "GET /virtual-machine-interface/f2721fc5-b32a-4f64-a69f-9ba6d9dba272 HTTP/1.1" 200 2935 0.005804 10.0.0.249 - - [2025-10-27 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.249 - - [2025-10-27 03:01:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003932 10.0.0.249 - - [2025-10-27 03:01:17] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003526 10.0.0.249 - - [2025-10-27 03:01:17] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005972 10.0.0.249 - - [2025-10-27 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.249 - - [2025-10-27 03:01:20] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007967 10.0.0.249 - - [2025-10-27 03:01:22] "POST /neutron/port HTTP/1.1" 200 1081 0.020445 10.0.0.249 - - [2025-10-27 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.249 - - [2025-10-27 03:01:22] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007267 10.0.0.249 - - [2025-10-27 03:01:22] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004207 10.0.0.249 - - [2025-10-27 03:01:22] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008742 10.0.0.249 - - [2025-10-27 03:01:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008463 10.0.0.249 - - [2025-10-27 03:01:27] "POST /neutron/port HTTP/1.1" 200 1081 0.014927 10.0.0.249 - - [2025-10-27 03:01:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008212 10.0.0.249 - - [2025-10-27 03:01:27] "GET /virtual-machine/27d9dcb3-1c17-4a1d-b4ae-0171f5703fb4 HTTP/1.1" 200 1287 0.005759 10.0.0.249 - - [2025-10-27 03:01:27] "GET /virtual-machine-interface/c8cbd2aa-4e5b-4a98-bd11-8e97fd2288c9 HTTP/1.1" 200 2935 0.005592 10.0.0.249 - - [2025-10-27 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.249 - - [2025-10-27 03:01:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004835 10.0.0.249 - - [2025-10-27 03:01:28] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004745 10.0.0.249 - - [2025-10-27 03:01:28] "GET /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006279 10.0.0.249 - - [2025-10-27 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-10-27 03:01:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004548 10.0.0.249 - - [2025-10-27 03:01:29] "GET /virtual-networks?parent_id=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003056 10.0.0.249 - - [2025-10-27 03:01:29] "GET /virtual-network/5f3d3767-8870-4f16-b071-c9d78ff1b951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006256 10.0.0.249 - - [2025-10-27 03:01:29] "POST /interface-route-tables HTTP/1.1" 200 576 0.029070 10.0.0.249 - - [2025-10-27 03:01:29] "GET /interface-route-table/5fd9edd6-6aa9-4799-b5ba-d05dce1bb631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.015728 10.0.0.249 - - [2025-10-27 03:01:29] "GET /virtual-machine-interface/f2721fc5-b32a-4f64-a69f-9ba6d9dba272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.006019 10.0.0.249 - - [2025-10-27 03:01:29] "POST /ref-update HTTP/1.1" 200 156 0.022040 10.0.0.249 - - [2025-10-27 03:01:29] "POST /routing-policys HTTP/1.1" 200 536 0.032162 10.0.0.249 - - [2025-10-27 03:01:29] "GET /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006381 10.0.0.249 - - [2025-10-27 03:01:29] "PUT /virtual-network/1ee41e95-886b-4a29-b500-9f347b0af618 HTTP/1.1" 200 265 0.066750 10.0.0.249 - - [2025-10-27 03:01:33] "POST /ref-update HTTP/1.1" 200 156 0.061621 10.0.0.33 - - [2025-10-27 03:01:33] "POST /ref-update HTTP/1.1" 200 156 0.030163 10.0.0.249 - - [2025-10-27 03:01:33] "DELETE /routing-policy/b2e0e4f0-4cce-454e-b7fe-86a6884ea716 HTTP/1.1" 200 115 0.037912 10.0.0.249 - - [2025-10-27 03:01:33] "POST /neutron/network HTTP/1.1" 400 204 0.017199 10.0.0.249 - - [2025-10-27 03:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.028970 10.0.0.249 - - [2025-10-27 03:01:34] "POST /neutron/network HTTP/1.1" 200 831 0.007609 10.0.0.249 - - [2025-10-27 03:01:34] "POST /neutron/port HTTP/1.1" 200 151 0.197878 10.0.0.249 - - [2025-10-27 03:01:34] "POST /neutron/port HTTP/1.1" 200 151 0.265863 10.0.0.249 - - [2025-10-27 03:01:36] "POST /neutron/network HTTP/1.1" 200 831 0.008488 10.0.0.33 - - [2025-10-27 03:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010883 10.0.0.33 - - [2025-10-27 03:01:36] "DELETE /route-target/382a1df3-9cde-4240-afc5-ef75e7c66d33 HTTP/1.1" 200 115 0.026506 10.0.0.129 - - [2025-10-27 03:01:37] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001163 10.0.0.249 - - [2025-10-27 03:01:37] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045714 10.0.0.129 - - [2025-10-27 03:01:37] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001189 10.0.0.249 - - [2025-10-27 03:01:37] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=virtual_networks HTTP/1.1" 200 1021 0.045777 10.0.0.129 - - [2025-10-27 03:01:37] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.249 - - [2025-10-27 03:01:37] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043652 10.0.0.129 - - [2025-10-27 03:01:37] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000990 10.0.0.249 - - [2025-10-27 03:01:37] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=security_groups HTTP/1.1" 200 1241 0.053078 10.0.0.249 - - [2025-10-27 03:01:38] "GET /obj-perms HTTP/1.1" 200 5075 0.206947 10.0.0.33 - - [2025-10-27 03:01:39] "GET /obj-perms HTTP/1.1" 200 5075 0.078325 10.0.0.249 - - [2025-10-27 03:01:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.026513 10.0.0.129 - - [2025-10-27 03:01:39] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003891 10.0.0.129 - - [2025-10-27 03:01:39] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.129 - - [2025-10-27 03:01:39] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008528 10.0.0.129 - - [2025-10-27 03:01:39] "POST /id-to-fqname HTTP/1.1" 200 194 0.006762 10.0.0.129 - - [2025-10-27 03:01:39] "POST /fqname-to-id HTTP/1.1" 404 203 0.003055 10.0.0.129 - - [2025-10-27 03:01:39] "POST /security-groups HTTP/1.1" 200 595 0.074840 10.0.0.33 - - [2025-10-27 03:01:39] "POST /fqname-to-id HTTP/1.1" 404 238 0.007066 10.0.0.129 - - [2025-10-27 03:01:39] "POST /projects HTTP/1.1" 200 593 0.289317 10.0.0.129 - - [2025-10-27 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.337163 10.0.0.249 - - [2025-10-27 03:01:40] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.492721 10.0.0.33 - - [2025-10-27 03:01:40] "POST /access-control-lists HTTP/1.1" 200 600 0.050311 10.0.0.249 - - [2025-10-27 03:01:41] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.249 - - [2025-10-27 03:01:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2025-10-27 03:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.061417 10.0.0.129 - - [2025-10-27 03:01:43] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001288 10.0.0.249 - - [2025-10-27 03:01:43] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.051956 10.0.0.129 - - [2025-10-27 03:01:43] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001286 10.0.0.249 - - [2025-10-27 03:01:43] "POST /neutron/network HTTP/1.1" 200 613 0.160735 10.0.0.249 - - [2025-10-27 03:01:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.004417 10.0.0.249 - - [2025-10-27 03:01:44] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009739 10.0.0.249 - - [2025-10-27 03:01:44] "POST /neutron/network HTTP/1.1" 200 832 0.009798 10.0.0.249 - - [2025-10-27 03:01:44] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009839 10.0.0.249 - - [2025-10-27 03:01:44] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005834 10.0.0.249 - - [2025-10-27 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.249 - - [2025-10-27 03:01:46] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005648 10.0.0.33 - - [2025-10-27 03:01:46] "POST /route-targets HTTP/1.1" 200 328 0.016125 10.0.0.249 - - [2025-10-27 03:01:46] "PUT /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb HTTP/1.1" 200 265 0.057370 10.0.0.249 - - [2025-10-27 03:01:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.001873 10.0.0.249 - - [2025-10-27 03:01:51] "POST /neutron/network HTTP/1.1" 200 842 0.009030 10.0.0.129 - - [2025-10-27 03:01:52] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001291 10.0.0.249 - - [2025-10-27 03:01:52] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.072470 10.0.0.249 - - [2025-10-27 03:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.009256 10.0.0.129 - - [2025-10-27 03:01:52] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.249 - - [2025-10-27 03:01:53] "POST /neutron/port HTTP/1.1" 200 1064 0.323771 10.0.0.249 - - [2025-10-27 03:01:53] "POST /neutron/port HTTP/1.1" 200 1118 0.109439 10.0.0.249 - - [2025-10-27 03:01:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.012871 10.0.0.249 - - [2025-10-27 03:01:57] "POST /neutron/port HTTP/1.1" 200 1092 0.017554 10.0.0.249 - - [2025-10-27 03:01:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007803 10.0.0.249 - - [2025-10-27 03:01:57] "GET /virtual-machine/0921e9ba-dcc9-4f94-8720-3d0769f14297 HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2025-10-27 03:01:58] "GET /virtual-machine/0921e9ba-dcc9-4f94-8720-3d0769f14297 HTTP/1.1" 200 1296 0.051713 10.0.0.249 - - [2025-10-27 03:01:58] "GET /virtual-machine-interface/7e14fc56-f985-49b2-9383-cc915cd9212e HTTP/1.1" 200 2974 0.006248 10.0.0.249 - - [2025-10-27 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2025-10-27 03:01:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004354 10.0.0.249 - - [2025-10-27 03:01:58] "GET /virtual-networks?parent_id=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005769 10.0.0.249 - - [2025-10-27 03:01:58] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008492 10.0.0.33 - - [2025-10-27 03:01:58] "DELETE /access-control-list/ff823edd-dbd0-4d2e-b788-9df80ab4dc23 HTTP/1.1" 200 115 0.047852 10.0.0.249 - - [2025-10-27 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-10-27 03:02:01] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005547 10.0.0.249 - - [2025-10-27 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.249 - - [2025-10-27 03:02:05] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005042 10.0.0.249 - - [2025-10-27 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.249 - - [2025-10-27 03:02:09] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006456 10.0.0.129 - - [2025-10-27 03:02:12] "DELETE /project/6154ea157bab41e2855045e1b8c962c6 HTTP/1.1" 404 173 0.005712 10.0.0.129 - - [2025-10-27 03:02:12] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.129 - - [2025-10-27 03:02:12] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.063350 10.0.0.129 - - [2025-10-27 03:02:12] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.129 - - [2025-10-27 03:02:12] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=security_groups HTTP/1.1" 200 1089 0.056612 10.0.0.129 - - [2025-10-27 03:02:12] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001069 10.0.0.129 - - [2025-10-27 03:02:12] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=application_policy_sets HTTP/1.1" 200 1382 0.052795 10.0.0.129 - - [2025-10-27 03:02:12] "DELETE /project/ff2164ea-4843-4e61-b099-ba3d588df4d0 HTTP/1.1" 409 278 0.275118 10.0.0.249 - - [2025-10-27 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.249 - - [2025-10-27 03:02:13] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005529 10.0.0.249 - - [2025-10-27 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.249 - - [2025-10-27 03:02:17] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005399 10.0.0.249 - - [2025-10-27 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.249 - - [2025-10-27 03:02:21] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005680 10.0.0.249 - - [2025-10-27 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.249 - - [2025-10-27 03:02:25] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005558 10.0.0.249 - - [2025-10-27 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-10-27 03:02:29] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005445 10.0.0.249 - - [2025-10-27 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.249 - - [2025-10-27 03:02:34] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007100 10.0.0.249 - - [2025-10-27 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.249 - - [2025-10-27 03:02:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004175 10.0.0.249 - - [2025-10-27 03:02:36] "GET /virtual-networks?parent_id=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003842 10.0.0.249 - - [2025-10-27 03:02:36] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007236 10.0.0.249 - - [2025-10-27 03:02:36] "POST /neutron/port HTTP/1.1" 200 1092 0.017789 10.0.0.249 - - [2025-10-27 03:02:37] "POST /neutron/port HTTP/1.1" 200 1092 0.021503 10.0.0.249 - - [2025-10-27 03:02:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.010632 10.0.0.129 - - [2025-10-27 03:02:39] "GET /obj-perms HTTP/1.1" 200 5075 0.051555 10.0.0.249 - - [2025-10-27 03:02:41] "POST /neutron/port HTTP/1.1" 200 1092 0.015925 10.0.0.249 - - [2025-10-27 03:02:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007118 10.0.0.249 - - [2025-10-27 03:02:51] "POST /neutron/port HTTP/1.1" 200 1092 0.017973 10.0.0.249 - - [2025-10-27 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.249 - - [2025-10-27 03:02:57] "GET /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005994 10.0.0.249 - - [2025-10-27 03:02:57] "PUT /virtual-network/1f07a1ac-d6a6-48d7-936a-384513d5c0cb HTTP/1.1" 200 265 0.048362 10.0.0.33 - - [2025-10-27 03:02:57] "DELETE /route-target/512526d9-cb51-4d1c-bb53-8221fc63bc22 HTTP/1.1" 200 115 0.054214 10.0.0.249 - - [2025-10-27 03:03:02] "POST /neutron/network HTTP/1.1" 400 204 0.013755 10.0.0.249 - - [2025-10-27 03:03:03] "POST /neutron/port HTTP/1.1" 200 151 0.182240 10.0.0.249 - - [2025-10-27 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.129 - - [2025-10-27 03:03:07] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001831 10.0.0.249 - - [2025-10-27 03:03:07] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.044950 10.0.0.249 - - [2025-10-27 03:03:07] "POST /neutron/network HTTP/1.1" 200 117 0.011611 10.0.0.33 - - [2025-10-27 03:03:07] "POST /route-targets HTTP/1.1" 200 328 0.014680 10.0.0.249 - - [2025-10-27 03:03:08] "POST /neutron/network HTTP/1.1" 200 831 0.014135 10.0.0.249 - - [2025-10-27 03:03:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.001727 10.0.0.249 - - [2025-10-27 03:03:08] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007960 10.0.0.249 - - [2025-10-27 03:03:08] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006105 10.0.0.249 - - [2025-10-27 03:03:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009632 10.0.0.249 - - [2025-10-27 03:03:08] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006258 10.0.0.249 - - [2025-10-27 03:03:08] "GET /obj-perms HTTP/1.1" 200 5057 0.056409 10.0.0.249 - - [2025-10-27 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-10-27 03:03:08] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005309 10.0.0.249 - - [2025-10-27 03:03:08] "PUT /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5 HTTP/1.1" 200 265 0.055691 10.0.0.33 - - [2025-10-27 03:03:08] "POST /ref-update HTTP/1.1" 200 156 0.036103 10.0.0.249 - - [2025-10-27 03:03:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001415 10.0.0.129 - - [2025-10-27 03:03:14] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001154 10.0.0.249 - - [2025-10-27 03:03:14] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.078335 10.0.0.249 - - [2025-10-27 03:03:15] "POST /neutron/port HTTP/1.1" 200 117 0.007142 10.0.0.249 - - [2025-10-27 03:03:15] "POST /neutron/network HTTP/1.1" 200 841 0.009002 10.0.0.249 - - [2025-10-27 03:03:16] "POST /neutron/port HTTP/1.1" 200 1063 0.018093 10.0.0.249 - - [2025-10-27 03:03:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005903 10.0.0.249 - - [2025-10-27 03:03:16] "POST /neutron/network HTTP/1.1" 200 831 0.008623 10.0.0.249 - - [2025-10-27 03:03:20] "POST /neutron/port HTTP/1.1" 200 1091 0.024472 10.0.0.249 - - [2025-10-27 03:03:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010998 10.0.0.249 - - [2025-10-27 03:03:20] "GET /virtual-machine/057a03f1-8ccd-4dfe-a814-1bed269122f0 HTTP/1.1" 200 1297 0.007513 10.0.0.249 - - [2025-10-27 03:03:20] "GET /virtual-machine-interface/021aa491-5ae3-476e-ba37-c27526453518 HTTP/1.1" 200 2973 0.006235 10.0.0.249 - - [2025-10-27 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.249 - - [2025-10-27 03:03:20] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.249 - - [2025-10-27 03:03:20] "GET /virtual-networks?parent_id=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004152 10.0.0.249 - - [2025-10-27 03:03:20] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007307 10.0.0.249 - - [2025-10-27 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.249 - - [2025-10-27 03:03:23] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005839 10.0.0.249 - - [2025-10-27 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.249 - - [2025-10-27 03:03:28] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006050 10.0.0.249 - - [2025-10-27 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-10-27 03:03:32] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005666 10.0.0.249 - - [2025-10-27 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.249 - - [2025-10-27 03:03:36] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005109 10.0.0.249 - - [2025-10-27 03:03:36] "POST /neutron/network HTTP/1.1" 200 841 0.007490 10.0.0.249 - - [2025-10-27 03:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.249 - - [2025-10-27 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.249 - - [2025-10-27 03:03:40] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006624 10.0.0.33 - - [2025-10-27 03:03:40] "GET /obj-perms HTTP/1.1" 200 5075 0.054783 10.0.0.249 - - [2025-10-27 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.249 - - [2025-10-27 03:03:44] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005875 10.0.0.249 - - [2025-10-27 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.249 - - [2025-10-27 03:03:48] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007927 10.0.0.249 - - [2025-10-27 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.249 - - [2025-10-27 03:03:52] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005765 10.0.0.249 - - [2025-10-27 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.249 - - [2025-10-27 03:03:56] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005815 10.0.0.249 - - [2025-10-27 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-10-27 03:03:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004136 10.0.0.249 - - [2025-10-27 03:03:58] "GET /virtual-networks?parent_id=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004821 10.0.0.249 - - [2025-10-27 03:03:58] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.008522 10.0.0.249 - - [2025-10-27 03:03:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011054 10.0.0.249 - - [2025-10-27 03:04:09] "POST /neutron/port HTTP/1.1" 200 1091 0.015758 10.0.0.249 - - [2025-10-27 03:04:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007267 10.0.0.249 - - [2025-10-27 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-10-27 03:04:19] "GET /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005631 10.0.0.249 - - [2025-10-27 03:04:19] "PUT /virtual-network/531e3340-b25f-49d5-8640-3e95066617c5 HTTP/1.1" 200 265 0.060262 10.0.0.33 - - [2025-10-27 03:04:19] "DELETE /route-target/6e1daeb7-f722-4102-bdfb-9402d2730b4d HTTP/1.1" 200 115 0.025058 10.0.0.249 - - [2025-10-27 03:04:25] "POST /neutron/network HTTP/1.1" 200 831 0.009117 10.0.0.249 - - [2025-10-27 03:04:25] "POST /neutron/port HTTP/1.1" 200 1117 0.012757 10.0.0.129 - - [2025-10-27 03:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.042982 10.0.0.129 - - [2025-10-27 03:04:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.249 - - [2025-10-27 03:04:27] "POST /neutron/network HTTP/1.1" 200 151 0.153939 10.0.0.129 - - [2025-10-27 03:04:28] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.249 - - [2025-10-27 03:04:28] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.037419 10.0.0.129 - - [2025-10-27 03:04:28] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001068 10.0.0.249 - - [2025-10-27 03:04:28] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?fields=virtual_networks HTTP/1.1" 200 1041 0.044063 10.0.0.129 - - [2025-10-27 03:04:28] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.249 - - [2025-10-27 03:04:28] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.047718 10.0.0.129 - - [2025-10-27 03:04:28] "GET /projects?obj_uuids=6154ea15-7bab-41e2-8550-45e1b8c962c6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000963 10.0.0.249 - - [2025-10-27 03:04:29] "GET /project/6154ea15-7bab-41e2-8550-45e1b8c962c6?fields=security_groups HTTP/1.1" 200 1272 0.052621 10.0.0.249 - - [2025-10-27 03:04:29] "POST /fqname-to-id HTTP/1.1" 404 213 0.029591 10.0.0.129 - - [2025-10-27 03:04:29] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003717 10.0.0.129 - - [2025-10-27 03:04:30] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.129 - - [2025-10-27 03:04:30] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008579 10.0.0.129 - - [2025-10-27 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 216 0.002091 10.0.0.129 - - [2025-10-27 03:04:30] "POST /fqname-to-id HTTP/1.1" 404 227 0.006901 10.0.0.129 - - [2025-10-27 03:04:30] "POST /security-groups HTTP/1.1" 200 616 0.077873 10.0.0.33 - - [2025-10-27 03:04:30] "POST /fqname-to-id HTTP/1.1" 404 259 0.008481 10.0.0.129 - - [2025-10-27 03:04:30] "POST /projects HTTP/1.1" 200 635 0.291425 10.0.0.129 - - [2025-10-27 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.366235 10.0.0.33 - - [2025-10-27 03:04:30] "POST /access-control-lists HTTP/1.1" 200 621 0.040382 10.0.0.249 - - [2025-10-27 03:04:30] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.513569 10.0.0.249 - - [2025-10-27 03:04:31] "GET / HTTP/1.1" 200 36215 0.001380 10.0.0.249 - - [2025-10-27 03:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2025-10-27 03:04:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.053278 10.0.0.33 - - [2025-10-27 03:04:33] "POST /fqname-to-id HTTP/1.1" 404 280 0.005675 10.0.0.33 - - [2025-10-27 03:04:33] "PUT /access-control-list/46b772f9-59d7-49e8-8e50-6280c13ad37e HTTP/1.1" 200 273 0.018895 10.0.0.249 - - [2025-10-27 03:04:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.036508 10.0.0.249 - - [2025-10-27 03:04:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157805 10.0.0.33 - - [2025-10-27 03:04:34] "PUT /access-control-list/46b772f9-59d7-49e8-8e50-6280c13ad37e HTTP/1.1" 200 273 0.017807 10.0.0.249 - - [2025-10-27 03:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.249 - - [2025-10-27 03:04:34] "GET /security-group/8e44e1db-618e-4705-b71c-19d8e01f0d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007200 10.0.0.249 - - [2025-10-27 03:04:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.065874 10.0.0.249 - - [2025-10-27 03:04:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.003237 10.0.0.33 - - [2025-10-27 03:04:35] "DELETE /access-control-list/46b772f9-59d7-49e8-8e50-6280c13ad37e HTTP/1.1" 200 115 0.025439 10.0.0.249 - - [2025-10-27 03:04:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.003381 10.0.0.33 - - [2025-10-27 03:04:35] "POST /fqname-to-id HTTP/1.1" 404 280 0.013468 10.0.0.33 - - [2025-10-27 03:04:36] "PUT /access-control-list/26c6d6eb-e2bf-4712-914a-afcca9943e3b HTTP/1.1" 200 273 0.029900 10.0.0.249 - - [2025-10-27 03:04:36] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010843 10.0.0.249 - - [2025-10-27 03:04:36] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114076 10.0.0.33 - - [2025-10-27 03:04:36] "PUT /access-control-list/26c6d6eb-e2bf-4712-914a-afcca9943e3b HTTP/1.1" 200 273 0.028432 10.0.0.249 - - [2025-10-27 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.249 - - [2025-10-27 03:04:36] "GET /security-group/a9776dee-21ad-4dce-b8de-d367cddea3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004490 10.0.0.249 - - [2025-10-27 03:04:37] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008957 10.0.0.33 - - [2025-10-27 03:04:37] "PUT /access-control-list/26c6d6eb-e2bf-4712-914a-afcca9943e3b HTTP/1.1" 200 273 0.018985 10.0.0.249 - - [2025-10-27 03:04:37] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.147899 10.0.0.249 - - [2025-10-27 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.129 - - [2025-10-27 03:04:37] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000882 10.0.0.249 - - [2025-10-27 03:04:37] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.055058 10.0.0.33 - - [2025-10-27 03:04:38] "POST /ref-update HTTP/1.1" 200 156 0.023506 10.0.0.129 - - [2025-10-27 03:04:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008640 10.0.0.249 - - [2025-10-27 03:04:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.221260 10.0.0.249 - - [2025-10-27 03:04:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001425 10.0.0.249 - - [2025-10-27 03:04:38] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008452 10.0.0.249 - - [2025-10-27 03:04:38] "POST /neutron/network HTTP/1.1" 200 1110 0.008709 10.0.0.249 - - [2025-10-27 03:04:38] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005002 10.0.0.249 - - [2025-10-27 03:04:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.009782 10.0.0.249 - - [2025-10-27 03:04:39] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006925 10.0.0.129 - - [2025-10-27 03:04:40] "GET /obj-perms HTTP/1.1" 200 5099 0.051687 10.0.0.249 - - [2025-10-27 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 290 0.001398 10.0.0.129 - - [2025-10-27 03:04:41] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001342 10.0.0.249 - - [2025-10-27 03:04:41] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.301926 10.0.0.249 - - [2025-10-27 03:04:41] "POST /neutron/network HTTP/1.1" 200 1110 0.008719 10.0.0.249 - - [2025-10-27 03:04:41] "POST /id-to-fqname HTTP/1.1" 200 290 0.001333 10.0.0.249 - - [2025-10-27 03:04:42] "POST /neutron/port HTTP/1.1" 200 117 0.008090 10.0.0.249 - - [2025-10-27 03:04:42] "POST /neutron/network HTTP/1.1" 200 1120 0.009244 10.0.0.249 - - [2025-10-27 03:04:42] "POST /neutron/port HTTP/1.1" 200 1189 0.048536 10.0.0.129 - - [2025-10-27 03:04:43] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001035 10.0.0.249 - - [2025-10-27 03:04:43] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.104145 10.0.0.249 - - [2025-10-27 03:04:43] "POST /neutron/network HTTP/1.1" 200 1110 0.009848 10.0.0.249 - - [2025-10-27 03:04:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005651 10.0.0.249 - - [2025-10-27 03:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.001681 10.0.0.249 - - [2025-10-27 03:04:43] "POST /neutron/network HTTP/1.1" 200 1110 0.009619 10.0.0.249 - - [2025-10-27 03:04:43] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009343 10.0.0.129 - - [2025-10-27 03:04:43] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001182 10.0.0.249 - - [2025-10-27 03:04:44] "POST /neutron/port HTTP/1.1" 200 1189 0.309516 10.0.0.249 - - [2025-10-27 03:04:44] "POST /neutron/port HTTP/1.1" 200 1243 0.105369 10.0.0.249 - - [2025-10-27 03:04:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003628 10.0.0.249 - - [2025-10-27 03:04:44] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.249 - - [2025-10-27 03:04:48] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009223 10.0.0.249 - - [2025-10-27 03:04:48] "POST /neutron/port HTTP/1.1" 200 1217 0.018470 10.0.0.249 - - [2025-10-27 03:04:48] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010869 10.0.0.249 - - [2025-10-27 03:04:48] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.030822 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004977 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.006793 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.005299 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.006239 10.0.0.249 - - [2025-10-27 03:04:49] "GET /instance-ip/74117ae7-ed24-403e-b820-9465e04a07c4 HTTP/1.1" 200 1737 0.008391 10.0.0.249 - - [2025-10-27 03:04:49] "GET /instance-ip/ffd58f5c-35b8-4111-a63c-0fc0013e5d47 HTTP/1.1" 200 1717 0.008719 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004461 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.007288 10.0.0.249 - - [2025-10-27 03:04:49] "GET /instance-ip/74117ae7-ed24-403e-b820-9465e04a07c4 HTTP/1.1" 200 1737 0.004772 10.0.0.249 - - [2025-10-27 03:04:49] "GET /instance-ip/ffd58f5c-35b8-4111-a63c-0fc0013e5d47 HTTP/1.1" 200 1717 0.004629 10.0.0.249 - - [2025-10-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.249 - - [2025-10-27 03:04:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004602 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004051 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007015 10.0.0.249 - - [2025-10-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.249 - - [2025-10-27 03:04:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003255 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007452 10.0.0.249 - - [2025-10-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2025-10-27 03:04:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005761 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004030 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006988 10.0.0.249 - - [2025-10-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.249 - - [2025-10-27 03:04:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005091 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003572 10.0.0.249 - - [2025-10-27 03:04:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007365 10.0.0.249 - - [2025-10-27 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2025-10-27 03:04:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004119 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003254 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006070 10.0.0.249 - - [2025-10-27 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.249 - - [2025-10-27 03:04:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004044 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003120 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005495 10.0.0.249 - - [2025-10-27 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-10-27 03:04:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004425 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003069 10.0.0.249 - - [2025-10-27 03:04:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005745 10.0.0.249 - - [2025-10-27 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.249 - - [2025-10-27 03:04:53] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005286 10.0.0.249 - - [2025-10-27 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.249 - - [2025-10-27 03:04:57] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005853 10.0.0.249 - - [2025-10-27 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.249 - - [2025-10-27 03:05:01] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007421 10.0.0.249 - - [2025-10-27 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.249 - - [2025-10-27 03:05:05] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006415 10.0.0.249 - - [2025-10-27 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006220 10.0.0.249 - - [2025-10-27 03:05:09] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.009002 10.0.0.129 - - [2025-10-27 03:05:12] "DELETE /project/4eb4f3787bd149baa6ed2829f5cb77ab HTTP/1.1" 404 173 0.037313 10.0.0.129 - - [2025-10-27 03:05:12] "DELETE /project/6154ea15-7bab-41e2-8550-45e1b8c962c6 HTTP/1.1" 404 177 0.060608 10.0.0.249 - - [2025-10-27 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.249 - - [2025-10-27 03:05:13] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005355 10.0.0.249 - - [2025-10-27 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-10-27 03:05:17] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005447 10.0.0.249 - - [2025-10-27 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.249 - - [2025-10-27 03:05:22] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006212 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.249 - - [2025-10-27 03:05:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004884 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004344 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007296 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005698 10.0.0.249 - - [2025-10-27 03:05:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005930 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004303 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007383 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.249 - - [2025-10-27 03:05:24] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005871 10.0.0.249 - - [2025-10-27 03:05:24] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004977 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-10-27 03:05:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004794 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004120 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005700 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.249 - - [2025-10-27 03:05:24] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005170 10.0.0.249 - - [2025-10-27 03:05:24] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003329 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.249 - - [2025-10-27 03:05:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004655 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003147 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007607 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.249 - - [2025-10-27 03:05:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003415 10.0.0.249 - - [2025-10-27 03:05:24] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006728 10.0.0.249 - - [2025-10-27 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.249 - - [2025-10-27 03:05:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004672 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004401 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005957 10.0.0.249 - - [2025-10-27 03:05:25] "GET /obj-perms HTTP/1.1" 200 5099 0.058070 10.0.0.249 - - [2025-10-27 03:05:25] "GET /obj-perms HTTP/1.1" 200 5099 0.003721 10.0.0.129 - - [2025-10-27 03:05:25] "GET /obj-perms HTTP/1.1" 200 5099 0.003718 10.0.0.33 - - [2025-10-27 03:05:25] "GET /obj-perms HTTP/1.1" 200 5099 0.052751 10.0.0.249 - - [2025-10-27 03:05:25] "GET /obj-perms HTTP/1.1" 200 5099 0.004737 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004033 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.005028 10.0.0.249 - - [2025-10-27 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.249 - - [2025-10-27 03:05:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003198 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003299 10.0.0.249 - - [2025-10-27 03:05:25] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007262 10.0.0.249 - - [2025-10-27 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.249 - - [2025-10-27 03:05:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004921 10.0.0.249 - - [2025-10-27 03:05:26] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004075 10.0.0.249 - - [2025-10-27 03:05:26] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006691 10.0.0.249 - - [2025-10-27 03:05:32] "POST /neutron/port HTTP/1.1" 200 1217 0.016963 10.0.0.249 - - [2025-10-27 03:05:34] "POST /neutron/security_group HTTP/1.1" 200 1455 0.031934 10.0.0.249 - - [2025-10-27 03:05:37] "POST /neutron/port HTTP/1.1" 200 1217 0.023590 10.0.0.249 - - [2025-10-27 03:05:38] "POST /neutron/port HTTP/1.1" 200 1217 0.015154 10.0.0.249 - - [2025-10-27 03:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.249 - - [2025-10-27 03:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.249 - - [2025-10-27 03:05:40] "POST /neutron/port HTTP/1.1" 200 1217 0.031579 10.0.0.249 - - [2025-10-27 03:05:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005133 10.0.0.249 - - [2025-10-27 03:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2025-10-27 03:05:42] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008628 10.0.0.249 - - [2025-10-27 03:05:47] "POST /neutron/port HTTP/1.1" 200 1217 0.014811 10.0.0.249 - - [2025-10-27 03:05:48] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009306 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.007678 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.004329 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine-interface/04ba701e-23de-4ec5-8a31-fd5f5c89969e HTTP/1.1" 200 3423 0.005722 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.003767 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine-interface/04ba701e-23de-4ec5-8a31-fd5f5c89969e HTTP/1.1" 200 3423 0.005569 10.0.0.249 - - [2025-10-27 03:05:48] "GET /instance-ip/6de7f2d8-8e7a-47e6-a911-2a1fd9bc9886 HTTP/1.1" 200 1716 0.007065 10.0.0.249 - - [2025-10-27 03:05:48] "GET /instance-ip/dbbad51e-c8e2-4b05-a176-1e5f8320aa42 HTTP/1.1" 200 1738 0.009518 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.003829 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-machine-interface/04ba701e-23de-4ec5-8a31-fd5f5c89969e HTTP/1.1" 200 3423 0.005760 10.0.0.249 - - [2025-10-27 03:05:48] "GET /instance-ip/6de7f2d8-8e7a-47e6-a911-2a1fd9bc9886 HTTP/1.1" 200 1716 0.005038 10.0.0.249 - - [2025-10-27 03:05:48] "GET /instance-ip/dbbad51e-c8e2-4b05-a176-1e5f8320aa42 HTTP/1.1" 200 1738 0.004901 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.249 - - [2025-10-27 03:05:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004374 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003847 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006951 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.249 - - [2025-10-27 03:05:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003118 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006479 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.249 - - [2025-10-27 03:05:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004709 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003801 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005719 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.249 - - [2025-10-27 03:05:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004756 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003253 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006707 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.249 - - [2025-10-27 03:05:48] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004683 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005116 10.0.0.249 - - [2025-10-27 03:05:48] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006419 10.0.0.249 - - [2025-10-27 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.249 - - [2025-10-27 03:05:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004794 10.0.0.249 - - [2025-10-27 03:05:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003509 10.0.0.249 - - [2025-10-27 03:05:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006404 10.0.0.249 - - [2025-10-27 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.249 - - [2025-10-27 03:05:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005838 10.0.0.249 - - [2025-10-27 03:05:49] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003711 10.0.0.249 - - [2025-10-27 03:05:49] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008258 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.249 - - [2025-10-27 03:05:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004172 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003824 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006018 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.249 - - [2025-10-27 03:05:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004442 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003612 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007606 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.249 - - [2025-10-27 03:05:50] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007242 10.0.0.249 - - [2025-10-27 03:05:50] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006124 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2025-10-27 03:05:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004694 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003460 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006629 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.249 - - [2025-10-27 03:05:50] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004911 10.0.0.249 - - [2025-10-27 03:05:50] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003804 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2025-10-27 03:05:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004973 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003720 10.0.0.249 - - [2025-10-27 03:05:50] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006811 10.0.0.249 - - [2025-10-27 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.249 - - [2025-10-27 03:05:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004798 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005206 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006747 10.0.0.249 - - [2025-10-27 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2025-10-27 03:05:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004814 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003669 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007420 10.0.0.129 - - [2025-10-27 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.003927 10.0.0.249 - - [2025-10-27 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.005084 10.0.0.249 - - [2025-10-27 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.005097 10.0.0.33 - - [2025-10-27 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.004042 10.0.0.129 - - [2025-10-27 03:05:51] "GET /obj-perms HTTP/1.1" 200 5099 0.004121 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.005095 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-machine-interface/04ba701e-23de-4ec5-8a31-fd5f5c89969e HTTP/1.1" 200 3423 0.006703 10.0.0.249 - - [2025-10-27 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-10-27 03:05:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004087 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004116 10.0.0.249 - - [2025-10-27 03:05:51] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005758 10.0.0.249 - - [2025-10-27 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.249 - - [2025-10-27 03:05:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004651 10.0.0.249 - - [2025-10-27 03:05:52] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003432 10.0.0.249 - - [2025-10-27 03:05:52] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007550 10.0.0.249 - - [2025-10-27 03:05:52] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.005613 10.0.0.249 - - [2025-10-27 03:05:52] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.006909 10.0.0.249 - - [2025-10-27 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.249 - - [2025-10-27 03:05:53] "GET /security-group/a9776dee-21ad-4dce-b8de-d367cddea3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004762 10.0.0.249 - - [2025-10-27 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.249 - - [2025-10-27 03:05:53] "GET /security-group/a9776dee-21ad-4dce-b8de-d367cddea3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004814 10.0.0.249 - - [2025-10-27 03:05:53] "POST /neutron/security_group HTTP/1.1" 200 1481 0.006355 10.0.0.249 - - [2025-10-27 03:05:53] "POST /neutron/port HTTP/1.1" 200 1243 0.014066 10.0.0.249 - - [2025-10-27 03:05:53] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004742 10.0.0.249 - - [2025-10-27 03:05:53] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3369 0.008820 10.0.0.249 - - [2025-10-27 03:05:53] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010904 10.0.0.249 - - [2025-10-27 03:05:53] "POST /neutron/port HTTP/1.1" 200 1205 0.013446 10.0.0.249 - - [2025-10-27 03:05:53] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004018 10.0.0.249 - - [2025-10-27 03:05:53] "GET /virtual-machine-interface/8ab20838-234c-4d01-b07e-bdedc46f8652 HTTP/1.1" 200 3425 0.006588 10.0.0.249 - - [2025-10-27 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.249 - - [2025-10-27 03:05:53] "GET /security-group/a9776dee-21ad-4dce-b8de-d367cddea3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003592 10.0.0.249 - - [2025-10-27 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.249 - - [2025-10-27 03:05:53] "GET /security-group/a9776dee-21ad-4dce-b8de-d367cddea3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004387 10.0.0.249 - - [2025-10-27 03:05:53] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004934 10.0.0.33 - - [2025-10-27 03:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.33 - - [2025-10-27 03:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.129 - - [2025-10-27 03:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.129 - - [2025-10-27 03:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.33 - - [2025-10-27 03:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.33 - - [2025-10-27 03:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2025-10-27 03:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2025-10-27 03:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.129 - - [2025-10-27 03:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.129 - - [2025-10-27 03:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.249 - - [2025-10-27 03:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-10-27 03:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-10-27 03:06:38] "POST /neutron/port HTTP/1.1" 200 1217 0.043172 10.0.0.249 - - [2025-10-27 03:06:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005087 10.0.0.249 - - [2025-10-27 03:06:38] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2025-10-27 03:06:40] "POST /neutron/port HTTP/1.1" 200 1217 0.015275 10.0.0.249 - - [2025-10-27 03:06:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004280 10.0.0.249 - - [2025-10-27 03:06:40] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.33 - - [2025-10-27 03:06:42] "GET /obj-perms HTTP/1.1" 200 5075 0.051142 10.0.0.249 - - [2025-10-27 03:07:01] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.011287 10.0.0.33 - - [2025-10-27 03:07:01] "PUT /access-control-list/26c6d6eb-e2bf-4712-914a-afcca9943e3b HTTP/1.1" 200 273 0.022403 10.0.0.249 - - [2025-10-27 03:07:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141441 10.0.0.249 - - [2025-10-27 03:07:04] "POST /neutron/security_group HTTP/1.1" 200 1453 0.008076 10.0.0.249 - - [2025-10-27 03:07:04] "POST /neutron/port HTTP/1.1" 200 1243 0.024836 10.0.0.249 - - [2025-10-27 03:07:05] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 200 1320 0.004812 10.0.0.249 - - [2025-10-27 03:07:05] "POST /neutron/port HTTP/1.1" 200 1205 0.017574 10.0.0.249 - - [2025-10-27 03:07:07] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 404 171 0.003689 10.0.0.249 - - [2025-10-27 03:07:07] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 404 171 0.003027 10.0.0.249 - - [2025-10-27 03:07:07] "GET /virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d HTTP/1.1" 404 171 0.003146 10.0.0.249 - - [2025-10-27 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.249 - - [2025-10-27 03:07:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003670 10.0.0.249 - - [2025-10-27 03:07:07] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003062 10.0.0.249 - - [2025-10-27 03:07:07] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008557 10.0.0.249 - - [2025-10-27 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.249 - - [2025-10-27 03:07:07] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004561 10.0.0.249 - - [2025-10-27 03:07:07] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004173 10.0.0.249 - - [2025-10-27 03:07:07] "GET /obj-perms HTTP/1.1" 200 5099 0.004259 10.0.0.249 - - [2025-10-27 03:07:10] "GET /obj-perms HTTP/1.1" 200 5099 0.005247 10.0.0.33 - - [2025-10-27 03:07:10] "GET /obj-perms HTTP/1.1" 200 5099 0.004113 10.0.0.249 - - [2025-10-27 03:07:11] "POST /neutron/port HTTP/1.1" 200 1217 0.017063 10.0.0.249 - - [2025-10-27 03:07:11] "POST /neutron/port HTTP/1.1" 200 1205 0.084743 10.0.0.249 - - [2025-10-27 03:07:11] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 200 1318 0.004766 10.0.0.249 - - [2025-10-27 03:07:12] "POST /neutron/port HTTP/1.1" 200 151 0.284931 10.0.0.249 - - [2025-10-27 03:07:13] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 404 171 0.003260 10.0.0.249 - - [2025-10-27 03:07:13] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 404 171 0.002875 10.0.0.249 - - [2025-10-27 03:07:13] "GET /virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594 HTTP/1.1" 404 171 0.006100 10.0.0.249 - - [2025-10-27 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.249 - - [2025-10-27 03:07:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.249 - - [2025-10-27 03:07:13] "GET /virtual-networks?parent_id=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005483 10.0.0.249 - - [2025-10-27 03:07:13] "GET /virtual-network/671de29f-31b0-46ee-bedf-9a10115c08ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005523 10.0.0.249 - - [2025-10-27 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.249 - - [2025-10-27 03:07:13] "GET /routing-instance/1efdec08-4c2f-4f21-8e9a-d8b3d79b1e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005780 10.0.0.249 - - [2025-10-27 03:07:13] "GET /route-target/f523940c-5d20-41ff-8e08-776a4002b1ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003878 10.0.0.249 - - [2025-10-27 03:07:19] "GET /obj-perms HTTP/1.1" 200 5099 0.006213 10.0.0.33 - - [2025-10-27 03:07:20] "GET /obj-perms HTTP/1.1" 200 5099 0.004938 10.0.0.249 - - [2025-10-27 03:07:29] "GET /obj-perms HTTP/1.1" 200 5099 0.004529 10.0.0.33 - - [2025-10-27 03:07:29] "GET /obj-perms HTTP/1.1" 200 5099 0.004409 10.0.0.249 - - [2025-10-27 03:07:38] "GET /obj-perms HTTP/1.1" 200 5099 0.005887 10.0.0.33 - - [2025-10-27 03:07:38] "GET /obj-perms HTTP/1.1" 200 5099 0.004027 10.0.0.249 - - [2025-10-27 03:07:41] "GET /obj-perms HTTP/1.1" 200 5099 0.005720 10.0.0.129 - - [2025-10-27 03:07:41] "GET /obj-perms HTTP/1.1" 200 5099 0.006230 10.0.0.33 - - [2025-10-27 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-10-27 03:07:42] "POST /neutron/security_group HTTP/1.1" 200 1479 0.004261 10.0.0.249 - - [2025-10-27 03:07:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.003767 10.0.0.33 - - [2025-10-27 03:07:42] "DELETE /access-control-list/26c6d6eb-e2bf-4712-914a-afcca9943e3b HTTP/1.1" 200 115 0.023876 10.0.0.129 - - [2025-10-27 03:07:44] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001312 10.0.0.249 - - [2025-10-27 03:07:44] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.324658 10.0.0.33 - - [2025-10-27 03:07:44] "GET /obj-perms HTTP/1.1" 200 5075 0.091015 10.0.0.129 - - [2025-10-27 03:07:44] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001201 10.0.0.249 - - [2025-10-27 03:07:44] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?fields=virtual_networks HTTP/1.1" 200 1084 0.052927 10.0.0.129 - - [2025-10-27 03:07:44] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001226 10.0.0.249 - - [2025-10-27 03:07:44] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.044155 10.0.0.129 - - [2025-10-27 03:07:44] "GET /projects?obj_uuids=4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001248 10.0.0.249 - - [2025-10-27 03:07:44] "GET /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab?fields=security_groups HTTP/1.1" 200 1336 0.038648 10.0.0.249 - - [2025-10-27 03:07:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.032655 10.0.0.129 - - [2025-10-27 03:07:45] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003397 10.0.0.129 - - [2025-10-27 03:07:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.129 - - [2025-10-27 03:07:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011410 10.0.0.129 - - [2025-10-27 03:07:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.004613 10.0.0.129 - - [2025-10-27 03:07:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.006609 10.0.0.129 - - [2025-10-27 03:07:45] "POST /security-groups HTTP/1.1" 200 621 0.073151 10.0.0.129 - - [2025-10-27 03:07:45] "POST /projects HTTP/1.1" 200 645 0.270904 10.0.0.129 - - [2025-10-27 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.310691 10.0.0.33 - - [2025-10-27 03:07:45] "POST /fqname-to-id HTTP/1.1" 404 263 0.010494 10.0.0.249 - - [2025-10-27 03:07:45] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.478372 10.0.0.249 - - [2025-10-27 03:07:46] "GET / HTTP/1.1" 200 36215 0.001414 10.0.0.249 - - [2025-10-27 03:07:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2025-10-27 03:07:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.057059 10.0.0.249 - - [2025-10-27 03:07:49] "POST /security-groups HTTP/1.1" 200 597 0.034927 10.0.0.249 - - [2025-10-27 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.33 - - [2025-10-27 03:07:49] "POST /access-control-lists HTTP/1.1" 200 650 0.025914 10.0.0.249 - - [2025-10-27 03:07:49] "GET /security-group/f193409b-4a7c-4256-9b63-598a30d46291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.006222 10.0.0.249 - - [2025-10-27 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.249 - - [2025-10-27 03:07:49] "GET /security-group/f193409b-4a7c-4256-9b63-598a30d46291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004041 10.0.0.249 - - [2025-10-27 03:07:49] "DELETE /security-group/f193409b-4a7c-4256-9b63-598a30d46291 HTTP/1.1" 200 115 0.047759 10.0.0.249 - - [2025-10-27 03:07:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.002790 10.0.0.33 - - [2025-10-27 03:07:49] "DELETE /access-control-list/955be60a-9257-44b4-ac90-4435f8a2420e HTTP/1.1" 200 115 0.035834 10.0.0.249 - - [2025-10-27 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 254 0.004172 10.0.0.249 - - [2025-10-27 03:07:50] "POST /security-groups HTTP/1.1" 200 597 0.043590 10.0.0.249 - - [2025-10-27 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470 10.0.0.33 - - [2025-10-27 03:07:50] "POST /access-control-lists HTTP/1.1" 200 650 0.034760 10.0.0.249 - - [2025-10-27 03:07:50] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.007461 10.0.0.249 - - [2025-10-27 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010804 10.0.0.249 - - [2025-10-27 03:07:50] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.006473 10.0.0.249 - - [2025-10-27 03:07:50] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004636 10.0.0.249 - - [2025-10-27 03:07:50] "PUT /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf HTTP/1.1" 200 263 0.019720 10.0.0.33 - - [2025-10-27 03:07:50] "PUT /access-control-list/9f29ed3e-a088-49bf-93de-064e5850d0ed HTTP/1.1" 200 273 0.012182 10.0.0.249 - - [2025-10-27 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006592 10.0.0.129 - - [2025-10-27 03:07:50] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000918 10.0.0.249 - - [2025-10-27 03:07:50] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.044881 10.0.0.129 - - [2025-10-27 03:07:51] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001065 10.0.0.249 - - [2025-10-27 03:07:51] "POST /neutron/network HTTP/1.1" 200 735 0.157506 10.0.0.33 - - [2025-10-27 03:07:51] "POST /ref-update HTTP/1.1" 200 156 0.021281 10.0.0.249 - - [2025-10-27 03:07:51] "POST /id-to-fqname HTTP/1.1" 200 300 0.003428 10.0.0.249 - - [2025-10-27 03:07:51] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005056 10.0.0.249 - - [2025-10-27 03:07:51] "POST /neutron/network HTTP/1.1" 200 955 0.006742 10.0.0.249 - - [2025-10-27 03:07:51] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.004997 10.0.0.249 - - [2025-10-27 03:07:51] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005490 10.0.0.249 - - [2025-10-27 03:07:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001383 10.0.0.249 - - [2025-10-27 03:07:53] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008926 10.0.0.129 - - [2025-10-27 03:07:53] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001265 10.0.0.249 - - [2025-10-27 03:07:54] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.063823 10.0.0.249 - - [2025-10-27 03:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.008389 10.0.0.249 - - [2025-10-27 03:07:54] "POST /id-to-fqname HTTP/1.1" 200 300 0.002100 10.0.0.249 - - [2025-10-27 03:07:54] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007103 10.0.0.129 - - [2025-10-27 03:07:54] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001968 10.0.0.249 - - [2025-10-27 03:07:54] "POST /neutron/security_group HTTP/1.1" 200 3300 0.073841 10.0.0.129 - - [2025-10-27 03:07:55] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000942 10.0.0.249 - - [2025-10-27 03:07:55] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.072334 10.0.0.249 - - [2025-10-27 03:07:55] "POST /neutron/port HTTP/1.1" 200 1091 0.014894 10.0.0.249 - - [2025-10-27 03:07:55] "POST /neutron/port HTTP/1.1" 200 1120 0.017688 10.0.0.249 - - [2025-10-27 03:07:55] "POST /neutron/port HTTP/1.1" 200 1120 0.015989 10.0.0.249 - - [2025-10-27 03:07:55] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007040 10.0.0.249 - - [2025-10-27 03:07:55] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008528 10.0.0.129 - - [2025-10-27 03:07:56] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001353 10.0.0.249 - - [2025-10-27 03:07:56] "POST /neutron/port HTTP/1.1" 200 1091 0.279724 10.0.0.249 - - [2025-10-27 03:07:56] "POST /neutron/port HTTP/1.1" 200 1146 0.089291 10.0.0.249 - - [2025-10-27 03:07:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.009758 10.0.0.249 - - [2025-10-27 03:08:00] "POST /neutron/port HTTP/1.1" 200 1120 0.015864 10.0.0.249 - - [2025-10-27 03:08:01] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008834 10.0.0.249 - - [2025-10-27 03:08:01] "POST /neutron/port HTTP/1.1" 200 1120 0.017152 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 401 293 0.000585 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.035740 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.006462 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.008468 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.005760 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.006357 10.0.0.249 - - [2025-10-27 03:08:01] "GET /instance-ip/184f6110-093e-4c19-b657-cd2cf64204a2 HTTP/1.1" 200 1734 0.007612 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.005906 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.007258 10.0.0.249 - - [2025-10-27 03:08:01] "GET /instance-ip/184f6110-093e-4c19-b657-cd2cf64204a2 HTTP/1.1" 200 1734 0.004653 10.0.0.249 - - [2025-10-27 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.249 - - [2025-10-27 03:08:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004059 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006802 10.0.0.249 - - [2025-10-27 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.249 - - [2025-10-27 03:08:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005702 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004030 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007159 10.0.0.249 - - [2025-10-27 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006571 10.0.0.249 - - [2025-10-27 03:08:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005052 10.0.0.249 - - [2025-10-27 03:08:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003389 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007935 10.0.0.249 - - [2025-10-27 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.249 - - [2025-10-27 03:08:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005668 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004897 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005639 10.0.0.249 - - [2025-10-27 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.249 - - [2025-10-27 03:08:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005283 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006368 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008878 10.0.0.249 - - [2025-10-27 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.249 - - [2025-10-27 03:08:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004967 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004076 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008257 10.0.0.249 - - [2025-10-27 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.249 - - [2025-10-27 03:08:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005340 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004133 10.0.0.249 - - [2025-10-27 03:08:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006432 10.0.0.249 - - [2025-10-27 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-10-27 03:08:05] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005805 10.0.0.249 - - [2025-10-27 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.249 - - [2025-10-27 03:08:09] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005183 10.0.0.129 - - [2025-10-27 03:08:12] "DELETE /project/fc2beb2c31034f078de946e5cb583996 HTTP/1.1" 404 173 0.002907 10.0.0.129 - - [2025-10-27 03:08:12] "DELETE /project/4eb4f378-7bd1-49ba-a6ed-2829f5cb77ab HTTP/1.1" 404 177 0.005779 10.0.0.249 - - [2025-10-27 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.249 - - [2025-10-27 03:08:13] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005226 10.0.0.249 - - [2025-10-27 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.249 - - [2025-10-27 03:08:17] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005874 10.0.0.249 - - [2025-10-27 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.249 - - [2025-10-27 03:08:22] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005140 10.0.0.249 - - [2025-10-27 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.249 - - [2025-10-27 03:08:26] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005268 10.0.0.249 - - [2025-10-27 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.249 - - [2025-10-27 03:08:30] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.004953 10.0.0.249 - - [2025-10-27 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.249 - - [2025-10-27 03:08:34] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006962 10.0.0.249 - - [2025-10-27 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.249 - - [2025-10-27 03:08:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006334 10.0.0.249 - - [2025-10-27 03:08:36] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003726 10.0.0.249 - - [2025-10-27 03:08:36] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007221 10.0.0.249 - - [2025-10-27 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.249 - - [2025-10-27 03:08:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004522 10.0.0.249 - - [2025-10-27 03:08:36] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003056 10.0.0.249 - - [2025-10-27 03:08:36] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006600 10.0.0.249 - - [2025-10-27 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-10-27 03:08:36] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004660 10.0.0.249 - - [2025-10-27 03:08:36] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003948 10.0.0.249 - - [2025-10-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-10-27 03:08:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003663 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004460 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006965 10.0.0.249 - - [2025-10-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.249 - - [2025-10-27 03:08:37] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.005096 10.0.0.249 - - [2025-10-27 03:08:37] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003700 10.0.0.249 - - [2025-10-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.249 - - [2025-10-27 03:08:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004368 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002864 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.009234 10.0.0.249 - - [2025-10-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-10-27 03:08:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005675 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005195 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005836 10.0.0.249 - - [2025-10-27 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-10-27 03:08:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004799 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006535 10.0.0.249 - - [2025-10-27 03:08:37] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007497 10.0.0.249 - - [2025-10-27 03:08:37] "GET /obj-perms HTTP/1.1" 200 5109 0.052392 10.0.0.129 - - [2025-10-27 03:08:37] "GET /obj-perms HTTP/1.1" 200 5109 0.053498 10.0.0.249 - - [2025-10-27 03:08:37] "GET /obj-perms HTTP/1.1" 200 5109 0.003569 10.0.0.33 - - [2025-10-27 03:08:38] "GET /obj-perms HTTP/1.1" 200 5109 0.060906 10.0.0.249 - - [2025-10-27 03:08:38] "GET /obj-perms HTTP/1.1" 200 5109 0.004019 10.0.0.249 - - [2025-10-27 03:08:38] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.004253 10.0.0.249 - - [2025-10-27 03:08:38] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.005472 10.0.0.249 - - [2025-10-27 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.249 - - [2025-10-27 03:08:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003316 10.0.0.249 - - [2025-10-27 03:08:38] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003145 10.0.0.249 - - [2025-10-27 03:08:38] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007538 10.0.0.249 - - [2025-10-27 03:08:38] "POST /neutron/port HTTP/1.1" 200 1120 0.017102 10.0.0.249 - - [2025-10-27 03:08:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.008562 10.0.0.249 - - [2025-10-27 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-10-27 03:08:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003647 10.0.0.249 - - [2025-10-27 03:08:39] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002949 10.0.0.249 - - [2025-10-27 03:08:39] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005578 10.0.0.249 - - [2025-10-27 03:08:39] "POST /neutron/port HTTP/1.1" 200 1120 0.014912 10.0.0.249 - - [2025-10-27 03:08:42] "POST /neutron/port HTTP/1.1" 200 1120 0.018800 10.0.0.249 - - [2025-10-27 03:08:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.010831 10.0.0.129 - - [2025-10-27 03:08:44] "GET /obj-perms HTTP/1.1" 200 5075 0.050188 10.0.0.249 - - [2025-10-27 03:08:44] "POST /neutron/port HTTP/1.1" 200 1120 0.017283 10.0.0.249 - - [2025-10-27 03:08:45] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006223 10.0.0.249 - - [2025-10-27 03:08:49] "POST /neutron/port HTTP/1.1" 200 1120 0.017264 10.0.0.249 - - [2025-10-27 03:08:55] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007565 10.0.0.249 - - [2025-10-27 03:09:00] "POST /neutron/port HTTP/1.1" 200 1120 0.016034 10.0.0.249 - - [2025-10-27 03:09:00] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008674 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.006922 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.004724 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine-interface/0eca0cfd-fbe2-415e-9882-52dd1ed4414f HTTP/1.1" 200 3270 0.005423 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.004871 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine-interface/0eca0cfd-fbe2-415e-9882-52dd1ed4414f HTTP/1.1" 200 3270 0.006976 10.0.0.249 - - [2025-10-27 03:09:00] "GET /instance-ip/4eaeedc7-1321-4dbb-a94b-0efb3ed6b308 HTTP/1.1" 200 1734 0.005548 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.003677 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-machine-interface/0eca0cfd-fbe2-415e-9882-52dd1ed4414f HTTP/1.1" 200 3270 0.005349 10.0.0.249 - - [2025-10-27 03:09:00] "GET /instance-ip/4eaeedc7-1321-4dbb-a94b-0efb3ed6b308 HTTP/1.1" 200 1734 0.003703 10.0.0.249 - - [2025-10-27 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2025-10-27 03:09:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003848 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003224 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005958 10.0.0.249 - - [2025-10-27 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.249 - - [2025-10-27 03:09:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.249 - - [2025-10-27 03:09:00] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003560 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006362 10.0.0.249 - - [2025-10-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.249 - - [2025-10-27 03:09:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004694 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004029 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005972 10.0.0.249 - - [2025-10-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009974 10.0.0.249 - - [2025-10-27 03:09:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007095 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003348 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006816 10.0.0.249 - - [2025-10-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.249 - - [2025-10-27 03:09:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003624 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008017 10.0.0.249 - - [2025-10-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.249 - - [2025-10-27 03:09:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005914 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004730 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005952 10.0.0.249 - - [2025-10-27 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.249 - - [2025-10-27 03:09:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006402 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003899 10.0.0.249 - - [2025-10-27 03:09:01] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008148 10.0.0.249 - - [2025-10-27 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.249 - - [2025-10-27 03:09:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.249 - - [2025-10-27 03:09:02] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004012 10.0.0.249 - - [2025-10-27 03:09:02] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006277 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.249 - - [2025-10-27 03:09:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005794 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004419 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006228 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.249 - - [2025-10-27 03:09:03] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.007147 10.0.0.249 - - [2025-10-27 03:09:03] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004022 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.249 - - [2025-10-27 03:09:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003100 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006093 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.249 - - [2025-10-27 03:09:03] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.005438 10.0.0.249 - - [2025-10-27 03:09:03] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005193 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.249 - - [2025-10-27 03:09:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005779 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003764 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007968 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.249 - - [2025-10-27 03:09:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006632 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004983 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007551 10.0.0.249 - - [2025-10-27 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.249 - - [2025-10-27 03:09:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009168 10.0.0.249 - - [2025-10-27 03:09:03] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003563 10.0.0.249 - - [2025-10-27 03:09:04] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008515 10.0.0.249 - - [2025-10-27 03:09:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004757 10.0.0.129 - - [2025-10-27 03:09:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004311 10.0.0.249 - - [2025-10-27 03:09:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004239 10.0.0.33 - - [2025-10-27 03:09:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004312 10.0.0.249 - - [2025-10-27 03:09:04] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.004917 10.0.0.249 - - [2025-10-27 03:09:04] "GET /virtual-machine-interface/0eca0cfd-fbe2-415e-9882-52dd1ed4414f HTTP/1.1" 200 3270 0.006066 10.0.0.249 - - [2025-10-27 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.249 - - [2025-10-27 03:09:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003618 10.0.0.249 - - [2025-10-27 03:09:04] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004344 10.0.0.249 - - [2025-10-27 03:09:04] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006446 10.0.0.249 - - [2025-10-27 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2025-10-27 03:09:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003595 10.0.0.249 - - [2025-10-27 03:09:05] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002905 10.0.0.249 - - [2025-10-27 03:09:05] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006056 10.0.0.249 - - [2025-10-27 03:09:05] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.004433 10.0.0.249 - - [2025-10-27 03:09:05] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.005893 10.0.0.249 - - [2025-10-27 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.249 - - [2025-10-27 03:09:05] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004935 10.0.0.249 - - [2025-10-27 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.249 - - [2025-10-27 03:09:05] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.006253 10.0.0.249 - - [2025-10-27 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 1320 0.005414 10.0.0.249 - - [2025-10-27 03:09:06] "POST /neutron/port HTTP/1.1" 200 1146 0.019179 10.0.0.249 - - [2025-10-27 03:09:06] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.005135 10.0.0.249 - - [2025-10-27 03:09:06] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3209 0.008280 10.0.0.249 - - [2025-10-27 03:09:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007713 10.0.0.249 - - [2025-10-27 03:09:06] "POST /neutron/port HTTP/1.1" 200 1107 0.013210 10.0.0.249 - - [2025-10-27 03:09:06] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.004386 10.0.0.249 - - [2025-10-27 03:09:06] "GET /virtual-machine-interface/bb68aae7-a62f-4dad-84ec-4a115fd412b3 HTTP/1.1" 200 3270 0.007637 10.0.0.249 - - [2025-10-27 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2025-10-27 03:09:06] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.003512 10.0.0.249 - - [2025-10-27 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2025-10-27 03:09:06] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004835 10.0.0.249 - - [2025-10-27 03:09:06] "DELETE /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf HTTP/1.1" 409 338 0.008552 10.0.0.249 - - [2025-10-27 03:09:39] "POST /neutron/port HTTP/1.1" 200 1120 0.014262 10.0.0.249 - - [2025-10-27 03:09:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004059 10.0.0.249 - - [2025-10-27 03:09:39] "POST /neutron/network HTTP/1.1" 200 955 0.007400 10.0.0.249 - - [2025-10-27 03:09:43] "POST /neutron/network HTTP/1.1" 200 965 0.030902 10.0.0.249 - - [2025-10-27 03:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.249 - - [2025-10-27 03:10:41] "POST /neutron/port HTTP/1.1" 200 1120 0.015213 10.0.0.249 - - [2025-10-27 03:10:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.009250 10.0.0.249 - - [2025-10-27 03:10:43] "POST /neutron/port HTTP/1.1" 200 1120 0.021914 10.0.0.249 - - [2025-10-27 03:10:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004799 10.0.0.249 - - [2025-10-27 03:10:43] "POST /neutron/network HTTP/1.1" 200 955 0.009457 10.0.0.249 - - [2025-10-27 03:10:43] "GET /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005670 10.0.0.249 - - [2025-10-27 03:10:43] "PUT /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf HTTP/1.1" 200 263 0.017965 10.0.0.33 - - [2025-10-27 03:10:43] "PUT /access-control-list/9f29ed3e-a088-49bf-93de-064e5850d0ed HTTP/1.1" 200 273 0.042339 10.0.0.249 - - [2025-10-27 03:10:45] "GET /obj-perms HTTP/1.1" 200 5075 0.050243 10.0.0.33 - - [2025-10-27 03:10:46] "GET /obj-perms HTTP/1.1" 200 5075 0.053573 10.0.0.249 - - [2025-10-27 03:10:46] "POST /neutron/port HTTP/1.1" 200 1146 0.014661 10.0.0.249 - - [2025-10-27 03:10:46] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 200 1325 0.004675 10.0.0.249 - - [2025-10-27 03:10:47] "POST /neutron/port HTTP/1.1" 200 1081 0.017343 10.0.0.249 - - [2025-10-27 03:10:48] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 404 171 0.003622 10.0.0.249 - - [2025-10-27 03:10:48] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 404 171 0.003060 10.0.0.249 - - [2025-10-27 03:10:48] "GET /virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d HTTP/1.1" 404 171 0.003148 10.0.0.249 - - [2025-10-27 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2025-10-27 03:10:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004049 10.0.0.249 - - [2025-10-27 03:10:49] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003824 10.0.0.249 - - [2025-10-27 03:10:49] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005655 10.0.0.249 - - [2025-10-27 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-10-27 03:10:49] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.007758 10.0.0.249 - - [2025-10-27 03:10:49] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005211 10.0.0.249 - - [2025-10-27 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.003878 10.0.0.33 - - [2025-10-27 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004208 10.0.0.33 - - [2025-10-27 03:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.33 - - [2025-10-27 03:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.129 - - [2025-10-27 03:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.001234 10.0.0.129 - - [2025-10-27 03:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.33 - - [2025-10-27 03:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.33 - - [2025-10-27 03:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2025-10-27 03:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-10-27 03:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.129 - - [2025-10-27 03:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.129 - - [2025-10-27 03:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2025-10-27 03:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-10-27 03:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-10-27 03:11:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004897 10.0.0.33 - - [2025-10-27 03:11:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004161 10.0.0.249 - - [2025-10-27 03:11:10] "GET /obj-perms HTTP/1.1" 200 5109 0.004024 10.0.0.33 - - [2025-10-27 03:11:10] "GET /obj-perms HTTP/1.1" 200 5109 0.003858 10.0.0.129 - - [2025-10-27 03:11:10] "GET /obj-perms HTTP/1.1" 200 5109 0.003715 10.0.0.249 - - [2025-10-27 03:11:10] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008059 10.0.0.249 - - [2025-10-27 03:11:11] "POST /neutron/port HTTP/1.1" 200 1146 0.011677 10.0.0.249 - - [2025-10-27 03:11:11] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 200 1324 0.003905 10.0.0.249 - - [2025-10-27 03:11:11] "POST /neutron/port HTTP/1.1" 200 1107 0.016185 10.0.0.249 - - [2025-10-27 03:11:13] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 404 171 0.003379 10.0.0.249 - - [2025-10-27 03:11:13] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 404 171 0.002986 10.0.0.249 - - [2025-10-27 03:11:13] "GET /virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63 HTTP/1.1" 404 171 0.002635 10.0.0.249 - - [2025-10-27 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.249 - - [2025-10-27 03:11:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004106 10.0.0.249 - - [2025-10-27 03:11:13] "GET /virtual-networks?parent_id=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003060 10.0.0.249 - - [2025-10-27 03:11:13] "GET /virtual-network/8b2d9118-7931-4ab2-9a3f-be9953e65d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005880 10.0.0.249 - - [2025-10-27 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-10-27 03:11:13] "GET /routing-instance/4aef7455-b9d7-4e33-8670-3c62a64e6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004064 10.0.0.249 - - [2025-10-27 03:11:13] "GET /route-target/d4351813-6deb-4332-bb87-c8161530a66a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003817 10.0.0.249 - - [2025-10-27 03:11:16] "GET /obj-perms HTTP/1.1" 200 5109 0.004520 10.0.0.33 - - [2025-10-27 03:11:19] "GET /obj-perms HTTP/1.1" 200 5109 0.003725 10.0.0.249 - - [2025-10-27 03:11:25] "GET /obj-perms HTTP/1.1" 200 5109 0.005197 10.0.0.33 - - [2025-10-27 03:11:29] "GET /obj-perms HTTP/1.1" 200 5109 0.004141 10.0.0.249 - - [2025-10-27 03:11:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004697 10.0.0.33 - - [2025-10-27 03:11:38] "GET /obj-perms HTTP/1.1" 200 5109 0.005042 10.0.0.249 - - [2025-10-27 03:11:41] "GET /obj-perms HTTP/1.1" 200 5109 0.003457 10.0.0.33 - - [2025-10-27 03:11:41] "DELETE /route-target/d4351813-6deb-4332-bb87-c8161530a66a HTTP/1.1" 200 115 0.026210 10.0.0.129 - - [2025-10-27 03:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.041676 10.0.0.129 - - [2025-10-27 03:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004784 10.0.0.249 - - [2025-10-27 03:11:41] "POST /neutron/network HTTP/1.1" 200 151 0.162199 10.0.0.249 - - [2025-10-27 03:11:41] "DELETE /security-group/d7763e0f-5038-40ff-bcc5-8fc8279f2edf HTTP/1.1" 200 115 0.045939 10.0.0.249 - - [2025-10-27 03:11:41] "POST /fqname-to-id HTTP/1.1" 404 254 0.002984 10.0.0.129 - - [2025-10-27 03:11:43] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000957 10.0.0.249 - - [2025-10-27 03:11:43] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.053903 10.0.0.129 - - [2025-10-27 03:11:43] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001293 10.0.0.249 - - [2025-10-27 03:11:43] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?fields=virtual_networks HTTP/1.1" 200 1095 0.044312 10.0.0.129 - - [2025-10-27 03:11:43] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001156 10.0.0.249 - - [2025-10-27 03:11:43] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.045766 10.0.0.129 - - [2025-10-27 03:11:43] "GET /projects?obj_uuids=fc2beb2c-3103-4f07-8de9-46e5cb583996&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001078 10.0.0.249 - - [2025-10-27 03:11:43] "GET /project/fc2beb2c-3103-4f07-8de9-46e5cb583996?fields=security_groups HTTP/1.1" 200 1352 0.039085 10.0.0.249 - - [2025-10-27 03:11:44] "POST /fqname-to-id HTTP/1.1" 404 209 0.026079 10.0.0.129 - - [2025-10-27 03:11:44] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003042 10.0.0.129 - - [2025-10-27 03:11:44] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001764 10.0.0.129 - - [2025-10-27 03:11:44] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035729 10.0.0.129 - - [2025-10-27 03:11:44] "POST /id-to-fqname HTTP/1.1" 200 212 0.001472 10.0.0.129 - - [2025-10-27 03:11:44] "POST /fqname-to-id HTTP/1.1" 404 222 0.003970 10.0.0.129 - - [2025-10-27 03:11:44] "POST /security-groups HTTP/1.1" 200 612 0.073664 10.0.0.33 - - [2025-10-27 03:11:44] "POST /fqname-to-id HTTP/1.1" 404 255 0.003375 10.0.0.129 - - [2025-10-27 03:11:44] "POST /projects HTTP/1.1" 200 627 0.273355 10.0.0.129 - - [2025-10-27 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.350087 10.0.0.33 - - [2025-10-27 03:11:44] "POST /access-control-lists HTTP/1.1" 200 617 0.025639 10.0.0.249 - - [2025-10-27 03:11:45] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.517506 10.0.0.249 - - [2025-10-27 03:11:46] "GET / HTTP/1.1" 200 36215 0.002220 10.0.0.249 - - [2025-10-27 03:11:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000595 10.0.0.249 - - [2025-10-27 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.029479 10.0.0.33 - - [2025-10-27 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 276 0.007786 10.0.0.33 - - [2025-10-27 03:11:48] "PUT /access-control-list/0aec83dc-a02a-4b37-bebf-b199cb09661b HTTP/1.1" 200 273 0.018198 10.0.0.249 - - [2025-10-27 03:11:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.042002 10.0.0.249 - - [2025-10-27 03:11:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.188714 10.0.0.33 - - [2025-10-27 03:11:49] "PUT /access-control-list/0aec83dc-a02a-4b37-bebf-b199cb09661b HTTP/1.1" 200 273 0.017321 10.0.0.249 - - [2025-10-27 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.249 - - [2025-10-27 03:11:49] "GET /security-group/0b0b7077-7153-454a-ad09-f8dd5c385d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005450 10.0.0.249 - - [2025-10-27 03:11:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.055343 10.0.0.249 - - [2025-10-27 03:11:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.003688 10.0.0.33 - - [2025-10-27 03:11:50] "DELETE /access-control-list/0aec83dc-a02a-4b37-bebf-b199cb09661b HTTP/1.1" 200 115 0.041710 10.0.0.249 - - [2025-10-27 03:11:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.004678 10.0.0.33 - - [2025-10-27 03:11:50] "POST /fqname-to-id HTTP/1.1" 404 276 0.008629 10.0.0.33 - - [2025-10-27 03:11:51] "PUT /access-control-list/84dade33-3f8e-4eee-bdd5-26dfa4cebcfb HTTP/1.1" 200 273 0.020268 10.0.0.249 - - [2025-10-27 03:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009712 10.0.0.249 - - [2025-10-27 03:11:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159566 10.0.0.33 - - [2025-10-27 03:11:51] "PUT /access-control-list/84dade33-3f8e-4eee-bdd5-26dfa4cebcfb HTTP/1.1" 200 273 0.011557 10.0.0.249 - - [2025-10-27 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2025-10-27 03:11:51] "GET /security-group/5e776ab3-4c0c-4ab2-9b1e-f7981ae7fee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.003248 10.0.0.249 - - [2025-10-27 03:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.008222 10.0.0.33 - - [2025-10-27 03:11:52] "PUT /access-control-list/84dade33-3f8e-4eee-bdd5-26dfa4cebcfb HTTP/1.1" 200 273 0.013500 10.0.0.249 - - [2025-10-27 03:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 580 0.113789 10.0.0.249 - - [2025-10-27 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.129 - - [2025-10-27 03:11:52] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001678 10.0.0.249 - - [2025-10-27 03:11:52] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.077319 10.0.0.33 - - [2025-10-27 03:11:53] "POST /ref-update HTTP/1.1" 200 156 0.027149 10.0.0.129 - - [2025-10-27 03:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008860 10.0.0.249 - - [2025-10-27 03:11:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.174256 10.0.0.249 - - [2025-10-27 03:11:53] "POST /id-to-fqname HTTP/1.1" 200 282 0.001354 10.0.0.249 - - [2025-10-27 03:11:53] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005642 10.0.0.249 - - [2025-10-27 03:11:53] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005265 10.0.0.249 - - [2025-10-27 03:11:53] "POST /neutron/network HTTP/1.1" 200 924 0.006838 10.0.0.249 - - [2025-10-27 03:11:53] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005794 10.0.0.249 - - [2025-10-27 03:11:54] "GET /obj-perms HTTP/1.1" 200 5091 0.056226 10.0.0.33 - - [2025-10-27 03:11:54] "GET /obj-perms HTTP/1.1" 200 5091 0.053005 10.0.0.129 - - [2025-10-27 03:11:54] "GET /obj-perms HTTP/1.1" 200 5091 0.057961 10.0.0.249 - - [2025-10-27 03:11:54] "POST /id-to-fqname HTTP/1.1" 200 282 0.001311 10.0.0.249 - - [2025-10-27 03:11:55] "POST /neutron/network HTTP/1.1" 200 934 0.009030 10.0.0.129 - - [2025-10-27 03:11:55] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001344 10.0.0.249 - - [2025-10-27 03:11:55] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.072597 10.0.0.249 - - [2025-10-27 03:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.007885 10.0.0.249 - - [2025-10-27 03:11:56] "POST /id-to-fqname HTTP/1.1" 200 282 0.001263 10.0.0.249 - - [2025-10-27 03:11:56] "POST /neutron/network HTTP/1.1" 200 934 0.006546 10.0.0.129 - - [2025-10-27 03:11:56] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001051 10.0.0.249 - - [2025-10-27 03:11:56] "POST /neutron/port HTTP/1.1" 200 1078 0.298246 10.0.0.129 - - [2025-10-27 03:11:56] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001670 10.0.0.249 - - [2025-10-27 03:11:57] "POST /neutron/port HTTP/1.1" 200 1132 0.117465 10.0.0.249 - - [2025-10-27 03:11:57] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.114927 10.0.0.249 - - [2025-10-27 03:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.249 - - [2025-10-27 03:11:57] "POST /neutron/network HTTP/1.1" 200 924 0.011193 10.0.0.249 - - [2025-10-27 03:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.006122 10.0.0.249 - - [2025-10-27 03:11:57] "POST /neutron/network HTTP/1.1" 200 934 0.006768 10.0.0.249 - - [2025-10-27 03:11:58] "POST /neutron/port HTTP/1.1" 200 1078 0.043755 10.0.0.249 - - [2025-10-27 03:11:58] "POST /neutron/port HTTP/1.1" 200 1106 0.017371 10.0.0.249 - - [2025-10-27 03:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.249 - - [2025-10-27 03:12:02] "POST /neutron/security_group HTTP/1.1" 200 1411 0.007729 10.0.0.249 - - [2025-10-27 03:12:02] "POST /neutron/port HTTP/1.1" 200 1106 0.016958 10.0.0.249 - - [2025-10-27 03:12:02] "POST /neutron/security_group HTTP/1.1" 200 1411 0.007457 10.0.0.249 - - [2025-10-27 03:12:02] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.038413 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.004105 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.005134 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.004693 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.004972 10.0.0.249 - - [2025-10-27 03:12:03] "GET /instance-ip/8d381a92-7e9b-4a06-90c3-a8ec9a15d7d2 HTTP/1.1" 200 1704 0.007732 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.003944 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.005337 10.0.0.249 - - [2025-10-27 03:12:03] "GET /instance-ip/8d381a92-7e9b-4a06-90c3-a8ec9a15d7d2 HTTP/1.1" 200 1704 0.004585 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005083 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003754 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006297 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004661 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003482 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005915 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004284 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003246 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005982 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004443 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004431 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007940 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004844 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003048 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006973 10.0.0.249 - - [2025-10-27 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.249 - - [2025-10-27 03:12:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004056 10.0.0.249 - - [2025-10-27 03:12:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003107 10.0.0.249 - - [2025-10-27 03:12:04] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007352 10.0.0.249 - - [2025-10-27 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.249 - - [2025-10-27 03:12:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.249 - - [2025-10-27 03:12:04] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003533 10.0.0.249 - - [2025-10-27 03:12:04] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006302 10.0.0.249 - - [2025-10-27 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.249 - - [2025-10-27 03:12:07] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007711 10.0.0.249 - - [2025-10-27 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.249 - - [2025-10-27 03:12:11] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005145 10.0.0.129 - - [2025-10-27 03:12:13] "DELETE /project/fc2beb2c-3103-4f07-8de9-46e5cb583996 HTTP/1.1" 404 177 0.003072 10.0.0.129 - - [2025-10-27 03:12:13] "DELETE /project/34936c8d8587465b84e7265cb55d1fe8 HTTP/1.1" 404 173 0.006377 10.0.0.249 - - [2025-10-27 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.249 - - [2025-10-27 03:12:15] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005216 10.0.0.249 - - [2025-10-27 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.249 - - [2025-10-27 03:12:19] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006172 10.0.0.249 - - [2025-10-27 03:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.249 - - [2025-10-27 03:12:23] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005041 10.0.0.249 - - [2025-10-27 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.249 - - [2025-10-27 03:12:27] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.009547 10.0.0.249 - - [2025-10-27 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.249 - - [2025-10-27 03:12:31] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006825 10.0.0.249 - - [2025-10-27 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007338 10.0.0.249 - - [2025-10-27 03:12:35] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006397 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.249 - - [2025-10-27 03:12:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006010 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004395 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.009434 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011225 10.0.0.249 - - [2025-10-27 03:12:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004865 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003603 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.012116 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.249 - - [2025-10-27 03:12:38] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005752 10.0.0.249 - - [2025-10-27 03:12:38] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007609 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.249 - - [2025-10-27 03:12:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004379 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.007965 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006793 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.249 - - [2025-10-27 03:12:38] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005246 10.0.0.249 - - [2025-10-27 03:12:38] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004323 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-10-27 03:12:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004111 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003304 10.0.0.249 - - [2025-10-27 03:12:38] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005472 10.0.0.249 - - [2025-10-27 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-10-27 03:12:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003107 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005581 10.0.0.249 - - [2025-10-27 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-10-27 03:12:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004094 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003185 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005424 10.0.0.249 - - [2025-10-27 03:12:39] "GET /obj-perms HTTP/1.1" 200 5091 0.004040 10.0.0.129 - - [2025-10-27 03:12:39] "GET /obj-perms HTTP/1.1" 200 5091 0.003843 10.0.0.249 - - [2025-10-27 03:12:39] "GET /obj-perms HTTP/1.1" 200 5091 0.005396 10.0.0.33 - - [2025-10-27 03:12:39] "GET /obj-perms HTTP/1.1" 200 5091 0.004309 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.005427 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.005440 10.0.0.249 - - [2025-10-27 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.249 - - [2025-10-27 03:12:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007082 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003469 10.0.0.249 - - [2025-10-27 03:12:39] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005586 10.0.0.249 - - [2025-10-27 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.249 - - [2025-10-27 03:12:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004358 10.0.0.249 - - [2025-10-27 03:12:41] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002945 10.0.0.249 - - [2025-10-27 03:12:41] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007574 10.0.0.249 - - [2025-10-27 03:12:45] "POST /neutron/port HTTP/1.1" 200 1106 0.016876 10.0.0.249 - - [2025-10-27 03:12:45] "POST /neutron/port HTTP/1.1" 200 1106 0.015576 10.0.0.249 - - [2025-10-27 03:12:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.249 - - [2025-10-27 03:12:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.010085 10.0.0.249 - - [2025-10-27 03:12:45] "POST /neutron/network HTTP/1.1" 200 924 0.007133 10.0.0.249 - - [2025-10-27 03:12:46] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008253 10.0.0.249 - - [2025-10-27 03:12:50] "POST /neutron/port HTTP/1.1" 200 1106 0.043298 10.0.0.249 - - [2025-10-27 03:12:51] "POST /neutron/security_group HTTP/1.1" 200 1411 0.009332 10.0.0.249 - - [2025-10-27 03:13:02] "POST /neutron/port HTTP/1.1" 200 1106 0.017851 10.0.0.249 - - [2025-10-27 03:13:02] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008323 10.0.0.249 - - [2025-10-27 03:13:02] "POST /neutron/port HTTP/1.1" 200 1106 0.016356 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.006445 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.008116 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine-interface/2e2aa016-dabc-4055-92ec-c4aa72fcab94 HTTP/1.1" 200 3198 0.005553 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.003870 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine-interface/2e2aa016-dabc-4055-92ec-c4aa72fcab94 HTTP/1.1" 200 3198 0.009605 10.0.0.249 - - [2025-10-27 03:13:02] "GET /instance-ip/99f052a0-a40b-406a-8fee-5e68b2e95f3d HTTP/1.1" 200 1704 0.006724 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.004196 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-machine-interface/2e2aa016-dabc-4055-92ec-c4aa72fcab94 HTTP/1.1" 200 3198 0.005019 10.0.0.249 - - [2025-10-27 03:13:02] "GET /instance-ip/99f052a0-a40b-406a-8fee-5e68b2e95f3d HTTP/1.1" 200 1704 0.004070 10.0.0.249 - - [2025-10-27 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.249 - - [2025-10-27 03:13:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012265 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004072 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006907 10.0.0.249 - - [2025-10-27 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-10-27 03:13:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004768 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003371 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.008597 10.0.0.249 - - [2025-10-27 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.249 - - [2025-10-27 03:13:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004787 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004089 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006024 10.0.0.249 - - [2025-10-27 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.249 - - [2025-10-27 03:13:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003988 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002954 10.0.0.249 - - [2025-10-27 03:13:02] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006087 10.0.0.249 - - [2025-10-27 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.249 - - [2025-10-27 03:13:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004626 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003391 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007978 10.0.0.249 - - [2025-10-27 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.249 - - [2025-10-27 03:13:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005873 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004083 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006645 10.0.0.249 - - [2025-10-27 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.249 - - [2025-10-27 03:13:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004531 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003389 10.0.0.249 - - [2025-10-27 03:13:03] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006241 10.0.0.249 - - [2025-10-27 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.249 - - [2025-10-27 03:13:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004479 10.0.0.249 - - [2025-10-27 03:13:04] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003322 10.0.0.249 - - [2025-10-27 03:13:04] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006411 10.0.0.249 - - [2025-10-27 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.249 - - [2025-10-27 03:13:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005972 10.0.0.249 - - [2025-10-27 03:13:04] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004043 10.0.0.249 - - [2025-10-27 03:13:04] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006423 10.0.0.249 - - [2025-10-27 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-10-27 03:13:04] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004607 10.0.0.249 - - [2025-10-27 03:13:04] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004948 10.0.0.249 - - [2025-10-27 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.249 - - [2025-10-27 03:13:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003837 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003139 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005891 10.0.0.249 - - [2025-10-27 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2025-10-27 03:13:05] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004318 10.0.0.249 - - [2025-10-27 03:13:05] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003976 10.0.0.249 - - [2025-10-27 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.249 - - [2025-10-27 03:13:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006305 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004532 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005977 10.0.0.249 - - [2025-10-27 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2025-10-27 03:13:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005201 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003191 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006965 10.0.0.249 - - [2025-10-27 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.249 - - [2025-10-27 03:13:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004381 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003739 10.0.0.249 - - [2025-10-27 03:13:05] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006237 10.0.0.129 - - [2025-10-27 03:13:05] "GET /obj-perms HTTP/1.1" 200 5091 0.004213 10.0.0.249 - - [2025-10-27 03:13:05] "GET /obj-perms HTTP/1.1" 200 5091 0.004397 10.0.0.249 - - [2025-10-27 03:13:05] "GET /obj-perms HTTP/1.1" 200 5091 0.003654 10.0.0.33 - - [2025-10-27 03:13:06] "GET /obj-perms HTTP/1.1" 200 5091 0.004627 10.0.0.129 - - [2025-10-27 03:13:06] "GET /obj-perms HTTP/1.1" 200 5091 0.005845 10.0.0.249 - - [2025-10-27 03:13:06] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.005961 10.0.0.249 - - [2025-10-27 03:13:06] "GET /virtual-machine-interface/2e2aa016-dabc-4055-92ec-c4aa72fcab94 HTTP/1.1" 200 3198 0.006285 10.0.0.249 - - [2025-10-27 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.249 - - [2025-10-27 03:13:06] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006178 10.0.0.249 - - [2025-10-27 03:13:06] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004177 10.0.0.249 - - [2025-10-27 03:13:06] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007616 10.0.0.249 - - [2025-10-27 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.249 - - [2025-10-27 03:13:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004468 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006301 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.004534 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.005983 10.0.0.249 - - [2025-10-27 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.249 - - [2025-10-27 03:13:07] "GET /security-group/5e776ab3-4c0c-4ab2-9b1e-f7981ae7fee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005055 10.0.0.249 - - [2025-10-27 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.249 - - [2025-10-27 03:13:07] "GET /security-group/5e776ab3-4c0c-4ab2-9b1e-f7981ae7fee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.006876 10.0.0.249 - - [2025-10-27 03:13:07] "POST /neutron/security_group HTTP/1.1" 200 1411 0.007646 10.0.0.249 - - [2025-10-27 03:13:07] "POST /neutron/port HTTP/1.1" 200 1132 0.011391 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.005666 10.0.0.249 - - [2025-10-27 03:13:07] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3145 0.011468 10.0.0.249 - - [2025-10-27 03:13:07] "POST /neutron/port HTTP/1.1" 200 1068 0.017496 10.0.0.249 - - [2025-10-27 03:13:08] "POST /neutron/port HTTP/1.1" 200 1132 0.068109 10.0.0.249 - - [2025-10-27 03:13:08] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.004394 10.0.0.249 - - [2025-10-27 03:13:08] "GET /virtual-machine-interface/41593c52-1cae-4699-8281-a4255f31609b HTTP/1.1" 200 3197 0.006344 10.0.0.249 - - [2025-10-27 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2025-10-27 03:13:08] "GET /security-group/5e776ab3-4c0c-4ab2-9b1e-f7981ae7fee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003634 10.0.0.249 - - [2025-10-27 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.249 - - [2025-10-27 03:13:08] "GET /security-group/5e776ab3-4c0c-4ab2-9b1e-f7981ae7fee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004721 10.0.0.249 - - [2025-10-27 03:13:08] "POST /neutron/security_group HTTP/1.1" 400 206 0.015522 10.0.0.249 - - [2025-10-27 03:13:45] "POST /neutron/network HTTP/1.1" 200 934 0.008087 10.0.0.249 - - [2025-10-27 03:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.249 - - [2025-10-27 03:13:46] "POST /neutron/port HTTP/1.1" 200 1106 0.016564 10.0.0.249 - - [2025-10-27 03:13:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.009701 10.0.0.249 - - [2025-10-27 03:13:48] "GET /obj-perms HTTP/1.1" 200 5075 0.061509 10.0.0.129 - - [2025-10-27 03:14:11] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001090 10.0.0.249 - - [2025-10-27 03:14:11] "POST /neutron/security_group_rule HTTP/1.1" 200 2622 0.054937 10.0.0.33 - - [2025-10-27 03:14:11] "PUT /access-control-list/84dade33-3f8e-4eee-bdd5-26dfa4cebcfb HTTP/1.1" 200 273 0.014830 10.0.0.249 - - [2025-10-27 03:14:11] "POST /neutron/security_group_rule HTTP/1.1" 200 544 0.010369 10.0.0.249 - - [2025-10-27 03:14:11] "POST /neutron/security_group_rule HTTP/1.1" 200 580 0.177530 10.0.0.249 - - [2025-10-27 03:14:14] "POST /neutron/port HTTP/1.1" 200 1132 0.013453 10.0.0.249 - - [2025-10-27 03:14:14] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 200 1316 0.004086 10.0.0.249 - - [2025-10-27 03:14:15] "POST /neutron/port HTTP/1.1" 200 1068 0.017893 10.0.0.249 - - [2025-10-27 03:14:16] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 404 171 0.003804 10.0.0.249 - - [2025-10-27 03:14:16] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 404 171 0.002998 10.0.0.249 - - [2025-10-27 03:14:16] "GET /virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2 HTTP/1.1" 404 171 0.003888 10.0.0.249 - - [2025-10-27 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.249 - - [2025-10-27 03:14:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004412 10.0.0.249 - - [2025-10-27 03:14:17] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003199 10.0.0.249 - - [2025-10-27 03:14:17] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005683 10.0.0.249 - - [2025-10-27 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-10-27 03:14:17] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004283 10.0.0.249 - - [2025-10-27 03:14:17] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003794 10.0.0.33 - - [2025-10-27 03:14:17] "GET /obj-perms HTTP/1.1" 200 5091 0.004758 10.0.0.249 - - [2025-10-27 03:14:23] "GET /obj-perms HTTP/1.1" 200 5091 0.003961 10.0.0.33 - - [2025-10-27 03:14:26] "GET /obj-perms HTTP/1.1" 200 5091 0.005465 10.0.0.249 - - [2025-10-27 03:14:32] "GET /obj-perms HTTP/1.1" 200 5091 0.006145 10.0.0.33 - - [2025-10-27 03:14:35] "GET /obj-perms HTTP/1.1" 200 5091 0.005090 10.0.0.249 - - [2025-10-27 03:14:41] "GET /obj-perms HTTP/1.1" 200 5091 0.004491 10.0.0.33 - - [2025-10-27 03:14:42] "GET /obj-perms HTTP/1.1" 200 5091 0.004035 10.0.0.249 - - [2025-10-27 03:14:42] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008114 10.0.0.249 - - [2025-10-27 03:14:42] "POST /neutron/port HTTP/1.1" 200 1132 0.012229 10.0.0.249 - - [2025-10-27 03:14:42] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 200 1315 0.004368 10.0.0.249 - - [2025-10-27 03:14:42] "POST /neutron/port HTTP/1.1" 200 1094 0.013157 10.0.0.249 - - [2025-10-27 03:14:44] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 404 171 0.003215 10.0.0.249 - - [2025-10-27 03:14:44] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 404 171 0.003107 10.0.0.249 - - [2025-10-27 03:14:44] "GET /virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3 HTTP/1.1" 404 171 0.003460 10.0.0.249 - - [2025-10-27 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2025-10-27 03:14:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004369 10.0.0.249 - - [2025-10-27 03:14:44] "GET /virtual-networks?parent_id=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003783 10.0.0.249 - - [2025-10-27 03:14:44] "GET /virtual-network/e6ba196a-534b-45a6-a377-cf5618c9ac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007898 10.0.0.249 - - [2025-10-27 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-10-27 03:14:44] "GET /routing-instance/b688c912-142c-4103-a005-fcfa53a9df1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004509 10.0.0.249 - - [2025-10-27 03:14:44] "GET /route-target/af3ee2e2-4eda-4073-9dcd-68c087a9ac0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003766 10.0.0.249 - - [2025-10-27 03:14:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004064 10.0.0.249 - - [2025-10-27 03:14:50] "GET /obj-perms HTTP/1.1" 200 5091 0.004665 10.0.0.33 - - [2025-10-27 03:14:51] "GET /obj-perms HTTP/1.1" 200 5091 0.004200 10.0.0.249 - - [2025-10-27 03:15:00] "GET /obj-perms HTTP/1.1" 200 5091 0.005361 10.0.0.33 - - [2025-10-27 03:15:00] "GET /obj-perms HTTP/1.1" 200 5091 0.004516 10.0.0.249 - - [2025-10-27 03:15:09] "GET /obj-perms HTTP/1.1" 200 5091 0.005141 10.0.0.33 - - [2025-10-27 03:15:09] "GET /obj-perms HTTP/1.1" 200 5091 0.004765 10.0.0.249 - - [2025-10-27 03:15:12] "GET /obj-perms HTTP/1.1" 200 5091 0.003922 10.0.0.129 - - [2025-10-27 03:15:12] "GET /obj-perms HTTP/1.1" 200 5091 0.003820 10.0.0.129 - - [2025-10-27 03:15:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004909 10.0.0.129 - - [2025-10-27 03:15:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004653 10.0.0.33 - - [2025-10-27 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007124 10.0.0.249 - - [2025-10-27 03:15:12] "POST /neutron/network HTTP/1.1" 200 151 0.150134 10.0.0.249 - - [2025-10-27 03:15:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.003197 10.0.0.33 - - [2025-10-27 03:15:13] "DELETE /access-control-list/84dade33-3f8e-4eee-bdd5-26dfa4cebcfb HTTP/1.1" 200 115 0.030921 10.0.0.129 - - [2025-10-27 03:15:14] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001050 10.0.0.249 - - [2025-10-27 03:15:14] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.078928 10.0.0.129 - - [2025-10-27 03:15:14] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001319 10.0.0.249 - - [2025-10-27 03:15:14] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?fields=virtual_networks HTTP/1.1" 200 1075 0.049230 10.0.0.129 - - [2025-10-27 03:15:14] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000999 10.0.0.249 - - [2025-10-27 03:15:15] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.050525 10.0.0.129 - - [2025-10-27 03:15:15] "GET /projects?obj_uuids=34936c8d-8587-465b-84e7-265cb55d1fe8&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.249 - - [2025-10-27 03:15:15] "GET /project/34936c8d-8587-465b-84e7-265cb55d1fe8?fields=security_groups HTTP/1.1" 200 1323 0.055049 10.0.0.249 - - [2025-10-27 03:15:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.030230 10.0.0.129 - - [2025-10-27 03:15:16] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004200 10.0.0.129 - - [2025-10-27 03:15:16] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.129 - - [2025-10-27 03:15:16] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009009 10.0.0.129 - - [2025-10-27 03:15:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.005064 10.0.0.129 - - [2025-10-27 03:15:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.007105 10.0.0.129 - - [2025-10-27 03:15:16] "POST /security-groups HTTP/1.1" 200 589 0.032392 10.0.0.129 - - [2025-10-27 03:15:16] "POST /projects HTTP/1.1" 200 581 0.267863 10.0.0.33 - - [2025-10-27 03:15:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.010906 10.0.0.129 - - [2025-10-27 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.345447 10.0.0.249 - - [2025-10-27 03:15:16] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.511514 10.0.0.249 - - [2025-10-27 03:15:17] "GET / HTTP/1.1" 200 36215 0.001959 10.0.0.249 - - [2025-10-27 03:15:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2025-10-27 03:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.074514 10.0.0.129 - - [2025-10-27 03:15:19] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.249 - - [2025-10-27 03:15:19] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039671 10.0.0.249 - - [2025-10-27 03:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.041652 10.0.0.33 - - [2025-10-27 03:15:20] "POST /ref-update HTTP/1.1" 200 156 0.033212 10.0.0.249 - - [2025-10-27 03:15:20] "POST /neutron/network HTTP/1.1" 200 835 0.008775 10.0.0.249 - - [2025-10-27 03:15:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001223 10.0.0.249 - - [2025-10-27 03:15:20] "GET /virtual-network/2ef2e9fe-0e11-4d9b-9784-7c4935a7b629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004958 10.0.0.249 - - [2025-10-27 03:15:20] "GET /virtual-network/2ef2e9fe-0e11-4d9b-9784-7c4935a7b629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005813 10.0.0.249 - - [2025-10-27 03:15:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.008748 10.0.0.249 - - [2025-10-27 03:15:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001046 10.0.0.129 - - [2025-10-27 03:15:21] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.249 - - [2025-10-27 03:15:21] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070676 10.0.0.249 - - [2025-10-27 03:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.249 - - [2025-10-27 03:15:22] "POST /neutron/network HTTP/1.1" 200 845 0.008915 10.0.0.249 - - [2025-10-27 03:15:22] "POST /neutron/port HTTP/1.1" 200 1059 0.043836 10.0.0.249 - - [2025-10-27 03:15:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005707 10.0.0.249 - - [2025-10-27 03:15:23] "POST /neutron/network HTTP/1.1" 200 835 0.009121 10.0.0.249 - - [2025-10-27 03:15:27] "POST /neutron/port HTTP/1.1" 200 1087 0.018823 10.0.0.249 - - [2025-10-27 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.129 - - [2025-10-27 03:15:27] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.249 - - [2025-10-27 03:15:27] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052086 10.0.0.129 - - [2025-10-27 03:15:27] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.249 - - [2025-10-27 03:15:27] "POST /neutron/network HTTP/1.1" 200 613 0.137461 10.0.0.249 - - [2025-10-27 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.003904 10.0.0.249 - - [2025-10-27 03:15:27] "GET /virtual-network/06b98bbe-2ada-45bb-b039-599d933d82cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005658 10.0.0.249 - - [2025-10-27 03:15:27] "POST /neutron/network HTTP/1.1" 200 831 0.007092 10.0.0.249 - - [2025-10-27 03:15:27] "GET /virtual-network/06b98bbe-2ada-45bb-b039-599d933d82cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007627 10.0.0.249 - - [2025-10-27 03:15:28] "GET /virtual-network/06b98bbe-2ada-45bb-b039-599d933d82cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005912 10.0.0.33 - - [2025-10-27 03:15:29] "GET /obj-perms HTTP/1.1" 200 5045 0.075475 10.0.0.249 - - [2025-10-27 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.129 - - [2025-10-27 03:15:30] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.249 - - [2025-10-27 03:15:30] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048182 10.0.0.249 - - [2025-10-27 03:15:30] "POST /neutron/network HTTP/1.1" 200 117 0.015942 10.0.0.33 - - [2025-10-27 03:15:30] "POST /route-targets HTTP/1.1" 200 328 0.012536 10.0.0.249 - - [2025-10-27 03:15:30] "POST /neutron/network HTTP/1.1" 200 832 0.008715 10.0.0.249 - - [2025-10-27 03:15:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001113 10.0.0.249 - - [2025-10-27 03:15:30] "GET /virtual-network/a4917d10-833f-4bbd-897d-0b7b7f14e825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004724 10.0.0.249 - - [2025-10-27 03:15:30] "GET /virtual-network/a4917d10-833f-4bbd-897d-0b7b7f14e825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005933 10.0.0.249 - - [2025-10-27 03:15:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.011864 10.0.0.249 - - [2025-10-27 03:15:31] "GET /virtual-network/a4917d10-833f-4bbd-897d-0b7b7f14e825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008054 10.0.0.249 - - [2025-10-27 03:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.129 - - [2025-10-27 03:15:31] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.249 - - [2025-10-27 03:15:31] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042805 10.0.0.33 - - [2025-10-27 03:15:32] "POST /ref-update HTTP/1.1" 200 156 0.021962 10.0.0.129 - - [2025-10-27 03:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012526 10.0.0.249 - - [2025-10-27 03:15:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.242908 10.0.0.249 - - [2025-10-27 03:15:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001376 10.0.0.249 - - [2025-10-27 03:15:32] "GET /virtual-network/580201d9-774b-4229-bf87-845e09b4d269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005379 10.0.0.249 - - [2025-10-27 03:15:32] "GET /virtual-network/580201d9-774b-4229-bf87-845e09b4d269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005344 10.0.0.249 - - [2025-10-27 03:15:32] "POST /neutron/network HTTP/1.1" 200 832 0.007250 10.0.0.249 - - [2025-10-27 03:15:32] "GET /virtual-network/580201d9-774b-4229-bf87-845e09b4d269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007921 10.0.0.249 - - [2025-10-27 03:15:32] "GET /obj-perms HTTP/1.1" 200 5045 0.057129 10.0.0.129 - - [2025-10-27 03:15:33] "GET /obj-perms HTTP/1.1" 200 5045 0.049858 10.0.0.249 - - [2025-10-27 03:15:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001352 10.0.0.249 - - [2025-10-27 03:15:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009162 10.0.0.129 - - [2025-10-27 03:15:33] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.249 - - [2025-10-27 03:15:34] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.073449 10.0.0.249 - - [2025-10-27 03:15:34] "POST /neutron/port HTTP/1.1" 200 1087 0.019586 10.0.0.249 - - [2025-10-27 03:15:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001393 10.0.0.249 - - [2025-10-27 03:15:34] "POST /neutron/port HTTP/1.1" 200 1087 0.022957 10.0.0.249 - - [2025-10-27 03:15:34] "POST /neutron/network HTTP/1.1" 200 842 0.009373 10.0.0.249 - - [2025-10-27 03:15:35] "POST /neutron/port HTTP/1.1" 200 1058 0.016845 10.0.0.249 - - [2025-10-27 03:15:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006245 10.0.0.129 - - [2025-10-27 03:15:35] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.249 - - [2025-10-27 03:15:35] "POST /neutron/network HTTP/1.1" 200 832 0.013708 10.0.0.249 - - [2025-10-27 03:15:35] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.084806 10.0.0.249 - - [2025-10-27 03:15:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007706 10.0.0.249 - - [2025-10-27 03:15:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003443 10.0.0.249 - - [2025-10-27 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.129 - - [2025-10-27 03:15:36] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.249 - - [2025-10-27 03:15:36] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009107 10.0.0.249 - - [2025-10-27 03:15:36] "POST /service-templates HTTP/1.1" 200 545 0.031179 10.0.0.249 - - [2025-10-27 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-10-27 03:15:36] "GET /service-template/f562a45f-e203-4bb5-93c7-7662e9aa6d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007004 10.0.0.129 - - [2025-10-27 03:15:36] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.249 - - [2025-10-27 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.249 - - [2025-10-27 03:15:36] "GET /service-template/f562a45f-e203-4bb5-93c7-7662e9aa6d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004094 10.0.0.249 - - [2025-10-27 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001241 10.0.0.249 - - [2025-10-27 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001054 10.0.0.249 - - [2025-10-27 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.002376 10.0.0.249 - - [2025-10-27 03:15:36] "POST /neutron/port HTTP/1.1" 200 1056 0.320495 10.0.0.249 - - [2025-10-27 03:15:36] "POST /neutron/port HTTP/1.1" 200 1056 0.011332 10.0.0.249 - - [2025-10-27 03:15:36] "POST /neutron/port HTTP/1.1" 200 1084 0.017621 10.0.0.249 - - [2025-10-27 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-10-27 03:15:36] "DELETE /service-template/f562a45f-e203-4bb5-93c7-7662e9aa6d09 HTTP/1.1" 200 115 0.032366 10.0.0.249 - - [2025-10-27 03:15:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003603 10.0.0.249 - - [2025-10-27 03:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.249 - - [2025-10-27 03:15:37] "POST /neutron/network HTTP/1.1" 400 204 0.021018 10.0.0.249 - - [2025-10-27 03:15:38] "POST /neutron/port HTTP/1.1" 200 151 0.196154 10.0.0.249 - - [2025-10-27 03:15:39] "POST /neutron/port HTTP/1.1" 200 151 0.194995 10.0.0.249 - - [2025-10-27 03:15:39] "POST /neutron/network HTTP/1.1" 200 832 0.007978 10.0.0.33 - - [2025-10-27 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009986 10.0.0.249 - - [2025-10-27 03:15:40] "POST /neutron/network HTTP/1.1" 200 831 0.007247 10.0.0.33 - - [2025-10-27 03:15:40] "DELETE /route-target/573594fd-ebee-4956-96b9-482098e38818 HTTP/1.1" 200 115 0.027952 10.0.0.249 - - [2025-10-27 03:15:40] "POST /neutron/network HTTP/1.1" 400 204 0.014963 10.0.0.249 - - [2025-10-27 03:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.192222 10.0.0.249 - - [2025-10-27 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.129 - - [2025-10-27 03:15:45] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.249 - - [2025-10-27 03:15:45] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044847 10.0.0.249 - - [2025-10-27 03:15:45] "POST /neutron/network HTTP/1.1" 200 117 0.013432 10.0.0.33 - - [2025-10-27 03:15:45] "POST /route-targets HTTP/1.1" 200 328 0.042209 10.0.0.249 - - [2025-10-27 03:15:46] "POST /neutron/network HTTP/1.1" 200 833 0.008440 10.0.0.249 - - [2025-10-27 03:15:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.249 - - [2025-10-27 03:15:46] "GET /virtual-network/c6555d92-73ef-4a68-ad54-e150a562ac9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005296 10.0.0.249 - - [2025-10-27 03:15:46] "GET /virtual-network/c6555d92-73ef-4a68-ad54-e150a562ac9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005862 10.0.0.249 - - [2025-10-27 03:15:46] "POST /neutron/subnet HTTP/1.1" 200 730 0.008846 10.0.0.249 - - [2025-10-27 03:15:46] "GET /virtual-network/c6555d92-73ef-4a68-ad54-e150a562ac9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006093 10.0.0.33 - - [2025-10-27 03:15:46] "GET /obj-perms HTTP/1.1" 200 5045 0.005472 10.0.0.249 - - [2025-10-27 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.129 - - [2025-10-27 03:15:46] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001715 10.0.0.249 - - [2025-10-27 03:15:46] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049053 10.0.0.33 - - [2025-10-27 03:15:46] "POST /ref-update HTTP/1.1" 200 156 0.027105 10.0.0.129 - - [2025-10-27 03:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010387 10.0.0.249 - - [2025-10-27 03:15:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.190154 10.0.0.249 - - [2025-10-27 03:15:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001956 10.0.0.249 - - [2025-10-27 03:15:47] "GET /virtual-network/d08f0e7e-bbb9-42b8-a0bb-65d50f5c7619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006004 10.0.0.249 - - [2025-10-27 03:15:47] "GET /virtual-network/d08f0e7e-bbb9-42b8-a0bb-65d50f5c7619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006943 10.0.0.249 - - [2025-10-27 03:15:47] "POST /neutron/network HTTP/1.1" 200 834 0.008154 10.0.0.249 - - [2025-10-27 03:15:47] "GET /virtual-network/d08f0e7e-bbb9-42b8-a0bb-65d50f5c7619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005785 10.0.0.249 - - [2025-10-27 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.129 - - [2025-10-27 03:15:47] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.249 - - [2025-10-27 03:15:47] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048641 10.0.0.129 - - [2025-10-27 03:15:47] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.249 - - [2025-10-27 03:15:47] "POST /neutron/network HTTP/1.1" 200 615 0.104664 10.0.0.249 - - [2025-10-27 03:15:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.003233 10.0.0.249 - - [2025-10-27 03:15:48] "GET /virtual-network/1bca59f6-12ef-4e2d-8ab1-352b538a3728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005288 10.0.0.249 - - [2025-10-27 03:15:48] "POST /neutron/network HTTP/1.1" 200 834 0.006646 10.0.0.249 - - [2025-10-27 03:15:48] "GET /virtual-network/1bca59f6-12ef-4e2d-8ab1-352b538a3728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006626 10.0.0.249 - - [2025-10-27 03:15:48] "GET /virtual-network/1bca59f6-12ef-4e2d-8ab1-352b538a3728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005789 10.0.0.249 - - [2025-10-27 03:15:48] "GET /obj-perms HTTP/1.1" 200 5045 0.004315 10.0.0.129 - - [2025-10-27 03:15:48] "GET /obj-perms HTTP/1.1" 200 5045 0.004165 10.0.0.249 - - [2025-10-27 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.129 - - [2025-10-27 03:15:48] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001695 10.0.0.249 - - [2025-10-27 03:15:48] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054182 10.0.0.249 - - [2025-10-27 03:15:48] "POST /neutron/network HTTP/1.1" 200 117 0.014760 10.0.0.33 - - [2025-10-27 03:15:49] "POST /route-targets HTTP/1.1" 200 328 0.013474 10.0.0.249 - - [2025-10-27 03:15:49] "POST /neutron/network HTTP/1.1" 200 844 0.007736 10.0.0.249 - - [2025-10-27 03:15:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001040 10.0.0.249 - - [2025-10-27 03:15:49] "GET /virtual-network/38a505cb-268e-4fa0-bcda-dcd37e604f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005142 10.0.0.249 - - [2025-10-27 03:15:49] "GET /virtual-network/38a505cb-268e-4fa0-bcda-dcd37e604f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006351 10.0.0.249 - - [2025-10-27 03:15:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.008173 10.0.0.249 - - [2025-10-27 03:15:49] "GET /virtual-network/38a505cb-268e-4fa0-bcda-dcd37e604f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005662 10.0.0.33 - - [2025-10-27 03:15:49] "GET /obj-perms HTTP/1.1" 200 5045 0.004623 10.0.0.249 - - [2025-10-27 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.129 - - [2025-10-27 03:15:49] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001548 10.0.0.249 - - [2025-10-27 03:15:49] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055407 10.0.0.33 - - [2025-10-27 03:15:50] "POST /ref-update HTTP/1.1" 200 156 0.022149 10.0.0.129 - - [2025-10-27 03:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007778 10.0.0.249 - - [2025-10-27 03:15:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.225114 10.0.0.249 - - [2025-10-27 03:15:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001301 10.0.0.249 - - [2025-10-27 03:15:50] "GET /virtual-network/314ff6f2-ab81-46d9-b6ba-55c527bb4302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004665 10.0.0.249 - - [2025-10-27 03:15:50] "GET /virtual-network/314ff6f2-ab81-46d9-b6ba-55c527bb4302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005138 10.0.0.249 - - [2025-10-27 03:15:50] "POST /neutron/network HTTP/1.1" 200 845 0.006921 10.0.0.249 - - [2025-10-27 03:15:50] "GET /virtual-network/314ff6f2-ab81-46d9-b6ba-55c527bb4302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005449 10.0.0.129 - - [2025-10-27 03:15:51] "GET /obj-perms HTTP/1.1" 200 5045 0.005558 10.0.0.249 - - [2025-10-27 03:15:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001999 10.0.0.129 - - [2025-10-27 03:15:51] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.249 - - [2025-10-27 03:15:51] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.071155 10.0.0.249 - - [2025-10-27 03:15:51] "POST /neutron/network HTTP/1.1" 200 834 0.029563 10.0.0.249 - - [2025-10-27 03:15:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001692 10.0.0.249 - - [2025-10-27 03:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.011716 10.0.0.129 - - [2025-10-27 03:15:52] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.249 - - [2025-10-27 03:15:52] "POST /neutron/port HTTP/1.1" 200 1060 0.301917 10.0.0.249 - - [2025-10-27 03:15:53] "POST /neutron/port HTTP/1.1" 200 1114 0.119348 10.0.0.129 - - [2025-10-27 03:15:53] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.249 - - [2025-10-27 03:15:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.008037 10.0.0.249 - - [2025-10-27 03:15:53] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082925 10.0.0.249 - - [2025-10-27 03:15:53] "POST /neutron/network HTTP/1.1" 200 834 0.006572 10.0.0.249 - - [2025-10-27 03:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.249 - - [2025-10-27 03:15:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003141 10.0.0.249 - - [2025-10-27 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.129 - - [2025-10-27 03:15:53] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002062 10.0.0.249 - - [2025-10-27 03:15:53] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010486 10.0.0.249 - - [2025-10-27 03:15:53] "POST /service-templates HTTP/1.1" 200 545 0.025207 10.0.0.249 - - [2025-10-27 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.249 - - [2025-10-27 03:15:53] "GET /service-template/195d9635-f41c-4dee-bb13-560372d14ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006656 10.0.0.249 - - [2025-10-27 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2025-10-27 03:15:53] "GET /service-template/195d9635-f41c-4dee-bb13-560372d14ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004468 10.0.0.249 - - [2025-10-27 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001115 10.0.0.249 - - [2025-10-27 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001729 10.0.0.249 - - [2025-10-27 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.002027 10.0.0.249 - - [2025-10-27 03:15:54] "POST /neutron/port HTTP/1.1" 200 1088 0.024861 10.0.0.249 - - [2025-10-27 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.249 - - [2025-10-27 03:15:54] "DELETE /service-template/195d9635-f41c-4dee-bb13-560372d14ddf HTTP/1.1" 200 115 0.023133 10.0.0.249 - - [2025-10-27 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002606 10.0.0.249 - - [2025-10-27 03:15:54] "POST /neutron/port HTTP/1.1" 200 1058 0.013635 10.0.0.249 - - [2025-10-27 03:15:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003780 10.0.0.129 - - [2025-10-27 03:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.017485 10.0.0.129 - - [2025-10-27 03:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002608 10.0.0.249 - - [2025-10-27 03:15:54] "POST /neutron/network HTTP/1.1" 200 151 0.123749 10.0.0.249 - - [2025-10-27 03:15:55] "POST /neutron/network HTTP/1.1" 200 844 0.007478 10.0.0.33 - - [2025-10-27 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2025-10-27 03:15:55] "POST /neutron/port HTTP/1.1" 200 1114 0.011283 10.0.0.249 - - [2025-10-27 03:15:55] "POST /neutron/network HTTP/1.1" 400 204 0.015827 10.0.0.249 - - [2025-10-27 03:15:56] "POST /neutron/port HTTP/1.1" 200 151 0.191013 10.0.0.249 - - [2025-10-27 03:15:56] "POST /neutron/network HTTP/1.1" 200 117 0.010206 10.0.0.129 - - [2025-10-27 03:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003444 10.0.0.129 - - [2025-10-27 03:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005836 10.0.0.249 - - [2025-10-27 03:15:57] "POST /neutron/network HTTP/1.1" 200 151 0.122239 10.0.0.33 - - [2025-10-27 03:15:57] "DELETE /route-target/b2d25351-44be-4149-af96-37f7ba7e40f4 HTTP/1.1" 200 115 0.025644 10.0.0.249 - - [2025-10-27 03:15:58] "POST /neutron/network HTTP/1.1" 200 833 0.006657 10.0.0.33 - - [2025-10-27 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.33 - - [2025-10-27 03:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.33 - - [2025-10-27 03:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.129 - - [2025-10-27 03:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.129 - - [2025-10-27 03:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.33 - - [2025-10-27 03:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.33 - - [2025-10-27 03:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-10-27 03:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.129 - - [2025-10-27 03:15:59] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.249 - - [2025-10-27 03:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000299 10.0.0.249 - - [2025-10-27 03:15:59] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041099 10.0.0.129 - - [2025-10-27 03:15:59] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.249 - - [2025-10-27 03:16:00] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?fields=virtual_networks HTTP/1.1" 200 1030 0.046425 10.0.0.129 - - [2025-10-27 03:16:00] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.249 - - [2025-10-27 03:16:00] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.051674 10.0.0.129 - - [2025-10-27 03:16:00] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.249 - - [2025-10-27 03:16:00] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?fields=security_groups HTTP/1.1" 200 1255 0.039941 10.0.0.129 - - [2025-10-27 03:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.129 - - [2025-10-27 03:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.33 - - [2025-10-27 03:16:01] "DELETE /access-control-list/dda127b9-6e82-4ed1-8c43-7b37b9429f83 HTTP/1.1" 200 115 0.041815 10.0.0.249 - - [2025-10-27 03:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.249 - - [2025-10-27 03:16:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.184745 10.0.0.249 - - [2025-10-27 03:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.129 - - [2025-10-27 03:16:01] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003749 10.0.0.129 - - [2025-10-27 03:16:01] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.129 - - [2025-10-27 03:16:01] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010627 10.0.0.129 - - [2025-10-27 03:16:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.009614 10.0.0.129 - - [2025-10-27 03:16:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.004255 10.0.0.129 - - [2025-10-27 03:16:01] "POST /security-groups HTTP/1.1" 200 589 0.034717 10.0.0.129 - - [2025-10-27 03:16:01] "POST /projects HTTP/1.1" 200 581 0.289257 10.0.0.129 - - [2025-10-27 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.325034 10.0.0.33 - - [2025-10-27 03:16:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.011194 10.0.0.249 - - [2025-10-27 03:16:02] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.491826 10.0.0.249 - - [2025-10-27 03:16:03] "GET / HTTP/1.1" 200 36215 0.001931 10.0.0.249 - - [2025-10-27 03:16:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2025-10-27 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.061084 10.0.0.129 - - [2025-10-27 03:16:05] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.249 - - [2025-10-27 03:16:05] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.031536 10.0.0.129 - - [2025-10-27 03:16:05] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001876 10.0.0.249 - - [2025-10-27 03:16:05] "POST /neutron/network HTTP/1.1" 200 613 0.162603 10.0.0.33 - - [2025-10-27 03:16:05] "POST /ref-update HTTP/1.1" 200 156 0.025634 10.0.0.249 - - [2025-10-27 03:16:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.003617 10.0.0.249 - - [2025-10-27 03:16:06] "GET /virtual-network/2313b5d4-baab-459e-a09e-702863636bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007838 10.0.0.249 - - [2025-10-27 03:16:06] "POST /neutron/network HTTP/1.1" 200 833 0.006978 10.0.0.249 - - [2025-10-27 03:16:06] "GET /virtual-network/2313b5d4-baab-459e-a09e-702863636bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007755 10.0.0.249 - - [2025-10-27 03:16:06] "GET /virtual-network/2313b5d4-baab-459e-a09e-702863636bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006705 10.0.0.249 - - [2025-10-27 03:16:07] "GET /obj-perms HTTP/1.1" 200 5045 0.056647 10.0.0.33 - - [2025-10-27 03:16:07] "GET /obj-perms HTTP/1.1" 200 5045 0.075428 10.0.0.249 - - [2025-10-27 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.129 - - [2025-10-27 03:16:08] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.249 - - [2025-10-27 03:16:08] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039080 10.0.0.249 - - [2025-10-27 03:16:08] "POST /neutron/network HTTP/1.1" 200 117 0.014752 10.0.0.249 - - [2025-10-27 03:16:08] "POST /neutron/network HTTP/1.1" 200 836 0.009640 10.0.0.249 - - [2025-10-27 03:16:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001137 10.0.0.249 - - [2025-10-27 03:16:08] "GET /virtual-network/7fac1b52-7d35-4cf8-b57f-7b5bafcd9940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005310 10.0.0.249 - - [2025-10-27 03:16:08] "GET /virtual-network/7fac1b52-7d35-4cf8-b57f-7b5bafcd9940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006531 10.0.0.249 - - [2025-10-27 03:16:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.010046 10.0.0.249 - - [2025-10-27 03:16:08] "GET /virtual-network/7fac1b52-7d35-4cf8-b57f-7b5bafcd9940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005633 10.0.0.249 - - [2025-10-27 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.129 - - [2025-10-27 03:16:09] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.249 - - [2025-10-27 03:16:09] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037473 10.0.0.33 - - [2025-10-27 03:16:09] "POST /route-targets HTTP/1.1" 200 328 0.012620 10.0.0.129 - - [2025-10-27 03:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009739 10.0.0.249 - - [2025-10-27 03:16:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.188634 10.0.0.249 - - [2025-10-27 03:16:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001775 10.0.0.249 - - [2025-10-27 03:16:09] "GET /virtual-network/bc552971-18b5-45cf-88c7-708d9fd8211d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005164 10.0.0.249 - - [2025-10-27 03:16:09] "GET /virtual-network/bc552971-18b5-45cf-88c7-708d9fd8211d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006153 10.0.0.249 - - [2025-10-27 03:16:10] "POST /neutron/network HTTP/1.1" 200 837 0.007824 10.0.0.249 - - [2025-10-27 03:16:10] "GET /virtual-network/bc552971-18b5-45cf-88c7-708d9fd8211d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006023 10.0.0.129 - - [2025-10-27 03:16:10] "GET /obj-perms HTTP/1.1" 200 5045 0.064572 10.0.0.249 - - [2025-10-27 03:16:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.002016 10.0.0.129 - - [2025-10-27 03:16:11] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.249 - - [2025-10-27 03:16:11] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.067752 10.0.0.249 - - [2025-10-27 03:16:11] "POST /neutron/network HTTP/1.1" 200 836 0.006469 10.0.0.249 - - [2025-10-27 03:16:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001401 10.0.0.249 - - [2025-10-27 03:16:11] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.129 - - [2025-10-27 03:16:12] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.249 - - [2025-10-27 03:16:12] "POST /neutron/port HTTP/1.1" 200 1058 0.323016 10.0.0.129 - - [2025-10-27 03:16:12] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002505 10.0.0.249 - - [2025-10-27 03:16:12] "POST /neutron/port HTTP/1.1" 200 1112 0.124602 10.0.0.249 - - [2025-10-27 03:16:12] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.105258 10.0.0.249 - - [2025-10-27 03:16:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.249 - - [2025-10-27 03:16:12] "POST /neutron/network HTTP/1.1" 200 836 0.007060 10.0.0.249 - - [2025-10-27 03:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.007311 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003410 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.129 - - [2025-10-27 03:16:13] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002045 10.0.0.249 - - [2025-10-27 03:16:13] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009125 10.0.0.249 - - [2025-10-27 03:16:13] "POST /service-templates HTTP/1.1" 200 545 0.044669 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.249 - - [2025-10-27 03:16:13] "GET /service-template/9dbcd498-f376-4a00-a79f-4c68cbf9a517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.009893 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.129 - - [2025-10-27 03:16:13] "DELETE /project/399001f8a7694ff992d686249e57ee45 HTTP/1.1" 404 173 0.007156 10.0.0.129 - - [2025-10-27 03:16:13] "DELETE /project/6578e223771e4dec9bd4874625a3ec7c HTTP/1.1" 404 173 0.006527 10.0.0.129 - - [2025-10-27 03:16:13] "DELETE /project/34936c8d-8587-465b-84e7-265cb55d1fe8 HTTP/1.1" 404 177 0.009318 10.0.0.129 - - [2025-10-27 03:16:13] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.249 - - [2025-10-27 03:16:13] "GET /service-template/9dbcd498-f376-4a00-a79f-4c68cbf9a517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003221 10.0.0.129 - - [2025-10-27 03:16:13] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.049823 10.0.0.129 - - [2025-10-27 03:16:13] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001749 10.0.0.249 - - [2025-10-27 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001344 10.0.0.129 - - [2025-10-27 03:16:13] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?fields=security_groups HTTP/1.1" 200 1357 0.044812 10.0.0.249 - - [2025-10-27 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001136 10.0.0.249 - - [2025-10-27 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001305 10.0.0.129 - - [2025-10-27 03:16:13] "DELETE /security-group/81a4bb68-cba8-4c94-a1b6-bbe8d8590016 HTTP/1.1" 200 115 0.052268 10.0.0.129 - - [2025-10-27 03:16:13] "GET /projects?obj_uuids=6578e223-771e-4dec-9bd4-874625a3ec7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.129 - - [2025-10-27 03:16:13] "GET /project/6578e223-771e-4dec-9bd4-874625a3ec7c?fields=application_policy_sets HTTP/1.1" 200 1396 0.067535 10.0.0.33 - - [2025-10-27 03:16:13] "DELETE /access-control-list/7a0cc38a-0561-4857-8620-ffee563e2275 HTTP/1.1" 200 115 0.106081 10.0.0.249 - - [2025-10-27 03:16:13] "POST /neutron/port HTTP/1.1" 200 1918 0.074333 10.0.0.129 - - [2025-10-27 03:16:13] "DELETE /project/6578e223-771e-4dec-9bd4-874625a3ec7c HTTP/1.1" 200 115 0.488879 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.249 - - [2025-10-27 03:16:13] "DELETE /service-template/9dbcd498-f376-4a00-a79f-4c68cbf9a517 HTTP/1.1" 200 115 0.031012 10.0.0.249 - - [2025-10-27 03:16:13] "POST /neutron/port HTTP/1.1" 200 1057 0.021423 10.0.0.249 - - [2025-10-27 03:16:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.006646 10.0.0.249 - - [2025-10-27 03:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.249 - - [2025-10-27 03:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.001828 10.0.0.249 - - [2025-10-27 03:16:14] "POST /neutron/port HTTP/1.1" 200 1086 0.018871 10.0.0.249 - - [2025-10-27 03:16:15] "POST /neutron/port HTTP/1.1" 200 1085 0.015654 10.0.0.249 - - [2025-10-27 03:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.249 - - [2025-10-27 03:16:16] "POST /neutron/network HTTP/1.1" 200 837 0.006970 10.0.0.249 - - [2025-10-27 03:16:17] "POST /neutron/network HTTP/1.1" 200 836 0.009000 10.0.0.33 - - [2025-10-27 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.129 - - [2025-10-27 03:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.129 - - [2025-10-27 03:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.249 - - [2025-10-27 03:16:17] "POST /neutron/network HTTP/1.1" 200 151 0.125106 10.0.0.33 - - [2025-10-27 03:16:17] "DELETE /route-target/42cf7e99-26f1-4cb8-b070-093df92fbb2b HTTP/1.1" 200 115 0.042881 10.0.0.249 - - [2025-10-27 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.129 - - [2025-10-27 03:16:20] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.249 - - [2025-10-27 03:16:20] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040231 10.0.0.129 - - [2025-10-27 03:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007209 10.0.0.249 - - [2025-10-27 03:16:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.201354 10.0.0.249 - - [2025-10-27 03:16:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001286 10.0.0.249 - - [2025-10-27 03:16:20] "GET /virtual-network/97b4fb09-48af-4b90-b315-676398ae7b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005073 10.0.0.249 - - [2025-10-27 03:16:20] "GET /virtual-network/97b4fb09-48af-4b90-b315-676398ae7b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006125 10.0.0.249 - - [2025-10-27 03:16:20] "POST /neutron/network HTTP/1.1" 200 832 0.006582 10.0.0.249 - - [2025-10-27 03:16:21] "GET /virtual-network/97b4fb09-48af-4b90-b315-676398ae7b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006124 10.0.0.249 - - [2025-10-27 03:16:21] "GET /obj-perms HTTP/1.1" 200 5045 0.003789 10.0.0.33 - - [2025-10-27 03:16:21] "GET /obj-perms HTTP/1.1" 200 5045 0.003275 10.0.0.249 - - [2025-10-27 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.129 - - [2025-10-27 03:16:21] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.249 - - [2025-10-27 03:16:21] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038598 10.0.0.129 - - [2025-10-27 03:16:21] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.249 - - [2025-10-27 03:16:21] "POST /neutron/network HTTP/1.1" 200 613 0.112525 10.0.0.33 - - [2025-10-27 03:16:21] "POST /route-targets HTTP/1.1" 200 328 0.014000 10.0.0.249 - - [2025-10-27 03:16:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.003980 10.0.0.249 - - [2025-10-27 03:16:22] "GET /virtual-network/a356182e-beda-4e8d-823e-94ff40242a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006003 10.0.0.249 - - [2025-10-27 03:16:22] "POST /neutron/network HTTP/1.1" 200 833 0.008171 10.0.0.249 - - [2025-10-27 03:16:22] "GET /virtual-network/a356182e-beda-4e8d-823e-94ff40242a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006845 10.0.0.249 - - [2025-10-27 03:16:22] "GET /virtual-network/a356182e-beda-4e8d-823e-94ff40242a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008274 10.0.0.249 - - [2025-10-27 03:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.129 - - [2025-10-27 03:16:22] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.249 - - [2025-10-27 03:16:22] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.035515 10.0.0.249 - - [2025-10-27 03:16:22] "POST /neutron/network HTTP/1.1" 200 117 0.014699 10.0.0.33 - - [2025-10-27 03:16:23] "POST /ref-update HTTP/1.1" 200 156 0.021640 10.0.0.249 - - [2025-10-27 03:16:23] "POST /neutron/network HTTP/1.1" 200 835 0.008131 10.0.0.249 - - [2025-10-27 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001005 10.0.0.249 - - [2025-10-27 03:16:23] "GET /virtual-network/9a96330e-14a9-4c1b-8018-409e896a5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004626 10.0.0.249 - - [2025-10-27 03:16:23] "GET /virtual-network/9a96330e-14a9-4c1b-8018-409e896a5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005286 10.0.0.249 - - [2025-10-27 03:16:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.008603 10.0.0.249 - - [2025-10-27 03:16:23] "GET /virtual-network/9a96330e-14a9-4c1b-8018-409e896a5685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006624 10.0.0.129 - - [2025-10-27 03:16:23] "GET /obj-perms HTTP/1.1" 200 5045 0.004263 10.0.0.249 - - [2025-10-27 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001452 10.0.0.129 - - [2025-10-27 03:16:24] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2025-10-27 03:16:24] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.071883 10.0.0.249 - - [2025-10-27 03:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.007354 10.0.0.249 - - [2025-10-27 03:16:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.002187 10.0.0.249 - - [2025-10-27 03:16:25] "POST /neutron/network HTTP/1.1" 200 845 0.007391 10.0.0.249 - - [2025-10-27 03:16:25] "POST /neutron/port HTTP/1.1" 200 1059 0.017841 10.0.0.249 - - [2025-10-27 03:16:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018602 10.0.0.129 - - [2025-10-27 03:16:25] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.249 - - [2025-10-27 03:16:25] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.062901 10.0.0.249 - - [2025-10-27 03:16:25] "POST /neutron/network HTTP/1.1" 200 835 0.006649 10.0.0.249 - - [2025-10-27 03:16:26] "POST /neutron/port HTTP/1.1" 200 1087 0.020510 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.005486 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.129 - - [2025-10-27 03:16:26] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.249 - - [2025-10-27 03:16:26] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009732 10.0.0.249 - - [2025-10-27 03:16:26] "POST /service-templates HTTP/1.1" 200 545 0.041023 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.249 - - [2025-10-27 03:16:26] "GET /service-template/3af29d4a-bfa8-4089-b2e9-e59f650664ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006836 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.249 - - [2025-10-27 03:16:26] "GET /service-template/3af29d4a-bfa8-4089-b2e9-e59f650664ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004267 10.0.0.249 - - [2025-10-27 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001137 10.0.0.249 - - [2025-10-27 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001362 10.0.0.249 - - [2025-10-27 03:16:26] "POST /neutron/network HTTP/1.1" 200 845 0.006205 10.0.0.249 - - [2025-10-27 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001168 10.0.0.249 - - [2025-10-27 03:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011858 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.249 - - [2025-10-27 03:16:26] "DELETE /service-template/3af29d4a-bfa8-4089-b2e9-e59f650664ed HTTP/1.1" 200 115 0.029454 10.0.0.249 - - [2025-10-27 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004456 10.0.0.249 - - [2025-10-27 03:16:27] "POST /neutron/port HTTP/1.1" 200 1113 0.139505 10.0.0.249 - - [2025-10-27 03:16:27] "POST /neutron/network HTTP/1.1" 400 204 0.016335 10.0.0.249 - - [2025-10-27 03:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.001699 10.0.0.249 - - [2025-10-27 03:16:27] "POST /neutron/port HTTP/1.1" 200 1113 0.012005 10.0.0.249 - - [2025-10-27 03:16:28] "POST /neutron/port HTTP/1.1" 200 1113 0.015080 10.0.0.249 - - [2025-10-27 03:16:29] "POST /neutron/network HTTP/1.1" 200 2189 0.011587 10.0.0.129 - - [2025-10-27 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.129 - - [2025-10-27 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.249 - - [2025-10-27 03:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.129648 10.0.0.129 - - [2025-10-27 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003943 10.0.0.129 - - [2025-10-27 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002170 10.0.0.33 - - [2025-10-27 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.249 - - [2025-10-27 03:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.122804 10.0.0.33 - - [2025-10-27 03:16:30] "DELETE /route-target/f8e0a953-a7ea-4e65-9569-ac23c5479b09 HTTP/1.1" 200 115 0.025727 10.0.0.129 - - [2025-10-27 03:16:31] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.249 - - [2025-10-27 03:16:31] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046886 10.0.0.129 - - [2025-10-27 03:16:31] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001378 10.0.0.249 - - [2025-10-27 03:16:31] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?fields=virtual_networks HTTP/1.1" 200 1030 0.042982 10.0.0.129 - - [2025-10-27 03:16:31] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.249 - - [2025-10-27 03:16:31] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052820 10.0.0.129 - - [2025-10-27 03:16:31] "GET /projects?obj_uuids=399001f8-a769-4ff9-92d6-86249e57ee45&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2025-10-27 03:16:31] "GET /project/399001f8-a769-4ff9-92d6-86249e57ee45?fields=security_groups HTTP/1.1" 200 1255 0.049009 10.0.0.249 - - [2025-10-27 03:16:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.028578 10.0.0.129 - - [2025-10-27 03:16:32] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004170 10.0.0.129 - - [2025-10-27 03:16:32] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.129 - - [2025-10-27 03:16:32] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009693 10.0.0.129 - - [2025-10-27 03:16:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.004485 10.0.0.129 - - [2025-10-27 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.006840 10.0.0.129 - - [2025-10-27 03:16:33] "POST /security-groups HTTP/1.1" 200 587 0.035516 10.0.0.129 - - [2025-10-27 03:16:33] "POST /projects HTTP/1.1" 200 577 0.256883 10.0.0.33 - - [2025-10-27 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.013329 10.0.0.129 - - [2025-10-27 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.335690 10.0.0.249 - - [2025-10-27 03:16:33] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.478263 10.0.0.249 - - [2025-10-27 03:16:34] "GET / HTTP/1.1" 200 36215 0.001508 10.0.0.249 - - [2025-10-27 03:16:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2025-10-27 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.055752 10.0.0.129 - - [2025-10-27 03:16:36] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.249 - - [2025-10-27 03:16:36] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046737 10.0.0.249 - - [2025-10-27 03:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.043337 10.0.0.33 - - [2025-10-27 03:16:37] "POST /ref-update HTTP/1.1" 200 156 0.021731 10.0.0.249 - - [2025-10-27 03:16:37] "POST /neutron/network HTTP/1.1" 200 828 0.009912 10.0.0.249 - - [2025-10-27 03:16:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001268 10.0.0.249 - - [2025-10-27 03:16:37] "GET /virtual-network/1e64abfd-f0bd-42e7-9c05-37ad71133b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005428 10.0.0.249 - - [2025-10-27 03:16:37] "GET /virtual-network/1e64abfd-f0bd-42e7-9c05-37ad71133b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006169 10.0.0.249 - - [2025-10-27 03:16:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.009536 10.0.0.249 - - [2025-10-27 03:16:38] "GET /virtual-network/1e64abfd-f0bd-42e7-9c05-37ad71133b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007903 10.0.0.249 - - [2025-10-27 03:16:38] "GET /obj-perms HTTP/1.1" 200 5041 0.062015 10.0.0.33 - - [2025-10-27 03:16:39] "GET /obj-perms HTTP/1.1" 200 5041 0.069759 10.0.0.249 - - [2025-10-27 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.129 - - [2025-10-27 03:16:39] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002529 10.0.0.249 - - [2025-10-27 03:16:39] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.079595 10.0.0.129 - - [2025-10-27 03:16:40] "POST /useragent-kv HTTP/1.1" 200 115 0.012463 10.0.0.249 - - [2025-10-27 03:16:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.247812 10.0.0.249 - - [2025-10-27 03:16:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001283 10.0.0.249 - - [2025-10-27 03:16:40] "GET /virtual-network/5747b0ba-ac4a-4d1d-a33e-df0ae6021ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004874 10.0.0.249 - - [2025-10-27 03:16:40] "GET /virtual-network/5747b0ba-ac4a-4d1d-a33e-df0ae6021ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005716 10.0.0.249 - - [2025-10-27 03:16:40] "POST /neutron/network HTTP/1.1" 200 832 0.007781 10.0.0.249 - - [2025-10-27 03:16:40] "GET /virtual-network/5747b0ba-ac4a-4d1d-a33e-df0ae6021ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.012694 10.0.0.249 - - [2025-10-27 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.129 - - [2025-10-27 03:16:41] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.033291 10.0.0.249 - - [2025-10-27 03:16:41] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.079947 10.0.0.129 - - [2025-10-27 03:16:41] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.249 - - [2025-10-27 03:16:41] "POST /neutron/network HTTP/1.1" 200 613 0.142453 10.0.0.33 - - [2025-10-27 03:16:41] "POST /route-targets HTTP/1.1" 200 328 0.013925 10.0.0.249 - - [2025-10-27 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.003376 10.0.0.249 - - [2025-10-27 03:16:42] "GET /virtual-network/f1e592a0-f6d1-4e37-bdfd-ee6bc83ed71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005020 10.0.0.249 - - [2025-10-27 03:16:42] "POST /neutron/network HTTP/1.1" 200 830 0.006378 10.0.0.249 - - [2025-10-27 03:16:42] "GET /virtual-network/f1e592a0-f6d1-4e37-bdfd-ee6bc83ed71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004407 10.0.0.249 - - [2025-10-27 03:16:42] "GET /virtual-network/f1e592a0-f6d1-4e37-bdfd-ee6bc83ed71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006030 10.0.0.129 - - [2025-10-27 03:16:42] "GET /obj-perms HTTP/1.1" 200 5041 0.050178 10.0.0.249 - - [2025-10-27 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001746 10.0.0.249 - - [2025-10-27 03:16:42] "POST /neutron/network HTTP/1.1" 200 842 0.009892 10.0.0.129 - - [2025-10-27 03:16:43] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000919 10.0.0.249 - - [2025-10-27 03:16:43] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.074362 10.0.0.249 - - [2025-10-27 03:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.007023 10.0.0.249 - - [2025-10-27 03:16:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.249 - - [2025-10-27 03:16:44] "POST /neutron/network HTTP/1.1" 200 842 0.007890 10.0.0.249 - - [2025-10-27 03:16:44] "POST /neutron/port HTTP/1.1" 200 1058 0.015682 10.0.0.129 - - [2025-10-27 03:16:44] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001046 10.0.0.249 - - [2025-10-27 03:16:44] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.075627 10.0.0.249 - - [2025-10-27 03:16:45] "POST /neutron/network HTTP/1.1" 200 830 0.006712 10.0.0.249 - - [2025-10-27 03:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2025-10-27 03:16:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009413 10.0.0.249 - - [2025-10-27 03:16:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003280 10.0.0.249 - - [2025-10-27 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.129 - - [2025-10-27 03:16:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.249 - - [2025-10-27 03:16:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008127 10.0.0.249 - - [2025-10-27 03:16:45] "POST /service-templates HTTP/1.1" 200 545 0.029931 10.0.0.249 - - [2025-10-27 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2025-10-27 03:16:45] "GET /service-template/9e14e56a-7b45-4a0a-a7b4-aa27bfa3d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006269 10.0.0.249 - - [2025-10-27 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.249 - - [2025-10-27 03:16:45] "GET /service-template/9e14e56a-7b45-4a0a-a7b4-aa27bfa3d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004219 10.0.0.249 - - [2025-10-27 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001240 10.0.0.249 - - [2025-10-27 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001437 10.0.0.129 - - [2025-10-27 03:16:45] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073 10.0.0.249 - - [2025-10-27 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001486 10.0.0.249 - - [2025-10-27 03:16:45] "POST /neutron/port HTTP/1.1" 200 1054 0.325691 10.0.0.249 - - [2025-10-27 03:16:46] "POST /neutron/port HTTP/1.1" 200 1054 0.013732 10.0.0.249 - - [2025-10-27 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.249 - - [2025-10-27 03:16:46] "DELETE /service-template/9e14e56a-7b45-4a0a-a7b4-aa27bfa3d70e HTTP/1.1" 200 115 0.040218 10.0.0.249 - - [2025-10-27 03:16:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003401 10.0.0.249 - - [2025-10-27 03:16:46] "POST /neutron/port HTTP/1.1" 200 1082 0.016046 10.0.0.249 - - [2025-10-27 03:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.249 - - [2025-10-27 03:16:46] "POST /neutron/network HTTP/1.1" 400 204 0.017509 10.0.0.249 - - [2025-10-27 03:16:47] "POST /neutron/port HTTP/1.1" 200 151 0.225276 10.0.0.249 - - [2025-10-27 03:16:48] "POST /neutron/port HTTP/1.1" 200 151 0.220976 10.0.0.249 - - [2025-10-27 03:16:48] "POST /neutron/network HTTP/1.1" 200 117 0.011977 10.0.0.249 - - [2025-10-27 03:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.009156 10.0.0.33 - - [2025-10-27 03:16:48] "DELETE /route-target/01e82650-3ea9-49ea-bc28-cd39acd6b95d HTTP/1.1" 200 115 0.025609 10.0.0.249 - - [2025-10-27 03:16:49] "POST /neutron/network HTTP/1.1" 200 828 0.006830 10.0.0.33 - - [2025-10-27 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.249 - - [2025-10-27 03:16:50] "GET /obj-perms HTTP/1.1" 200 5075 0.065657 10.0.0.33 - - [2025-10-27 03:16:51] "GET /obj-perms HTTP/1.1" 200 5075 0.049670 10.0.0.249 - - [2025-10-27 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.129 - - [2025-10-27 03:16:52] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000870 10.0.0.249 - - [2025-10-27 03:16:52] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.041418 10.0.0.129 - - [2025-10-27 03:16:52] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001332 10.0.0.249 - - [2025-10-27 03:16:52] "POST /neutron/network HTTP/1.1" 200 611 0.108481 10.0.0.33 - - [2025-10-27 03:16:52] "POST /ref-update HTTP/1.1" 200 156 0.025587 10.0.0.249 - - [2025-10-27 03:16:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.003734 10.0.0.249 - - [2025-10-27 03:16:52] "GET /virtual-network/558bf7a4-cb27-4c7f-9ecd-f785b9c77a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005606 10.0.0.249 - - [2025-10-27 03:16:52] "POST /neutron/network HTTP/1.1" 200 831 0.006699 10.0.0.249 - - [2025-10-27 03:16:52] "GET /virtual-network/558bf7a4-cb27-4c7f-9ecd-f785b9c77a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005060 10.0.0.249 - - [2025-10-27 03:16:53] "GET /virtual-network/558bf7a4-cb27-4c7f-9ecd-f785b9c77a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006652 10.0.0.249 - - [2025-10-27 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.129 - - [2025-10-27 03:16:53] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.249 - - [2025-10-27 03:16:53] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043407 10.0.0.249 - - [2025-10-27 03:16:53] "POST /neutron/network HTTP/1.1" 200 117 0.018370 10.0.0.249 - - [2025-10-27 03:16:53] "POST /neutron/network HTTP/1.1" 200 828 0.011270 10.0.0.249 - - [2025-10-27 03:16:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001472 10.0.0.249 - - [2025-10-27 03:16:53] "GET /virtual-network/a7c08e51-a065-464c-aec7-e85bb19a31d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005979 10.0.0.249 - - [2025-10-27 03:16:54] "GET /virtual-network/a7c08e51-a065-464c-aec7-e85bb19a31d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007562 10.0.0.249 - - [2025-10-27 03:16:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.010986 10.0.0.249 - - [2025-10-27 03:16:54] "GET /virtual-network/a7c08e51-a065-464c-aec7-e85bb19a31d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005684 10.0.0.249 - - [2025-10-27 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.129 - - [2025-10-27 03:16:54] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000855 10.0.0.249 - - [2025-10-27 03:16:54] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.038621 10.0.0.33 - - [2025-10-27 03:16:54] "POST /route-targets HTTP/1.1" 200 328 0.015751 10.0.0.129 - - [2025-10-27 03:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006666 10.0.0.249 - - [2025-10-27 03:16:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.228950 10.0.0.249 - - [2025-10-27 03:16:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001781 10.0.0.249 - - [2025-10-27 03:16:55] "GET /virtual-network/f180a99f-f948-446c-85bf-07f211d15bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004972 10.0.0.249 - - [2025-10-27 03:16:55] "GET /virtual-network/f180a99f-f948-446c-85bf-07f211d15bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006391 10.0.0.249 - - [2025-10-27 03:16:55] "POST /neutron/network HTTP/1.1" 200 833 0.007595 10.0.0.249 - - [2025-10-27 03:16:55] "GET /virtual-network/f180a99f-f948-446c-85bf-07f211d15bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005843 10.0.0.249 - - [2025-10-27 03:16:55] "GET /obj-perms HTTP/1.1" 200 5041 0.003657 10.0.0.33 - - [2025-10-27 03:16:55] "GET /obj-perms HTTP/1.1" 200 5041 0.004571 10.0.0.129 - - [2025-10-27 03:16:55] "GET /obj-perms HTTP/1.1" 200 5041 0.004580 10.0.0.249 - - [2025-10-27 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.129 - - [2025-10-27 03:16:55] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.249 - - [2025-10-27 03:16:55] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.038445 10.0.0.129 - - [2025-10-27 03:16:55] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001467 10.0.0.249 - - [2025-10-27 03:16:56] "POST /neutron/network HTTP/1.1" 200 623 0.139301 10.0.0.33 - - [2025-10-27 03:16:56] "POST /ref-update HTTP/1.1" 200 156 0.024930 10.0.0.249 - - [2025-10-27 03:16:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.004080 10.0.0.249 - - [2025-10-27 03:16:56] "GET /virtual-network/8f1fffaa-1eca-4137-b265-c3badaaec26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005051 10.0.0.249 - - [2025-10-27 03:16:56] "POST /neutron/network HTTP/1.1" 200 842 0.006209 10.0.0.249 - - [2025-10-27 03:16:56] "GET /virtual-network/8f1fffaa-1eca-4137-b265-c3badaaec26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005042 10.0.0.249 - - [2025-10-27 03:16:56] "GET /virtual-network/8f1fffaa-1eca-4137-b265-c3badaaec26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005556 10.0.0.249 - - [2025-10-27 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.129 - - [2025-10-27 03:16:56] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.249 - - [2025-10-27 03:16:56] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046842 10.0.0.249 - - [2025-10-27 03:16:57] "POST /neutron/network HTTP/1.1" 200 117 0.017155 10.0.0.249 - - [2025-10-27 03:16:57] "POST /neutron/network HTTP/1.1" 200 844 0.009382 10.0.0.249 - - [2025-10-27 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001590 10.0.0.249 - - [2025-10-27 03:16:57] "GET /virtual-network/517ea7f5-0e13-4990-a73a-d9c64ff9d961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005270 10.0.0.249 - - [2025-10-27 03:16:57] "GET /virtual-network/517ea7f5-0e13-4990-a73a-d9c64ff9d961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005363 10.0.0.249 - - [2025-10-27 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.011666 10.0.0.249 - - [2025-10-27 03:16:57] "GET /virtual-network/517ea7f5-0e13-4990-a73a-d9c64ff9d961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005520 10.0.0.249 - - [2025-10-27 03:16:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001385 10.0.0.129 - - [2025-10-27 03:16:58] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001039 10.0.0.249 - - [2025-10-27 03:16:58] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.064923 10.0.0.249 - - [2025-10-27 03:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.249 - - [2025-10-27 03:16:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001315 10.0.0.249 - - [2025-10-27 03:16:59] "POST /neutron/network HTTP/1.1" 200 843 0.009174 10.0.0.249 - - [2025-10-27 03:17:00] "POST /neutron/port HTTP/1.1" 200 1054 0.074714 10.0.0.129 - - [2025-10-27 03:17:00] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001069 10.0.0.249 - - [2025-10-27 03:17:00] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.084480 10.0.0.249 - - [2025-10-27 03:17:00] "POST /neutron/network HTTP/1.1" 200 833 0.008457 10.0.0.249 - - [2025-10-27 03:17:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.009253 10.0.0.249 - - [2025-10-27 03:17:00] "POST /neutron/port HTTP/1.1" 200 1082 0.055429 10.0.0.249 - - [2025-10-27 03:17:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003372 10.0.0.249 - - [2025-10-27 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.129 - - [2025-10-27 03:17:00] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.249 - - [2025-10-27 03:17:00] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008495 10.0.0.249 - - [2025-10-27 03:17:00] "POST /service-templates HTTP/1.1" 200 545 0.030148 10.0.0.249 - - [2025-10-27 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.249 - - [2025-10-27 03:17:00] "GET /service-template/da250f89-d2ac-4e92-aef9-040338d2973d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007177 10.0.0.249 - - [2025-10-27 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-10-27 03:17:00] "GET /service-template/da250f89-d2ac-4e92-aef9-040338d2973d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004743 10.0.0.249 - - [2025-10-27 03:17:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001544 10.0.0.249 - - [2025-10-27 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001306 10.0.0.249 - - [2025-10-27 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001223 10.0.0.249 - - [2025-10-27 03:17:01] "POST /neutron/network HTTP/1.1" 200 843 0.007759 10.0.0.249 - - [2025-10-27 03:17:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010069 10.0.0.249 - - [2025-10-27 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.249 - - [2025-10-27 03:17:01] "DELETE /service-template/da250f89-d2ac-4e92-aef9-040338d2973d HTTP/1.1" 200 115 0.043285 10.0.0.249 - - [2025-10-27 03:17:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.006081 10.0.0.249 - - [2025-10-27 03:17:01] "POST /neutron/port HTTP/1.1" 200 1111 0.124215 10.0.0.249 - - [2025-10-27 03:17:01] "POST /neutron/port HTTP/1.1" 200 1085 0.014034 10.0.0.33 - - [2025-10-27 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007107 10.0.0.249 - - [2025-10-27 03:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.129 - - [2025-10-27 03:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.011506 10.0.0.129 - - [2025-10-27 03:17:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002706 10.0.0.249 - - [2025-10-27 03:17:02] "POST /neutron/network HTTP/1.1" 200 151 0.139588 10.0.0.33 - - [2025-10-27 03:17:02] "DELETE /route-target/4f2e5f6c-10fe-4ad9-82a1-00949a9486de HTTP/1.1" 200 115 0.022068 10.0.0.249 - - [2025-10-27 03:17:02] "POST /neutron/port HTTP/1.1" 200 151 0.197839 10.0.0.249 - - [2025-10-27 03:17:03] "POST /neutron/port HTTP/1.1" 200 1085 0.015177 10.0.0.249 - - [2025-10-27 03:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.006385 10.0.0.249 - - [2025-10-27 03:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.006164 10.0.0.249 - - [2025-10-27 03:17:05] "POST /neutron/network HTTP/1.1" 200 828 0.008957 10.0.0.33 - - [2025-10-27 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.129 - - [2025-10-27 03:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005877 10.0.0.129 - - [2025-10-27 03:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.249 - - [2025-10-27 03:17:05] "POST /neutron/network HTTP/1.1" 200 151 0.137128 10.0.0.33 - - [2025-10-27 03:17:05] "DELETE /route-target/803bb039-be7a-4187-bc39-55e3dbe5a20b HTTP/1.1" 200 115 0.017080 10.0.0.129 - - [2025-10-27 03:17:07] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001573 10.0.0.249 - - [2025-10-27 03:17:07] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.047933 10.0.0.129 - - [2025-10-27 03:17:07] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001343 10.0.0.249 - - [2025-10-27 03:17:07] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?fields=virtual_networks HTTP/1.1" 200 1027 0.053717 10.0.0.129 - - [2025-10-27 03:17:07] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001287 10.0.0.249 - - [2025-10-27 03:17:07] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.049482 10.0.0.129 - - [2025-10-27 03:17:07] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001450 10.0.0.249 - - [2025-10-27 03:17:07] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?fields=security_groups HTTP/1.1" 200 1250 0.055468 10.0.0.249 - - [2025-10-27 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.026855 10.0.0.129 - - [2025-10-27 03:17:08] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003424 10.0.0.129 - - [2025-10-27 03:17:08] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.129 - - [2025-10-27 03:17:08] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032743 10.0.0.129 - - [2025-10-27 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.002757 10.0.0.129 - - [2025-10-27 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.010938 10.0.0.129 - - [2025-10-27 03:17:08] "POST /security-groups HTTP/1.1" 200 593 0.069917 10.0.0.129 - - [2025-10-27 03:17:08] "POST /projects HTTP/1.1" 200 589 0.269080 10.0.0.33 - - [2025-10-27 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.012376 10.0.0.129 - - [2025-10-27 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.343017 10.0.0.249 - - [2025-10-27 03:17:08] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.512296 10.0.0.249 - - [2025-10-27 03:17:09] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.33 - - [2025-10-27 03:17:10] "DELETE /access-control-list/cebbe035-e603-4d1e-a938-ac1a3a3a2881 HTTP/1.1" 200 115 0.030469 10.0.0.249 - - [2025-10-27 03:17:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2025-10-27 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026366 10.0.0.129 - - [2025-10-27 03:17:12] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.249 - - [2025-10-27 03:17:12] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.058023 10.0.0.129 - - [2025-10-27 03:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010041 10.0.0.249 - - [2025-10-27 03:17:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.271534 10.0.0.249 - - [2025-10-27 03:17:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001330 10.0.0.249 - - [2025-10-27 03:17:12] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004924 10.0.0.249 - - [2025-10-27 03:17:12] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005573 10.0.0.249 - - [2025-10-27 03:17:12] "POST /neutron/network HTTP/1.1" 200 831 0.009505 10.0.0.249 - - [2025-10-27 03:17:13] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005743 10.0.0.129 - - [2025-10-27 03:17:14] "DELETE /project/c9ac7390e1934b8b9d939337d1127328 HTTP/1.1" 404 173 0.015140 10.0.0.129 - - [2025-10-27 03:17:14] "DELETE /project/abcd8f1bd8f34b6482170dbc62906413 HTTP/1.1" 404 173 0.012746 10.0.0.129 - - [2025-10-27 03:17:14] "DELETE /project/399001f8-a769-4ff9-92d6-86249e57ee45 HTTP/1.1" 404 177 0.014714 10.0.0.129 - - [2025-10-27 03:17:14] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001689 10.0.0.249 - - [2025-10-27 03:17:14] "GET /obj-perms HTTP/1.1" 200 5053 0.092647 10.0.0.129 - - [2025-10-27 03:17:14] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.076928 10.0.0.129 - - [2025-10-27 03:17:14] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001040 10.0.0.129 - - [2025-10-27 03:17:14] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?fields=security_groups HTTP/1.1" 200 1352 0.058851 10.0.0.129 - - [2025-10-27 03:17:14] "DELETE /security-group/a514eb6b-a762-44ad-976c-d2e96f1d999d HTTP/1.1" 200 115 0.066930 10.0.0.129 - - [2025-10-27 03:17:14] "GET /projects?obj_uuids=c9ac7390-e193-4b8b-9d93-9337d1127328&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001111 10.0.0.33 - - [2025-10-27 03:17:14] "DELETE /access-control-list/82846027-4b4f-4fd8-8c3f-332902bd91e8 HTTP/1.1" 200 115 0.048978 10.0.0.129 - - [2025-10-27 03:17:14] "GET /project/c9ac7390-e193-4b8b-9d93-9337d1127328?fields=application_policy_sets HTTP/1.1" 200 1391 0.069439 10.0.0.129 - - [2025-10-27 03:17:14] "DELETE /project/c9ac7390-e193-4b8b-9d93-9337d1127328 HTTP/1.1" 200 115 0.491764 10.0.0.33 - - [2025-10-27 03:17:14] "GET /obj-perms HTTP/1.1" 200 5053 0.065994 10.0.0.129 - - [2025-10-27 03:17:14] "GET /obj-perms HTTP/1.1" 200 5053 0.066292 10.0.0.249 - - [2025-10-27 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.129 - - [2025-10-27 03:17:15] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001294 10.0.0.249 - - [2025-10-27 03:17:15] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052779 10.0.0.129 - - [2025-10-27 03:17:15] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001439 10.0.0.249 - - [2025-10-27 03:17:15] "POST /neutron/network HTTP/1.1" 200 613 0.128380 10.0.0.33 - - [2025-10-27 03:17:15] "POST /ref-update HTTP/1.1" 200 156 0.017275 10.0.0.249 - - [2025-10-27 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.003813 10.0.0.249 - - [2025-10-27 03:17:15] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005134 10.0.0.249 - - [2025-10-27 03:17:15] "POST /neutron/network HTTP/1.1" 200 832 0.006311 10.0.0.249 - - [2025-10-27 03:17:15] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005016 10.0.0.249 - - [2025-10-27 03:17:15] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006668 10.0.0.249 - - [2025-10-27 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.129 - - [2025-10-27 03:17:16] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.249 - - [2025-10-27 03:17:16] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041837 10.0.0.249 - - [2025-10-27 03:17:16] "POST /neutron/network HTTP/1.1" 200 117 0.018713 10.0.0.249 - - [2025-10-27 03:17:16] "POST /neutron/network HTTP/1.1" 200 835 0.012143 10.0.0.249 - - [2025-10-27 03:17:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001274 10.0.0.249 - - [2025-10-27 03:17:16] "GET /virtual-network/7449d67e-cda3-4d2f-9e44-c9444f39f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006461 10.0.0.249 - - [2025-10-27 03:17:16] "GET /virtual-network/7449d67e-cda3-4d2f-9e44-c9444f39f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006809 10.0.0.249 - - [2025-10-27 03:17:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.011753 10.0.0.249 - - [2025-10-27 03:17:17] "GET /virtual-network/7449d67e-cda3-4d2f-9e44-c9444f39f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005408 10.0.0.249 - - [2025-10-27 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.129 - - [2025-10-27 03:17:17] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.249 - - [2025-10-27 03:17:17] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038879 10.0.0.33 - - [2025-10-27 03:17:17] "POST /route-targets HTTP/1.1" 200 328 0.022445 10.0.0.129 - - [2025-10-27 03:17:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010176 10.0.0.249 - - [2025-10-27 03:17:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.195290 10.0.0.249 - - [2025-10-27 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001377 10.0.0.249 - - [2025-10-27 03:17:18] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005291 10.0.0.249 - - [2025-10-27 03:17:18] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005328 10.0.0.249 - - [2025-10-27 03:17:18] "POST /neutron/network HTTP/1.1" 200 850 0.006086 10.0.0.249 - - [2025-10-27 03:17:18] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006243 10.0.0.249 - - [2025-10-27 03:17:18] "GET /obj-perms HTTP/1.1" 200 5053 0.004184 10.0.0.33 - - [2025-10-27 03:17:18] "GET /obj-perms HTTP/1.1" 200 5053 0.004426 10.0.0.129 - - [2025-10-27 03:17:18] "GET /obj-perms HTTP/1.1" 200 5053 0.004262 10.0.0.249 - - [2025-10-27 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.129 - - [2025-10-27 03:17:18] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.249 - - [2025-10-27 03:17:18] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041342 10.0.0.129 - - [2025-10-27 03:17:18] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.249 - - [2025-10-27 03:17:19] "POST /neutron/network HTTP/1.1" 200 631 0.123073 10.0.0.33 - - [2025-10-27 03:17:19] "POST /ref-update HTTP/1.1" 200 156 0.019982 10.0.0.249 - - [2025-10-27 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.003812 10.0.0.249 - - [2025-10-27 03:17:19] "GET /virtual-network/50ba0107-a7f3-4c3b-8d7e-93e9be0437e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005662 10.0.0.249 - - [2025-10-27 03:17:19] "POST /neutron/network HTTP/1.1" 200 850 0.008382 10.0.0.249 - - [2025-10-27 03:17:19] "GET /virtual-network/50ba0107-a7f3-4c3b-8d7e-93e9be0437e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007599 10.0.0.249 - - [2025-10-27 03:17:19] "GET /virtual-network/50ba0107-a7f3-4c3b-8d7e-93e9be0437e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006706 10.0.0.249 - - [2025-10-27 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001328 10.0.0.249 - - [2025-10-27 03:17:20] "POST /neutron/network HTTP/1.1" 200 841 0.008903 10.0.0.129 - - [2025-10-27 03:17:20] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058 10.0.0.249 - - [2025-10-27 03:17:20] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.076709 10.0.0.249 - - [2025-10-27 03:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.009583 10.0.0.249 - - [2025-10-27 03:17:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.001839 10.0.0.249 - - [2025-10-27 03:17:21] "POST /neutron/network HTTP/1.1" 200 841 0.006835 10.0.0.249 - - [2025-10-27 03:17:21] "POST /neutron/port HTTP/1.1" 200 1063 0.015704 10.0.0.249 - - [2025-10-27 03:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003931 10.0.0.129 - - [2025-10-27 03:17:22] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.249 - - [2025-10-27 03:17:22] "POST /neutron/network HTTP/1.1" 200 831 0.006701 10.0.0.249 - - [2025-10-27 03:17:22] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085081 10.0.0.249 - - [2025-10-27 03:17:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007766 10.0.0.249 - - [2025-10-27 03:17:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004340 10.0.0.249 - - [2025-10-27 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.129 - - [2025-10-27 03:17:22] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.249 - - [2025-10-27 03:17:22] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007641 10.0.0.249 - - [2025-10-27 03:17:22] "POST /service-templates HTTP/1.1" 200 545 0.029533 10.0.0.249 - - [2025-10-27 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.249 - - [2025-10-27 03:17:22] "GET /service-template/7121d72a-08be-4c24-9b7a-befa5076ad28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.005930 10.0.0.249 - - [2025-10-27 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-10-27 03:17:22] "GET /service-template/7121d72a-08be-4c24-9b7a-befa5076ad28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.005399 10.0.0.249 - - [2025-10-27 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001853 10.0.0.129 - - [2025-10-27 03:17:22] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.249 - - [2025-10-27 03:17:23] "POST /neutron/port HTTP/1.1" 200 1062 0.314346 10.0.0.249 - - [2025-10-27 03:17:23] "POST /neutron/port HTTP/1.1" 200 1062 0.012806 10.0.0.249 - - [2025-10-27 03:17:23] "POST /neutron/port HTTP/1.1" 200 1116 0.106855 10.0.0.249 - - [2025-10-27 03:17:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009486 10.0.0.129 - - [2025-10-27 03:17:23] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.249 - - [2025-10-27 03:17:23] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.078587 10.0.0.249 - - [2025-10-27 03:17:24] "POST /neutron/network HTTP/1.1" 200 850 0.007945 10.0.0.249 - - [2025-10-27 03:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.009831 10.0.0.249 - - [2025-10-27 03:17:24] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 401 293 0.000705 10.0.0.249 - - [2025-10-27 03:17:24] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 404 171 0.041914 10.0.0.249 - - [2025-10-27 03:17:24] "POST /neutron/port HTTP/1.1" 200 1064 0.015501 10.0.0.249 - - [2025-10-27 03:17:25] "POST /neutron/port HTTP/1.1" 200 1092 0.016649 10.0.0.249 - - [2025-10-27 03:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.249 - - [2025-10-27 03:17:26] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 200 1296 0.008005 10.0.0.249 - - [2025-10-27 03:17:26] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 2991 0.005118 10.0.0.249 - - [2025-10-27 03:17:26] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005231 10.0.0.249 - - [2025-10-27 03:17:26] "PUT /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 285 0.013859 10.0.0.249 - - [2025-10-27 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007805 10.0.0.249 - - [2025-10-27 03:17:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015995 10.0.0.249 - - [2025-10-27 03:17:27] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 200 1296 0.004062 10.0.0.249 - - [2025-10-27 03:17:27] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 3041 0.005583 10.0.0.249 - - [2025-10-27 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2025-10-27 03:17:27] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004268 10.0.0.249 - - [2025-10-27 03:17:27] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002840 10.0.0.249 - - [2025-10-27 03:17:27] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005541 10.0.0.249 - - [2025-10-27 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.249 - - [2025-10-27 03:17:30] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005152 10.0.0.249 - - [2025-10-27 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006577 10.0.0.249 - - [2025-10-27 03:17:34] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005613 10.0.0.249 - - [2025-10-27 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.249 - - [2025-10-27 03:17:38] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006063 10.0.0.249 - - [2025-10-27 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.249 - - [2025-10-27 03:17:42] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005463 10.0.0.249 - - [2025-10-27 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.249 - - [2025-10-27 03:17:46] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006650 10.0.0.249 - - [2025-10-27 03:17:49] "POST /neutron/port HTTP/1.1" 200 1091 0.016349 10.0.0.249 - - [2025-10-27 03:17:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.010146 10.0.0.249 - - [2025-10-27 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2025-10-27 03:17:50] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005319 10.0.0.249 - - [2025-10-27 03:17:51] "POST /neutron/port HTTP/1.1" 200 1090 0.018354 10.0.0.249 - - [2025-10-27 03:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005322 10.0.0.249 - - [2025-10-27 03:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.011700 10.0.0.249 - - [2025-10-27 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.249 - - [2025-10-27 03:17:54] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005106 10.0.0.249 - - [2025-10-27 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.249 - - [2025-10-27 03:17:58] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005288 10.0.0.249 - - [2025-10-27 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.249 - - [2025-10-27 03:18:03] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007430 10.0.0.249 - - [2025-10-27 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.249 - - [2025-10-27 03:18:07] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005537 10.0.0.249 - - [2025-10-27 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.249 - - [2025-10-27 03:18:11] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006670 10.0.0.249 - - [2025-10-27 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.249 - - [2025-10-27 03:18:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004387 10.0.0.249 - - [2025-10-27 03:18:13] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003132 10.0.0.249 - - [2025-10-27 03:18:13] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006988 10.0.0.249 - - [2025-10-27 03:18:18] "POST /neutron/port HTTP/1.1" 200 1090 0.039963 10.0.0.249 - - [2025-10-27 03:18:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009292 10.0.0.249 - - [2025-10-27 03:18:23] "POST /neutron/port HTTP/1.1" 200 1092 0.017252 10.0.0.249 - - [2025-10-27 03:18:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007663 10.0.0.249 - - [2025-10-27 03:18:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003398 10.0.0.249 - - [2025-10-27 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.129 - - [2025-10-27 03:18:34] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001398 10.0.0.249 - - [2025-10-27 03:18:34] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060697 10.0.0.249 - - [2025-10-27 03:18:34] "POST /service-instances HTTP/1.1" 200 549 0.035577 10.0.0.249 - - [2025-10-27 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.249 - - [2025-10-27 03:18:34] "GET /service-instance/f4074ba0-77b2-48aa-90a4-3ffdf0d8ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008934 10.0.0.249 - - [2025-10-27 03:18:34] "POST /port-tuples HTTP/1.1" 200 592 0.058464 10.0.0.249 - - [2025-10-27 03:18:34] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.005860 10.0.0.249 - - [2025-10-27 03:18:34] "PUT /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 285 0.015469 10.0.0.249 - - [2025-10-27 03:18:34] "POST /ref-update HTTP/1.1" 200 156 0.016599 10.0.0.249 - - [2025-10-27 03:18:34] "POST /neutron/port HTTP/1.1" 200 1091 0.018467 10.0.0.249 - - [2025-10-27 03:18:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007443 10.0.0.33 - - [2025-10-27 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.043947 10.0.0.33 - - [2025-10-27 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.027469 10.0.0.249 - - [2025-10-27 03:18:35] "GET /virtual-machine/a80f5cbe-51af-4a91-b94b-669509232ec5 HTTP/1.1" 200 1297 0.013609 10.0.0.249 - - [2025-10-27 03:18:35] "GET /virtual-machine-interface/2c9c618e-0983-4593-be3c-9da5a6d0cb81 HTTP/1.1" 200 2964 0.007280 10.0.0.249 - - [2025-10-27 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.249 - - [2025-10-27 03:18:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003823 10.0.0.249 - - [2025-10-27 03:18:35] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003506 10.0.0.249 - - [2025-10-27 03:18:35] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005736 10.0.0.249 - - [2025-10-27 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.249 - - [2025-10-27 03:18:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004413 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003017 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006244 10.0.0.249 - - [2025-10-27 03:18:36] "POST /neutron/port HTTP/1.1" 200 1090 0.018992 10.0.0.249 - - [2025-10-27 03:18:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008558 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-machine/b51d93a8-1c5a-4154-833b-42edb8034034 HTTP/1.1" 200 1296 0.006513 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-machine-interface/7a06395e-b2ba-4afa-ac52-d69c466d08e7 HTTP/1.1" 200 2967 0.005305 10.0.0.249 - - [2025-10-27 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.249 - - [2025-10-27 03:18:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004047 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003170 10.0.0.249 - - [2025-10-27 03:18:36] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006700 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014871 10.0.0.249 - - [2025-10-27 03:18:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003959 10.0.0.249 - - [2025-10-27 03:18:38] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003248 10.0.0.249 - - [2025-10-27 03:18:38] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007466 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.003896 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.129 - - [2025-10-27 03:18:38] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001515 10.0.0.249 - - [2025-10-27 03:18:38] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048743 10.0.0.249 - - [2025-10-27 03:18:38] "POST /network-policys HTTP/1.1" 200 553 0.029373 10.0.0.249 - - [2025-10-27 03:18:38] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006665 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2025-10-27 03:18:38] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005797 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.249 - - [2025-10-27 03:18:38] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007063 10.0.0.249 - - [2025-10-27 03:18:38] "POST /ref-update HTTP/1.1" 200 156 0.066373 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.33 - - [2025-10-27 03:18:38] "POST /ref-update HTTP/1.1" 200 156 0.029985 10.0.0.249 - - [2025-10-27 03:18:38] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003575 10.0.0.249 - - [2025-10-27 03:18:38] "POST /neutron/network HTTP/1.1" 200 923 0.012057 10.0.0.249 - - [2025-10-27 03:18:38] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004805 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011580 10.0.0.249 - - [2025-10-27 03:18:38] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003968 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.249 - - [2025-10-27 03:18:38] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006174 10.0.0.249 - - [2025-10-27 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.249 - - [2025-10-27 03:18:39] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003887 10.0.0.249 - - [2025-10-27 03:18:39] "POST /ref-update HTTP/1.1" 200 156 0.063648 10.0.0.33 - - [2025-10-27 03:18:39] "POST /access-control-lists HTTP/1.1" 200 601 0.029647 10.0.0.249 - - [2025-10-27 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006348 10.0.0.249 - - [2025-10-27 03:18:39] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007571 10.0.0.249 - - [2025-10-27 03:18:39] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.009347 10.0.0.249 - - [2025-10-27 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.249 - - [2025-10-27 03:18:39] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005066 10.0.0.249 - - [2025-10-27 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2025-10-27 03:18:39] "GET /service-template/7121d72a-08be-4c24-9b7a-befa5076ad28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004624 10.0.0.249 - - [2025-10-27 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.129 - - [2025-10-27 03:18:39] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001689 10.0.0.249 - - [2025-10-27 03:18:39] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045104 10.0.0.249 - - [2025-10-27 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.249 - - [2025-10-27 03:18:39] "GET /service-instance/f4074ba0-77b2-48aa-90a4-3ffdf0d8ce48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006445 10.0.0.249 - - [2025-10-27 03:18:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007013 10.0.0.249 - - [2025-10-27 03:18:40] "POST /neutron/port HTTP/1.1" 200 1386 0.022667 10.0.0.249 - - [2025-10-27 03:18:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007415 10.0.0.249 - - [2025-10-27 03:18:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001380 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 200 1296 0.003774 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 3900 0.005560 10.0.0.249 - - [2025-10-27 03:18:40] "GET /instance-ip/05759584-865b-49dc-ab65-48d12613f89e HTTP/1.1" 200 1967 0.003951 10.0.0.249 - - [2025-10-27 03:18:40] "GET /instance-ip/25cb89a2-0755-4516-af74-7e7b8fe8d24f HTTP/1.1" 200 1640 0.005611 10.0.0.249 - - [2025-10-27 03:18:40] "GET /instance-ip/9a8a60e6-939f-4cd4-8839-f247b6b1afbf HTTP/1.1" 200 1966 0.003648 10.0.0.249 - - [2025-10-27 03:18:40] "POST /neutron/port HTTP/1.1" 200 1386 0.021429 10.0.0.249 - - [2025-10-27 03:18:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010012 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-machine/7555bd32-f1bc-4756-9947-cdce3bca3e09 HTTP/1.1" 200 1296 0.004023 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-machine-interface/3c7c78ed-f95f-4e7e-9801-6cc0415b5adb HTTP/1.1" 200 3900 0.005438 10.0.0.249 - - [2025-10-27 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-10-27 03:18:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003484 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002861 10.0.0.249 - - [2025-10-27 03:18:40] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007761 10.0.0.249 - - [2025-10-27 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.249 - - [2025-10-27 03:18:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.249 - - [2025-10-27 03:18:41] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004207 10.0.0.249 - - [2025-10-27 03:18:41] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008656 10.0.0.249 - - [2025-10-27 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.249 - - [2025-10-27 03:18:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005947 10.0.0.249 - - [2025-10-27 03:18:41] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004023 10.0.0.249 - - [2025-10-27 03:18:41] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009514 10.0.0.249 - - [2025-10-27 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.249 - - [2025-10-27 03:18:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005939 10.0.0.249 - - [2025-10-27 03:18:42] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004027 10.0.0.249 - - [2025-10-27 03:18:42] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008584 10.0.0.249 - - [2025-10-27 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.249 - - [2025-10-27 03:18:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006991 10.0.0.249 - - [2025-10-27 03:18:42] "GET /virtual-networks?parent_id=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004067 10.0.0.249 - - [2025-10-27 03:18:42] "GET /virtual-network/0d37a24d-d8c6-4ddc-a141-b9ab316c14b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007649 10.0.0.249 - - [2025-10-27 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-10-27 03:18:42] "GET /routing-instance/fc2ec0c9-88f6-4f2d-b651-aeb3c32e8359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004248 10.0.0.249 - - [2025-10-27 03:18:42] "GET /routing-instance/fc2ec0c9-88f6-4f2d-b651-aeb3c32e8359?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.014405 10.0.0.249 - - [2025-10-27 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.249 - - [2025-10-27 03:18:42] "GET /routing-instance/117a63e0-f6aa-4f4a-bd01-4ef04794cb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008516 10.0.0.249 - - [2025-10-27 03:18:42] "GET /routing-instance/117a63e0-f6aa-4f4a-bd01-4ef04794cb1c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.007476 10.0.0.249 - - [2025-10-27 03:18:51] "POST /neutron/network HTTP/1.1" 200 860 0.009015 10.0.0.249 - - [2025-10-27 03:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.249 - - [2025-10-27 03:18:52] "POST /neutron/port HTTP/1.1" 200 1090 0.018093 10.0.0.249 - - [2025-10-27 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.019190 10.0.0.129 - - [2025-10-27 03:18:52] "GET /obj-perms HTTP/1.1" 200 5075 0.062208 10.0.0.249 - - [2025-10-27 03:19:01] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005418 10.0.0.249 - - [2025-10-27 03:19:01] "PUT /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479 HTTP/1.1" 200 263 0.016488 10.0.0.33 - - [2025-10-27 03:19:01] "PUT /access-control-list/235c6c90-abde-4922-aee6-98ee34e9efca HTTP/1.1" 200 273 0.022575 10.0.0.249 - - [2025-10-27 03:19:01] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.011281 10.0.0.249 - - [2025-10-27 03:19:02] "POST /neutron/port HTTP/1.1" 200 1386 0.021233 10.0.0.249 - - [2025-10-27 03:19:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012232 10.0.0.249 - - [2025-10-27 03:19:30] "POST /ref-update HTTP/1.1" 200 156 0.057919 10.0.0.249 - - [2025-10-27 03:19:30] "GET /virtual-network/41a29a62-9c68-40f8-961c-4cc7f6539807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006967 10.0.0.249 - - [2025-10-27 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.249 - - [2025-10-27 03:19:30] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.005057 10.0.0.33 - - [2025-10-27 03:19:30] "DELETE /access-control-list/8a5d58f9-d3fe-41ba-be3a-cbd6b4acc58f HTTP/1.1" 200 115 0.061751 10.0.0.249 - - [2025-10-27 03:19:30] "POST /ref-update HTTP/1.1" 200 156 0.076062 10.0.0.249 - - [2025-10-27 03:19:30] "GET /virtual-network/2642badd-24c2-4578-ac3d-785979583c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009499 10.0.0.249 - - [2025-10-27 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.33 - - [2025-10-27 03:19:30] "POST /ref-update HTTP/1.1" 200 156 0.042992 10.0.0.249 - - [2025-10-27 03:19:30] "GET /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.005764 10.0.0.249 - - [2025-10-27 03:19:30] "DELETE /network-policy/d2221e4b-1296-44b6-8aca-fd0f95e5d479 HTTP/1.1" 200 115 0.080159 10.0.0.249 - - [2025-10-27 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007221 10.0.0.33 - - [2025-10-27 03:19:30] "POST /ref-update HTTP/1.1" 200 156 0.039184 10.0.0.249 - - [2025-10-27 03:19:30] "DELETE /service-instance/f4074ba0-77b2-48aa-90a4-3ffdf0d8ce48 HTTP/1.1" 200 115 0.075237 10.0.0.33 - - [2025-10-27 03:19:30] "POST /ref-update HTTP/1.1" 200 156 0.025786 10.0.0.249 - - [2025-10-27 03:19:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005352 10.0.0.249 - - [2025-10-27 03:19:31] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003858 10.0.0.33 - - [2025-10-27 03:19:31] "DELETE /instance-ip/05759584-865b-49dc-ab65-48d12613f89e HTTP/1.1" 200 115 0.046793 10.0.0.249 - - [2025-10-27 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.249 - - [2025-10-27 03:19:31] "DELETE /service-template/7121d72a-08be-4c24-9b7a-befa5076ad28 HTTP/1.1" 200 115 0.028590 10.0.0.249 - - [2025-10-27 03:19:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.004070 10.0.0.249 - - [2025-10-27 03:19:31] "POST /neutron/network HTTP/1.1" 200 850 0.006730 10.0.0.249 - - [2025-10-27 03:19:31] "POST /neutron/port HTTP/1.1" 200 1118 0.012936 10.0.0.249 - - [2025-10-27 03:19:32] "POST /neutron/port HTTP/1.1" 200 151 0.198501 10.0.0.249 - - [2025-10-27 03:19:32] "POST /neutron/port HTTP/1.1" 200 151 0.233738 10.0.0.249 - - [2025-10-27 03:19:32] "POST /neutron/port HTTP/1.1" 200 151 0.206224 10.0.0.33 - - [2025-10-27 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.249 - - [2025-10-27 03:19:34] "POST /neutron/network HTTP/1.1" 200 835 0.006475 10.0.0.33 - - [2025-10-27 03:19:34] "DELETE /route-target/f986b398-0cf5-4fc4-9556-db174fb47ef8 HTTP/1.1" 200 115 0.044936 10.0.0.129 - - [2025-10-27 03:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008661 10.0.0.129 - - [2025-10-27 03:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003978 10.0.0.249 - - [2025-10-27 03:19:34] "POST /neutron/network HTTP/1.1" 200 151 0.193823 10.0.0.33 - - [2025-10-27 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008534 10.0.0.129 - - [2025-10-27 03:19:36] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000915 10.0.0.249 - - [2025-10-27 03:19:36] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037040 10.0.0.129 - - [2025-10-27 03:19:36] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.249 - - [2025-10-27 03:19:36] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?fields=virtual_networks HTTP/1.1" 200 1038 0.033569 10.0.0.129 - - [2025-10-27 03:19:36] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.249 - - [2025-10-27 03:19:36] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.044877 10.0.0.129 - - [2025-10-27 03:19:36] "GET /projects?obj_uuids=abcd8f1b-d8f3-4b64-8217-0dbc62906413&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.249 - - [2025-10-27 03:19:36] "GET /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413?fields=security_groups HTTP/1.1" 200 1267 0.037576 10.0.0.249 - - [2025-10-27 03:19:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.029283 10.0.0.129 - - [2025-10-27 03:19:37] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002898 10.0.0.129 - - [2025-10-27 03:19:37] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.129 - - [2025-10-27 03:19:37] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008053 10.0.0.129 - - [2025-10-27 03:19:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.002398 10.0.0.129 - - [2025-10-27 03:19:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.007207 10.0.0.129 - - [2025-10-27 03:19:38] "POST /security-groups HTTP/1.1" 200 592 0.033127 10.0.0.129 - - [2025-10-27 03:19:38] "POST /projects HTTP/1.1" 200 587 0.261232 10.0.0.33 - - [2025-10-27 03:19:38] "POST /access-control-lists HTTP/1.1" 200 599 0.030258 10.0.0.129 - - [2025-10-27 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.330290 10.0.0.249 - - [2025-10-27 03:19:38] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.480215 10.0.0.249 - - [2025-10-27 03:19:39] "GET / HTTP/1.1" 200 36215 0.001460 10.0.0.249 - - [2025-10-27 03:19:41] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000479 10.0.0.129 - - [2025-10-27 03:19:41] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.249 - - [2025-10-27 03:19:41] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064538 10.0.0.249 - - [2025-10-27 03:19:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.002859 10.0.0.249 - - [2025-10-27 03:19:42] "POST /virtual-DNSs HTTP/1.1" 200 509 0.034976 10.0.0.249 - - [2025-10-27 03:19:42] "GET /virtual-DNS/3c70d3b1-e846-47b1-99bd-530860dd70e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.008207 10.0.0.249 - - [2025-10-27 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007903 10.0.0.249 - - [2025-10-27 03:19:42] "GET /virtual-DNS/3c70d3b1-e846-47b1-99bd-530860dd70e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005545 10.0.0.249 - - [2025-10-27 03:19:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003098 10.0.0.249 - - [2025-10-27 03:19:42] "POST /network-ipams HTTP/1.1" 200 516 0.023057 10.0.0.249 - - [2025-10-27 03:19:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003621 10.0.0.249 - - [2025-10-27 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.249 - - [2025-10-27 03:19:42] "GET /network-ipam/fd7d7d02-01dd-4a4d-a77e-bdbf52baf88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.006054 10.0.0.249 - - [2025-10-27 03:19:42] "PUT /network-ipam/fd7d7d02-01dd-4a4d-a77e-bdbf52baf88b HTTP/1.1" 200 259 0.012535 10.0.0.249 - - [2025-10-27 03:19:42] "POST /ref-update HTTP/1.1" 200 156 0.014194 10.0.0.249 - - [2025-10-27 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.129 - - [2025-10-27 03:19:43] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001203 10.0.0.249 - - [2025-10-27 03:19:43] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044719 10.0.0.249 - - [2025-10-27 03:19:43] "POST /neutron/network HTTP/1.1" 200 117 0.034010 10.0.0.33 - - [2025-10-27 03:19:43] "POST /route-targets HTTP/1.1" 200 328 0.016030 10.0.0.249 - - [2025-10-27 03:19:43] "POST /neutron/network HTTP/1.1" 200 833 0.013220 10.0.0.249 - - [2025-10-27 03:19:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001207 10.0.0.249 - - [2025-10-27 03:19:43] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004952 10.0.0.249 - - [2025-10-27 03:19:43] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006574 10.0.0.249 - - [2025-10-27 03:19:43] "POST /neutron/subnet HTTP/1.1" 200 711 0.008247 10.0.0.249 - - [2025-10-27 03:19:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001300 10.0.0.249 - - [2025-10-27 03:19:43] "POST /neutron/network HTTP/1.1" 200 843 0.006808 10.0.0.129 - - [2025-10-27 03:19:44] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001542 10.0.0.249 - - [2025-10-27 03:19:44] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.070965 10.0.0.249 - - [2025-10-27 03:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.005974 10.0.0.129 - - [2025-10-27 03:19:45] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.249 - - [2025-10-27 03:19:45] "POST /neutron/port HTTP/1.1" 200 1058 0.267063 10.0.0.249 - - [2025-10-27 03:19:46] "POST /neutron/port HTTP/1.1" 200 1112 0.094657 10.0.0.249 - - [2025-10-27 03:19:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.008470 10.0.0.249 - - [2025-10-27 03:19:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015090 10.0.0.249 - - [2025-10-27 03:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006851 10.0.0.249 - - [2025-10-27 03:19:50] "GET /virtual-machine/9b97d93f-6832-4d12-a454-81d69cb90127 HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-10-27 03:19:50] "GET /virtual-machine/9b97d93f-6832-4d12-a454-81d69cb90127 HTTP/1.1" 200 1296 0.028794 10.0.0.249 - - [2025-10-27 03:19:50] "GET /virtual-machine-interface/8f6505dd-362d-483e-b108-81ac52e85d86 HTTP/1.1" 200 2972 0.005738 10.0.0.249 - - [2025-10-27 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.249 - - [2025-10-27 03:19:50] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003987 10.0.0.249 - - [2025-10-27 03:19:50] "GET /virtual-networks?parent_id=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003106 10.0.0.249 - - [2025-10-27 03:19:50] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006954 10.0.0.249 - - [2025-10-27 03:19:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016659 10.0.0.249 - - [2025-10-27 03:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.249 - - [2025-10-27 03:19:51] "POST /neutron/network HTTP/1.1" 200 833 0.006685 10.0.0.249 - - [2025-10-27 03:19:53] "GET /obj-perms HTTP/1.1" 200 5075 0.060570 10.0.0.33 - - [2025-10-27 03:19:53] "GET /obj-perms HTTP/1.1" 200 5075 0.054275 10.0.0.249 - - [2025-10-27 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.249 - - [2025-10-27 03:19:53] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006849 10.0.0.249 - - [2025-10-27 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.249 - - [2025-10-27 03:19:57] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005229 10.0.0.33 - - [2025-10-27 03:20:01] "DELETE /access-control-list/f86c3471-40c5-4c67-a442-718d5cdbc9cd HTTP/1.1" 200 115 0.039828 10.0.0.249 - - [2025-10-27 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.249 - - [2025-10-27 03:20:02] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005515 10.0.0.249 - - [2025-10-27 03:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.249 - - [2025-10-27 03:20:06] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006172 10.0.0.249 - - [2025-10-27 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2025-10-27 03:20:10] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005337 10.0.0.249 - - [2025-10-27 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009775 10.0.0.249 - - [2025-10-27 03:20:14] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009161 10.0.0.129 - - [2025-10-27 03:20:14] "DELETE /project/87a24a3681a94b40996e67490f6005a3 HTTP/1.1" 404 173 0.004556 10.0.0.129 - - [2025-10-27 03:20:14] "DELETE /project/abcd8f1b-d8f3-4b64-8217-0dbc62906413 HTTP/1.1" 404 177 0.004193 10.0.0.249 - - [2025-10-27 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2025-10-27 03:20:18] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005250 10.0.0.249 - - [2025-10-27 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2025-10-27 03:20:22] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004917 10.0.0.249 - - [2025-10-27 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.249 - - [2025-10-27 03:20:26] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005463 10.0.0.249 - - [2025-10-27 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2025-10-27 03:20:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003976 10.0.0.249 - - [2025-10-27 03:20:28] "GET /virtual-networks?parent_id=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003262 10.0.0.249 - - [2025-10-27 03:20:28] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005487 10.0.0.249 - - [2025-10-27 03:20:34] "POST /neutron/port HTTP/1.1" 200 1086 0.027215 10.0.0.249 - - [2025-10-27 03:20:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015180 10.0.0.249 - - [2025-10-27 03:20:44] "POST /neutron/port HTTP/1.1" 200 1086 0.014068 10.0.0.249 - - [2025-10-27 03:20:51] "POST /neutron/port HTTP/1.1" 200 1086 0.045028 10.0.0.249 - - [2025-10-27 03:20:51] "POST /neutron/subnet HTTP/1.1" 200 685 0.008779 10.0.0.33 - - [2025-10-27 03:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.33 - - [2025-10-27 03:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.129 - - [2025-10-27 03:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.129 - - [2025-10-27 03:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.33 - - [2025-10-27 03:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.33 - - [2025-10-27 03:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2025-10-27 03:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000577 10.0.0.249 - - [2025-10-27 03:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.129 - - [2025-10-27 03:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.129 - - [2025-10-27 03:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2025-10-27 03:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000878 10.0.0.249 - - [2025-10-27 03:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000703 10.0.0.249 - - [2025-10-27 03:21:15] "POST /neutron/network HTTP/1.1" 200 807 0.014273 10.0.0.249 - - [2025-10-27 03:21:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001362 10.0.0.249 - - [2025-10-27 03:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010036 10.0.0.129 - - [2025-10-27 03:21:16] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.249 - - [2025-10-27 03:21:16] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.075463 10.0.0.249 - - [2025-10-27 03:21:17] "POST /neutron/port HTTP/1.1" 200 1086 0.016864 10.0.0.249 - - [2025-10-27 03:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.006283 10.0.0.249 - - [2025-10-27 03:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.014654 10.0.0.249 - - [2025-10-27 03:21:17] "POST /neutron/port HTTP/1.1" 200 1086 0.016002 10.0.0.249 - - [2025-10-27 03:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.249 - - [2025-10-27 03:21:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006721 10.0.0.249 - - [2025-10-27 03:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.017714 10.0.0.249 - - [2025-10-27 03:21:22] "GET /virtual-machine/09fba390-0ddd-46af-a39d-43331194b3f8 HTTP/1.1" 200 1294 0.006202 10.0.0.249 - - [2025-10-27 03:21:22] "GET /virtual-machine-interface/a2591d60-6832-46ee-aeeb-057cc5ad8a80 HTTP/1.1" 200 2972 0.005142 10.0.0.249 - - [2025-10-27 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.249 - - [2025-10-27 03:21:22] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005759 10.0.0.249 - - [2025-10-27 03:21:22] "GET /virtual-networks?parent_id=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.011987 10.0.0.249 - - [2025-10-27 03:21:22] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007448 10.0.0.249 - - [2025-10-27 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.249 - - [2025-10-27 03:21:25] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005047 10.0.0.249 - - [2025-10-27 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2025-10-27 03:21:29] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004970 10.0.0.249 - - [2025-10-27 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.249 - - [2025-10-27 03:21:33] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005067 10.0.0.249 - - [2025-10-27 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.249 - - [2025-10-27 03:21:37] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013685 10.0.0.249 - - [2025-10-27 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.249 - - [2025-10-27 03:21:42] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005601 10.0.0.249 - - [2025-10-27 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.249 - - [2025-10-27 03:21:46] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005665 10.0.0.249 - - [2025-10-27 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.249 - - [2025-10-27 03:21:50] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005812 10.0.0.249 - - [2025-10-27 03:21:53] "POST /neutron/port HTTP/1.1" 200 1086 0.019814 10.0.0.249 - - [2025-10-27 03:21:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.009291 10.0.0.249 - - [2025-10-27 03:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.249 - - [2025-10-27 03:21:54] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004836 10.0.0.249 - - [2025-10-27 03:21:56] "POST /neutron/port HTTP/1.1" 200 1086 0.014496 10.0.0.249 - - [2025-10-27 03:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005443 10.0.0.249 - - [2025-10-27 03:21:56] "POST /neutron/network HTTP/1.1" 200 833 0.008781 10.0.0.249 - - [2025-10-27 03:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-10-27 03:21:58] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006495 10.0.0.249 - - [2025-10-27 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.249 - - [2025-10-27 03:22:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004841 10.0.0.249 - - [2025-10-27 03:22:00] "GET /virtual-networks?parent_id=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004183 10.0.0.249 - - [2025-10-27 03:22:00] "GET /virtual-network/8b944a79-288d-4e71-aee3-4ee94e1dc1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005556 10.0.0.249 - - [2025-10-27 03:22:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015837 10.0.0.249 - - [2025-10-27 03:22:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011118 10.0.0.249 - - [2025-10-27 03:22:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017818 10.0.0.249 - - [2025-10-27 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-10-27 03:22:54] "DELETE /virtual-DNS/3c70d3b1-e846-47b1-99bd-530860dd70e8 HTTP/1.1" 409 236 0.009557 10.0.0.249 - - [2025-10-27 03:22:54] "POST /neutron/port HTTP/1.1" 200 1086 0.016608 10.0.0.249 - - [2025-10-27 03:22:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.002681 10.0.0.249 - - [2025-10-27 03:22:54] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.027764 10.0.0.249 - - [2025-10-27 03:22:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.014831 10.0.0.249 - - [2025-10-27 03:22:54] "GET /virtual-DNS-record/946508b6-c2b3-4e23-b92e-0c53e180da5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.006487 10.0.0.249 - - [2025-10-27 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.249 - - [2025-10-27 03:22:54] "GET /virtual-DNS-record/946508b6-c2b3-4e23-b92e-0c53e180da5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005707 10.0.0.249 - - [2025-10-27 03:22:59] "POST /neutron/port HTTP/1.1" 200 1086 0.046131 10.0.0.249 - - [2025-10-27 03:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.249 - - [2025-10-27 03:22:59] "POST /neutron/network HTTP/1.1" 200 833 0.007940 10.0.0.249 - - [2025-10-27 03:23:01] "DELETE /virtual-DNS-record/946508b6-c2b3-4e23-b92e-0c53e180da5e HTTP/1.1" 200 115 0.028723 10.0.0.249 - - [2025-10-27 03:23:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.004169 10.0.0.249 - - [2025-10-27 03:23:02] "POST /neutron/port HTTP/1.1" 200 1086 0.018013 10.0.0.249 - - [2025-10-27 03:23:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016462 10.0.0.249 - - [2025-10-27 03:23:03] "POST /neutron/network HTTP/1.1" 200 833 0.008686 10.0.0.249 - - [2025-10-27 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2025-10-27 03:23:03] "DELETE /network-ipam/fd7d7d02-01dd-4a4d-a77e-bdbf52baf88b HTTP/1.1" 200 115 0.056827 10.0.0.249 - - [2025-10-27 03:23:03] "DELETE /virtual-DNS/3c70d3b1-e846-47b1-99bd-530860dd70e8 HTTP/1.1" 200 115 0.045454 10.0.0.249 - - [2025-10-27 03:23:03] "POST /fqname-to-id HTTP/1.1" 404 180 0.005634 10.0.0.129 - - [2025-10-27 03:23:05] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033889 10.0.0.249 - - [2025-10-27 03:23:05] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.109560 10.0.0.129 - - [2025-10-27 03:23:05] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001599 10.0.0.249 - - [2025-10-27 03:23:05] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?fields=virtual_networks HTTP/1.1" 200 1036 0.039866 10.0.0.129 - - [2025-10-27 03:23:05] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002285 10.0.0.249 - - [2025-10-27 03:23:05] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.049285 10.0.0.129 - - [2025-10-27 03:23:05] "GET /projects?obj_uuids=87a24a36-81a9-4b40-996e-67490f6005a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.249 - - [2025-10-27 03:23:05] "GET /project/87a24a36-81a9-4b40-996e-67490f6005a3?fields=security_groups HTTP/1.1" 200 1264 0.066437 10.0.0.249 - - [2025-10-27 03:23:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.029397 10.0.0.129 - - [2025-10-27 03:23:06] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003287 10.0.0.129 - - [2025-10-27 03:23:06] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.129 - - [2025-10-27 03:23:06] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038111 10.0.0.129 - - [2025-10-27 03:23:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.004602 10.0.0.129 - - [2025-10-27 03:23:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003393 10.0.0.129 - - [2025-10-27 03:23:06] "POST /security-groups HTTP/1.1" 200 592 0.073973 10.0.0.129 - - [2025-10-27 03:23:06] "POST /projects HTTP/1.1" 200 587 0.288279 10.0.0.33 - - [2025-10-27 03:23:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.039209 10.0.0.129 - - [2025-10-27 03:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.368039 10.0.0.33 - - [2025-10-27 03:23:07] "POST /access-control-lists HTTP/1.1" 200 597 0.024034 10.0.0.249 - - [2025-10-27 03:23:07] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.551243 10.0.0.249 - - [2025-10-27 03:23:08] "GET / HTTP/1.1" 200 36215 0.001991 10.0.0.249 - - [2025-10-27 03:23:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-10-27 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.051275 10.0.0.129 - - [2025-10-27 03:23:10] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.249 - - [2025-10-27 03:23:10] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044161 10.0.0.129 - - [2025-10-27 03:23:10] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.249 - - [2025-10-27 03:23:10] "POST /neutron/network HTTP/1.1" 200 608 0.146240 10.0.0.249 - - [2025-10-27 03:23:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.003463 10.0.0.249 - - [2025-10-27 03:23:10] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004776 10.0.0.249 - - [2025-10-27 03:23:10] "POST /neutron/network HTTP/1.1" 200 829 0.006197 10.0.0.249 - - [2025-10-27 03:23:10] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004378 10.0.0.249 - - [2025-10-27 03:23:11] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005389 10.0.0.33 - - [2025-10-27 03:23:11] "DELETE /access-control-list/3f156193-c0d9-4501-b769-673178a9605f HTTP/1.1" 200 115 0.039522 10.0.0.249 - - [2025-10-27 03:23:12] "GET /obj-perms HTTP/1.1" 200 5051 0.066236 10.0.0.33 - - [2025-10-27 03:23:12] "GET /obj-perms HTTP/1.1" 200 5051 0.057141 10.0.0.129 - - [2025-10-27 03:23:13] "GET /obj-perms HTTP/1.1" 200 5051 0.076128 10.0.0.249 - - [2025-10-27 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.129 - - [2025-10-27 03:23:13] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.249 - - [2025-10-27 03:23:13] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060489 10.0.0.249 - - [2025-10-27 03:23:13] "POST /neutron/network HTTP/1.1" 200 117 0.014272 10.0.0.33 - - [2025-10-27 03:23:13] "POST /ref-update HTTP/1.1" 200 156 0.021450 10.0.0.249 - - [2025-10-27 03:23:13] "POST /neutron/network HTTP/1.1" 200 824 0.008282 10.0.0.249 - - [2025-10-27 03:23:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001034 10.0.0.249 - - [2025-10-27 03:23:13] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004501 10.0.0.249 - - [2025-10-27 03:23:13] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005829 10.0.0.249 - - [2025-10-27 03:23:13] "POST /neutron/subnet HTTP/1.1" 200 710 0.008570 10.0.0.249 - - [2025-10-27 03:23:14] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005760 10.0.0.249 - - [2025-10-27 03:23:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001354 10.0.0.129 - - [2025-10-27 03:23:14] "DELETE /project/e2a8ca6df8cf45b4bcc77387b601a459 HTTP/1.1" 404 173 0.002654 10.0.0.129 - - [2025-10-27 03:23:14] "DELETE /project/87a24a36-81a9-4b40-996e-67490f6005a3 HTTP/1.1" 404 177 0.005544 10.0.0.129 - - [2025-10-27 03:23:30] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.249 - - [2025-10-27 03:23:30] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067596 10.0.0.249 - - [2025-10-27 03:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.006566 10.0.0.249 - - [2025-10-27 03:23:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001333 10.0.0.249 - - [2025-10-27 03:23:30] "POST /neutron/network HTTP/1.1" 200 839 0.006808 10.0.0.249 - - [2025-10-27 03:23:31] "POST /neutron/port HTTP/1.1" 200 1058 0.022709 10.0.0.129 - - [2025-10-27 03:23:31] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002466 10.0.0.249 - - [2025-10-27 03:23:31] "POST /neutron/port HTTP/1.1" 200 1086 0.037473 10.0.0.249 - - [2025-10-27 03:23:31] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.102661 10.0.0.249 - - [2025-10-27 03:23:31] "POST /neutron/subnet HTTP/1.1" 200 684 0.014061 10.0.0.249 - - [2025-10-27 03:23:32] "POST /neutron/port HTTP/1.1" 200 1086 0.034748 10.0.0.249 - - [2025-10-27 03:23:32] "POST /neutron/port HTTP/1.1" 200 1086 0.026557 10.0.0.129 - - [2025-10-27 03:23:32] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.249 - - [2025-10-27 03:23:32] "POST /neutron/port HTTP/1.1" 200 1063 0.442762 10.0.0.249 - - [2025-10-27 03:23:33] "POST /neutron/port HTTP/1.1" 200 1117 0.130080 10.0.0.249 - - [2025-10-27 03:23:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.016517 10.0.0.249 - - [2025-10-27 03:23:37] "POST /neutron/port HTTP/1.1" 200 1086 0.027234 10.0.0.249 - - [2025-10-27 03:23:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007849 10.0.0.249 - - [2025-10-27 03:23:52] "POST /neutron/port HTTP/1.1" 200 1086 0.014644 10.0.0.249 - - [2025-10-27 03:23:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007677 10.0.0.249 - - [2025-10-27 03:24:02] "POST /neutron/port HTTP/1.1" 200 1086 0.014571 10.0.0.249 - - [2025-10-27 03:24:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010470 10.0.0.249 - - [2025-10-27 03:24:02] "GET /virtual-machine/b16d0530-763a-4fd7-8a61-189ef9e8972b HTTP/1.1" 401 293 0.000610 10.0.0.249 - - [2025-10-27 03:24:03] "GET /virtual-machine/b16d0530-763a-4fd7-8a61-189ef9e8972b HTTP/1.1" 200 1295 0.032859 10.0.0.249 - - [2025-10-27 03:24:03] "GET /virtual-machine-interface/9cf31552-0e76-4bd0-a9cc-73673a7a1549 HTTP/1.1" 200 2957 0.007426 10.0.0.249 - - [2025-10-27 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.249 - - [2025-10-27 03:24:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004791 10.0.0.249 - - [2025-10-27 03:24:03] "GET /virtual-networks?parent_id=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004921 10.0.0.249 - - [2025-10-27 03:24:03] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007833 10.0.0.249 - - [2025-10-27 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2025-10-27 03:24:06] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005063 10.0.0.249 - - [2025-10-27 03:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.249 - - [2025-10-27 03:24:10] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005137 10.0.0.249 - - [2025-10-27 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.249 - - [2025-10-27 03:24:14] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005628 10.0.0.249 - - [2025-10-27 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2025-10-27 03:24:18] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004956 10.0.0.249 - - [2025-10-27 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.249 - - [2025-10-27 03:24:22] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006191 10.0.0.249 - - [2025-10-27 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-10-27 03:24:27] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005234 10.0.0.249 - - [2025-10-27 03:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.249 - - [2025-10-27 03:24:31] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005245 10.0.0.249 - - [2025-10-27 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.249 - - [2025-10-27 03:24:35] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006526 10.0.0.249 - - [2025-10-27 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-10-27 03:24:39] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005286 10.0.0.249 - - [2025-10-27 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-10-27 03:24:43] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007137 10.0.0.249 - - [2025-10-27 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.249 - - [2025-10-27 03:24:47] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005072 10.0.0.249 - - [2025-10-27 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.249 - - [2025-10-27 03:24:51] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005909 10.0.0.249 - - [2025-10-27 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.249 - - [2025-10-27 03:24:55] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005106 10.0.0.249 - - [2025-10-27 03:24:57] "POST /neutron/network HTTP/1.1" 200 834 0.007379 10.0.0.129 - - [2025-10-27 03:24:57] "GET /obj-perms HTTP/1.1" 200 5075 0.056048 10.0.0.249 - - [2025-10-27 03:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.249 - - [2025-10-27 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.249 - - [2025-10-27 03:24:57] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005744 10.0.0.249 - - [2025-10-27 03:24:57] "GET /virtual-networks?parent_id=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003557 10.0.0.249 - - [2025-10-27 03:24:57] "GET /virtual-network/3ce2606e-8cbd-4356-9b55-928f47855b09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006278 10.0.0.249 - - [2025-10-27 03:24:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007932 10.0.0.249 - - [2025-10-27 03:25:00] "POST /neutron/network HTTP/1.1" 200 839 0.006823 10.0.0.249 - - [2025-10-27 03:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.249 - - [2025-10-27 03:25:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007698 10.0.0.249 - - [2025-10-27 03:25:13] "POST /neutron/port HTTP/1.1" 200 1086 0.014833 10.0.0.249 - - [2025-10-27 03:25:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030238 10.0.0.249 - - [2025-10-27 03:25:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016622 10.0.0.249 - - [2025-10-27 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009426 10.0.0.249 - - [2025-10-27 03:25:34] "POST /neutron/port HTTP/1.1" 200 1086 0.020192 10.0.0.249 - - [2025-10-27 03:25:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007619 10.0.0.249 - - [2025-10-27 03:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.013910 10.0.0.249 - - [2025-10-27 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010227 10.0.0.249 - - [2025-10-27 03:25:57] "GET /obj-perms HTTP/1.1" 200 5075 0.045082 10.0.0.33 - - [2025-10-27 03:25:57] "GET /obj-perms HTTP/1.1" 200 5075 0.046890 10.0.0.249 - - [2025-10-27 03:25:58] "POST /neutron/network HTTP/1.1" 200 834 0.039142 10.0.0.249 - - [2025-10-27 03:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.002471 10.0.0.33 - - [2025-10-27 03:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.33 - - [2025-10-27 03:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.129 - - [2025-10-27 03:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.001031 10.0.0.129 - - [2025-10-27 03:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.33 - - [2025-10-27 03:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.33 - - [2025-10-27 03:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-10-27 03:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2025-10-27 03:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2025-10-27 03:26:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010303 10.0.0.249 - - [2025-10-27 03:26:00] "POST /neutron/port HTTP/1.1" 200 1091 0.014616 10.0.0.249 - - [2025-10-27 03:26:00] "GET /virtual-machine/ad29a5ac-98fe-4f76-b55c-e5d6b8480584 HTTP/1.1" 200 1296 0.005436 10.0.0.249 - - [2025-10-27 03:26:00] "GET /virtual-machine-interface/b5f931c2-b8ba-4d36-a640-19e671551a97 HTTP/1.1" 200 2957 0.004650 10.0.0.249 - - [2025-10-27 03:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.249 - - [2025-10-27 03:26:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002953 10.0.0.249 - - [2025-10-27 03:26:00] "GET /virtual-networks?parent_id=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002759 10.0.0.249 - - [2025-10-27 03:26:00] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005872 10.0.0.129 - - [2025-10-27 03:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.129 - - [2025-10-27 03:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.249 - - [2025-10-27 03:26:01] "POST /neutron/port HTTP/1.1" 200 1091 0.015893 10.0.0.249 - - [2025-10-27 03:26:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.011189 10.0.0.249 - - [2025-10-27 03:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-10-27 03:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-10-27 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.249 - - [2025-10-27 03:26:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003763 10.0.0.249 - - [2025-10-27 03:26:01] "GET /virtual-networks?parent_id=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003463 10.0.0.249 - - [2025-10-27 03:26:01] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005454 10.0.0.249 - - [2025-10-27 03:26:01] "POST /neutron/port HTTP/1.1" 200 1091 0.019663 10.0.0.249 - - [2025-10-27 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.129 - - [2025-10-27 03:26:06] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.249 - - [2025-10-27 03:26:06] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047355 10.0.0.249 - - [2025-10-27 03:26:06] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006225 10.0.0.249 - - [2025-10-27 03:26:06] "GET /floating-ip-pools?parent_id=8ca7f072-7072-4bf2-a0ff-f01a7ea74c21&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004518 10.0.0.249 - - [2025-10-27 03:26:06] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006353 10.0.0.249 - - [2025-10-27 03:26:06] "POST /floating-ip-pools HTTP/1.1" 200 600 0.028895 10.0.0.249 - - [2025-10-27 03:26:07] "POST /ref-update HTTP/1.1" 200 156 0.013844 10.0.0.249 - - [2025-10-27 03:26:07] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005564 10.0.0.249 - - [2025-10-27 03:26:07] "GET /virtual-network/8ca7f072-7072-4bf2-a0ff-f01a7ea74c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008608 10.0.0.249 - - [2025-10-27 03:26:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017529 10.0.0.249 - - [2025-10-27 03:26:07] "POST /neutron/floatingip HTTP/1.1" 200 576 0.017323 10.0.0.249 - - [2025-10-27 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.249 - - [2025-10-27 03:26:07] "GET /routing-instance/6fb3b56c-e687-4490-94c0-fa54bb23da3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006651 10.0.0.249 - - [2025-10-27 03:26:07] "GET /route-target/833dfd62-5f8d-4b30-89e8-2dcaad265982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004376 10.0.0.249 - - [2025-10-27 03:26:34] "POST /neutron/floatingip HTTP/1.1" 200 532 0.015393 10.0.0.249 - - [2025-10-27 03:26:34] "GET /floating-ip-pool/c3040607-36c2-4434-9c3f-00cbe3034be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1187 0.004122 10.0.0.249 - - [2025-10-27 03:26:34] "POST /ref-update HTTP/1.1" 200 156 0.021332 10.0.0.249 - - [2025-10-27 03:26:34] "DELETE /floating-ip-pool/c3040607-36c2-4434-9c3f-00cbe3034be2 HTTP/1.1" 200 115 0.038687 10.0.0.249 - - [2025-10-27 03:26:34] "POST /neutron/network HTTP/1.1" 400 204 0.014648 10.0.0.249 - - [2025-10-27 03:26:35] "POST /neutron/port HTTP/1.1" 200 151 0.262362 10.0.0.249 - - [2025-10-27 03:26:35] "POST /neutron/port HTTP/1.1" 200 151 0.293256 10.0.0.249 - - [2025-10-27 03:26:37] "POST /neutron/network HTTP/1.1" 200 829 0.007278 10.0.0.33 - - [2025-10-27 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.129 - - [2025-10-27 03:26:39] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.249 - - [2025-10-27 03:26:39] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059193 10.0.0.129 - - [2025-10-27 03:26:39] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001399 10.0.0.249 - - [2025-10-27 03:26:39] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?fields=virtual_networks HTTP/1.1" 200 1037 0.055904 10.0.0.129 - - [2025-10-27 03:26:39] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.249 - - [2025-10-27 03:26:39] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.037639 10.0.0.129 - - [2025-10-27 03:26:39] "GET /projects?obj_uuids=e2a8ca6d-f8cf-45b4-bcc7-7387b601a459&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.249 - - [2025-10-27 03:26:39] "GET /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459?fields=security_groups HTTP/1.1" 200 1265 0.038022 10.0.0.249 - - [2025-10-27 03:26:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.022926 10.0.0.129 - - [2025-10-27 03:26:40] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003171 10.0.0.129 - - [2025-10-27 03:26:40] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002143 10.0.0.129 - - [2025-10-27 03:26:40] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008540 10.0.0.129 - - [2025-10-27 03:26:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.001141 10.0.0.129 - - [2025-10-27 03:26:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.003761 10.0.0.129 - - [2025-10-27 03:26:40] "POST /security-groups HTTP/1.1" 200 591 0.030529 10.0.0.129 - - [2025-10-27 03:26:40] "POST /projects HTTP/1.1" 200 585 0.216450 10.0.0.33 - - [2025-10-27 03:26:40] "POST /access-control-lists HTTP/1.1" 200 598 0.024312 10.0.0.129 - - [2025-10-27 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.289322 10.0.0.249 - - [2025-10-27 03:26:40] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.421591 10.0.0.249 - - [2025-10-27 03:26:41] "GET / HTTP/1.1" 200 36215 0.002006 10.0.0.249 - - [2025-10-27 03:26:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000803 10.0.0.249 - - [2025-10-27 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.054786 10.0.0.129 - - [2025-10-27 03:26:43] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.249 - - [2025-10-27 03:26:43] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030611 10.0.0.129 - - [2025-10-27 03:26:43] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.249 - - [2025-10-27 03:26:44] "POST /neutron/network HTTP/1.1" 200 625 0.144716 10.0.0.33 - - [2025-10-27 03:26:44] "POST /route-targets HTTP/1.1" 200 328 0.011760 10.0.0.249 - - [2025-10-27 03:26:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.003066 10.0.0.249 - - [2025-10-27 03:26:44] "GET /virtual-network/a9650c73-3422-4c13-b1bb-5d00f89ad177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005493 10.0.0.249 - - [2025-10-27 03:26:44] "POST /neutron/network HTTP/1.1" 200 839 0.005554 10.0.0.249 - - [2025-10-27 03:26:44] "GET /virtual-network/a9650c73-3422-4c13-b1bb-5d00f89ad177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004537 10.0.0.249 - - [2025-10-27 03:26:44] "POST /neutron/network HTTP/1.1" 200 839 0.005816 10.0.0.249 - - [2025-10-27 03:26:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.000910 10.0.0.129 - - [2025-10-27 03:26:45] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.249 - - [2025-10-27 03:26:45] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.119885 10.0.0.249 - - [2025-10-27 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.006354 10.0.0.249 - - [2025-10-27 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.249 - - [2025-10-27 03:26:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003613 10.0.0.249 - - [2025-10-27 03:26:45] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.012538 10.0.0.249 - - [2025-10-27 03:26:46] "POST /neutron/network HTTP/1.1" 200 849 0.006649 10.0.0.249 - - [2025-10-27 03:26:46] "POST /neutron/port HTTP/1.1" 200 1055 0.014038 10.0.0.249 - - [2025-10-27 03:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004567 10.0.0.249 - - [2025-10-27 03:26:46] "POST /neutron/network HTTP/1.1" 200 839 0.006402 10.0.0.249 - - [2025-10-27 03:26:51] "POST /neutron/port HTTP/1.1" 200 1083 0.017868 10.0.0.249 - - [2025-10-27 03:26:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007477 10.0.0.249 - - [2025-10-27 03:26:51] "GET /virtual-machine/8481e361-0c63-4078-8be2-86fed640d17a HTTP/1.1" 401 293 0.000335 10.0.0.249 - - [2025-10-27 03:26:51] "GET /virtual-machine/8481e361-0c63-4078-8be2-86fed640d17a HTTP/1.1" 200 1294 0.031434 10.0.0.249 - - [2025-10-27 03:26:51] "GET /virtual-machine-interface/0389cde6-6a05-460b-889d-21821a33af10 HTTP/1.1" 200 2976 0.005627 10.0.0.249 - - [2025-10-27 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.249 - - [2025-10-27 03:26:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003765 10.0.0.249 - - [2025-10-27 03:26:51] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002780 10.0.0.249 - - [2025-10-27 03:26:51] "GET /virtual-network/a9650c73-3422-4c13-b1bb-5d00f89ad177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005976 10.0.0.249 - - [2025-10-27 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.249 - - [2025-10-27 03:26:54] "GET /virtual-network/a9650c73-3422-4c13-b1bb-5d00f89ad177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007196 10.0.0.249 - - [2025-10-27 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2025-10-27 03:26:56] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003383 10.0.0.249 - - [2025-10-27 03:26:56] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003307 10.0.0.249 - - [2025-10-27 03:26:56] "GET /virtual-network/a9650c73-3422-4c13-b1bb-5d00f89ad177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006278 10.0.0.249 - - [2025-10-27 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-10-27 03:26:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003521 10.0.0.249 - - [2025-10-27 03:26:58] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.009722 10.0.0.249 - - [2025-10-27 03:26:59] "POST /neutron/network HTTP/1.1" 200 839 0.006883 10.0.0.249 - - [2025-10-27 03:26:59] "POST /neutron/port HTTP/1.1" 200 1109 0.011779 10.0.0.129 - - [2025-10-27 03:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006076 10.0.0.129 - - [2025-10-27 03:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004382 10.0.0.249 - - [2025-10-27 03:27:01] "POST /neutron/network HTTP/1.1" 200 151 0.156303 10.0.0.33 - - [2025-10-27 03:27:01] "DELETE /route-target/4e221f8e-01b3-491b-a624-9746a844a44c HTTP/1.1" 200 115 0.042941 10.0.0.249 - - [2025-10-27 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.129 - - [2025-10-27 03:27:04] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.249 - - [2025-10-27 03:27:04] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042045 10.0.0.33 - - [2025-10-27 03:27:04] "POST /route-targets HTTP/1.1" 200 328 0.024745 10.0.0.129 - - [2025-10-27 03:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009055 10.0.0.249 - - [2025-10-27 03:27:04] "POST /neutron/subnet HTTP/1.1" 200 719 0.195820 10.0.0.249 - - [2025-10-27 03:27:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.003279 10.0.0.249 - - [2025-10-27 03:27:04] "GET /virtual-network/72b33bd0-a27f-4abe-a4cd-b3f8e552e532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010365 10.0.0.249 - - [2025-10-27 03:27:04] "GET /virtual-network/72b33bd0-a27f-4abe-a4cd-b3f8e552e532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006525 10.0.0.249 - - [2025-10-27 03:27:04] "POST /neutron/network HTTP/1.1" 200 823 0.009182 10.0.0.249 - - [2025-10-27 03:27:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001875 10.0.0.129 - - [2025-10-27 03:27:05] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.249 - - [2025-10-27 03:27:05] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061610 10.0.0.249 - - [2025-10-27 03:27:05] "POST /neutron/network HTTP/1.1" 200 823 0.032032 10.0.0.249 - - [2025-10-27 03:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.249 - - [2025-10-27 03:27:06] "POST /neutron/port HTTP/1.1" 200 1059 0.015298 10.0.0.249 - - [2025-10-27 03:27:06] "POST /neutron/port HTTP/1.1" 200 1087 0.015316 10.0.0.249 - - [2025-10-27 03:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.249 - - [2025-10-27 03:27:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008885 10.0.0.249 - - [2025-10-27 03:27:11] "POST /neutron/port HTTP/1.1" 200 1087 0.023104 10.0.0.249 - - [2025-10-27 03:27:11] "GET /virtual-machine/9d50be4d-5a3a-4ffa-9666-e00f33aa7a2e HTTP/1.1" 200 1295 0.006872 10.0.0.249 - - [2025-10-27 03:27:11] "GET /virtual-machine-interface/c5d74b7a-c02f-4e98-a56b-1f2ecb03d229 HTTP/1.1" 200 2949 0.005584 10.0.0.249 - - [2025-10-27 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-10-27 03:27:11] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003580 10.0.0.249 - - [2025-10-27 03:27:11] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003066 10.0.0.249 - - [2025-10-27 03:27:11] "GET /virtual-network/72b33bd0-a27f-4abe-a4cd-b3f8e552e532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005971 10.0.0.249 - - [2025-10-27 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2025-10-27 03:27:14] "GET /virtual-network/72b33bd0-a27f-4abe-a4cd-b3f8e552e532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005093 10.0.0.129 - - [2025-10-27 03:27:14] "DELETE /project/e2a8ca6d-f8cf-45b4-bcc7-7387b601a459 HTTP/1.1" 404 177 0.002864 10.0.0.129 - - [2025-10-27 03:27:14] "DELETE /project/0ead2918e39646f8894e8a3a2f56d55e HTTP/1.1" 404 173 0.005480 10.0.0.249 - - [2025-10-27 03:27:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007771 10.0.0.249 - - [2025-10-27 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.249 - - [2025-10-27 03:27:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004465 10.0.0.249 - - [2025-10-27 03:27:18] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003489 10.0.0.249 - - [2025-10-27 03:27:18] "GET /virtual-network/72b33bd0-a27f-4abe-a4cd-b3f8e552e532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007075 10.0.0.249 - - [2025-10-27 03:27:20] "POST /neutron/port HTTP/1.1" 200 1087 0.015291 10.0.0.249 - - [2025-10-27 03:27:22] "POST /neutron/network HTTP/1.1" 200 823 0.006854 10.0.0.33 - - [2025-10-27 03:27:22] "DELETE /route-target/f3d4d92d-cc1f-4f93-a94d-bde8c03c4fb3 HTTP/1.1" 200 115 0.026539 10.0.0.249 - - [2025-10-27 03:27:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003608 10.0.0.249 - - [2025-10-27 03:27:25] "POST /network-ipams HTTP/1.1" 200 543 0.027500 10.0.0.249 - - [2025-10-27 03:27:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003367 10.0.0.249 - - [2025-10-27 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.249 - - [2025-10-27 03:27:25] "GET /network-ipam/32c40cf0-dbd2-413f-943b-416b811a28db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006199 10.0.0.249 - - [2025-10-27 03:27:25] "PUT /network-ipam/32c40cf0-dbd2-413f-943b-416b811a28db HTTP/1.1" 200 259 0.015495 10.0.0.249 - - [2025-10-27 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012727 10.0.0.129 - - [2025-10-27 03:27:25] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.249 - - [2025-10-27 03:27:25] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040270 10.0.0.129 - - [2025-10-27 03:27:25] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.249 - - [2025-10-27 03:27:25] "POST /neutron/network HTTP/1.1" 200 605 0.104704 10.0.0.249 - - [2025-10-27 03:27:26] "POST /neutron/network HTTP/1.1" 200 994 0.011805 10.0.0.249 - - [2025-10-27 03:27:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001101 10.0.0.249 - - [2025-10-27 03:27:26] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004358 10.0.0.249 - - [2025-10-27 03:27:26] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006364 10.0.0.249 - - [2025-10-27 03:27:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.008382 10.0.0.249 - - [2025-10-27 03:27:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.008535 10.0.0.129 - - [2025-10-27 03:27:26] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.249 - - [2025-10-27 03:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.228837 10.0.0.249 - - [2025-10-27 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001035 10.0.0.249 - - [2025-10-27 03:27:27] "POST /neutron/network HTTP/1.1" 200 994 0.011759 10.0.0.249 - - [2025-10-27 03:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.010721 10.0.0.249 - - [2025-10-27 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001311 10.0.0.249 - - [2025-10-27 03:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.009871 10.0.0.249 - - [2025-10-27 03:27:27] "POST /neutron/port HTTP/1.1" 200 1017 0.012578 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 1017 0.011189 10.0.0.249 - - [2025-10-27 03:27:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001911 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 1017 0.014589 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.008135 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/network HTTP/1.1" 200 1004 0.007226 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/network HTTP/1.1" 200 994 0.008516 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 1017 0.013760 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 1083 0.016694 10.0.0.249 - - [2025-10-27 03:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.129 - - [2025-10-27 03:27:29] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.249 - - [2025-10-27 03:27:29] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.081134 10.0.0.249 - - [2025-10-27 03:27:29] "POST /neutron/port HTTP/1.1" 200 2050 0.025008 10.0.0.249 - - [2025-10-27 03:27:29] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005599 10.0.0.249 - - [2025-10-27 03:27:30] "POST /neutron/network HTTP/1.1" 200 1004 0.010582 10.0.0.249 - - [2025-10-27 03:27:30] "POST /neutron/port HTTP/1.1" 200 1055 0.015133 10.0.0.249 - - [2025-10-27 03:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004264 10.0.0.249 - - [2025-10-27 03:27:30] "POST /neutron/network HTTP/1.1" 200 994 0.009035 10.0.0.249 - - [2025-10-27 03:27:31] "POST /neutron/port HTTP/1.1" 200 1083 0.017733 10.0.0.249 - - [2025-10-27 03:27:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008885 10.0.0.249 - - [2025-10-27 03:27:31] "GET /virtual-machine/7df6ff3a-257b-4b77-a896-6ff3c9f6c349 HTTP/1.1" 200 1290 0.007010 10.0.0.249 - - [2025-10-27 03:27:31] "GET /virtual-machine-interface/3f7f21fe-7a06-4c78-9cf0-32feb0e91a29 HTTP/1.1" 200 2948 0.006877 10.0.0.249 - - [2025-10-27 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.249 - - [2025-10-27 03:27:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004839 10.0.0.249 - - [2025-10-27 03:27:32] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003777 10.0.0.249 - - [2025-10-27 03:27:32] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.008173 10.0.0.249 - - [2025-10-27 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.249 - - [2025-10-27 03:27:35] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005419 10.0.0.249 - - [2025-10-27 03:27:38] "POST /neutron/port HTTP/1.1" 200 1083 0.015571 10.0.0.249 - - [2025-10-27 03:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.249 - - [2025-10-27 03:27:39] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006302 10.0.0.249 - - [2025-10-27 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-10-27 03:27:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002409 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005540 10.0.0.249 - - [2025-10-27 03:27:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007445 10.0.0.249 - - [2025-10-27 03:27:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014610 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-machine/ece38aab-c23c-4627-98e6-bef0c0c544ec HTTP/1.1" 200 1291 0.005836 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-machine-interface/857d69ce-6a54-48ad-9716-86dce9f74544 HTTP/1.1" 200 2948 0.004630 10.0.0.249 - - [2025-10-27 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.249 - - [2025-10-27 03:27:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003397 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002788 10.0.0.249 - - [2025-10-27 03:27:41] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006582 10.0.0.249 - - [2025-10-27 03:27:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007293 10.0.0.249 - - [2025-10-27 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-10-27 03:27:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003823 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002800 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006143 10.0.0.249 - - [2025-10-27 03:27:43] "POST /neutron/port HTTP/1.1" 200 1083 0.016079 10.0.0.249 - - [2025-10-27 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008231 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-machine/8f14be0b-5dd5-430c-9ce8-7020bcec9b94 HTTP/1.1" 200 1295 0.005912 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-machine-interface/a1018201-0e54-41c8-a7e3-7be20cec1a64 HTTP/1.1" 200 2949 0.007067 10.0.0.249 - - [2025-10-27 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.249 - - [2025-10-27 03:27:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003494 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003073 10.0.0.249 - - [2025-10-27 03:27:43] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007197 10.0.0.249 - - [2025-10-27 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.249 - - [2025-10-27 03:27:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003942 10.0.0.249 - - [2025-10-27 03:27:44] "GET /virtual-networks?parent_id=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003469 10.0.0.249 - - [2025-10-27 03:27:44] "GET /virtual-network/e2a58f32-2d3a-4024-ab86-a1519aaebd2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007458 10.0.0.129 - - [2025-10-27 03:27:59] "GET /obj-perms HTTP/1.1" 200 5075 0.047781 10.0.0.249 - - [2025-10-27 03:28:00] "POST /neutron/network HTTP/1.1" 200 1004 0.031256 10.0.0.249 - - [2025-10-27 03:28:00] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.249 - - [2025-10-27 03:28:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011915 10.0.0.249 - - [2025-10-27 03:28:01] "POST /neutron/port HTTP/1.1" 200 1109 0.021392 10.0.0.249 - - [2025-10-27 03:28:01] "POST /neutron/port HTTP/1.1" 200 1109 0.010330 10.0.0.249 - - [2025-10-27 03:28:01] "POST /neutron/network HTTP/1.1" 400 204 0.022439 10.0.0.33 - - [2025-10-27 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.249 - - [2025-10-27 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2025-10-27 03:28:04] "DELETE /network-ipam/32c40cf0-dbd2-413f-943b-416b811a28db HTTP/1.1" 200 115 0.045289 10.0.0.249 - - [2025-10-27 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003868 10.0.0.129 - - [2025-10-27 03:28:05] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.029707 10.0.0.249 - - [2025-10-27 03:28:05] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.092804 10.0.0.129 - - [2025-10-27 03:28:05] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.249 - - [2025-10-27 03:28:05] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?fields=virtual_networks HTTP/1.1" 200 1033 0.047995 10.0.0.129 - - [2025-10-27 03:28:05] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.249 - - [2025-10-27 03:28:05] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045695 10.0.0.129 - - [2025-10-27 03:28:05] "GET /projects?obj_uuids=0ead2918-e396-46f8-894e-8a3a2f56d55e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001641 10.0.0.249 - - [2025-10-27 03:28:06] "GET /project/0ead2918-e396-46f8-894e-8a3a2f56d55e?fields=security_groups HTTP/1.1" 200 1260 0.055508 10.0.0.249 - - [2025-10-27 03:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.006157 10.0.0.249 - - [2025-10-27 03:28:06] "POST /neutron/port HTTP/1.1" 400 205 0.005165 10.0.0.249 - - [2025-10-27 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.030093 10.0.0.129 - - [2025-10-27 03:28:06] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003630 10.0.0.129 - - [2025-10-27 03:28:07] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.129 - - [2025-10-27 03:28:07] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030894 10.0.0.129 - - [2025-10-27 03:28:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.001155 10.0.0.129 - - [2025-10-27 03:28:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.002706 10.0.0.129 - - [2025-10-27 03:28:07] "POST /security-groups HTTP/1.1" 200 599 0.083946 10.0.0.129 - - [2025-10-27 03:28:07] "POST /projects HTTP/1.1" 200 601 0.287663 10.0.0.129 - - [2025-10-27 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.367858 10.0.0.33 - - [2025-10-27 03:28:07] "POST /access-control-lists HTTP/1.1" 200 606 0.067665 10.0.0.249 - - [2025-10-27 03:28:07] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.548383 10.0.0.249 - - [2025-10-27 03:28:08] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.249 - - [2025-10-27 03:28:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2025-10-27 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.053488 10.0.0.129 - - [2025-10-27 03:28:10] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.249 - - [2025-10-27 03:28:10] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064470 10.0.0.33 - - [2025-10-27 03:28:10] "POST /route-targets HTTP/1.1" 200 328 0.011992 10.0.0.129 - - [2025-10-27 03:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007877 10.0.0.249 - - [2025-10-27 03:28:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.199363 10.0.0.33 - - [2025-10-27 03:28:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.052328 10.0.0.249 - - [2025-10-27 03:28:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001390 10.0.0.249 - - [2025-10-27 03:28:11] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006637 10.0.0.249 - - [2025-10-27 03:28:11] "POST /neutron/network HTTP/1.1" 200 1004 0.009278 10.0.0.249 - - [2025-10-27 03:28:11] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005018 10.0.0.249 - - [2025-10-27 03:28:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.012413 10.0.0.249 - - [2025-10-27 03:28:11] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005973 10.0.0.33 - - [2025-10-27 03:28:12] "DELETE /access-control-list/f87733e1-9842-4f50-8bb4-3d7236d41b4e HTTP/1.1" 200 115 0.077512 10.0.0.249 - - [2025-10-27 03:28:12] "GET /obj-perms HTTP/1.1" 200 5065 0.113259 10.0.0.33 - - [2025-10-27 03:28:13] "GET /obj-perms HTTP/1.1" 200 5065 0.057886 10.0.0.249 - - [2025-10-27 03:28:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001313 10.0.0.129 - - [2025-10-27 03:28:14] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.249 - - [2025-10-27 03:28:14] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063381 10.0.0.249 - - [2025-10-27 03:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005789 10.0.0.249 - - [2025-10-27 03:28:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001744 10.0.0.249 - - [2025-10-27 03:28:14] "POST /neutron/network HTTP/1.1" 200 1014 0.007585 10.0.0.129 - - [2025-10-27 03:28:15] "DELETE /project/0ead2918-e396-46f8-894e-8a3a2f56d55e HTTP/1.1" 404 177 0.002810 10.0.0.129 - - [2025-10-27 03:28:15] "DELETE /project/06d0cdefc1f440b58a6d3d84b1debd3e HTTP/1.1" 404 173 0.005288 10.0.0.249 - - [2025-10-27 03:28:15] "POST /neutron/port HTTP/1.1" 200 1173 0.017334 10.0.0.249 - - [2025-10-27 03:28:15] "POST /neutron/port HTTP/1.1" 200 1201 0.016705 10.0.0.249 - - [2025-10-27 03:28:15] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011603 10.0.0.249 - - [2025-10-27 03:28:15] "POST /neutron/network HTTP/1.1" 200 1004 0.008829 10.0.0.129 - - [2025-10-27 03:28:15] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.249 - - [2025-10-27 03:28:15] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054893 10.0.0.249 - - [2025-10-27 03:28:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012507 10.0.0.249 - - [2025-10-27 03:28:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001291 10.0.0.249 - - [2025-10-27 03:28:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012255 10.0.0.129 - - [2025-10-27 03:28:16] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.249 - - [2025-10-27 03:28:16] "POST /neutron/port HTTP/1.1" 200 1173 0.278468 10.0.0.249 - - [2025-10-27 03:28:16] "POST /neutron/port HTTP/1.1" 200 1227 0.124182 10.0.0.249 - - [2025-10-27 03:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003996 10.0.0.249 - - [2025-10-27 03:28:17] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.129 - - [2025-10-27 03:28:17] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.249 - - [2025-10-27 03:28:17] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.124165 10.0.0.249 - - [2025-10-27 03:28:17] "POST /neutron/port HTTP/1.1" 200 2284 0.018057 10.0.0.249 - - [2025-10-27 03:28:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001394 10.0.0.249 - - [2025-10-27 03:28:17] "POST /neutron/port HTTP/1.1" 200 2284 0.019302 10.0.0.249 - - [2025-10-27 03:28:18] "POST /neutron/network HTTP/1.1" 200 1014 0.006865 10.0.0.249 - - [2025-10-27 03:28:18] "POST /neutron/port HTTP/1.1" 200 1173 0.021138 10.0.0.249 - - [2025-10-27 03:28:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005111 10.0.0.129 - - [2025-10-27 03:28:18] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.249 - - [2025-10-27 03:28:18] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065467 10.0.0.249 - - [2025-10-27 03:28:18] "POST /neutron/network HTTP/1.1" 200 1004 0.008959 10.0.0.249 - - [2025-10-27 03:28:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009479 10.0.0.249 - - [2025-10-27 03:28:19] "POST /neutron/port HTTP/1.1" 200 117 0.006145 10.0.0.249 - - [2025-10-27 03:28:19] "POST /neutron/port HTTP/1.1" 200 1201 0.019254 10.0.0.249 - - [2025-10-27 03:28:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007619 10.0.0.249 - - [2025-10-27 03:28:19] "GET /virtual-machine/9c886d1c-f3dc-49d1-861b-b5bd912839ea HTTP/1.1" 401 293 0.000360 10.0.0.249 - - [2025-10-27 03:28:19] "GET /virtual-machine/9c886d1c-f3dc-49d1-861b-b5bd912839ea HTTP/1.1" 200 1302 0.039968 10.0.0.249 - - [2025-10-27 03:28:19] "GET /virtual-machine-interface/06eaa9f1-5bd6-4710-a787-63166150dc3f HTTP/1.1" 200 3182 0.004885 10.0.0.249 - - [2025-10-27 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-10-27 03:28:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003777 10.0.0.249 - - [2025-10-27 03:28:19] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002774 10.0.0.249 - - [2025-10-27 03:28:19] "POST /neutron/port HTTP/1.1" 200 1173 0.015638 10.0.0.249 - - [2025-10-27 03:28:20] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005652 10.0.0.249 - - [2025-10-27 03:28:20] "POST /neutron/port HTTP/1.1" 200 1201 0.017662 10.0.0.249 - - [2025-10-27 03:28:20] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013612 10.0.0.249 - - [2025-10-27 03:28:20] "POST /neutron/network HTTP/1.1" 200 1004 0.009861 10.0.0.249 - - [2025-10-27 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2025-10-27 03:28:23] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005319 10.0.0.249 - - [2025-10-27 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.249 - - [2025-10-27 03:28:27] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006914 10.0.0.249 - - [2025-10-27 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.249 - - [2025-10-27 03:28:31] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008093 10.0.0.249 - - [2025-10-27 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.249 - - [2025-10-27 03:28:35] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005440 10.0.0.249 - - [2025-10-27 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-10-27 03:28:39] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005409 10.0.0.249 - - [2025-10-27 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.249 - - [2025-10-27 03:28:43] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007313 10.0.0.249 - - [2025-10-27 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.249 - - [2025-10-27 03:28:47] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007002 10.0.0.249 - - [2025-10-27 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.249 - - [2025-10-27 03:28:51] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005049 10.0.0.249 - - [2025-10-27 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.249 - - [2025-10-27 03:28:55] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005342 10.0.0.249 - - [2025-10-27 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-10-27 03:28:59] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006369 10.0.0.249 - - [2025-10-27 03:29:02] "POST /neutron/network HTTP/1.1" 200 1014 0.007560 10.0.0.249 - - [2025-10-27 03:29:02] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021208 10.0.0.249 - - [2025-10-27 03:29:02] "POST /neutron/network HTTP/1.1" 200 1004 0.010341 10.0.0.249 - - [2025-10-27 03:29:03] "POST /neutron/network HTTP/1.1" 200 1014 0.006946 10.0.0.249 - - [2025-10-27 03:29:03] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014793 10.0.0.249 - - [2025-10-27 03:29:03] "POST /neutron/network HTTP/1.1" 200 1004 0.008232 10.0.0.249 - - [2025-10-27 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.249 - - [2025-10-27 03:29:04] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005228 10.0.0.249 - - [2025-10-27 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.249 - - [2025-10-27 03:29:08] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006514 10.0.0.249 - - [2025-10-27 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.249 - - [2025-10-27 03:29:12] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006731 10.0.0.249 - - [2025-10-27 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.249 - - [2025-10-27 03:29:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003431 10.0.0.249 - - [2025-10-27 03:29:14] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003072 10.0.0.249 - - [2025-10-27 03:29:14] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006003 10.0.0.249 - - [2025-10-27 03:29:19] "POST /neutron/port HTTP/1.1" 200 1201 0.014745 10.0.0.249 - - [2025-10-27 03:29:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006814 10.0.0.249 - - [2025-10-27 03:29:25] "POST /neutron/port HTTP/1.1" 200 1201 0.015009 10.0.0.249 - - [2025-10-27 03:29:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008778 10.0.0.249 - - [2025-10-27 03:29:30] "POST /neutron/port HTTP/1.1" 200 1201 0.018666 10.0.0.249 - - [2025-10-27 03:29:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006788 10.0.0.249 - - [2025-10-27 03:29:40] "POST /neutron/port HTTP/1.1" 200 1201 0.019613 10.0.0.249 - - [2025-10-27 03:29:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009253 10.0.0.249 - - [2025-10-27 03:29:40] "GET /virtual-machine/4123cfd7-f069-4745-ae0d-84d3c96e2f31 HTTP/1.1" 200 1302 0.006449 10.0.0.249 - - [2025-10-27 03:29:40] "GET /virtual-machine-interface/46274df4-b4cb-4b38-a2ef-9343434507e6 HTTP/1.1" 200 3183 0.005842 10.0.0.249 - - [2025-10-27 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.249 - - [2025-10-27 03:29:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006898 10.0.0.249 - - [2025-10-27 03:29:40] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003423 10.0.0.249 - - [2025-10-27 03:29:40] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006833 10.0.0.249 - - [2025-10-27 03:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.249 - - [2025-10-27 03:29:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004017 10.0.0.249 - - [2025-10-27 03:29:41] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003408 10.0.0.249 - - [2025-10-27 03:29:41] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008394 10.0.0.249 - - [2025-10-27 03:29:42] "POST /neutron/port HTTP/1.1" 200 1201 0.015727 10.0.0.249 - - [2025-10-27 03:29:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007630 10.0.0.249 - - [2025-10-27 03:29:42] "GET /virtual-machine/5d4b8d77-31d0-473e-b9b3-18fec836d70b HTTP/1.1" 200 1302 0.005541 10.0.0.249 - - [2025-10-27 03:29:42] "GET /virtual-machine-interface/5ef9183e-a3a5-4f15-a193-fba21129e5f3 HTTP/1.1" 200 3183 0.005811 10.0.0.249 - - [2025-10-27 03:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.249 - - [2025-10-27 03:29:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003395 10.0.0.249 - - [2025-10-27 03:29:42] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002993 10.0.0.249 - - [2025-10-27 03:29:42] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007425 10.0.0.249 - - [2025-10-27 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.249 - - [2025-10-27 03:29:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.249 - - [2025-10-27 03:29:43] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002666 10.0.0.249 - - [2025-10-27 03:29:43] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005399 10.0.0.249 - - [2025-10-27 03:30:02] "POST /neutron/network HTTP/1.1" 200 1014 0.007217 10.0.0.249 - - [2025-10-27 03:30:02] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013818 10.0.0.249 - - [2025-10-27 03:30:02] "POST /neutron/network HTTP/1.1" 200 1004 0.010242 10.0.0.249 - - [2025-10-27 03:30:05] "POST /neutron/network HTTP/1.1" 200 1014 0.006367 10.0.0.249 - - [2025-10-27 03:30:05] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015076 10.0.0.249 - - [2025-10-27 03:30:05] "POST /neutron/network HTTP/1.1" 200 1004 0.011922 10.0.0.129 - - [2025-10-27 03:30:05] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.249 - - [2025-10-27 03:30:05] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069760 10.0.0.249 - - [2025-10-27 03:30:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.005348 10.0.0.249 - - [2025-10-27 03:30:06] "POST /interface-route-tables HTTP/1.1" 200 577 0.027120 10.0.0.249 - - [2025-10-27 03:30:06] "GET /interface-route-table/6ac647aa-3160-4232-b0b6-d4b01b374d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006217 10.0.0.249 - - [2025-10-27 03:30:06] "GET /virtual-machine-interface/06eaa9f1-5bd6-4710-a787-63166150dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005608 10.0.0.249 - - [2025-10-27 03:30:06] "POST /ref-update HTTP/1.1" 200 156 0.014480 10.0.0.129 - - [2025-10-27 03:30:53] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.249 - - [2025-10-27 03:30:53] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052486 10.0.0.249 - - [2025-10-27 03:30:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.004304 10.0.0.249 - - [2025-10-27 03:30:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.031981 10.0.0.249 - - [2025-10-27 03:30:53] "GET /interface-route-table/98f84da9-2040-4fe0-bc94-fe6fb58f122a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006634 10.0.0.249 - - [2025-10-27 03:30:53] "GET /virtual-machine-interface/46274df4-b4cb-4b38-a2ef-9343434507e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006142 10.0.0.249 - - [2025-10-27 03:30:53] "POST /ref-update HTTP/1.1" 200 156 0.014565 10.0.0.249 - - [2025-10-27 03:30:55] "GET /virtual-machine-interface/5ef9183e-a3a5-4f15-a193-fba21129e5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006522 10.0.0.249 - - [2025-10-27 03:30:55] "PUT /virtual-machine-interface/5ef9183e-a3a5-4f15-a193-fba21129e5f3 HTTP/1.1" 200 285 0.014692 10.0.0.249 - - [2025-10-27 03:30:55] "GET /virtual-machine-interface/06eaa9f1-5bd6-4710-a787-63166150dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.009500 10.0.0.249 - - [2025-10-27 03:30:55] "PUT /virtual-machine-interface/06eaa9f1-5bd6-4710-a787-63166150dc3f HTTP/1.1" 200 285 0.013269 10.0.0.249 - - [2025-10-27 03:30:55] "GET /virtual-machine-interface/46274df4-b4cb-4b38-a2ef-9343434507e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.007905 10.0.0.249 - - [2025-10-27 03:30:55] "PUT /virtual-machine-interface/46274df4-b4cb-4b38-a2ef-9343434507e6 HTTP/1.1" 200 285 0.014235 10.0.0.33 - - [2025-10-27 03:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.33 - - [2025-10-27 03:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.129 - - [2025-10-27 03:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.129 - - [2025-10-27 03:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.33 - - [2025-10-27 03:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.33 - - [2025-10-27 03:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.249 - - [2025-10-27 03:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2025-10-27 03:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.129 - - [2025-10-27 03:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.129 - - [2025-10-27 03:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-10-27 03:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-10-27 03:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.129 - - [2025-10-27 03:31:01] "GET /obj-perms HTTP/1.1" 200 5075 0.053704 10.0.0.249 - - [2025-10-27 03:31:04] "POST /neutron/network HTTP/1.1" 200 1014 0.011265 10.0.0.249 - - [2025-10-27 03:31:04] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016225 10.0.0.249 - - [2025-10-27 03:31:04] "POST /neutron/network HTTP/1.1" 200 1004 0.012582 10.0.0.249 - - [2025-10-27 03:31:06] "POST /neutron/network HTTP/1.1" 200 1014 0.027857 10.0.0.249 - - [2025-10-27 03:31:06] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012306 10.0.0.249 - - [2025-10-27 03:31:06] "POST /neutron/network HTTP/1.1" 200 1004 0.008961 10.0.0.249 - - [2025-10-27 03:31:58] "POST /neutron/port HTTP/1.1" 200 1201 0.017281 10.0.0.249 - - [2025-10-27 03:31:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008025 10.0.0.249 - - [2025-10-27 03:31:58] "GET /virtual-machine/58f03996-0416-4b7f-a42a-4f725e98a6c5 HTTP/1.1" 200 1302 0.007151 10.0.0.249 - - [2025-10-27 03:31:58] "GET /virtual-machine-interface/b428db2f-5bb0-46cf-9777-c34eec6a85b3 HTTP/1.1" 200 3184 0.006042 10.0.0.249 - - [2025-10-27 03:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.249 - - [2025-10-27 03:31:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004731 10.0.0.249 - - [2025-10-27 03:31:58] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003350 10.0.0.249 - - [2025-10-27 03:31:58] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009460 10.0.0.249 - - [2025-10-27 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-10-27 03:31:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004054 10.0.0.249 - - [2025-10-27 03:31:59] "GET /virtual-networks?parent_id=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002774 10.0.0.249 - - [2025-10-27 03:31:59] "GET /virtual-network/709dc5ae-132a-47de-b0e0-2e818fed82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005553 10.0.0.249 - - [2025-10-27 03:32:00] "GET /virtual-machine-interface/b428db2f-5bb0-46cf-9777-c34eec6a85b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006707 10.0.0.249 - - [2025-10-27 03:32:00] "PUT /virtual-machine-interface/b428db2f-5bb0-46cf-9777-c34eec6a85b3 HTTP/1.1" 200 285 0.015322 10.0.0.249 - - [2025-10-27 03:32:02] "GET /obj-perms HTTP/1.1" 200 5075 0.062714 10.0.0.33 - - [2025-10-27 03:32:02] "GET /obj-perms HTTP/1.1" 200 5075 0.056474 10.0.0.249 - - [2025-10-27 03:32:04] "POST /neutron/network HTTP/1.1" 200 1014 0.016040 10.0.0.249 - - [2025-10-27 03:32:04] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012480 10.0.0.249 - - [2025-10-27 03:32:04] "POST /neutron/network HTTP/1.1" 200 1004 0.009523 10.0.0.249 - - [2025-10-27 03:32:07] "POST /neutron/network HTTP/1.1" 200 1014 0.007161 10.0.0.249 - - [2025-10-27 03:32:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013034 10.0.0.249 - - [2025-10-27 03:32:07] "POST /neutron/network HTTP/1.1" 200 1004 0.009211 10.0.0.129 - - [2025-10-27 03:32:43] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.249 - - [2025-10-27 03:32:43] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045280 10.0.0.249 - - [2025-10-27 03:32:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.002934 10.0.0.249 - - [2025-10-27 03:32:43] "POST /interface-route-tables HTTP/1.1" 200 577 0.024434 10.0.0.249 - - [2025-10-27 03:32:43] "GET /interface-route-table/705709a5-757e-44d5-b85b-d0ad9eb467c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006951 10.0.0.249 - - [2025-10-27 03:32:43] "GET /virtual-machine-interface/b428db2f-5bb0-46cf-9777-c34eec6a85b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.007702 10.0.0.249 - - [2025-10-27 03:32:43] "POST /ref-update HTTP/1.1" 200 156 0.018651 10.0.0.249 - - [2025-10-27 03:32:45] "GET /virtual-machine-interface/06eaa9f1-5bd6-4710-a787-63166150dc3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006450 10.0.0.249 - - [2025-10-27 03:32:45] "POST /ref-update HTTP/1.1" 200 156 0.018565 10.0.0.249 - - [2025-10-27 03:32:45] "DELETE /interface-route-table/6ac647aa-3160-4232-b0b6-d4b01b374d6e HTTP/1.1" 200 115 0.030420 10.0.0.249 - - [2025-10-27 03:32:46] "POST /neutron/port HTTP/1.1" 200 151 0.207899 10.0.0.249 - - [2025-10-27 03:32:55] "GET /virtual-machine-interface/b428db2f-5bb0-46cf-9777-c34eec6a85b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.008157 10.0.0.249 - - [2025-10-27 03:32:55] "POST /ref-update HTTP/1.1" 200 156 0.017769 10.0.0.249 - - [2025-10-27 03:32:55] "DELETE /interface-route-table/705709a5-757e-44d5-b85b-d0ad9eb467c7 HTTP/1.1" 200 115 0.034937 10.0.0.249 - - [2025-10-27 03:32:56] "GET /virtual-machine-interface/46274df4-b4cb-4b38-a2ef-9343434507e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006322 10.0.0.249 - - [2025-10-27 03:32:56] "POST /ref-update HTTP/1.1" 200 156 0.018972 10.0.0.249 - - [2025-10-27 03:32:56] "DELETE /interface-route-table/98f84da9-2040-4fe0-bc94-fe6fb58f122a HTTP/1.1" 200 115 0.036208 10.0.0.249 - - [2025-10-27 03:32:56] "POST /neutron/port HTTP/1.1" 200 1201 0.024125 10.0.0.249 - - [2025-10-27 03:32:56] "POST /neutron/port HTTP/1.1" 200 1201 0.036805 10.0.0.249 - - [2025-10-27 03:32:57] "POST /neutron/port HTTP/1.1" 200 1201 0.024027 10.0.0.249 - - [2025-10-27 03:32:58] "POST /neutron/network HTTP/1.1" 200 1004 0.009716 10.0.0.129 - - [2025-10-27 03:33:00] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002240 10.0.0.249 - - [2025-10-27 03:33:00] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041757 10.0.0.129 - - [2025-10-27 03:33:00] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.249 - - [2025-10-27 03:33:00] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?fields=virtual_networks HTTP/1.1" 200 1048 0.046120 10.0.0.129 - - [2025-10-27 03:33:00] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.249 - - [2025-10-27 03:33:00] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040090 10.0.0.129 - - [2025-10-27 03:33:00] "GET /projects?obj_uuids=06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.249 - - [2025-10-27 03:33:00] "GET /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e?fields=security_groups HTTP/1.1" 200 1283 0.034973 10.0.0.249 - - [2025-10-27 03:33:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.030543 10.0.0.129 - - [2025-10-27 03:33:01] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003924 10.0.0.129 - - [2025-10-27 03:33:01] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.129 - - [2025-10-27 03:33:01] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007708 10.0.0.129 - - [2025-10-27 03:33:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001469 10.0.0.129 - - [2025-10-27 03:33:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.008023 10.0.0.129 - - [2025-10-27 03:33:01] "POST /security-groups HTTP/1.1" 200 586 0.032025 10.0.0.33 - - [2025-10-27 03:33:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.003972 10.0.0.129 - - [2025-10-27 03:33:01] "POST /projects HTTP/1.1" 200 575 0.258348 10.0.0.129 - - [2025-10-27 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.298234 10.0.0.33 - - [2025-10-27 03:33:01] "POST /access-control-lists HTTP/1.1" 200 591 0.033118 10.0.0.249 - - [2025-10-27 03:33:01] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.454267 10.0.0.249 - - [2025-10-27 03:33:03] "GET / HTTP/1.1" 200 36215 0.002881 10.0.0.129 - - [2025-10-27 03:33:07] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.083004 10.0.0.249 - - [2025-10-27 03:33:07] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.172590 10.0.0.129 - - [2025-10-27 03:33:07] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.249 - - [2025-10-27 03:33:07] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?fields=virtual_networks HTTP/1.1" 200 1025 0.047188 10.0.0.129 - - [2025-10-27 03:33:07] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.249 - - [2025-10-27 03:33:07] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048506 10.0.0.129 - - [2025-10-27 03:33:07] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.249 - - [2025-10-27 03:33:07] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?fields=security_groups HTTP/1.1" 200 1247 0.042936 10.0.0.249 - - [2025-10-27 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.026499 10.0.0.129 - - [2025-10-27 03:33:08] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003170 10.0.0.129 - - [2025-10-27 03:33:08] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.129 - - [2025-10-27 03:33:08] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035349 10.0.0.129 - - [2025-10-27 03:33:08] "POST /id-to-fqname HTTP/1.1" 200 195 0.006578 10.0.0.129 - - [2025-10-27 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 204 0.003161 10.0.0.129 - - [2025-10-27 03:33:08] "POST /security-groups HTTP/1.1" 200 596 0.077382 10.0.0.129 - - [2025-10-27 03:33:08] "POST /projects HTTP/1.1" 200 595 0.290365 10.0.0.33 - - [2025-10-27 03:33:08] "POST /fqname-to-id HTTP/1.1" 404 239 0.038560 10.0.0.129 - - [2025-10-27 03:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.364236 10.0.0.249 - - [2025-10-27 03:33:09] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.652739 10.0.0.33 - - [2025-10-27 03:33:09] "POST /access-control-lists HTTP/1.1" 200 601 0.040276 10.0.0.249 - - [2025-10-27 03:33:10] "GET / HTTP/1.1" 200 36215 0.002897 10.0.0.129 - - [2025-10-27 03:33:13] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.249 - - [2025-10-27 03:33:13] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069734 10.0.0.129 - - [2025-10-27 03:33:13] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001420 10.0.0.249 - - [2025-10-27 03:33:13] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?fields=virtual_networks HTTP/1.1" 200 1045 0.069452 10.0.0.129 - - [2025-10-27 03:33:13] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001272 10.0.0.249 - - [2025-10-27 03:33:13] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.060925 10.0.0.129 - - [2025-10-27 03:33:13] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.249 - - [2025-10-27 03:33:13] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?fields=security_groups HTTP/1.1" 200 1277 0.048235 10.0.0.249 - - [2025-10-27 03:33:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.032742 10.0.0.129 - - [2025-10-27 03:33:14] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.129 - - [2025-10-27 03:33:14] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.129 - - [2025-10-27 03:33:14] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006704 10.0.0.129 - - [2025-10-27 03:33:14] "POST /id-to-fqname HTTP/1.1" 200 201 0.004072 10.0.0.129 - - [2025-10-27 03:33:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.007168 10.0.0.129 - - [2025-10-27 03:33:15] "POST /security-groups HTTP/1.1" 200 602 0.074686 10.0.0.129 - - [2025-10-27 03:33:15] "POST /projects HTTP/1.1" 200 607 0.304390 10.0.0.129 - - [2025-10-27 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.339881 10.0.0.33 - - [2025-10-27 03:33:15] "POST /fqname-to-id HTTP/1.1" 404 244 0.016754 10.0.0.249 - - [2025-10-27 03:33:15] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.504366 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /project/06d0cdef-c1f4-40b5-8a6d-3d84b1debd3e HTTP/1.1" 404 177 0.008896 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /project/967796fe1a724d39a800d07e804da75d HTTP/1.1" 404 173 0.010810 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /project/f66e07c99a3e4ad0bd2163bb47c9c814 HTTP/1.1" 404 173 0.007153 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /project/f3f2f6e05e464a81a436f41fdeb6bbb5 HTTP/1.1" 404 173 0.006456 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000770 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000692 10.0.0.129 - - [2025-10-27 03:33:15] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044123 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.129 - - [2025-10-27 03:33:15] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.063550 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000843 10.0.0.129 - - [2025-10-27 03:33:15] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?fields=security_groups HTTP/1.1" 200 1349 0.062286 10.0.0.129 - - [2025-10-27 03:33:15] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?fields=security_groups HTTP/1.1" 200 1379 0.083493 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /security-group/d1d9f7be-17b9-4cf5-bf91-fad813cc3627 HTTP/1.1" 200 115 0.054411 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f66e07c9-9a3e-4ad0-bd21-63bb47c9c814&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001150 10.0.0.129 - - [2025-10-27 03:33:15] "GET /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814?fields=application_policy_sets HTTP/1.1" 200 1388 0.084702 10.0.0.129 - - [2025-10-27 03:33:15] "DELETE /security-group/770337b9-540d-4800-9a7e-c35eb40c91fe HTTP/1.1" 200 115 0.099940 10.0.0.129 - - [2025-10-27 03:33:15] "GET /projects?obj_uuids=f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000854 10.0.0.33 - - [2025-10-27 03:33:15] "DELETE /access-control-list/184e5093-d092-4066-9195-ade69672a5bc HTTP/1.1" 200 115 0.065589 10.0.0.129 - - [2025-10-27 03:33:16] "GET /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5?fields=application_policy_sets HTTP/1.1" 200 1418 0.047718 10.0.0.129 - - [2025-10-27 03:33:16] "DELETE /project/f66e07c9-9a3e-4ad0-bd21-63bb47c9c814 HTTP/1.1" 200 115 0.492951 10.0.0.129 - - [2025-10-27 03:33:16] "DELETE /project/f3f2f6e0-5e46-4a81-a436-f41fdeb6bbb5 HTTP/1.1" 200 115 0.545313 10.0.0.249 - - [2025-10-27 03:33:16] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.129 - - [2025-10-27 03:33:19] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.249 - - [2025-10-27 03:33:19] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038183 10.0.0.129 - - [2025-10-27 03:33:19] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989 10.0.0.249 - - [2025-10-27 03:33:19] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?fields=virtual_networks HTTP/1.1" 200 1057 0.044252 10.0.0.129 - - [2025-10-27 03:33:20] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001711 10.0.0.249 - - [2025-10-27 03:33:20] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.038098 10.0.0.129 - - [2025-10-27 03:33:20] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.249 - - [2025-10-27 03:33:20] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?fields=security_groups HTTP/1.1" 200 1295 0.044899 10.0.0.249 - - [2025-10-27 03:33:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.028575 10.0.0.129 - - [2025-10-27 03:33:21] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004796 10.0.0.129 - - [2025-10-27 03:33:21] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.129 - - [2025-10-27 03:33:21] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009095 10.0.0.129 - - [2025-10-27 03:33:21] "POST /id-to-fqname HTTP/1.1" 200 187 0.001378 10.0.0.129 - - [2025-10-27 03:33:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.003088 10.0.0.129 - - [2025-10-27 03:33:21] "POST /security-groups HTTP/1.1" 200 588 0.076877 10.0.0.33 - - [2025-10-27 03:33:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.004153 10.0.0.129 - - [2025-10-27 03:33:21] "POST /projects HTTP/1.1" 200 579 0.277544 10.0.0.129 - - [2025-10-27 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.352916 10.0.0.33 - - [2025-10-27 03:33:21] "POST /access-control-lists HTTP/1.1" 200 593 0.027272 10.0.0.249 - - [2025-10-27 03:33:21] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.489302 10.0.0.249 - - [2025-10-27 03:33:22] "GET / HTTP/1.1" 200 36215 0.002175 10.0.0.129 - - [2025-10-27 03:33:26] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000999 10.0.0.249 - - [2025-10-27 03:33:26] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041611 10.0.0.129 - - [2025-10-27 03:33:26] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001452 10.0.0.249 - - [2025-10-27 03:33:26] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?fields=virtual_networks HTTP/1.1" 200 1028 0.056977 10.0.0.129 - - [2025-10-27 03:33:26] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001829 10.0.0.249 - - [2025-10-27 03:33:26] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042475 10.0.0.129 - - [2025-10-27 03:33:26] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000890 10.0.0.249 - - [2025-10-27 03:33:26] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?fields=security_groups HTTP/1.1" 200 1252 0.036033 10.0.0.249 - - [2025-10-27 03:33:27] "POST /fqname-to-id HTTP/1.1" 404 182 0.029800 10.0.0.129 - - [2025-10-27 03:33:27] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004343 10.0.0.129 - - [2025-10-27 03:33:27] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.129 - - [2025-10-27 03:33:27] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008610 10.0.0.129 - - [2025-10-27 03:33:27] "POST /id-to-fqname HTTP/1.1" 200 184 0.002419 10.0.0.129 - - [2025-10-27 03:33:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.006930 10.0.0.129 - - [2025-10-27 03:33:27] "POST /security-groups HTTP/1.1" 200 585 0.035600 10.0.0.129 - - [2025-10-27 03:33:27] "POST /projects HTTP/1.1" 200 573 0.249601 10.0.0.129 - - [2025-10-27 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.286222 10.0.0.33 - - [2025-10-27 03:33:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.003545 10.0.0.249 - - [2025-10-27 03:33:27] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.436012 10.0.0.249 - - [2025-10-27 03:33:28] "GET / HTTP/1.1" 200 36215 0.001574 10.0.0.129 - - [2025-10-27 03:33:31] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001183 10.0.0.249 - - [2025-10-27 03:33:32] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.042203 10.0.0.129 - - [2025-10-27 03:33:32] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000962 10.0.0.249 - - [2025-10-27 03:33:32] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?fields=virtual_networks HTTP/1.1" 200 1022 0.038676 10.0.0.129 - - [2025-10-27 03:33:32] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000978 10.0.0.249 - - [2025-10-27 03:33:32] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041135 10.0.0.129 - - [2025-10-27 03:33:32] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000971 10.0.0.249 - - [2025-10-27 03:33:32] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?fields=security_groups HTTP/1.1" 200 1243 0.047417 10.0.0.249 - - [2025-10-27 03:33:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.032700 10.0.0.129 - - [2025-10-27 03:33:33] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003158 10.0.0.129 - - [2025-10-27 03:33:33] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.129 - - [2025-10-27 03:33:33] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007567 10.0.0.129 - - [2025-10-27 03:33:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.002374 10.0.0.129 - - [2025-10-27 03:33:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003510 10.0.0.129 - - [2025-10-27 03:33:33] "POST /security-groups HTTP/1.1" 200 589 0.029311 10.0.0.129 - - [2025-10-27 03:33:33] "POST /projects HTTP/1.1" 200 581 0.237279 10.0.0.33 - - [2025-10-27 03:33:33] "POST /access-control-lists HTTP/1.1" 200 596 0.029901 10.0.0.129 - - [2025-10-27 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.308317 10.0.0.249 - - [2025-10-27 03:33:33] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.450873 10.0.0.249 - - [2025-10-27 03:33:34] "GET / HTTP/1.1" 200 36215 0.002022 10.0.0.129 - - [2025-10-27 03:33:37] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.249 - - [2025-10-27 03:33:37] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051593 10.0.0.129 - - [2025-10-27 03:33:37] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.249 - - [2025-10-27 03:33:37] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?fields=virtual_networks HTTP/1.1" 200 1030 0.061423 10.0.0.129 - - [2025-10-27 03:33:38] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.249 - - [2025-10-27 03:33:38] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.048891 10.0.0.129 - - [2025-10-27 03:33:38] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.249 - - [2025-10-27 03:33:38] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?fields=security_groups HTTP/1.1" 200 1255 0.042554 10.0.0.249 - - [2025-10-27 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.034935 10.0.0.129 - - [2025-10-27 03:33:39] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.129 - - [2025-10-27 03:33:39] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.129 - - [2025-10-27 03:33:39] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006731 10.0.0.129 - - [2025-10-27 03:33:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001232 10.0.0.129 - - [2025-10-27 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.002388 10.0.0.129 - - [2025-10-27 03:33:39] "POST /security-groups HTTP/1.1" 200 589 0.033644 10.0.0.33 - - [2025-10-27 03:33:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.007493 10.0.0.129 - - [2025-10-27 03:33:39] "POST /projects HTTP/1.1" 200 581 0.229691 10.0.0.129 - - [2025-10-27 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.305031 10.0.0.33 - - [2025-10-27 03:33:39] "POST /access-control-lists HTTP/1.1" 200 594 0.024693 10.0.0.249 - - [2025-10-27 03:33:39] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.476321 10.0.0.249 - - [2025-10-27 03:33:41] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.249 - - [2025-10-27 03:33:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2025-10-27 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.064708 10.0.0.129 - - [2025-10-27 03:33:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.249 - - [2025-10-27 03:33:43] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.036485 10.0.0.129 - - [2025-10-27 03:33:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.249 - - [2025-10-27 03:33:43] "POST /neutron/network HTTP/1.1" 200 603 0.167035 10.0.0.249 - - [2025-10-27 03:33:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.004166 10.0.0.249 - - [2025-10-27 03:33:44] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007911 10.0.0.249 - - [2025-10-27 03:33:44] "POST /neutron/network HTTP/1.1" 200 824 0.009330 10.0.0.249 - - [2025-10-27 03:33:44] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006482 10.0.0.249 - - [2025-10-27 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.249 - - [2025-10-27 03:33:44] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007136 10.0.0.33 - - [2025-10-27 03:33:44] "POST /route-targets HTTP/1.1" 200 324 0.018832 10.0.0.249 - - [2025-10-27 03:33:44] "PUT /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa HTTP/1.1" 200 265 0.076013 10.0.0.249 - - [2025-10-27 03:33:44] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005426 10.0.0.249 - - [2025-10-27 03:33:46] "POST /neutron/network HTTP/1.1" 200 824 0.006111 10.0.0.249 - - [2025-10-27 03:33:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.001239 10.0.0.129 - - [2025-10-27 03:33:47] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.249 - - [2025-10-27 03:33:47] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069761 10.0.0.249 - - [2025-10-27 03:33:47] "POST /neutron/network HTTP/1.1" 200 824 0.033782 10.0.0.249 - - [2025-10-27 03:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.009379 10.0.0.249 - - [2025-10-27 03:33:48] "POST /neutron/port HTTP/1.1" 200 1060 0.017710 10.0.0.249 - - [2025-10-27 03:33:48] "POST /neutron/port HTTP/1.1" 200 1088 0.015614 10.0.0.249 - - [2025-10-27 03:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.249 - - [2025-10-27 03:33:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008748 10.0.0.249 - - [2025-10-27 03:33:53] "POST /neutron/port HTTP/1.1" 200 1088 0.015512 10.0.0.249 - - [2025-10-27 03:33:53] "GET /virtual-machine/a27a5960-09ea-4b15-9199-e4c00ee38109 HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-10-27 03:33:53] "GET /virtual-machine/a27a5960-09ea-4b15-9199-e4c00ee38109 HTTP/1.1" 200 1293 0.037387 10.0.0.249 - - [2025-10-27 03:33:53] "GET /virtual-machine-interface/0d1de1f2-7b0e-4aed-ac56-de8332bdff58 HTTP/1.1" 200 2937 0.009043 10.0.0.249 - - [2025-10-27 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.249 - - [2025-10-27 03:33:53] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.249 - - [2025-10-27 03:33:53] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004113 10.0.0.249 - - [2025-10-27 03:33:53] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006713 10.0.0.249 - - [2025-10-27 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2025-10-27 03:33:56] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005425 10.0.0.249 - - [2025-10-27 03:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.249 - - [2025-10-27 03:34:01] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005888 10.0.0.129 - - [2025-10-27 03:34:04] "GET /obj-perms HTTP/1.1" 200 5075 0.086001 10.0.0.249 - - [2025-10-27 03:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.249 - - [2025-10-27 03:34:05] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006754 10.0.0.249 - - [2025-10-27 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.249 - - [2025-10-27 03:34:09] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004494 10.0.0.249 - - [2025-10-27 03:34:11] "POST /neutron/port HTTP/1.1" 200 1088 0.017725 10.0.0.249 - - [2025-10-27 03:34:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.011124 10.0.0.249 - - [2025-10-27 03:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2025-10-27 03:34:13] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006092 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /project/620ca92569374d469572393f1fdc7a9a HTTP/1.1" 404 173 0.013887 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /project/64cd06cf57a041a89c78293ae87cf12d HTTP/1.1" 404 173 0.018656 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /project/e86a130474484b2585a6235f3c96596a HTTP/1.1" 404 173 0.012555 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /project/206dd0f94d0a446b998129e2cb27a6b5 HTTP/1.1" 404 173 0.016022 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001101 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000764 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000721 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000787 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.074072 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.085944 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.098419 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.103970 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000834 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001170 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001086 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000736 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?fields=security_groups HTTP/1.1" 200 1397 0.062715 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?fields=security_groups HTTP/1.1" 200 1354 0.068846 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?fields=security_groups HTTP/1.1" 200 1345 0.091444 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?fields=security_groups HTTP/1.1" 200 1357 0.080590 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /security-group/06bca04e-512e-4cd3-ad7f-982cec06da79 HTTP/1.1" 200 115 0.087746 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=967796fe-1a72-4d39-a800-d07e804da75d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /security-group/ab4a8d11-9629-471a-9098-f9c6fa62920e HTTP/1.1" 200 115 0.084657 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=620ca925-6937-4d46-9572-393f1fdc7a9a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000821 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /security-group/c4fa9ce4-5aae-4ee8-bcb5-261a00e540cd HTTP/1.1" 200 115 0.086443 10.0.0.129 - - [2025-10-27 03:34:16] "DELETE /security-group/a2ceb286-2706-481b-b3d0-6701bc6d96c8 HTTP/1.1" 200 115 0.090441 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=206dd0f9-4d0a-446b-9981-29e2cb27a6b5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001250 10.0.0.129 - - [2025-10-27 03:34:16] "GET /projects?obj_uuids=e86a1304-7448-4b25-85a6-235f3c96596a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000798 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/967796fe-1a72-4d39-a800-d07e804da75d?fields=application_policy_sets HTTP/1.1" 200 1436 0.088201 10.0.0.33 - - [2025-10-27 03:34:16] "DELETE /access-control-list/cf6be45e-5e43-41a8-805f-9fba07f6f0b0 HTTP/1.1" 200 115 0.060005 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/620ca925-6937-4d46-9572-393f1fdc7a9a?fields=application_policy_sets HTTP/1.1" 200 1393 0.112050 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5?fields=application_policy_sets HTTP/1.1" 200 1384 0.106313 10.0.0.129 - - [2025-10-27 03:34:16] "GET /project/e86a1304-7448-4b25-85a6-235f3c96596a?fields=application_policy_sets HTTP/1.1" 200 1396 0.122283 10.0.0.33 - - [2025-10-27 03:34:17] "DELETE /access-control-list/011a686c-2a8d-44a5-b78a-e51834ae152c HTTP/1.1" 200 115 0.171471 10.0.0.129 - - [2025-10-27 03:34:17] "DELETE /project/967796fe-1a72-4d39-a800-d07e804da75d HTTP/1.1" 200 115 0.836509 10.0.0.129 - - [2025-10-27 03:34:17] "DELETE /project/206dd0f9-4d0a-446b-9981-29e2cb27a6b5 HTTP/1.1" 200 115 0.854470 10.0.0.129 - - [2025-10-27 03:34:17] "DELETE /project/620ca925-6937-4d46-9572-393f1fdc7a9a HTTP/1.1" 200 115 0.856713 10.0.0.129 - - [2025-10-27 03:34:17] "DELETE /project/e86a1304-7448-4b25-85a6-235f3c96596a HTTP/1.1" 200 115 0.884771 10.0.0.33 - - [2025-10-27 03:34:17] "DELETE /access-control-list/c0d7ca77-c3b0-436b-8c51-28a475a439c6 HTTP/1.1" 200 115 0.038356 10.0.0.249 - - [2025-10-27 03:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006299 10.0.0.249 - - [2025-10-27 03:34:17] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005296 10.0.0.249 - - [2025-10-27 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.249 - - [2025-10-27 03:34:21] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006110 10.0.0.249 - - [2025-10-27 03:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.249 - - [2025-10-27 03:34:25] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004654 10.0.0.249 - - [2025-10-27 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 03:34:29] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004822 10.0.0.249 - - [2025-10-27 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-10-27 03:34:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004679 10.0.0.249 - - [2025-10-27 03:34:31] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003614 10.0.0.249 - - [2025-10-27 03:34:31] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005546 10.0.0.249 - - [2025-10-27 03:34:32] "POST /neutron/port HTTP/1.1" 200 1088 0.018276 10.0.0.249 - - [2025-10-27 03:34:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007194 10.0.0.249 - - [2025-10-27 03:34:42] "POST /neutron/port HTTP/1.1" 200 1088 0.016950 10.0.0.249 - - [2025-10-27 03:34:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007997 10.0.0.249 - - [2025-10-27 03:34:52] "POST /neutron/port HTTP/1.1" 200 1088 0.016971 10.0.0.249 - - [2025-10-27 03:34:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007267 10.0.0.249 - - [2025-10-27 03:34:53] "POST /neutron/network HTTP/1.1" 200 798 0.015292 10.0.0.249 - - [2025-10-27 03:34:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001321 10.0.0.249 - - [2025-10-27 03:34:53] "GET /virtual-machine/a27a5960-09ea-4b15-9199-e4c00ee38109 HTTP/1.1" 200 1293 0.003613 10.0.0.249 - - [2025-10-27 03:34:53] "GET /virtual-machine-interface/0d1de1f2-7b0e-4aed-ac56-de8332bdff58 HTTP/1.1" 200 2937 0.004734 10.0.0.249 - - [2025-10-27 03:34:53] "GET /instance-ip/3eeca50d-db3d-411c-aa2f-e455a83fd944 HTTP/1.1" 200 1621 0.005420 10.0.0.249 - - [2025-10-27 03:34:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003025 10.0.0.249 - - [2025-10-27 03:34:53] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006583 10.0.0.129 - - [2025-10-27 03:34:53] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.249 - - [2025-10-27 03:34:53] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041906 10.0.0.249 - - [2025-10-27 03:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.249 - - [2025-10-27 03:34:53] "GET /security-group/efddbe34-1bcf-4efb-b5a7-20cf141dd0d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.004754 10.0.0.249 - - [2025-10-27 03:34:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.074197 10.0.0.249 - - [2025-10-27 03:34:53] "POST /instance-ips HTTP/1.1" 200 358 0.036510 10.0.0.249 - - [2025-10-27 03:34:53] "GET /instance-ip/2af81e7d-8625-4370-b096-00ca355c1c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.006338 10.0.0.249 - - [2025-10-27 03:34:53] "GET /virtual-machine-interface/d5523312-c078-4bdf-8cdc-ce5c16ba6e68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006047 10.0.0.249 - - [2025-10-27 03:34:53] "GET /virtual-machine-interface/d5523312-c078-4bdf-8cdc-ce5c16ba6e68?fields=instance_ip_back_refs HTTP/1.1" 200 1327 0.008211 10.0.0.249 - - [2025-10-27 03:34:53] "GET /instance-ip/2af81e7d-8625-4370-b096-00ca355c1c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.004396 10.0.0.249 - - [2025-10-27 03:34:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001835 10.0.0.249 - - [2025-10-27 03:34:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007550 10.0.0.249 - - [2025-10-27 03:34:54] "POST /neutron/network HTTP/1.1" 200 824 0.006909 10.0.0.249 - - [2025-10-27 03:34:54] "POST /neutron/port HTTP/1.1" 200 1088 0.016967 10.0.0.249 - - [2025-10-27 03:34:54] "POST /neutron/port HTTP/1.1" 200 117 0.006448 10.0.0.249 - - [2025-10-27 03:34:54] "POST /neutron/port HTTP/1.1" 200 967 0.010233 10.0.0.249 - - [2025-10-27 03:34:55] "POST /neutron/port HTTP/1.1" 200 1033 0.020260 10.0.0.249 - - [2025-10-27 03:34:55] "POST /neutron/port HTTP/1.1" 200 117 0.001630 10.0.0.249 - - [2025-10-27 03:34:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009518 10.0.0.249 - - [2025-10-27 03:34:59] "POST /neutron/port HTTP/1.1" 200 1033 0.017899 10.0.0.249 - - [2025-10-27 03:34:59] "GET /virtual-machine/d17374c3-f579-4d11-929d-e586af66a28b HTTP/1.1" 200 1271 0.008708 10.0.0.249 - - [2025-10-27 03:34:59] "GET /virtual-machine-interface/d5523312-c078-4bdf-8cdc-ce5c16ba6e68 HTTP/1.1" 200 2989 0.014689 10.0.0.249 - - [2025-10-27 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007415 10.0.0.249 - - [2025-10-27 03:34:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007853 10.0.0.249 - - [2025-10-27 03:34:59] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003208 10.0.0.249 - - [2025-10-27 03:34:59] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.011105 10.0.0.249 - - [2025-10-27 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.249 - - [2025-10-27 03:35:03] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006087 10.0.0.249 - - [2025-10-27 03:35:05] "GET /obj-perms HTTP/1.1" 200 5075 0.115326 10.0.0.33 - - [2025-10-27 03:35:05] "GET /obj-perms HTTP/1.1" 200 5075 0.053157 10.0.0.249 - - [2025-10-27 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-10-27 03:35:07] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004723 10.0.0.249 - - [2025-10-27 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.249 - - [2025-10-27 03:35:11] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007086 10.0.0.249 - - [2025-10-27 03:35:13] "POST /neutron/port HTTP/1.1" 200 1088 0.022227 10.0.0.249 - - [2025-10-27 03:35:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.010179 10.0.0.249 - - [2025-10-27 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.249 - - [2025-10-27 03:35:15] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006197 10.0.0.249 - - [2025-10-27 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.249 - - [2025-10-27 03:35:19] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004819 10.0.0.249 - - [2025-10-27 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.249 - - [2025-10-27 03:35:23] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005026 10.0.0.249 - - [2025-10-27 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2025-10-27 03:35:27] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005109 10.0.0.249 - - [2025-10-27 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.249 - - [2025-10-27 03:35:31] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006779 10.0.0.249 - - [2025-10-27 03:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.249 - - [2025-10-27 03:35:35] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004923 10.0.0.249 - - [2025-10-27 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.249 - - [2025-10-27 03:35:39] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005566 10.0.0.249 - - [2025-10-27 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006914 10.0.0.249 - - [2025-10-27 03:35:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004284 10.0.0.249 - - [2025-10-27 03:35:42] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003292 10.0.0.249 - - [2025-10-27 03:35:42] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005543 10.0.0.249 - - [2025-10-27 03:35:42] "POST /neutron/port HTTP/1.1" 200 1033 0.015803 10.0.0.249 - - [2025-10-27 03:35:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006870 10.0.0.249 - - [2025-10-27 03:35:52] "POST /neutron/port HTTP/1.1" 200 1033 0.016411 10.0.0.249 - - [2025-10-27 03:35:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007060 10.0.0.33 - - [2025-10-27 03:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.33 - - [2025-10-27 03:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.129 - - [2025-10-27 03:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.129 - - [2025-10-27 03:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.33 - - [2025-10-27 03:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.33 - - [2025-10-27 03:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2025-10-27 03:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2025-10-27 03:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.129 - - [2025-10-27 03:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.129 - - [2025-10-27 03:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.249 - - [2025-10-27 03:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-10-27 03:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.249 - - [2025-10-27 03:36:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001909 10.0.0.249 - - [2025-10-27 03:36:03] "POST /neutron/network HTTP/1.1" 200 834 0.008031 10.0.0.129 - - [2025-10-27 03:36:03] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.249 - - [2025-10-27 03:36:03] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.071560 10.0.0.249 - - [2025-10-27 03:36:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008432 10.0.0.249 - - [2025-10-27 03:36:04] "POST /neutron/network HTTP/1.1" 200 834 0.008627 10.0.0.249 - - [2025-10-27 03:36:04] "POST /neutron/port HTTP/1.1" 200 1060 0.037141 10.0.0.249 - - [2025-10-27 03:36:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004717 10.0.0.249 - - [2025-10-27 03:36:05] "POST /neutron/network HTTP/1.1" 200 824 0.006687 10.0.0.249 - - [2025-10-27 03:36:08] "POST /neutron/network HTTP/1.1" 200 834 0.006708 10.0.0.249 - - [2025-10-27 03:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.249 - - [2025-10-27 03:36:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007379 10.0.0.249 - - [2025-10-27 03:36:09] "POST /neutron/port HTTP/1.1" 200 1088 0.015857 10.0.0.249 - - [2025-10-27 03:36:09] "GET /virtual-machine/a171b235-75c4-4fc8-b60b-2e16f4a7e820 HTTP/1.1" 200 1293 0.005815 10.0.0.249 - - [2025-10-27 03:36:09] "GET /virtual-machine-interface/86285108-4e3e-4c6a-a5cf-085fe5fa4aef HTTP/1.1" 200 2938 0.004796 10.0.0.249 - - [2025-10-27 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.249 - - [2025-10-27 03:36:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003527 10.0.0.249 - - [2025-10-27 03:36:09] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004366 10.0.0.249 - - [2025-10-27 03:36:09] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.008524 10.0.0.249 - - [2025-10-27 03:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.249 - - [2025-10-27 03:36:12] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004981 10.0.0.249 - - [2025-10-27 03:36:13] "POST /neutron/port HTTP/1.1" 200 1033 0.049016 10.0.0.249 - - [2025-10-27 03:36:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.008646 10.0.0.249 - - [2025-10-27 03:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-10-27 03:36:16] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005603 10.0.0.249 - - [2025-10-27 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-10-27 03:36:20] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005358 10.0.0.249 - - [2025-10-27 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.249 - - [2025-10-27 03:36:24] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005574 10.0.0.249 - - [2025-10-27 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.249 - - [2025-10-27 03:36:29] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005389 10.0.0.249 - - [2025-10-27 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-10-27 03:36:33] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005279 10.0.0.249 - - [2025-10-27 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.249 - - [2025-10-27 03:36:37] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005404 10.0.0.249 - - [2025-10-27 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.249 - - [2025-10-27 03:36:41] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005141 10.0.0.249 - - [2025-10-27 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.249 - - [2025-10-27 03:36:45] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005992 10.0.0.249 - - [2025-10-27 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.249 - - [2025-10-27 03:36:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003698 10.0.0.249 - - [2025-10-27 03:36:47] "GET /virtual-networks?parent_id=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002840 10.0.0.249 - - [2025-10-27 03:36:47] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005861 10.0.0.249 - - [2025-10-27 03:36:47] "POST /neutron/port HTTP/1.1" 200 1088 0.015785 10.0.0.249 - - [2025-10-27 03:36:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007953 10.0.0.249 - - [2025-10-27 03:36:58] "POST /neutron/port HTTP/1.1" 200 1088 0.015825 10.0.0.249 - - [2025-10-27 03:37:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007666 10.0.0.249 - - [2025-10-27 03:37:08] "POST /neutron/port HTTP/1.1" 200 1088 0.014338 10.0.0.249 - - [2025-10-27 03:37:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007097 10.0.0.249 - - [2025-10-27 03:37:08] "POST /neutron/network HTTP/1.1" 200 798 0.016637 10.0.0.249 - - [2025-10-27 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001309 10.0.0.249 - - [2025-10-27 03:37:08] "GET /virtual-machine/a171b235-75c4-4fc8-b60b-2e16f4a7e820 HTTP/1.1" 200 1293 0.004783 10.0.0.249 - - [2025-10-27 03:37:08] "GET /virtual-machine-interface/86285108-4e3e-4c6a-a5cf-085fe5fa4aef HTTP/1.1" 200 2938 0.005488 10.0.0.249 - - [2025-10-27 03:37:08] "GET /instance-ip/a28c3216-3bea-4da4-8436-ead2eba08c92 HTTP/1.1" 200 1621 0.006016 10.0.0.249 - - [2025-10-27 03:37:08] "GET /virtual-machine-interface/86285108-4e3e-4c6a-a5cf-085fe5fa4aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.005732 10.0.0.249 - - [2025-10-27 03:37:08] "PUT /virtual-machine-interface/86285108-4e3e-4c6a-a5cf-085fe5fa4aef HTTP/1.1" 200 285 0.013509 10.0.0.249 - - [2025-10-27 03:37:10] "POST /neutron/port HTTP/1.1" 200 1088 0.014343 10.0.0.249 - - [2025-10-27 03:37:10] "POST /neutron/subnet HTTP/1.1" 200 708 0.008487 10.0.0.249 - - [2025-10-27 03:37:14] "POST /neutron/port HTTP/1.1" 200 1088 0.019547 10.0.0.249 - - [2025-10-27 03:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005339 10.0.0.249 - - [2025-10-27 03:37:14] "POST /neutron/network HTTP/1.1" 200 824 0.007068 10.0.0.249 - - [2025-10-27 03:38:11] "POST /neutron/network HTTP/1.1" 200 834 0.008073 10.0.0.249 - - [2025-10-27 03:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.249 - - [2025-10-27 03:38:16] "POST /neutron/port HTTP/1.1" 200 1033 0.015771 10.0.0.249 - - [2025-10-27 03:38:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.009374 10.0.0.249 - - [2025-10-27 03:38:39] "DELETE /instance-ip/2af81e7d-8625-4370-b096-00ca355c1c37 HTTP/1.1" 200 115 0.042836 10.0.0.249 - - [2025-10-27 03:38:39] "DELETE /virtual-machine-interface/d5523312-c078-4bdf-8cdc-ce5c16ba6e68 HTTP/1.1" 200 115 0.093834 10.0.0.249 - - [2025-10-27 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.249 - - [2025-10-27 03:38:39] "GET /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005611 10.0.0.249 - - [2025-10-27 03:38:39] "PUT /virtual-network/60f9ba64-f8c7-4967-b400-06f5c54dc2aa HTTP/1.1" 200 265 0.048002 10.0.0.249 - - [2025-10-27 03:38:39] "POST /neutron/network HTTP/1.1" 200 824 0.009709 10.0.0.249 - - [2025-10-27 03:38:39] "POST /neutron/port HTTP/1.1" 200 1114 0.011108 10.0.0.33 - - [2025-10-27 03:38:40] "DELETE /route-target/5efc66b2-30ff-4bdf-8fdd-10b44d0dca9a HTTP/1.1" 200 115 0.076885 10.0.0.249 - - [2025-10-27 03:38:40] "POST /neutron/port HTTP/1.1" 200 1114 0.011168 10.0.0.129 - - [2025-10-27 03:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.029024 10.0.0.129 - - [2025-10-27 03:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006753 10.0.0.249 - - [2025-10-27 03:38:41] "POST /neutron/network HTTP/1.1" 200 151 0.134030 10.0.0.129 - - [2025-10-27 03:38:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.249 - - [2025-10-27 03:38:43] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.057141 10.0.0.129 - - [2025-10-27 03:38:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.249 - - [2025-10-27 03:38:43] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?fields=virtual_networks HTTP/1.1" 200 1030 0.088472 10.0.0.129 - - [2025-10-27 03:38:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.249 - - [2025-10-27 03:38:43] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.039341 10.0.0.129 - - [2025-10-27 03:38:43] "GET /projects?obj_uuids=64cd06cf-57a0-41a8-9c78-293ae87cf12d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.249 - - [2025-10-27 03:38:43] "GET /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d?fields=security_groups HTTP/1.1" 200 1255 0.031278 10.0.0.249 - - [2025-10-27 03:38:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.024984 10.0.0.129 - - [2025-10-27 03:38:44] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003094 10.0.0.129 - - [2025-10-27 03:38:44] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.129 - - [2025-10-27 03:38:44] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031444 10.0.0.129 - - [2025-10-27 03:38:44] "POST /id-to-fqname HTTP/1.1" 200 187 0.001119 10.0.0.129 - - [2025-10-27 03:38:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.009794 10.0.0.129 - - [2025-10-27 03:38:44] "POST /security-groups HTTP/1.1" 200 588 0.033770 10.0.0.33 - - [2025-10-27 03:38:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.003271 10.0.0.129 - - [2025-10-27 03:38:44] "POST /projects HTTP/1.1" 200 579 0.230334 10.0.0.33 - - [2025-10-27 03:38:44] "POST /access-control-lists HTTP/1.1" 200 593 0.024394 10.0.0.129 - - [2025-10-27 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.310865 10.0.0.249 - - [2025-10-27 03:38:44] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.464351 10.0.0.249 - - [2025-10-27 03:38:45] "GET / HTTP/1.1" 200 36215 0.001945 10.0.0.249 - - [2025-10-27 03:38:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.249 - - [2025-10-27 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.082160 10.0.0.129 - - [2025-10-27 03:38:48] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000919 10.0.0.249 - - [2025-10-27 03:38:48] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054483 10.0.0.249 - - [2025-10-27 03:38:48] "POST /neutron/network HTTP/1.1" 200 117 0.035200 10.0.0.249 - - [2025-10-27 03:38:48] "POST /neutron/network HTTP/1.1" 200 830 0.007922 10.0.0.249 - - [2025-10-27 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.000962 10.0.0.249 - - [2025-10-27 03:38:48] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004892 10.0.0.249 - - [2025-10-27 03:38:48] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005297 10.0.0.249 - - [2025-10-27 03:38:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.008896 10.0.0.249 - - [2025-10-27 03:38:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002680 10.0.0.249 - - [2025-10-27 03:38:48] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004637 10.0.0.249 - - [2025-10-27 03:38:49] "GET /virtual-machine-interface/77fb57de-986c-4fc7-b6c6-478295f1fa1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007833 10.0.0.249 - - [2025-10-27 03:38:49] "GET /virtual-machine-interface/77fb57de-986c-4fc7-b6c6-478295f1fa1e?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.008641 10.0.0.249 - - [2025-10-27 03:38:49] "GET /instance-ip/34e14bcf-98e2-4eb8-b85e-33020b9e3a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1604 0.004914 10.0.0.249 - - [2025-10-27 03:38:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001310 10.0.0.129 - - [2025-10-27 03:38:50] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002305 10.0.0.249 - - [2025-10-27 03:38:50] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075967 10.0.0.249 - - [2025-10-27 03:38:50] "POST /neutron/network HTTP/1.1" 200 830 0.029945 10.0.0.249 - - [2025-10-27 03:38:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001343 10.0.0.249 - - [2025-10-27 03:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.008360 10.0.0.249 - - [2025-10-27 03:38:50] "POST /neutron/network HTTP/1.1" 200 830 0.007116 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/port HTTP/1.1" 200 117 0.008401 10.0.0.129 - - [2025-10-27 03:38:51] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000977 10.0.0.249 - - [2025-10-27 03:38:51] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040474 10.0.0.249 - - [2025-10-27 03:38:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.004158 10.0.0.129 - - [2025-10-27 03:38:51] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001167 10.0.0.249 - - [2025-10-27 03:38:51] "POST /interface-route-tables HTTP/1.1" 200 558 0.042978 10.0.0.249 - - [2025-10-27 03:38:51] "GET /interface-route-table/9ca506f4-b140-4a42-b06c-4c625b9ade6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.016636 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/port HTTP/1.1" 200 1058 0.299001 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/port HTTP/1.1" 200 1112 0.111172 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/network HTTP/1.1" 200 840 0.005732 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/port HTTP/1.1" 200 984 0.008728 10.0.0.249 - - [2025-10-27 03:38:51] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.249 - - [2025-10-27 03:38:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004026 10.0.0.249 - - [2025-10-27 03:38:52] "POST /neutron/network HTTP/1.1" 200 830 0.006400 10.0.0.249 - - [2025-10-27 03:38:52] "GET /virtual-machine-interface/77fb57de-986c-4fc7-b6c6-478295f1fa1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.010536 10.0.0.249 - - [2025-10-27 03:38:52] "POST /ref-update HTTP/1.1" 200 156 0.019998 10.0.0.249 - - [2025-10-27 03:38:57] "POST /neutron/port HTTP/1.1" 200 1086 0.017828 10.0.0.249 - - [2025-10-27 03:38:57] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007278 10.0.0.249 - - [2025-10-27 03:38:57] "POST /neutron/port HTTP/1.1" 200 1086 0.020280 10.0.0.249 - - [2025-10-27 03:38:57] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 401 293 0.000666 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 200 1292 0.027347 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 200 1292 0.003994 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine-interface/13c16852-7dab-4c1e-9621-6baca5f6c82c HTTP/1.1" 200 2945 0.004755 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 200 1292 0.003098 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine-interface/13c16852-7dab-4c1e-9621-6baca5f6c82c HTTP/1.1" 200 2945 0.005603 10.0.0.249 - - [2025-10-27 03:38:58] "GET /instance-ip/64ffc261-3171-42b1-b04d-c844e3b84294 HTTP/1.1" 200 1622 0.004938 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 200 1292 0.003274 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-machine-interface/13c16852-7dab-4c1e-9621-6baca5f6c82c HTTP/1.1" 200 2945 0.005013 10.0.0.249 - - [2025-10-27 03:38:58] "GET /instance-ip/64ffc261-3171-42b1-b04d-c844e3b84294 HTTP/1.1" 200 1622 0.003515 10.0.0.249 - - [2025-10-27 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-10-27 03:38:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004168 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002665 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005786 10.0.0.249 - - [2025-10-27 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-10-27 03:38:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004065 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003589 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006827 10.0.0.249 - - [2025-10-27 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.249 - - [2025-10-27 03:38:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003490 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006075 10.0.0.249 - - [2025-10-27 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.249 - - [2025-10-27 03:38:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004507 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002874 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005574 10.0.0.249 - - [2025-10-27 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.249 - - [2025-10-27 03:38:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005136 10.0.0.249 - - [2025-10-27 03:38:58] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003593 10.0.0.249 - - [2025-10-27 03:38:59] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006850 10.0.0.249 - - [2025-10-27 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2025-10-27 03:38:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.249 - - [2025-10-27 03:38:59] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003783 10.0.0.249 - - [2025-10-27 03:38:59] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008840 10.0.0.249 - - [2025-10-27 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.249 - - [2025-10-27 03:38:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004169 10.0.0.249 - - [2025-10-27 03:38:59] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003318 10.0.0.249 - - [2025-10-27 03:38:59] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009899 10.0.0.249 - - [2025-10-27 03:39:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.042819 10.0.0.249 - - [2025-10-27 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-10-27 03:39:02] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007808 10.0.0.249 - - [2025-10-27 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.249 - - [2025-10-27 03:39:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003793 10.0.0.249 - - [2025-10-27 03:39:04] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003350 10.0.0.249 - - [2025-10-27 03:39:04] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007476 10.0.0.249 - - [2025-10-27 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.249 - - [2025-10-27 03:39:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005018 10.0.0.249 - - [2025-10-27 03:39:04] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005993 10.0.0.249 - - [2025-10-27 03:39:04] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006415 10.0.0.249 - - [2025-10-27 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.249 - - [2025-10-27 03:39:04] "GET /routing-instance/033d88ec-0e9e-4eff-926c-084a147c1095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.007116 10.0.0.249 - - [2025-10-27 03:39:05] "GET /route-target/4b400171-0d63-455a-a69e-74875ca78244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004923 10.0.0.249 - - [2025-10-27 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.249 - - [2025-10-27 03:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003133 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002837 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005797 10.0.0.249 - - [2025-10-27 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.249 - - [2025-10-27 03:39:05] "GET /routing-instance/033d88ec-0e9e-4eff-926c-084a147c1095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005435 10.0.0.249 - - [2025-10-27 03:39:05] "GET /route-target/4b400171-0d63-455a-a69e-74875ca78244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004131 10.0.0.249 - - [2025-10-27 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2025-10-27 03:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003046 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005507 10.0.0.249 - - [2025-10-27 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.249 - - [2025-10-27 03:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008540 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004591 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005216 10.0.0.249 - - [2025-10-27 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2025-10-27 03:39:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003773 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007551 10.0.0.33 - - [2025-10-27 03:39:05] "DELETE /access-control-list/d0404848-0db8-4679-93fb-86cc385af36b HTTP/1.1" 200 115 0.036021 10.0.0.249 - - [2025-10-27 03:39:05] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005763 10.0.0.129 - - [2025-10-27 03:39:06] "GET /obj-perms HTTP/1.1" 200 5043 0.060550 10.0.0.249 - - [2025-10-27 03:39:08] "GET /obj-perms HTTP/1.1" 200 5075 0.075494 10.0.0.129 - - [2025-10-27 03:39:10] "GET /obj-perms HTTP/1.1" 200 5043 0.003802 10.0.0.249 - - [2025-10-27 03:39:11] "GET /obj-perms HTTP/1.1" 200 5043 0.062294 10.0.0.249 - - [2025-10-27 03:39:11] "POST /neutron/port HTTP/1.1" 200 1050 0.019069 10.0.0.33 - - [2025-10-27 03:39:11] "GET /obj-perms HTTP/1.1" 200 5043 0.055855 10.0.0.249 - - [2025-10-27 03:39:11] "GET /obj-perms HTTP/1.1" 200 5043 0.003625 10.0.0.249 - - [2025-10-27 03:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003797 10.0.0.249 - - [2025-10-27 03:39:11] "POST /neutron/network HTTP/1.1" 200 830 0.006566 10.0.0.129 - - [2025-10-27 03:39:11] "GET /obj-perms HTTP/1.1" 200 5043 0.005373 10.0.0.249 - - [2025-10-27 03:39:12] "POST /neutron/port HTTP/1.1" 200 1050 0.022760 10.0.0.249 - - [2025-10-27 03:39:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009218 10.0.0.249 - - [2025-10-27 03:39:12] "GET /virtual-machine/4a78ee59-63bc-4c8c-ab95-7060c8a5b80d HTTP/1.1" 200 1269 0.008883 10.0.0.249 - - [2025-10-27 03:39:12] "GET /virtual-machine-interface/77fb57de-986c-4fc7-b6c6-478295f1fa1e HTTP/1.1" 200 3158 0.007036 10.0.0.249 - - [2025-10-27 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.249 - - [2025-10-27 03:39:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003603 10.0.0.249 - - [2025-10-27 03:39:12] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002552 10.0.0.249 - - [2025-10-27 03:39:12] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006157 10.0.0.249 - - [2025-10-27 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.249 - - [2025-10-27 03:39:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004561 10.0.0.249 - - [2025-10-27 03:39:13] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003837 10.0.0.249 - - [2025-10-27 03:39:13] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008517 10.0.0.249 - - [2025-10-27 03:39:14] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005519 10.0.0.33 - - [2025-10-27 03:39:14] "GET /obj-perms HTTP/1.1" 200 5043 0.004508 10.0.0.249 - - [2025-10-27 03:39:14] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 200 1292 0.007643 10.0.0.249 - - [2025-10-27 03:39:15] "POST /neutron/port HTTP/1.1" 200 151 0.174161 10.0.0.249 - - [2025-10-27 03:39:16] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 404 171 0.003281 10.0.0.249 - - [2025-10-27 03:39:16] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 404 171 0.002906 10.0.0.249 - - [2025-10-27 03:39:16] "GET /virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13 HTTP/1.1" 404 171 0.002650 10.0.0.249 - - [2025-10-27 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.249 - - [2025-10-27 03:39:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003870 10.0.0.249 - - [2025-10-27 03:39:16] "GET /virtual-networks?parent_id=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003119 10.0.0.249 - - [2025-10-27 03:39:16] "GET /virtual-network/8065f98b-ad1c-4689-b2f2-ce7a44fd60e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006512 10.0.0.249 - - [2025-10-27 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-10-27 03:39:17] "GET /routing-instance/033d88ec-0e9e-4eff-926c-084a147c1095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005580 10.0.0.249 - - [2025-10-27 03:39:17] "GET /route-target/4b400171-0d63-455a-a69e-74875ca78244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004701 10.0.0.249 - - [2025-10-27 03:39:17] "GET /obj-perms HTTP/1.1" 200 5043 0.003971 10.0.0.129 - - [2025-10-27 03:39:17] "DELETE /project/64cd06cf-57a0-41a8-9c78-293ae87cf12d HTTP/1.1" 404 177 0.003256 10.0.0.129 - - [2025-10-27 03:39:17] "DELETE /project/8ddc4a366f884287964ff70ef8fc4ae7 HTTP/1.1" 404 173 0.005596 10.0.0.33 - - [2025-10-27 03:39:23] "GET /obj-perms HTTP/1.1" 200 5043 0.004029 10.0.0.249 - - [2025-10-27 03:39:26] "GET /obj-perms HTTP/1.1" 200 5043 0.004283 10.0.0.33 - - [2025-10-27 03:39:32] "GET /obj-perms HTTP/1.1" 200 5043 0.003777 10.0.0.249 - - [2025-10-27 03:39:35] "GET /obj-perms HTTP/1.1" 200 5043 0.003633 10.0.0.33 - - [2025-10-27 03:39:41] "GET /obj-perms HTTP/1.1" 200 5043 0.004261 10.0.0.249 - - [2025-10-27 03:39:41] "GET /obj-perms HTTP/1.1" 200 5043 0.003478 10.0.0.249 - - [2025-10-27 03:39:41] "GET /interface-route-table/9ca506f4-b140-4a42-b06c-4c625b9ade6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.003789 10.0.0.249 - - [2025-10-27 03:39:41] "GET /virtual-machine-interface/77fb57de-986c-4fc7-b6c6-478295f1fa1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004671 10.0.0.249 - - [2025-10-27 03:39:41] "POST /ref-update HTTP/1.1" 200 156 0.012553 10.0.0.249 - - [2025-10-27 03:39:41] "DELETE /interface-route-table/9ca506f4-b140-4a42-b06c-4c625b9ade6b HTTP/1.1" 200 115 0.030511 10.0.0.249 - - [2025-10-27 03:39:42] "POST /neutron/network HTTP/1.1" 200 830 0.008419 10.0.0.33 - - [2025-10-27 03:39:42] "DELETE /route-target/4b400171-0d63-455a-a69e-74875ca78244 HTTP/1.1" 200 115 0.023187 10.0.0.129 - - [2025-10-27 03:39:43] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001028 10.0.0.249 - - [2025-10-27 03:39:44] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036044 10.0.0.129 - - [2025-10-27 03:39:44] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001398 10.0.0.249 - - [2025-10-27 03:39:44] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?fields=virtual_networks HTTP/1.1" 200 1029 0.042203 10.0.0.129 - - [2025-10-27 03:39:44] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000923 10.0.0.249 - - [2025-10-27 03:39:44] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.048083 10.0.0.129 - - [2025-10-27 03:39:44] "GET /projects?obj_uuids=8ddc4a36-6f88-4287-964f-f70ef8fc4ae7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001002 10.0.0.249 - - [2025-10-27 03:39:44] "GET /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7?fields=security_groups HTTP/1.1" 200 1253 0.040187 10.0.0.249 - - [2025-10-27 03:39:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.031038 10.0.0.129 - - [2025-10-27 03:39:45] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.129 - - [2025-10-27 03:39:45] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.129 - - [2025-10-27 03:39:45] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006711 10.0.0.129 - - [2025-10-27 03:39:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.001448 10.0.0.129 - - [2025-10-27 03:39:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.010307 10.0.0.129 - - [2025-10-27 03:39:45] "POST /security-groups HTTP/1.1" 200 595 0.077205 10.0.0.129 - - [2025-10-27 03:39:45] "POST /projects HTTP/1.1" 200 593 0.276666 10.0.0.33 - - [2025-10-27 03:39:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.003893 10.0.0.129 - - [2025-10-27 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.348736 10.0.0.249 - - [2025-10-27 03:39:45] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.478681 10.0.0.249 - - [2025-10-27 03:39:46] "GET / HTTP/1.1" 200 36215 0.001610 10.0.0.249 - - [2025-10-27 03:39:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-10-27 03:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.055111 10.0.0.129 - - [2025-10-27 03:39:47] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000858 10.0.0.249 - - [2025-10-27 03:39:47] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037817 10.0.0.249 - - [2025-10-27 03:39:47] "POST /neutron/port HTTP/1.1" 200 117 0.006896 10.0.0.33 - - [2025-10-27 03:39:47] "POST /ref-update HTTP/1.1" 200 156 0.035223 10.0.0.129 - - [2025-10-27 03:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006620 10.0.0.249 - - [2025-10-27 03:39:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.255131 10.0.0.249 - - [2025-10-27 03:39:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001448 10.0.0.249 - - [2025-10-27 03:39:48] "GET /virtual-network/a9a1d8c6-77d5-4988-813f-72c54bfd7153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005404 10.0.0.249 - - [2025-10-27 03:39:48] "GET /virtual-network/a9a1d8c6-77d5-4988-813f-72c54bfd7153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006720 10.0.0.249 - - [2025-10-27 03:39:48] "POST /neutron/network HTTP/1.1" 200 826 0.006755 10.0.0.249 - - [2025-10-27 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.129 - - [2025-10-27 03:39:48] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000828 10.0.0.249 - - [2025-10-27 03:39:48] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.035906 10.0.0.129 - - [2025-10-27 03:39:48] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.249 - - [2025-10-27 03:39:48] "POST /neutron/network HTTP/1.1" 200 609 0.106313 10.0.0.249 - - [2025-10-27 03:39:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.003322 10.0.0.249 - - [2025-10-27 03:39:48] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004863 10.0.0.249 - - [2025-10-27 03:39:48] "POST /neutron/network HTTP/1.1" 200 829 0.006052 10.0.0.249 - - [2025-10-27 03:39:48] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004759 10.0.0.249 - - [2025-10-27 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.129 - - [2025-10-27 03:39:48] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000808 10.0.0.249 - - [2025-10-27 03:39:48] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041481 10.0.0.249 - - [2025-10-27 03:39:48] "POST /neutron/network HTTP/1.1" 200 117 0.017111 10.0.0.33 - - [2025-10-27 03:39:49] "POST /route-targets HTTP/1.1" 200 328 0.012257 10.0.0.249 - - [2025-10-27 03:39:49] "POST /neutron/network HTTP/1.1" 200 829 0.010548 10.0.0.249 - - [2025-10-27 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001440 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-network/a6bb3ae9-010d-485a-976a-2a2b15b245e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004813 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-network/a6bb3ae9-010d-485a-976a-2a2b15b245e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005163 10.0.0.249 - - [2025-10-27 03:39:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.010950 10.0.0.249 - - [2025-10-27 03:39:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.002304 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007229 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-machine-interface/46ff57d6-ae23-4bae-b8b1-3165747ba750?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008729 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-machine-interface/46ff57d6-ae23-4bae-b8b1-3165747ba750?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008408 10.0.0.249 - - [2025-10-27 03:39:49] "GET /instance-ip/2b6223b9-740d-43e7-aaa3-d62121a1bcc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417 10.0.0.249 - - [2025-10-27 03:39:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.002776 10.0.0.249 - - [2025-10-27 03:39:49] "GET /virtual-network/a9a1d8c6-77d5-4988-813f-72c54bfd7153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006327 10.0.0.129 - - [2025-10-27 03:39:49] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.249 - - [2025-10-27 03:39:49] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041073 10.0.0.249 - - [2025-10-27 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.249 - - [2025-10-27 03:39:49] "GET /security-group/49cb273d-be6a-4fc9-a9e0-945ee34fd05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005378 10.0.0.249 - - [2025-10-27 03:39:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.095303 10.0.0.249 - - [2025-10-27 03:39:50] "POST /instance-ips HTTP/1.1" 200 358 0.045984 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-machine-interface/41da3a43-4e12-4990-b3be-0d8018235ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006123 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-machine-interface/41da3a43-4e12-4990-b3be-0d8018235ee1?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.009873 10.0.0.249 - - [2025-10-27 03:39:50] "GET /instance-ip/2b389728-909f-45aa-b757-45f3e8d25b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004380 10.0.0.249 - - [2025-10-27 03:39:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.004136 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005826 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-machine-interface/83078f5c-5637-4ec7-86fc-844992a66dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.006615 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-machine-interface/83078f5c-5637-4ec7-86fc-844992a66dfa?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.007576 10.0.0.249 - - [2025-10-27 03:39:50] "GET /instance-ip/af8fa213-6034-4be0-be66-3c5ba133dcc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004784 10.0.0.249 - - [2025-10-27 03:39:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003188 10.0.0.249 - - [2025-10-27 03:39:50] "GET /virtual-network/a9a1d8c6-77d5-4988-813f-72c54bfd7153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006020 10.0.0.129 - - [2025-10-27 03:39:50] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.249 - - [2025-10-27 03:39:50] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033980 10.0.0.249 - - [2025-10-27 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-10-27 03:39:50] "GET /security-group/49cb273d-be6a-4fc9-a9e0-945ee34fd05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005762 10.0.0.249 - - [2025-10-27 03:39:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.090551 10.0.0.249 - - [2025-10-27 03:39:51] "POST /instance-ips HTTP/1.1" 200 358 0.035400 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-machine-interface/ebfc7f0b-4ee4-4ee8-856d-58d4fb4ad864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006570 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-machine-interface/ebfc7f0b-4ee4-4ee8-856d-58d4fb4ad864?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.009924 10.0.0.249 - - [2025-10-27 03:39:51] "GET /instance-ip/94f19fb7-2143-49c8-8241-057c7b454fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004968 10.0.0.249 - - [2025-10-27 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.004610 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006121 10.0.0.129 - - [2025-10-27 03:39:51] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001013 10.0.0.249 - - [2025-10-27 03:39:51] "POST /neutron/port HTTP/1.1" 200 991 0.230421 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-machine-interface/717c4a3a-5652-419f-b15b-c2b62d0ec992?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.006164 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-machine-interface/717c4a3a-5652-419f-b15b-c2b62d0ec992?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.006703 10.0.0.249 - - [2025-10-27 03:39:51] "GET /instance-ip/12cdd0ff-18de-4e84-a62d-e0171782dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004997 10.0.0.249 - - [2025-10-27 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.003580 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-network/a6bb3ae9-010d-485a-976a-2a2b15b245e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005607 10.0.0.129 - - [2025-10-27 03:39:51] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001736 10.0.0.249 - - [2025-10-27 03:39:51] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045497 10.0.0.249 - - [2025-10-27 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.249 - - [2025-10-27 03:39:51] "GET /security-group/49cb273d-be6a-4fc9-a9e0-945ee34fd05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005353 10.0.0.249 - - [2025-10-27 03:39:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.084415 10.0.0.249 - - [2025-10-27 03:39:51] "POST /instance-ips HTTP/1.1" 200 358 0.047890 10.0.0.249 - - [2025-10-27 03:39:51] "GET /virtual-machine-interface/0a801176-c5d5-4d44-84d7-87c54b8e4dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007029 10.0.0.249 - - [2025-10-27 03:39:52] "GET /virtual-machine-interface/0a801176-c5d5-4d44-84d7-87c54b8e4dfe?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010930 10.0.0.249 - - [2025-10-27 03:39:52] "GET /instance-ip/19f2c74c-dc6d-44a8-9ca1-4e1dfd69ce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.004305 10.0.0.249 - - [2025-10-27 03:39:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.002431 10.0.0.249 - - [2025-10-27 03:39:53] "POST /neutron/network HTTP/1.1" 200 829 0.009048 10.0.0.249 - - [2025-10-27 03:39:54] "POST /neutron/port HTTP/1.1" 200 117 0.007545 10.0.0.249 - - [2025-10-27 03:39:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001190 10.0.0.249 - - [2025-10-27 03:39:54] "POST /neutron/network HTTP/1.1" 200 839 0.006793 10.0.0.249 - - [2025-10-27 03:39:54] "POST /neutron/port HTTP/1.1" 200 991 0.009160 10.0.0.249 - - [2025-10-27 03:39:54] "POST /neutron/port HTTP/1.1" 200 1057 0.019450 10.0.0.249 - - [2025-10-27 03:39:54] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.129 - - [2025-10-27 03:39:55] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.249 - - [2025-10-27 03:39:55] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061505 10.0.0.249 - - [2025-10-27 03:39:55] "POST /neutron/port HTTP/1.1" 200 1057 0.017131 10.0.0.249 - - [2025-10-27 03:39:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001411 10.0.0.249 - - [2025-10-27 03:39:55] "POST /neutron/port HTTP/1.1" 200 1057 0.016106 10.0.0.249 - - [2025-10-27 03:39:55] "POST /neutron/port HTTP/1.1" 200 991 0.009315 10.0.0.249 - - [2025-10-27 03:39:55] "POST /neutron/port HTTP/1.1" 200 991 0.008289 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/port HTTP/1.1" 200 1895 0.053463 10.0.0.129 - - [2025-10-27 03:39:56] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/router HTTP/1.1" 200 598 0.089301 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/router HTTP/1.1" 200 598 0.011132 10.0.0.33 - - [2025-10-27 03:39:56] "PUT /logical-router/060ca0c2-dea9-4280-aaf3-8b56a85489e5 HTTP/1.1" 200 263 0.022119 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/port HTTP/1.1" 200 1093 0.040167 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.009831 10.0.0.249 - - [2025-10-27 03:39:56] "POST /neutron/network HTTP/1.1" 200 829 0.006635 10.0.0.249 - - [2025-10-27 03:39:57] "POST /neutron/port HTTP/1.1" 200 1057 0.021566 10.0.0.249 - - [2025-10-27 03:39:57] "POST /neutron/network HTTP/1.1" 200 839 0.006113 10.0.0.249 - - [2025-10-27 03:39:57] "POST /neutron/port HTTP/1.1" 200 1083 0.114187 10.0.0.249 - - [2025-10-27 03:39:57] "GET /virtual-machine/9036fdef-8425-4041-9ae5-cfbcf1579d72 HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-10-27 03:39:57] "POST /neutron/port HTTP/1.1" 200 1057 0.013688 10.0.0.249 - - [2025-10-27 03:39:57] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.249 - - [2025-10-27 03:39:58] "GET /virtual-machine/9036fdef-8425-4041-9ae5-cfbcf1579d72 HTTP/1.1" 200 1277 0.074708 10.0.0.249 - - [2025-10-27 03:39:58] "GET /virtual-machine-interface/46ff57d6-ae23-4bae-b8b1-3165747ba750 HTTP/1.1" 200 3195 0.004954 10.0.0.249 - - [2025-10-27 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-10-27 03:39:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003600 10.0.0.249 - - [2025-10-27 03:39:58] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003132 10.0.0.249 - - [2025-10-27 03:39:58] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007658 10.0.0.249 - - [2025-10-27 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.249 - - [2025-10-27 03:40:01] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006985 10.0.0.249 - - [2025-10-27 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2025-10-27 03:40:05] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005272 10.0.0.33 - - [2025-10-27 03:40:06] "DELETE /access-control-list/30d55fb7-9423-45a1-a6e2-c09e71747da4 HTTP/1.1" 200 115 0.053487 10.0.0.129 - - [2025-10-27 03:40:09] "GET /obj-perms HTTP/1.1" 200 5075 0.053428 10.0.0.249 - - [2025-10-27 03:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-10-27 03:40:09] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005936 10.0.0.249 - - [2025-10-27 03:40:11] "POST /neutron/port HTTP/1.1" 200 1093 0.014942 10.0.0.249 - - [2025-10-27 03:40:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.010340 10.0.0.249 - - [2025-10-27 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.249 - - [2025-10-27 03:40:13] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004977 10.0.0.129 - - [2025-10-27 03:40:17] "DELETE /project/71beb3a7065b40b5bd65fe07bc1fd7e2 HTTP/1.1" 404 173 0.005994 10.0.0.129 - - [2025-10-27 03:40:17] "DELETE /project/8ddc4a36-6f88-4287-964f-f70ef8fc4ae7 HTTP/1.1" 404 177 0.004501 10.0.0.249 - - [2025-10-27 03:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.249 - - [2025-10-27 03:40:17] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005394 10.0.0.249 - - [2025-10-27 03:40:18] "POST /neutron/port HTTP/1.1" 200 1057 0.019399 10.0.0.249 - - [2025-10-27 03:40:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005206 10.0.0.249 - - [2025-10-27 03:40:18] "POST /neutron/network HTTP/1.1" 200 829 0.007761 10.0.0.249 - - [2025-10-27 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.249 - - [2025-10-27 03:40:21] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005013 10.0.0.249 - - [2025-10-27 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.249 - - [2025-10-27 03:40:25] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005814 10.0.0.249 - - [2025-10-27 03:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2025-10-27 03:40:30] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005198 10.0.0.249 - - [2025-10-27 03:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.249 - - [2025-10-27 03:40:34] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005343 10.0.0.249 - - [2025-10-27 03:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.249 - - [2025-10-27 03:40:38] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006165 10.0.0.249 - - [2025-10-27 03:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.249 - - [2025-10-27 03:40:42] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005012 10.0.0.249 - - [2025-10-27 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-10-27 03:40:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004477 10.0.0.249 - - [2025-10-27 03:40:44] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003114 10.0.0.249 - - [2025-10-27 03:40:44] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006194 10.0.0.249 - - [2025-10-27 03:40:49] "POST /neutron/port HTTP/1.1" 200 1057 0.019009 10.0.0.249 - - [2025-10-27 03:40:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007250 10.0.0.249 - - [2025-10-27 03:40:54] "POST /neutron/port HTTP/1.1" 200 1057 0.017872 10.0.0.33 - - [2025-10-27 03:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.33 - - [2025-10-27 03:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.129 - - [2025-10-27 03:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.129 - - [2025-10-27 03:40:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.33 - - [2025-10-27 03:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.33 - - [2025-10-27 03:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2025-10-27 03:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-10-27 03:40:59] "GET /global-system-configs HTTP/1.1" 401 293 0.002156 10.0.0.249 - - [2025-10-27 03:41:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009499 10.0.0.129 - - [2025-10-27 03:41:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000609 10.0.0.129 - - [2025-10-27 03:41:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2025-10-27 03:41:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000702 10.0.0.249 - - [2025-10-27 03:41:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000714 10.0.0.249 - - [2025-10-27 03:41:05] "POST /neutron/port HTTP/1.1" 200 1093 0.015121 10.0.0.249 - - [2025-10-27 03:41:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008275 10.0.0.249 - - [2025-10-27 03:41:05] "GET /virtual-machine/66b838b1-fcbb-4230-8247-3ee572700af7 HTTP/1.1" 200 1297 0.011472 10.0.0.249 - - [2025-10-27 03:41:05] "GET /virtual-machine-interface/ad2ca97f-0f52-44b7-826e-beef90ce25d1 HTTP/1.1" 200 2968 0.006564 10.0.0.249 - - [2025-10-27 03:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2025-10-27 03:41:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003144 10.0.0.249 - - [2025-10-27 03:41:05] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002934 10.0.0.249 - - [2025-10-27 03:41:05] "GET /virtual-network/a6bb3ae9-010d-485a-976a-2a2b15b245e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005424 10.0.0.249 - - [2025-10-27 03:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-10-27 03:41:06] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003586 10.0.0.249 - - [2025-10-27 03:41:06] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003108 10.0.0.249 - - [2025-10-27 03:41:06] "GET /virtual-network/a6bb3ae9-010d-485a-976a-2a2b15b245e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005761 10.0.0.249 - - [2025-10-27 03:41:07] "POST /neutron/port HTTP/1.1" 200 1057 0.014723 10.0.0.249 - - [2025-10-27 03:41:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006726 10.0.0.249 - - [2025-10-27 03:41:07] "GET /virtual-machine/d2e3ca48-17d4-4288-9cf1-2f019ea37c80 HTTP/1.1" 200 1277 0.006270 10.0.0.249 - - [2025-10-27 03:41:07] "GET /virtual-machine-interface/717c4a3a-5652-419f-b15b-c2b62d0ec992 HTTP/1.1" 200 3195 0.004498 10.0.0.249 - - [2025-10-27 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.249 - - [2025-10-27 03:41:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003351 10.0.0.249 - - [2025-10-27 03:41:07] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002989 10.0.0.249 - - [2025-10-27 03:41:07] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005811 10.0.0.249 - - [2025-10-27 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.249 - - [2025-10-27 03:41:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004330 10.0.0.249 - - [2025-10-27 03:41:08] "GET /virtual-networks?parent_id=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003344 10.0.0.249 - - [2025-10-27 03:41:08] "GET /virtual-network/87cebf9b-18b5-4e4c-8154-c3ec97080844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006653 10.0.0.249 - - [2025-10-27 03:41:08] "POST /neutron/port HTTP/1.1" 200 1057 0.016753 10.0.0.33 - - [2025-10-27 03:41:10] "GET /obj-perms HTTP/1.1" 200 5075 0.060558 10.0.0.249 - - [2025-10-27 03:41:12] "POST /neutron/port HTTP/1.1" 200 1093 0.037947 10.0.0.249 - - [2025-10-27 03:41:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.009219 10.0.0.249 - - [2025-10-27 03:41:20] "POST /neutron/port HTTP/1.1" 200 1057 0.039404 10.0.0.249 - - [2025-10-27 03:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.249 - - [2025-10-27 03:41:20] "POST /neutron/network HTTP/1.1" 200 829 0.006281 10.0.0.249 - - [2025-10-27 03:42:10] "GET /obj-perms HTTP/1.1" 200 5075 0.055577 10.0.0.249 - - [2025-10-27 03:42:14] "POST /neutron/network HTTP/1.1" 200 839 0.006903 10.0.0.249 - - [2025-10-27 03:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.249 - - [2025-10-27 03:42:22] "POST /neutron/port HTTP/1.1" 200 1057 0.018101 10.0.0.249 - - [2025-10-27 03:42:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.010915 10.0.0.249 - - [2025-10-27 03:42:32] "POST /neutron/router HTTP/1.1" 200 598 0.014142 10.0.0.249 - - [2025-10-27 03:42:32] "POST /neutron/router HTTP/1.1" 200 344 0.179408 10.0.0.33 - - [2025-10-27 03:42:32] "POST /ref-update HTTP/1.1" 200 156 0.014609 10.0.0.249 - - [2025-10-27 03:42:33] "POST /neutron/port HTTP/1.1" 200 1093 0.017284 10.0.0.249 - - [2025-10-27 03:42:34] "DELETE /instance-ip/19f2c74c-dc6d-44a8-9ca1-4e1dfd69ce98 HTTP/1.1" 200 115 0.053812 10.0.0.249 - - [2025-10-27 03:42:34] "DELETE /virtual-machine-interface/0a801176-c5d5-4d44-84d7-87c54b8e4dfe HTTP/1.1" 200 115 0.054634 10.0.0.249 - - [2025-10-27 03:42:34] "POST /neutron/port HTTP/1.1" 200 1083 0.017484 10.0.0.249 - - [2025-10-27 03:42:34] "DELETE /instance-ip/94f19fb7-2143-49c8-8241-057c7b454fbd HTTP/1.1" 200 115 0.046188 10.0.0.249 - - [2025-10-27 03:42:34] "DELETE /virtual-machine-interface/ebfc7f0b-4ee4-4ee8-856d-58d4fb4ad864 HTTP/1.1" 200 115 0.063096 10.0.0.249 - - [2025-10-27 03:42:34] "POST /neutron/port HTTP/1.1" 200 151 0.135180 10.0.0.249 - - [2025-10-27 03:42:35] "DELETE /instance-ip/2b389728-909f-45aa-b757-45f3e8d25b16 HTTP/1.1" 200 115 0.054541 10.0.0.249 - - [2025-10-27 03:42:35] "DELETE /virtual-machine-interface/41da3a43-4e12-4990-b3be-0d8018235ee1 HTTP/1.1" 200 115 0.063558 10.0.0.249 - - [2025-10-27 03:42:35] "POST /neutron/network HTTP/1.1" 200 829 0.011706 10.0.0.33 - - [2025-10-27 03:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.129 - - [2025-10-27 03:42:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004150 10.0.0.129 - - [2025-10-27 03:42:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.249 - - [2025-10-27 03:42:35] "POST /neutron/network HTTP/1.1" 200 151 0.118090 10.0.0.33 - - [2025-10-27 03:42:35] "DELETE /route-target/921d7965-c0df-4dc0-82f4-eb46a3b41704 HTTP/1.1" 200 115 0.035967 10.0.0.129 - - [2025-10-27 03:42:35] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.249 - - [2025-10-27 03:42:35] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064533 10.0.0.129 - - [2025-10-27 03:42:36] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001395 10.0.0.249 - - [2025-10-27 03:42:36] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?fields=virtual_networks HTTP/1.1" 200 1042 0.060464 10.0.0.129 - - [2025-10-27 03:42:36] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001534 10.0.0.249 - - [2025-10-27 03:42:36] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.051324 10.0.0.129 - - [2025-10-27 03:42:36] "GET /projects?obj_uuids=71beb3a7-065b-40b5-bd65-fe07bc1fd7e2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001372 10.0.0.249 - - [2025-10-27 03:42:36] "GET /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2?fields=security_groups HTTP/1.1" 200 1273 0.053638 10.0.0.249 - - [2025-10-27 03:42:37] "POST /fqname-to-id HTTP/1.1" 404 187 0.033882 10.0.0.129 - - [2025-10-27 03:42:37] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004210 10.0.0.129 - - [2025-10-27 03:42:37] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.129 - - [2025-10-27 03:42:37] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006733 10.0.0.129 - - [2025-10-27 03:42:37] "POST /id-to-fqname HTTP/1.1" 200 189 0.001104 10.0.0.129 - - [2025-10-27 03:42:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003959 10.0.0.129 - - [2025-10-27 03:42:37] "POST /security-groups HTTP/1.1" 200 590 0.033479 10.0.0.33 - - [2025-10-27 03:42:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.003135 10.0.0.129 - - [2025-10-27 03:42:37] "POST /projects HTTP/1.1" 200 583 0.233091 10.0.0.129 - - [2025-10-27 03:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.313341 10.0.0.33 - - [2025-10-27 03:42:37] "POST /access-control-lists HTTP/1.1" 200 595 0.027222 10.0.0.249 - - [2025-10-27 03:42:37] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.476515 10.0.0.249 - - [2025-10-27 03:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.005952 10.0.0.249 - - [2025-10-27 03:42:38] "POST /neutron/port HTTP/1.1" 400 205 0.004848 10.0.0.249 - - [2025-10-27 03:42:38] "GET / HTTP/1.1" 200 36215 0.002203 10.0.0.249 - - [2025-10-27 03:42:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.249 - - [2025-10-27 03:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.061379 10.0.0.129 - - [2025-10-27 03:42:40] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000855 10.0.0.249 - - [2025-10-27 03:42:40] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044459 10.0.0.129 - - [2025-10-27 03:42:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007472 10.0.0.249 - - [2025-10-27 03:42:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.208730 10.0.0.249 - - [2025-10-27 03:42:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001253 10.0.0.249 - - [2025-10-27 03:42:41] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004645 10.0.0.249 - - [2025-10-27 03:42:41] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004910 10.0.0.249 - - [2025-10-27 03:42:41] "POST /neutron/network HTTP/1.1" 200 823 0.006751 10.0.0.249 - - [2025-10-27 03:42:42] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005531 10.0.0.249 - - [2025-10-27 03:42:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001436 10.0.0.129 - - [2025-10-27 03:42:44] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.249 - - [2025-10-27 03:42:44] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056374 10.0.0.249 - - [2025-10-27 03:42:44] "POST /neutron/network HTTP/1.1" 200 823 0.008242 10.0.0.249 - - [2025-10-27 03:42:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001326 10.0.0.249 - - [2025-10-27 03:42:44] "POST /neutron/port HTTP/1.1" 200 117 0.006464 10.0.0.129 - - [2025-10-27 03:42:45] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001007 10.0.0.249 - - [2025-10-27 03:42:45] "POST /neutron/port HTTP/1.1" 200 1059 0.290352 10.0.0.249 - - [2025-10-27 03:42:45] "POST /neutron/port HTTP/1.1" 200 1113 0.134884 10.0.0.129 - - [2025-10-27 03:42:45] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000994 10.0.0.249 - - [2025-10-27 03:42:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.008031 10.0.0.249 - - [2025-10-27 03:42:45] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074697 10.0.0.249 - - [2025-10-27 03:42:45] "POST /neutron/network HTTP/1.1" 200 823 0.007097 10.0.0.249 - - [2025-10-27 03:42:46] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.249 - - [2025-10-27 03:42:46] "POST /neutron/network HTTP/1.1" 200 833 0.008224 10.0.0.249 - - [2025-10-27 03:42:46] "POST /neutron/port HTTP/1.1" 200 1059 0.015320 10.0.0.249 - - [2025-10-27 03:42:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005333 10.0.0.249 - - [2025-10-27 03:42:47] "POST /neutron/network HTTP/1.1" 200 823 0.009795 10.0.0.249 - - [2025-10-27 03:42:51] "POST /neutron/port HTTP/1.1" 200 1087 0.021065 10.0.0.249 - - [2025-10-27 03:42:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008282 10.0.0.249 - - [2025-10-27 03:42:51] "GET /virtual-machine/e713b870-4ec1-4147-8d63-98ee8854bc37 HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-10-27 03:42:51] "GET /virtual-machine/e713b870-4ec1-4147-8d63-98ee8854bc37 HTTP/1.1" 200 1294 0.034519 10.0.0.249 - - [2025-10-27 03:42:51] "GET /virtual-machine-interface/654682a6-5104-4939-80d0-fce9d9e02252 HTTP/1.1" 200 2942 0.005673 10.0.0.249 - - [2025-10-27 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.249 - - [2025-10-27 03:42:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004017 10.0.0.249 - - [2025-10-27 03:42:51] "GET /virtual-networks?parent_id=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004061 10.0.0.249 - - [2025-10-27 03:42:51] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005938 10.0.0.249 - - [2025-10-27 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.249 - - [2025-10-27 03:42:55] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006066 10.0.0.249 - - [2025-10-27 03:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.249 - - [2025-10-27 03:42:59] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006819 10.0.0.249 - - [2025-10-27 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.249 - - [2025-10-27 03:43:03] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005102 10.0.0.33 - - [2025-10-27 03:43:06] "DELETE /access-control-list/12ebfdff-8db2-47f1-92da-ecfae2268bfa HTTP/1.1" 200 115 0.053222 10.0.0.249 - - [2025-10-27 03:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.249 - - [2025-10-27 03:43:07] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004956 10.0.0.249 - - [2025-10-27 03:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.249 - - [2025-10-27 03:43:11] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005407 10.0.0.129 - - [2025-10-27 03:43:11] "GET /obj-perms HTTP/1.1" 200 5075 0.053791 10.0.0.249 - - [2025-10-27 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.249 - - [2025-10-27 03:43:15] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004970 10.0.0.129 - - [2025-10-27 03:43:17] "DELETE /project/d1331b18b8bd46e6aa82900b6189835d HTTP/1.1" 404 173 0.004351 10.0.0.129 - - [2025-10-27 03:43:17] "DELETE /project/71beb3a7-065b-40b5-bd65-fe07bc1fd7e2 HTTP/1.1" 404 177 0.004096 10.0.0.249 - - [2025-10-27 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.249 - - [2025-10-27 03:43:19] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005231 10.0.0.249 - - [2025-10-27 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.249 - - [2025-10-27 03:43:23] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006398 10.0.0.249 - - [2025-10-27 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.249 - - [2025-10-27 03:43:27] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005357 10.0.0.249 - - [2025-10-27 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2025-10-27 03:43:31] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005312 10.0.0.249 - - [2025-10-27 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2025-10-27 03:43:36] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005532 10.0.0.249 - - [2025-10-27 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.249 - - [2025-10-27 03:43:40] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007426 10.0.0.249 - - [2025-10-27 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.249 - - [2025-10-27 03:43:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003884 10.0.0.249 - - [2025-10-27 03:43:44] "GET /virtual-networks?parent_id=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003121 10.0.0.249 - - [2025-10-27 03:43:44] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005859 10.0.0.249 - - [2025-10-27 03:43:49] "POST /neutron/port HTTP/1.1" 200 1087 0.015478 10.0.0.249 - - [2025-10-27 03:43:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006536 10.0.0.249 - - [2025-10-27 03:43:59] "POST /neutron/port HTTP/1.1" 200 1087 0.018975 10.0.0.249 - - [2025-10-27 03:43:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007421 10.0.0.249 - - [2025-10-27 03:44:05] "POST /neutron/port HTTP/1.1" 200 1087 0.018067 10.0.0.249 - - [2025-10-27 03:44:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006821 10.0.0.249 - - [2025-10-27 03:44:05] "GET /virtual-machine/b9fd2640-f3cc-49f1-8b23-fc96dfa0ac9c HTTP/1.1" 200 1294 0.006618 10.0.0.249 - - [2025-10-27 03:44:05] "GET /virtual-machine-interface/984f5a10-1204-4b22-a3fe-8a9d8c4804af HTTP/1.1" 200 2944 0.006988 10.0.0.249 - - [2025-10-27 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2025-10-27 03:44:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003470 10.0.0.249 - - [2025-10-27 03:44:05] "GET /virtual-networks?parent_id=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002966 10.0.0.249 - - [2025-10-27 03:44:05] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006692 10.0.0.249 - - [2025-10-27 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2025-10-27 03:44:06] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004143 10.0.0.249 - - [2025-10-27 03:44:06] "GET /virtual-networks?parent_id=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003023 10.0.0.249 - - [2025-10-27 03:44:06] "GET /virtual-network/41ce3525-b3fa-4609-8521-4270d7e16d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005626 10.0.0.33 - - [2025-10-27 03:44:12] "GET /obj-perms HTTP/1.1" 200 5075 0.055381 10.0.0.249 - - [2025-10-27 03:44:22] "POST /neutron/port HTTP/1.1" 200 1087 0.017235 10.0.0.249 - - [2025-10-27 03:44:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.249 - - [2025-10-27 03:44:22] "POST /neutron/network HTTP/1.1" 200 823 0.010220 10.0.0.249 - - [2025-10-27 03:45:13] "GET /obj-perms HTTP/1.1" 200 5075 0.055327 10.0.0.249 - - [2025-10-27 03:45:24] "POST /neutron/network HTTP/1.1" 200 833 0.007854 10.0.0.249 - - [2025-10-27 03:45:24] "POST /neutron/port HTTP/1.1" 200 117 0.001866 10.0.0.249 - - [2025-10-27 03:45:34] "POST /neutron/network HTTP/1.1" 400 204 0.013777 10.0.0.249 - - [2025-10-27 03:45:34] "POST /neutron/port HTTP/1.1" 200 1087 0.016841 10.0.0.249 - - [2025-10-27 03:45:35] "POST /neutron/port HTTP/1.1" 200 151 0.266392 10.0.0.33 - - [2025-10-27 03:45:36] "DELETE /route-target/684b02a1-dcc1-4cf9-b32b-e0038c86dee8 HTTP/1.1" 200 115 0.044419 10.0.0.129 - - [2025-10-27 03:45:38] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.025856 10.0.0.249 - - [2025-10-27 03:45:38] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.100865 10.0.0.129 - - [2025-10-27 03:45:38] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001059 10.0.0.249 - - [2025-10-27 03:45:38] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?fields=virtual_networks HTTP/1.1" 200 1033 0.051239 10.0.0.129 - - [2025-10-27 03:45:38] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000931 10.0.0.249 - - [2025-10-27 03:45:38] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051197 10.0.0.129 - - [2025-10-27 03:45:38] "GET /projects?obj_uuids=d1331b18-b8bd-46e6-aa82-900b6189835d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000970 10.0.0.249 - - [2025-10-27 03:45:38] "GET /project/d1331b18-b8bd-46e6-aa82-900b6189835d?fields=security_groups HTTP/1.1" 200 1259 0.036199 10.0.0.249 - - [2025-10-27 03:45:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.361590 10.0.0.129 - - [2025-10-27 03:45:39] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003732 10.0.0.129 - - [2025-10-27 03:45:39] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.129 - - [2025-10-27 03:45:39] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041688 10.0.0.129 - - [2025-10-27 03:45:40] "POST /id-to-fqname HTTP/1.1" 200 189 0.002464 10.0.0.129 - - [2025-10-27 03:45:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.007320 10.0.0.129 - - [2025-10-27 03:45:40] "POST /security-groups HTTP/1.1" 200 590 0.028039 10.0.0.129 - - [2025-10-27 03:45:40] "POST /projects HTTP/1.1" 200 583 0.242773 10.0.0.129 - - [2025-10-27 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.279475 10.0.0.33 - - [2025-10-27 03:45:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.006784 10.0.0.249 - - [2025-10-27 03:45:40] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.455281 10.0.0.249 - - [2025-10-27 03:45:41] "GET / HTTP/1.1" 200 36215 0.001963 10.0.0.249 - - [2025-10-27 03:45:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2025-10-27 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.055191 10.0.0.129 - - [2025-10-27 03:45:43] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000833 10.0.0.249 - - [2025-10-27 03:45:43] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.033386 10.0.0.249 - - [2025-10-27 03:45:43] "POST /neutron/network HTTP/1.1" 200 117 0.039067 10.0.0.33 - - [2025-10-27 03:45:43] "POST /ref-update HTTP/1.1" 200 156 0.027332 10.0.0.249 - - [2025-10-27 03:45:44] "POST /neutron/network HTTP/1.1" 200 824 0.010477 10.0.0.249 - - [2025-10-27 03:45:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001373 10.0.0.249 - - [2025-10-27 03:45:44] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005316 10.0.0.249 - - [2025-10-27 03:45:44] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006257 10.0.0.249 - - [2025-10-27 03:45:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.011431 10.0.0.249 - - [2025-10-27 03:45:44] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008026 10.0.0.249 - - [2025-10-27 03:45:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001353 10.0.0.129 - - [2025-10-27 03:45:46] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000903 10.0.0.249 - - [2025-10-27 03:45:47] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060613 10.0.0.249 - - [2025-10-27 03:45:47] "POST /neutron/port HTTP/1.1" 200 117 0.007171 10.0.0.249 - - [2025-10-27 03:45:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.001385 10.0.0.249 - - [2025-10-27 03:45:47] "POST /neutron/network HTTP/1.1" 200 834 0.006804 10.0.0.249 - - [2025-10-27 03:45:48] "POST /neutron/port HTTP/1.1" 200 1060 0.016936 10.0.0.249 - - [2025-10-27 03:45:48] "POST /neutron/port HTTP/1.1" 200 1088 0.021360 10.0.0.249 - - [2025-10-27 03:45:48] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.129 - - [2025-10-27 03:45:48] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001373 10.0.0.249 - - [2025-10-27 03:45:48] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.135735 10.0.0.249 - - [2025-10-27 03:45:48] "POST /neutron/port HTTP/1.1" 200 1088 0.020492 10.0.0.249 - - [2025-10-27 03:45:48] "POST /neutron/port HTTP/1.1" 200 1088 0.015647 10.0.0.129 - - [2025-10-27 03:45:49] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002920 10.0.0.249 - - [2025-10-27 03:45:49] "POST /neutron/port HTTP/1.1" 200 1060 0.300755 10.0.0.249 - - [2025-10-27 03:45:49] "POST /neutron/port HTTP/1.1" 200 1114 0.104299 10.0.0.249 - - [2025-10-27 03:45:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.009339 10.0.0.249 - - [2025-10-27 03:45:53] "POST /neutron/port HTTP/1.1" 200 1088 0.018170 10.0.0.249 - - [2025-10-27 03:45:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007617 10.0.0.249 - - [2025-10-27 03:45:54] "GET /virtual-machine/cd3cc005-ee18-46f3-8e1b-4c5912877fb0 HTTP/1.1" 401 293 0.000602 10.0.0.249 - - [2025-10-27 03:45:54] "GET /virtual-machine/cd3cc005-ee18-46f3-8e1b-4c5912877fb0 HTTP/1.1" 200 1294 0.031372 10.0.0.249 - - [2025-10-27 03:45:54] "GET /virtual-machine-interface/f6226a80-f2f5-431d-b0d1-12a9d51ee47d HTTP/1.1" 200 2944 0.007017 10.0.0.249 - - [2025-10-27 03:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330 10.0.0.249 - - [2025-10-27 03:45:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004756 10.0.0.249 - - [2025-10-27 03:45:54] "GET /virtual-networks?parent_id=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005598 10.0.0.249 - - [2025-10-27 03:45:54] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006363 10.0.0.249 - - [2025-10-27 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-10-27 03:45:57] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005292 10.0.0.33 - - [2025-10-27 03:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.33 - - [2025-10-27 03:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.129 - - [2025-10-27 03:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.129 - - [2025-10-27 03:45:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000666 10.0.0.33 - - [2025-10-27 03:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000584 10.0.0.33 - - [2025-10-27 03:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.249 - - [2025-10-27 03:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.249 - - [2025-10-27 03:45:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000944 10.0.0.129 - - [2025-10-27 03:46:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.129 - - [2025-10-27 03:46:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2025-10-27 03:46:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-10-27 03:46:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-10-27 03:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.249 - - [2025-10-27 03:46:01] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005087 10.0.0.249 - - [2025-10-27 03:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005777 10.0.0.249 - - [2025-10-27 03:46:05] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006353 10.0.0.249 - - [2025-10-27 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.249 - - [2025-10-27 03:46:09] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006439 10.0.0.129 - - [2025-10-27 03:46:13] "GET /obj-perms HTTP/1.1" 200 5075 0.090402 10.0.0.249 - - [2025-10-27 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-10-27 03:46:14] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006377 10.0.0.129 - - [2025-10-27 03:46:17] "DELETE /project/5dadb66930684fa8ab2cb707595af1df HTTP/1.1" 404 173 0.004369 10.0.0.129 - - [2025-10-27 03:46:17] "DELETE /project/d1331b18-b8bd-46e6-aa82-900b6189835d HTTP/1.1" 404 177 0.003931 10.0.0.249 - - [2025-10-27 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.249 - - [2025-10-27 03:46:18] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004979 10.0.0.249 - - [2025-10-27 03:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-10-27 03:46:22] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004795 10.0.0.249 - - [2025-10-27 03:46:26] "POST /neutron/port HTTP/1.1" 200 1088 0.037206 10.0.0.249 - - [2025-10-27 03:46:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006248 10.0.0.249 - - [2025-10-27 03:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2025-10-27 03:46:26] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006809 10.0.0.249 - - [2025-10-27 03:46:26] "POST /neutron/network HTTP/1.1" 200 824 0.009974 10.0.0.249 - - [2025-10-27 03:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.249 - - [2025-10-27 03:46:30] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005944 10.0.0.249 - - [2025-10-27 03:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.249 - - [2025-10-27 03:46:34] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009174 10.0.0.249 - - [2025-10-27 03:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.249 - - [2025-10-27 03:46:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003588 10.0.0.249 - - [2025-10-27 03:46:38] "GET /virtual-networks?parent_id=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003721 10.0.0.249 - - [2025-10-27 03:46:38] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006217 10.0.0.249 - - [2025-10-27 03:46:43] "POST /neutron/port HTTP/1.1" 200 1088 0.014175 10.0.0.249 - - [2025-10-27 03:46:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.032921 10.0.0.249 - - [2025-10-27 03:46:51] "POST /neutron/port HTTP/1.1" 200 1088 0.016852 10.0.0.249 - - [2025-10-27 03:46:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006949 10.0.0.249 - - [2025-10-27 03:46:59] "POST /neutron/port HTTP/1.1" 200 1088 0.015950 10.0.0.249 - - [2025-10-27 03:46:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007366 10.0.0.249 - - [2025-10-27 03:46:59] "GET /virtual-machine/ee4efab9-69ba-4187-8f78-a599f1791a96 HTTP/1.1" 200 1294 0.005732 10.0.0.249 - - [2025-10-27 03:46:59] "GET /virtual-machine-interface/bd25803e-f1ee-4119-ad9b-16442e41ef92 HTTP/1.1" 200 2944 0.004769 10.0.0.249 - - [2025-10-27 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-10-27 03:46:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003163 10.0.0.249 - - [2025-10-27 03:46:59] "GET /virtual-networks?parent_id=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002681 10.0.0.249 - - [2025-10-27 03:46:59] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005913 10.0.0.249 - - [2025-10-27 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.249 - - [2025-10-27 03:47:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.249 - - [2025-10-27 03:47:00] "GET /virtual-networks?parent_id=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003255 10.0.0.249 - - [2025-10-27 03:47:00] "GET /virtual-network/6799b13c-7394-4ef0-b85d-2a6379ec4f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006763 10.0.0.33 - - [2025-10-27 03:47:14] "GET /obj-perms HTTP/1.1" 200 5075 0.048064 10.0.0.249 - - [2025-10-27 03:47:27] "POST /neutron/port HTTP/1.1" 200 1088 0.015446 10.0.0.249 - - [2025-10-27 03:47:27] "POST /neutron/port HTTP/1.1" 200 1088 0.021401 10.0.0.249 - - [2025-10-27 03:47:28] "POST /neutron/network HTTP/1.1" 200 824 0.006548 10.0.0.33 - - [2025-10-27 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.129 - - [2025-10-27 03:47:30] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001216 10.0.0.249 - - [2025-10-27 03:47:30] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046194 10.0.0.129 - - [2025-10-27 03:47:30] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000941 10.0.0.249 - - [2025-10-27 03:47:30] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?fields=virtual_networks HTTP/1.1" 200 1032 0.057811 10.0.0.129 - - [2025-10-27 03:47:30] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000967 10.0.0.249 - - [2025-10-27 03:47:30] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041477 10.0.0.129 - - [2025-10-27 03:47:30] "GET /projects?obj_uuids=5dadb669-3068-4fa8-ab2c-b707595af1df&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001122 10.0.0.249 - - [2025-10-27 03:47:30] "GET /project/5dadb669-3068-4fa8-ab2c-b707595af1df?fields=security_groups HTTP/1.1" 200 1258 0.055412 10.0.0.249 - - [2025-10-27 03:47:45] "GET / HTTP/1.1" 200 36215 0.001960 10.0.0.249 - - [2025-10-27 03:47:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000673 10.0.0.249 - - [2025-10-27 03:47:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.050292 10.0.0.129 - - [2025-10-27 03:47:46] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004347 10.0.0.129 - - [2025-10-27 03:47:46] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.129 - - [2025-10-27 03:47:46] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010336 10.0.0.129 - - [2025-10-27 03:47:46] "POST /id-to-fqname HTTP/1.1" 200 203 0.003652 10.0.0.129 - - [2025-10-27 03:47:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.004319 10.0.0.129 - - [2025-10-27 03:47:46] "POST /security-groups HTTP/1.1" 200 604 0.031924 10.0.0.129 - - [2025-10-27 03:47:47] "POST /projects HTTP/1.1" 200 611 0.237690 10.0.0.129 - - [2025-10-27 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.273237 10.0.0.33 - - [2025-10-27 03:47:47] "POST /access-control-lists HTTP/1.1" 200 611 0.025170 10.0.0.249 - - [2025-10-27 03:47:47] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.437881 10.0.0.249 - - [2025-10-27 03:47:48] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.249 - - [2025-10-27 03:47:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2025-10-27 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.056975 10.0.0.129 - - [2025-10-27 03:47:48] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001028 10.0.0.249 - - [2025-10-27 03:47:48] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.042158 10.0.0.129 - - [2025-10-27 03:47:49] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001363 10.0.0.249 - - [2025-10-27 03:47:49] "POST /neutron/network HTTP/1.1" 200 620 0.151805 10.0.0.33 - - [2025-10-27 03:47:49] "POST /route-targets HTTP/1.1" 200 328 0.013996 10.0.0.249 - - [2025-10-27 03:47:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.003384 10.0.0.249 - - [2025-10-27 03:47:49] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006120 10.0.0.249 - - [2025-10-27 03:47:49] "POST /neutron/network HTTP/1.1" 200 838 0.006458 10.0.0.249 - - [2025-10-27 03:47:49] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005174 10.0.0.249 - - [2025-10-27 03:47:49] "POST /id-to-fqname HTTP/1.1" 200 234 0.001298 10.0.0.249 - - [2025-10-27 03:47:49] "POST /neutron/network HTTP/1.1" 200 848 0.010989 10.0.0.129 - - [2025-10-27 03:47:50] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000993 10.0.0.249 - - [2025-10-27 03:47:50] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.060803 10.0.0.249 - - [2025-10-27 03:47:50] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.249 - - [2025-10-27 03:47:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.001185 10.0.0.249 - - [2025-10-27 03:47:51] "POST /neutron/network HTTP/1.1" 200 848 0.009849 10.0.0.249 - - [2025-10-27 03:47:51] "POST /neutron/port HTTP/1.1" 200 1072 0.014787 10.0.0.249 - - [2025-10-27 03:47:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007253 10.0.0.129 - - [2025-10-27 03:47:51] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000974 10.0.0.249 - - [2025-10-27 03:47:51] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.066643 10.0.0.249 - - [2025-10-27 03:47:51] "POST /neutron/network HTTP/1.1" 200 838 0.037999 10.0.0.249 - - [2025-10-27 03:47:52] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011605 10.0.0.129 - - [2025-10-27 03:47:52] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001015 10.0.0.249 - - [2025-10-27 03:47:52] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006032 10.0.0.249 - - [2025-10-27 03:47:52] "POST /neutron/port HTTP/1.1" 200 1072 0.308107 10.0.0.249 - - [2025-10-27 03:47:53] "POST /neutron/port HTTP/1.1" 200 1126 0.093212 10.0.0.249 - - [2025-10-27 03:47:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.009572 10.0.0.249 - - [2025-10-27 03:47:53] "GET /obj-perms HTTP/1.1" 200 5075 0.046740 10.0.0.249 - - [2025-10-27 03:47:54] "POST /neutron/port HTTP/1.1" 200 1100 0.015937 10.0.0.249 - - [2025-10-27 03:47:54] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010267 10.0.0.249 - - [2025-10-27 03:47:54] "GET /virtual-machine/b253a7cf-c648-4b4c-a253-d8a54c4b9461 HTTP/1.1" 401 293 0.000451 10.0.0.249 - - [2025-10-27 03:47:55] "GET /virtual-machine/b253a7cf-c648-4b4c-a253-d8a54c4b9461 HTTP/1.1" 200 1308 0.031800 10.0.0.249 - - [2025-10-27 03:47:55] "GET /virtual-machine-interface/77faf1d7-ed45-4b3f-9a15-81e91a31fb22 HTTP/1.1" 200 3016 0.005833 10.0.0.249 - - [2025-10-27 03:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.249 - - [2025-10-27 03:47:55] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004876 10.0.0.249 - - [2025-10-27 03:47:55] "GET /virtual-networks?parent_id=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003483 10.0.0.249 - - [2025-10-27 03:47:55] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008814 10.0.0.249 - - [2025-10-27 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-10-27 03:47:58] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004954 10.0.0.249 - - [2025-10-27 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.249 - - [2025-10-27 03:48:02] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006160 10.0.0.249 - - [2025-10-27 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.249 - - [2025-10-27 03:48:06] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004963 10.0.0.33 - - [2025-10-27 03:48:08] "DELETE /access-control-list/00f398a4-98ea-4448-8fe8-4b38cbfdc715 HTTP/1.1" 200 115 0.061181 10.0.0.249 - - [2025-10-27 03:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.249 - - [2025-10-27 03:48:10] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005790 10.0.0.249 - - [2025-10-27 03:48:11] "POST /neutron/port HTTP/1.1" 200 1100 0.016149 10.0.0.249 - - [2025-10-27 03:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.249 - - [2025-10-27 03:48:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004354 10.0.0.249 - - [2025-10-27 03:48:12] "GET /virtual-networks?parent_id=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002922 10.0.0.249 - - [2025-10-27 03:48:12] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005617 10.0.0.249 - - [2025-10-27 03:48:12] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007519 10.0.0.249 - - [2025-10-27 03:48:17] "POST /neutron/port HTTP/1.1" 200 1100 0.014283 10.0.0.129 - - [2025-10-27 03:48:17] "DELETE /project/5dadb669-3068-4fa8-ab2c-b707595af1df HTTP/1.1" 404 177 0.003850 10.0.0.129 - - [2025-10-27 03:48:17] "DELETE /project/eac447f67bef4dd0866b5de75b1f869e HTTP/1.1" 404 173 0.003401 10.0.0.249 - - [2025-10-27 03:48:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009050 10.0.0.249 - - [2025-10-27 03:48:23] "POST /neutron/port HTTP/1.1" 200 1100 0.042094 10.0.0.249 - - [2025-10-27 03:48:23] "GET /virtual-machine/b48ac862-db1a-4bba-a543-885ff39ab103 HTTP/1.1" 200 1308 0.007928 10.0.0.249 - - [2025-10-27 03:48:23] "GET /virtual-machine-interface/01f2d2fd-8fa4-44ec-8688-d882f9a01413 HTTP/1.1" 200 3014 0.011475 10.0.0.249 - - [2025-10-27 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.249 - - [2025-10-27 03:48:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006594 10.0.0.249 - - [2025-10-27 03:48:23] "GET /virtual-networks?parent_id=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005495 10.0.0.249 - - [2025-10-27 03:48:23] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010808 10.0.0.249 - - [2025-10-27 03:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.249 - - [2025-10-27 03:48:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003717 10.0.0.249 - - [2025-10-27 03:48:24] "GET /virtual-networks?parent_id=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003677 10.0.0.249 - - [2025-10-27 03:48:24] "GET /virtual-network/5aafa260-e9af-43b2-9a44-1355ef02a7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006061 10.0.0.249 - - [2025-10-27 03:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.249 - - [2025-10-27 03:48:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004155 10.0.0.249 - - [2025-10-27 03:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2025-10-27 03:48:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005497 10.0.0.249 - - [2025-10-27 03:48:25] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.019253 10.0.0.249 - - [2025-10-27 03:48:28] "POST /neutron/port HTTP/1.1" 200 1100 0.022456 10.0.0.249 - - [2025-10-27 03:48:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.011652 10.0.0.249 - - [2025-10-27 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.249 - - [2025-10-27 03:48:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003775 10.0.0.249 - - [2025-10-27 03:48:36] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.014402 10.0.0.129 - - [2025-10-27 03:49:16] "GET /obj-perms HTTP/1.1" 200 5075 0.045694 10.0.0.249 - - [2025-10-27 03:49:27] "POST /neutron/network HTTP/1.1" 200 838 0.007228 10.0.0.249 - - [2025-10-27 03:49:28] "POST /neutron/port HTTP/1.1" 200 1100 0.016835 10.0.0.249 - - [2025-10-27 03:49:28] "POST /neutron/port HTTP/1.1" 200 1126 0.010178 10.0.0.129 - - [2025-10-27 03:49:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.129 - - [2025-10-27 03:49:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.249 - - [2025-10-27 03:49:29] "POST /neutron/network HTTP/1.1" 200 151 0.117916 10.0.0.129 - - [2025-10-27 03:49:30] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001034 10.0.0.249 - - [2025-10-27 03:49:30] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038637 10.0.0.129 - - [2025-10-27 03:49:30] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001252 10.0.0.249 - - [2025-10-27 03:49:30] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?fields=virtual_networks HTTP/1.1" 200 1060 0.035604 10.0.0.129 - - [2025-10-27 03:49:30] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000959 10.0.0.249 - - [2025-10-27 03:49:30] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.036548 10.0.0.129 - - [2025-10-27 03:49:30] "GET /projects?obj_uuids=eac447f6-7bef-4dd0-866b-5de75b1f869e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000916 10.0.0.249 - - [2025-10-27 03:49:30] "GET /project/eac447f6-7bef-4dd0-866b-5de75b1f869e?fields=security_groups HTTP/1.1" 200 1300 0.035994 10.0.0.249 - - [2025-10-27 03:49:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.026919 10.0.0.129 - - [2025-10-27 03:49:31] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002985 10.0.0.129 - - [2025-10-27 03:49:31] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.129 - - [2025-10-27 03:49:31] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006872 10.0.0.129 - - [2025-10-27 03:49:31] "POST /id-to-fqname HTTP/1.1" 200 209 0.001182 10.0.0.129 - - [2025-10-27 03:49:31] "POST /fqname-to-id HTTP/1.1" 404 217 0.005890 10.0.0.129 - - [2025-10-27 03:49:31] "POST /security-groups HTTP/1.1" 200 609 0.068214 10.0.0.33 - - [2025-10-27 03:49:31] "POST /fqname-to-id HTTP/1.1" 404 252 0.005709 10.0.0.129 - - [2025-10-27 03:49:31] "POST /projects HTTP/1.1" 200 621 0.263501 10.0.0.129 - - [2025-10-27 03:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.331864 10.0.0.33 - - [2025-10-27 03:49:31] "POST /access-control-lists HTTP/1.1" 200 614 0.027887 10.0.0.249 - - [2025-10-27 03:49:31] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.461962 10.0.0.249 - - [2025-10-27 03:49:32] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.249 - - [2025-10-27 03:49:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2025-10-27 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.049253 10.0.0.129 - - [2025-10-27 03:49:33] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000896 10.0.0.249 - - [2025-10-27 03:49:33] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.034803 10.0.0.129 - - [2025-10-27 03:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.249 - - [2025-10-27 03:49:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.229116 10.0.0.249 - - [2025-10-27 03:49:34] "POST /id-to-fqname HTTP/1.1" 200 239 0.001834 10.0.0.249 - - [2025-10-27 03:49:34] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006688 10.0.0.249 - - [2025-10-27 03:49:34] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006259 10.0.0.249 - - [2025-10-27 03:49:34] "POST /neutron/network HTTP/1.1" 200 843 0.006806 10.0.0.249 - - [2025-10-27 03:49:34] "POST /id-to-fqname HTTP/1.1" 200 239 0.001731 10.0.0.129 - - [2025-10-27 03:49:35] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000983 10.0.0.249 - - [2025-10-27 03:49:35] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.072351 10.0.0.249 - - [2025-10-27 03:49:35] "POST /neutron/network HTTP/1.1" 200 843 0.007213 10.0.0.249 - - [2025-10-27 03:49:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001378 10.0.0.249 - - [2025-10-27 03:49:35] "POST /neutron/port HTTP/1.1" 200 117 0.006834 10.0.0.129 - - [2025-10-27 03:49:35] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001209 10.0.0.249 - - [2025-10-27 03:49:36] "POST /neutron/port HTTP/1.1" 200 1077 0.309791 10.0.0.249 - - [2025-10-27 03:49:36] "POST /neutron/port HTTP/1.1" 200 1131 0.108507 10.0.0.249 - - [2025-10-27 03:49:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.009364 10.0.0.129 - - [2025-10-27 03:49:36] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001430 10.0.0.249 - - [2025-10-27 03:49:36] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.085352 10.0.0.249 - - [2025-10-27 03:49:36] "POST /neutron/network HTTP/1.1" 200 843 0.008010 10.0.0.249 - - [2025-10-27 03:49:36] "POST /neutron/port HTTP/1.1" 200 117 0.006058 10.0.0.249 - - [2025-10-27 03:49:37] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008061 10.0.0.249 - - [2025-10-27 03:49:37] "POST /neutron/port HTTP/1.1" 200 1077 0.023222 10.0.0.249 - - [2025-10-27 03:49:37] "POST /neutron/port HTTP/1.1" 200 1105 0.030617 10.0.0.249 - - [2025-10-27 03:49:37] "POST /neutron/port HTTP/1.1" 200 117 0.001553 10.0.0.33 - - [2025-10-27 03:49:38] "GET /obj-perms HTTP/1.1" 200 5085 0.058756 10.0.0.249 - - [2025-10-27 03:49:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007021 10.0.0.249 - - [2025-10-27 03:49:39] "POST /neutron/port HTTP/1.1" 200 1105 0.015113 10.0.0.249 - - [2025-10-27 03:49:39] "GET /virtual-machine/c74ea08c-5f06-468e-b0d5-7636cb26bef1 HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-10-27 03:49:39] "GET /virtual-machine/c74ea08c-5f06-468e-b0d5-7636cb26bef1 HTTP/1.1" 200 1313 0.027739 10.0.0.249 - - [2025-10-27 03:49:39] "GET /virtual-machine-interface/d62563f1-cd2e-4cde-bbae-22525c23fed6 HTTP/1.1" 200 3042 0.005088 10.0.0.249 - - [2025-10-27 03:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-10-27 03:49:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003503 10.0.0.249 - - [2025-10-27 03:49:39] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002818 10.0.0.249 - - [2025-10-27 03:49:39] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006037 10.0.0.249 - - [2025-10-27 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.249 - - [2025-10-27 03:49:42] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006975 10.0.0.249 - - [2025-10-27 03:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.249 - - [2025-10-27 03:49:46] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006233 10.0.0.249 - - [2025-10-27 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-10-27 03:49:50] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005147 10.0.0.249 - - [2025-10-27 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.249 - - [2025-10-27 03:49:54] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005795 10.0.0.249 - - [2025-10-27 03:49:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006678 10.0.0.249 - - [2025-10-27 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.249 - - [2025-10-27 03:49:59] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007647 10.0.0.249 - - [2025-10-27 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.249 - - [2025-10-27 03:50:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004779 10.0.0.249 - - [2025-10-27 03:50:01] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005152 10.0.0.249 - - [2025-10-27 03:50:01] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006816 10.0.0.249 - - [2025-10-27 03:50:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011891 10.0.0.249 - - [2025-10-27 03:50:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006988 10.0.0.33 - - [2025-10-27 03:50:08] "DELETE /access-control-list/fb559a2f-87cd-4f2c-8fab-d11db20b769e HTTP/1.1" 200 115 0.031631 10.0.0.249 - - [2025-10-27 03:50:11] "POST /neutron/port HTTP/1.1" 200 1105 0.013922 10.0.0.249 - - [2025-10-27 03:50:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007751 10.0.0.249 - - [2025-10-27 03:50:11] "GET /virtual-machine/3dcce6b5-718d-4705-91ab-f0ebcf6ebc6f HTTP/1.1" 200 1312 0.005239 10.0.0.249 - - [2025-10-27 03:50:11] "GET /virtual-machine-interface/1c445c17-75da-4319-a6df-54826dfd44f0 HTTP/1.1" 200 3041 0.004891 10.0.0.249 - - [2025-10-27 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.249 - - [2025-10-27 03:50:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.249 - - [2025-10-27 03:50:12] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004630 10.0.0.249 - - [2025-10-27 03:50:12] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005398 10.0.0.249 - - [2025-10-27 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-10-27 03:50:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003566 10.0.0.249 - - [2025-10-27 03:50:13] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002970 10.0.0.249 - - [2025-10-27 03:50:13] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005805 10.0.0.249 - - [2025-10-27 03:50:16] "GET /obj-perms HTTP/1.1" 200 5075 0.042425 10.0.0.129 - - [2025-10-27 03:50:17] "DELETE /project/80d709c4ad0941f59ef682cea1516480 HTTP/1.1" 404 173 0.005107 10.0.0.129 - - [2025-10-27 03:50:17] "DELETE /project/eac447f6-7bef-4dd0-866b-5de75b1f869e HTTP/1.1" 404 177 0.004706 10.0.0.249 - - [2025-10-27 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.129 - - [2025-10-27 03:50:18] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001289 10.0.0.249 - - [2025-10-27 03:50:18] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.042766 10.0.0.249 - - [2025-10-27 03:50:18] "POST /neutron/network HTTP/1.1" 200 117 0.016018 10.0.0.33 - - [2025-10-27 03:50:18] "POST /ref-update HTTP/1.1" 200 156 0.015836 10.0.0.249 - - [2025-10-27 03:50:18] "POST /neutron/network HTTP/1.1" 200 844 0.011889 10.0.0.249 - - [2025-10-27 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001084 10.0.0.249 - - [2025-10-27 03:50:19] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004958 10.0.0.249 - - [2025-10-27 03:50:19] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005679 10.0.0.249 - - [2025-10-27 03:50:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.009086 10.0.0.249 - - [2025-10-27 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.129 - - [2025-10-27 03:50:19] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001069 10.0.0.249 - - [2025-10-27 03:50:19] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.037462 10.0.0.129 - - [2025-10-27 03:50:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007042 10.0.0.249 - - [2025-10-27 03:50:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.230129 10.0.0.249 - - [2025-10-27 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 242 0.001604 10.0.0.249 - - [2025-10-27 03:50:19] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004847 10.0.0.249 - - [2025-10-27 03:50:19] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005659 10.0.0.249 - - [2025-10-27 03:50:19] "POST /neutron/network HTTP/1.1" 200 849 0.010677 10.0.0.249 - - [2025-10-27 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001697 10.0.0.249 - - [2025-10-27 03:50:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008127 10.0.0.129 - - [2025-10-27 03:50:20] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001067 10.0.0.249 - - [2025-10-27 03:50:20] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.086598 10.0.0.249 - - [2025-10-27 03:50:20] "POST /neutron/port HTTP/1.1" 200 2094 0.022102 10.0.0.249 - - [2025-10-27 03:50:20] "POST /id-to-fqname HTTP/1.1" 200 242 0.001740 10.0.0.249 - - [2025-10-27 03:50:21] "POST /neutron/port HTTP/1.1" 200 2094 0.022633 10.0.0.249 - - [2025-10-27 03:50:21] "POST /neutron/network HTTP/1.1" 200 854 0.008582 10.0.0.249 - - [2025-10-27 03:50:21] "POST /neutron/port HTTP/1.1" 200 1078 0.040385 10.0.0.129 - - [2025-10-27 03:50:22] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001209 10.0.0.249 - - [2025-10-27 03:50:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011186 10.0.0.249 - - [2025-10-27 03:50:22] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.084611 10.0.0.249 - - [2025-10-27 03:50:22] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.249 - - [2025-10-27 03:50:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006747 10.0.0.249 - - [2025-10-27 03:50:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.001462 10.0.0.249 - - [2025-10-27 03:50:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.001063 10.0.0.249 - - [2025-10-27 03:50:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007782 10.0.0.129 - - [2025-10-27 03:50:22] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.249 - - [2025-10-27 03:50:23] "POST /neutron/port HTTP/1.1" 200 1077 0.264272 10.0.0.249 - - [2025-10-27 03:50:23] "POST /neutron/port HTTP/1.1" 200 1131 0.090649 10.0.0.249 - - [2025-10-27 03:50:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.009985 10.0.0.129 - - [2025-10-27 03:50:23] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001226 10.0.0.249 - - [2025-10-27 03:50:23] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.068215 10.0.0.249 - - [2025-10-27 03:50:23] "POST /neutron/network HTTP/1.1" 200 843 0.006280 10.0.0.249 - - [2025-10-27 03:50:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007301 10.0.0.249 - - [2025-10-27 03:50:24] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005898 10.0.0.129 - - [2025-10-27 03:50:24] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000956 10.0.0.249 - - [2025-10-27 03:50:24] "POST /neutron/port HTTP/1.1" 200 1077 0.246770 10.0.0.249 - - [2025-10-27 03:50:24] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006683 10.0.0.249 - - [2025-10-27 03:50:24] "POST /neutron/port HTTP/1.1" 200 1077 0.010521 10.0.0.33 - - [2025-10-27 03:50:25] "GET /obj-perms HTTP/1.1" 200 5085 0.004052 10.0.0.249 - - [2025-10-27 03:50:25] "POST /neutron/port HTTP/1.1" 200 1078 0.015619 10.0.0.129 - - [2025-10-27 03:50:25] "GET /obj-perms HTTP/1.1" 200 5085 0.070389 10.0.0.249 - - [2025-10-27 03:50:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003548 10.0.0.249 - - [2025-10-27 03:50:25] "POST /neutron/network HTTP/1.1" 200 843 0.006571 10.0.0.249 - - [2025-10-27 03:50:25] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005553 10.0.0.249 - - [2025-10-27 03:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.249 - - [2025-10-27 03:50:25] "GET /obj-perms HTTP/1.1" 200 5085 0.042148 10.0.0.249 - - [2025-10-27 03:50:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006945 10.0.0.249 - - [2025-10-27 03:50:26] "POST /neutron/port HTTP/1.1" 200 1105 0.016454 10.0.0.249 - - [2025-10-27 03:50:26] "GET /virtual-machine/2645fe1f-4cef-4893-a63e-639d6aa55898 HTTP/1.1" 200 1312 0.006907 10.0.0.249 - - [2025-10-27 03:50:26] "GET /virtual-machine-interface/56b6e771-fb85-4ddf-930e-ec7eb0fccdaa HTTP/1.1" 200 3050 0.006801 10.0.0.249 - - [2025-10-27 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.249 - - [2025-10-27 03:50:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004121 10.0.0.249 - - [2025-10-27 03:50:26] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003778 10.0.0.249 - - [2025-10-27 03:50:26] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006544 10.0.0.249 - - [2025-10-27 03:50:29] "POST /neutron/port HTTP/1.1" 200 1105 0.016123 10.0.0.249 - - [2025-10-27 03:50:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.009863 10.0.0.249 - - [2025-10-27 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.249 - - [2025-10-27 03:50:29] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006481 10.0.0.249 - - [2025-10-27 03:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.249 - - [2025-10-27 03:50:33] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004936 10.0.0.249 - - [2025-10-27 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.249 - - [2025-10-27 03:50:37] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005984 10.0.0.249 - - [2025-10-27 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.249 - - [2025-10-27 03:50:41] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005538 10.0.0.249 - - [2025-10-27 03:50:43] "POST /neutron/port HTTP/1.1" 200 1106 0.021296 10.0.0.249 - - [2025-10-27 03:50:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007874 10.0.0.249 - - [2025-10-27 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.249 - - [2025-10-27 03:50:45] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005022 10.0.0.249 - - [2025-10-27 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.249 - - [2025-10-27 03:50:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003732 10.0.0.249 - - [2025-10-27 03:50:47] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002669 10.0.0.249 - - [2025-10-27 03:50:47] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005771 10.0.0.249 - - [2025-10-27 03:50:47] "POST /neutron/port HTTP/1.1" 200 1105 0.015238 10.0.0.249 - - [2025-10-27 03:50:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010056 10.0.0.249 - - [2025-10-27 03:50:58] "POST /neutron/port HTTP/1.1" 200 1106 0.015979 10.0.0.249 - - [2025-10-27 03:50:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009019 10.0.0.249 - - [2025-10-27 03:50:58] "GET /virtual-machine/44943b6f-1a02-42ea-807d-a088c196cfa7 HTTP/1.1" 200 1311 0.006332 10.0.0.249 - - [2025-10-27 03:50:58] "GET /virtual-machine-interface/4f6cd7f5-250d-47bc-b8aa-937095117443 HTTP/1.1" 200 3041 0.005069 10.0.0.249 - - [2025-10-27 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.249 - - [2025-10-27 03:50:58] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004299 10.0.0.249 - - [2025-10-27 03:50:58] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003021 10.0.0.249 - - [2025-10-27 03:50:58] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005836 10.0.0.33 - - [2025-10-27 03:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.33 - - [2025-10-27 03:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.129 - - [2025-10-27 03:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.129 - - [2025-10-27 03:50:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.33 - - [2025-10-27 03:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.33 - - [2025-10-27 03:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-10-27 03:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.249 - - [2025-10-27 03:50:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005454 10.0.0.249 - - [2025-10-27 03:50:59] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004240 10.0.0.249 - - [2025-10-27 03:50:59] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008042 10.0.0.249 - - [2025-10-27 03:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-10-27 03:50:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-10-27 03:51:00] "POST /neutron/port HTTP/1.1" 200 2095 0.020633 10.0.0.249 - - [2025-10-27 03:51:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007742 10.0.0.249 - - [2025-10-27 03:51:00] "GET /virtual-machine/d4bd1c0e-89db-4845-8f3a-09a26433177d HTTP/1.1" 200 1590 0.006094 10.0.0.249 - - [2025-10-27 03:51:00] "GET /virtual-machine-interface/0a826cc9-0954-4530-9b65-6ebdf1696463 HTTP/1.1" 200 3040 0.005464 10.0.0.249 - - [2025-10-27 03:51:00] "GET /virtual-machine-interface/50e2c5a9-9f26-4c9a-a2e8-90a202d9f032 HTTP/1.1" 200 3041 0.007676 10.0.0.249 - - [2025-10-27 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-10-27 03:51:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.249 - - [2025-10-27 03:51:00] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002813 10.0.0.249 - - [2025-10-27 03:51:00] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006619 10.0.0.129 - - [2025-10-27 03:51:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.129 - - [2025-10-27 03:51:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-10-27 03:51:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-10-27 03:51:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-10-27 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.249 - - [2025-10-27 03:51:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004867 10.0.0.249 - - [2025-10-27 03:51:01] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003642 10.0.0.249 - - [2025-10-27 03:51:01] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007393 10.0.0.249 - - [2025-10-27 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.249 - - [2025-10-27 03:51:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005020 10.0.0.249 - - [2025-10-27 03:51:01] "GET /virtual-networks?parent_id=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003757 10.0.0.249 - - [2025-10-27 03:51:01] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007225 10.0.0.249 - - [2025-10-27 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.249 - - [2025-10-27 03:51:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003843 10.0.0.249 - - [2025-10-27 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-10-27 03:51:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255 10.0.0.249 - - [2025-10-27 03:51:03] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.011593 10.0.0.249 - - [2025-10-27 03:51:03] "POST /fqname-to-id HTTP/1.1" 404 217 0.003500 10.0.0.249 - - [2025-10-27 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.129 - - [2025-10-27 03:51:03] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.028479 10.0.0.249 - - [2025-10-27 03:51:03] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.076930 10.0.0.249 - - [2025-10-27 03:51:03] "POST /network-policys HTTP/1.1" 200 541 0.028176 10.0.0.249 - - [2025-10-27 03:51:03] "GET /network-policy/750df9b8-7c80-47d4-ac84-25fb2592ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.006149 10.0.0.249 - - [2025-10-27 03:51:03] "POST /neutron/network HTTP/1.1" 200 843 0.006536 10.0.0.249 - - [2025-10-27 03:51:03] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.008962 10.0.0.249 - - [2025-10-27 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.249 - - [2025-10-27 03:51:03] "GET /network-policy/750df9b8-7c80-47d4-ac84-25fb2592ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.007565 10.0.0.249 - - [2025-10-27 03:51:03] "POST /neutron/network HTTP/1.1" 200 844 0.007523 10.0.0.249 - - [2025-10-27 03:51:04] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007507 10.0.0.249 - - [2025-10-27 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-10-27 03:51:04] "GET /network-policy/750df9b8-7c80-47d4-ac84-25fb2592ab22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004187 10.0.0.33 - - [2025-10-27 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.029555 10.0.0.249 - - [2025-10-27 03:51:04] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007026 10.0.0.33 - - [2025-10-27 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.011678 10.0.0.249 - - [2025-10-27 03:51:04] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007241 10.0.0.33 - - [2025-10-27 03:51:05] "GET /obj-perms HTTP/1.1" 200 5085 0.003884 10.0.0.129 - - [2025-10-27 03:51:05] "GET /obj-perms HTTP/1.1" 200 5085 0.003690 10.0.0.249 - - [2025-10-27 03:51:05] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006299 10.0.0.249 - - [2025-10-27 03:51:05] "GET /obj-perms HTTP/1.1" 200 5085 0.004660 10.0.0.249 - - [2025-10-27 03:51:05] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007247 10.0.0.249 - - [2025-10-27 03:51:06] "GET /virtual-network/bbb80a84-058c-4477-a1d0-695871624e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006590 10.0.0.33 - - [2025-10-27 03:51:06] "GET /obj-perms HTTP/1.1" 200 5085 0.004491 10.0.0.129 - - [2025-10-27 03:51:06] "GET /obj-perms HTTP/1.1" 200 5085 0.005224 10.0.0.249 - - [2025-10-27 03:51:17] "GET /obj-perms HTTP/1.1" 200 5075 0.043294 10.0.0.249 - - [2025-10-27 03:51:22] "GET /obj-perms HTTP/1.1" 200 5085 0.004447 10.0.0.249 - - [2025-10-27 03:51:22] "POST /neutron/port HTTP/1.1" 200 1106 0.017648 10.0.0.249 - - [2025-10-27 03:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004478 10.0.0.249 - - [2025-10-27 03:51:22] "POST /neutron/network HTTP/1.1" 200 938 0.006822 10.0.0.249 - - [2025-10-27 03:51:29] "POST /neutron/network HTTP/1.1" 200 947 0.032680 10.0.0.249 - - [2025-10-27 03:51:29] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.249 - - [2025-10-27 03:52:22] "POST /neutron/port HTTP/1.1" 200 1105 0.018606 10.0.0.249 - - [2025-10-27 03:52:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.007990 10.0.0.249 - - [2025-10-27 03:52:30] "POST /neutron/port HTTP/1.1" 200 2095 0.015869 10.0.0.249 - - [2025-10-27 03:52:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005161 10.0.0.249 - - [2025-10-27 03:52:30] "POST /neutron/network HTTP/1.1" 200 937 0.007350 10.0.0.249 - - [2025-10-27 03:52:30] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.249 - - [2025-10-27 03:53:23] "POST /neutron/port HTTP/1.1" 200 1106 0.019179 10.0.0.249 - - [2025-10-27 03:53:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.012292 10.0.0.249 - - [2025-10-27 03:53:32] "POST /neutron/port HTTP/1.1" 200 1105 0.018782 10.0.0.249 - - [2025-10-27 03:53:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005948 10.0.0.249 - - [2025-10-27 03:53:32] "POST /neutron/network HTTP/1.1" 200 937 0.009086 10.0.0.129 - - [2025-10-27 03:54:19] "GET /obj-perms HTTP/1.1" 200 5075 0.048329 10.0.0.249 - - [2025-10-27 03:54:24] "POST /neutron/network HTTP/1.1" 200 859 0.006442 10.0.0.249 - - [2025-10-27 03:54:24] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.249 - - [2025-10-27 03:54:32] "POST /neutron/port HTTP/1.1" 200 1105 0.020409 10.0.0.249 - - [2025-10-27 03:54:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.011724 10.0.0.249 - - [2025-10-27 03:54:43] "GET /obj-perms HTTP/1.1" 200 5085 0.004292 10.0.0.33 - - [2025-10-27 03:54:43] "GET /obj-perms HTTP/1.1" 200 5085 0.047471 10.0.0.249 - - [2025-10-27 03:54:45] "GET /obj-perms HTTP/1.1" 200 5085 0.003809 10.0.0.249 - - [2025-10-27 03:54:46] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.031968 10.0.0.249 - - [2025-10-27 03:54:46] "POST /neutron/network HTTP/1.1" 200 938 0.026847 10.0.0.249 - - [2025-10-27 03:54:47] "GET /virtual-network/0369affc-4296-4bce-9949-6a086193b264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007047 10.0.0.249 - - [2025-10-27 03:54:47] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006905 10.0.0.249 - - [2025-10-27 03:54:47] "POST /neutron/network HTTP/1.1" 200 937 0.006315 10.0.0.249 - - [2025-10-27 03:54:47] "GET /virtual-network/392e2efe-ece0-418c-b3bf-d0f44c935e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007093 10.0.0.249 - - [2025-10-27 03:54:47] "DELETE /network-policy/750df9b8-7c80-47d4-ac84-25fb2592ab22 HTTP/1.1" 200 115 0.032918 10.0.0.249 - - [2025-10-27 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.249 - - [2025-10-27 03:54:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.005146 10.0.0.249 - - [2025-10-27 03:54:47] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.012805 10.0.0.33 - - [2025-10-27 03:54:47] "DELETE /access-control-list/e34ce2eb-70ec-4d80-8e10-222341d98a55 HTTP/1.1" 200 115 0.033334 10.0.0.33 - - [2025-10-27 03:54:47] "DELETE /access-control-list/660390d2-ede8-4952-ba8a-5c3cafa2e818 HTTP/1.1" 200 115 0.043737 10.0.0.249 - - [2025-10-27 03:54:48] "POST /neutron/network HTTP/1.1" 200 849 0.007390 10.0.0.249 - - [2025-10-27 03:54:49] "POST /neutron/port HTTP/1.1" 200 2095 0.017952 10.0.0.249 - - [2025-10-27 03:54:49] "POST /neutron/port HTTP/1.1" 200 1131 0.011537 10.0.0.249 - - [2025-10-27 03:54:49] "POST /neutron/port HTTP/1.1" 200 1132 0.023257 10.0.0.249 - - [2025-10-27 03:54:50] "POST /neutron/port HTTP/1.1" 200 151 0.199332 10.0.0.33 - - [2025-10-27 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.249 - - [2025-10-27 03:54:51] "POST /neutron/network HTTP/1.1" 200 844 0.006894 10.0.0.33 - - [2025-10-27 03:54:51] "DELETE /route-target/93f8a31a-8e76-4b8e-ba4d-08a5bb6da7f7 HTTP/1.1" 200 115 0.027866 10.0.0.249 - - [2025-10-27 03:54:51] "POST /neutron/network HTTP/1.1" 400 204 0.013732 10.0.0.249 - - [2025-10-27 03:54:52] "POST /neutron/port HTTP/1.1" 200 1105 0.014935 10.0.0.249 - - [2025-10-27 03:54:52] "POST /neutron/port HTTP/1.1" 200 151 0.217670 10.0.0.129 - - [2025-10-27 03:54:54] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000968 10.0.0.249 - - [2025-10-27 03:54:54] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.079940 10.0.0.129 - - [2025-10-27 03:54:54] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001055 10.0.0.249 - - [2025-10-27 03:54:54] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?fields=virtual_networks HTTP/1.1" 200 1070 0.040947 10.0.0.129 - - [2025-10-27 03:54:54] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001393 10.0.0.249 - - [2025-10-27 03:54:54] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.039613 10.0.0.129 - - [2025-10-27 03:54:54] "GET /projects?obj_uuids=80d709c4-ad09-41f5-9ef6-82cea1516480&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001004 10.0.0.249 - - [2025-10-27 03:54:54] "GET /project/80d709c4-ad09-41f5-9ef6-82cea1516480?fields=security_groups HTTP/1.1" 200 1315 0.044428 10.0.0.249 - - [2025-10-27 03:54:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.024931 10.0.0.129 - - [2025-10-27 03:54:55] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003417 10.0.0.129 - - [2025-10-27 03:54:55] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688 10.0.0.129 - - [2025-10-27 03:54:55] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039867 10.0.0.129 - - [2025-10-27 03:54:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.003197 10.0.0.129 - - [2025-10-27 03:54:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.007379 10.0.0.129 - - [2025-10-27 03:54:55] "POST /security-groups HTTP/1.1" 200 586 0.029865 10.0.0.33 - - [2025-10-27 03:54:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003720 10.0.0.129 - - [2025-10-27 03:54:55] "POST /projects HTTP/1.1" 200 575 0.223079 10.0.0.129 - - [2025-10-27 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.267792 10.0.0.33 - - [2025-10-27 03:54:55] "POST /access-control-lists HTTP/1.1" 200 591 0.032712 10.0.0.249 - - [2025-10-27 03:54:55] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.450437 10.0.0.249 - - [2025-10-27 03:54:56] "GET / HTTP/1.1" 200 36215 0.002218 10.0.0.129 - - [2025-10-27 03:54:57] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001018 10.0.0.249 - - [2025-10-27 03:54:57] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.039144 10.0.0.249 - - [2025-10-27 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-10-27 03:54:58] "GET /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.003683 10.0.0.249 - - [2025-10-27 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.129 - - [2025-10-27 03:54:58] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001253 10.0.0.249 - - [2025-10-27 03:54:58] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.049385 10.0.0.249 - - [2025-10-27 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.249 - - [2025-10-27 03:54:58] "GET /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004978 10.0.0.249 - - [2025-10-27 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-10-27 03:54:58] "PUT /security-group/16c872a6-2d1a-4c59-858d-c16821dab6dd HTTP/1.1" 200 263 0.018304 10.0.0.129 - - [2025-10-27 03:55:01] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.249 - - [2025-10-27 03:55:01] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051174 10.0.0.129 - - [2025-10-27 03:55:01] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001996 10.0.0.249 - - [2025-10-27 03:55:01] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?fields=virtual_networks HTTP/1.1" 200 1024 0.046481 10.0.0.129 - - [2025-10-27 03:55:01] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.249 - - [2025-10-27 03:55:01] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.043440 10.0.0.129 - - [2025-10-27 03:55:01] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.249 - - [2025-10-27 03:55:01] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?fields=security_groups HTTP/1.1" 200 1246 0.039343 10.0.0.249 - - [2025-10-27 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.031595 10.0.0.129 - - [2025-10-27 03:55:02] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010496 10.0.0.129 - - [2025-10-27 03:55:02] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.129 - - [2025-10-27 03:55:02] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007698 10.0.0.129 - - [2025-10-27 03:55:02] "POST /id-to-fqname HTTP/1.1" 200 194 0.002008 10.0.0.129 - - [2025-10-27 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.007077 10.0.0.129 - - [2025-10-27 03:55:02] "POST /security-groups HTTP/1.1" 200 595 0.073701 10.0.0.33 - - [2025-10-27 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 238 0.003265 10.0.0.129 - - [2025-10-27 03:55:02] "POST /projects HTTP/1.1" 200 593 0.292191 10.0.0.129 - - [2025-10-27 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.367752 10.0.0.33 - - [2025-10-27 03:55:02] "POST /access-control-lists HTTP/1.1" 200 600 0.027924 10.0.0.249 - - [2025-10-27 03:55:02] "GET /project/68671093-a579-4add-ab40-473cd103567a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.521867 10.0.0.249 - - [2025-10-27 03:55:03] "GET / HTTP/1.1" 200 36215 0.002467 10.0.0.249 - - [2025-10-27 03:55:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2025-10-27 03:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.052199 10.0.0.129 - - [2025-10-27 03:55:06] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.249 - - [2025-10-27 03:55:06] "GET /project/68671093-a579-4add-ab40-473cd103567a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037990 10.0.0.249 - - [2025-10-27 03:55:06] "POST /neutron/network HTTP/1.1" 200 117 0.036504 10.0.0.249 - - [2025-10-27 03:55:06] "POST /neutron/network HTTP/1.1" 200 842 0.009177 10.0.0.249 - - [2025-10-27 03:55:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001069 10.0.0.249 - - [2025-10-27 03:55:06] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004893 10.0.0.249 - - [2025-10-27 03:55:06] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005593 10.0.0.249 - - [2025-10-27 03:55:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.012037 10.0.0.249 - - [2025-10-27 03:55:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001041 10.0.0.129 - - [2025-10-27 03:55:07] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001089 10.0.0.249 - - [2025-10-27 03:55:07] "GET /project/68671093-a579-4add-ab40-473cd103567a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061850 10.0.0.249 - - [2025-10-27 03:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.006683 10.0.0.249 - - [2025-10-27 03:55:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001966 10.0.0.249 - - [2025-10-27 03:55:08] "POST /neutron/network HTTP/1.1" 200 852 0.006262 10.0.0.249 - - [2025-10-27 03:55:08] "POST /neutron/port HTTP/1.1" 200 1064 0.018426 10.0.0.249 - - [2025-10-27 03:55:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003825 10.0.0.249 - - [2025-10-27 03:55:09] "POST /neutron/network HTTP/1.1" 200 842 0.009218 10.0.0.33 - - [2025-10-27 03:55:09] "DELETE /access-control-list/53d22c95-151e-486d-9307-e3be50375a71 HTTP/1.1" 200 115 0.056160 10.0.0.129 - - [2025-10-27 03:55:18] "DELETE /project/7e667917e9444f63b48c8b79211b34f2 HTTP/1.1" 404 173 0.004143 10.0.0.129 - - [2025-10-27 03:55:18] "DELETE /project/68671093a5794addab40473cd103567a HTTP/1.1" 404 173 0.008810 10.0.0.129 - - [2025-10-27 03:55:18] "DELETE /project/80d709c4-ad09-41f5-9ef6-82cea1516480 HTTP/1.1" 404 177 0.005747 10.0.0.129 - - [2025-10-27 03:55:18] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000771 10.0.0.129 - - [2025-10-27 03:55:18] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042052 10.0.0.129 - - [2025-10-27 03:55:18] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.129 - - [2025-10-27 03:55:18] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?fields=security_groups HTTP/1.1" 200 1348 0.049523 10.0.0.129 - - [2025-10-27 03:55:18] "DELETE /security-group/dd5dfd3d-a071-4dc7-9148-c42962536117 HTTP/1.1" 200 115 0.056895 10.0.0.129 - - [2025-10-27 03:55:18] "GET /projects?obj_uuids=7e667917-e944-4f63-b48c-8b79211b34f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.129 - - [2025-10-27 03:55:18] "GET /project/7e667917-e944-4f63-b48c-8b79211b34f2?fields=application_policy_sets HTTP/1.1" 200 1387 0.063742 10.0.0.33 - - [2025-10-27 03:55:18] "DELETE /access-control-list/226485cc-2e83-4872-bfae-dad18d8a82b0 HTTP/1.1" 200 115 0.045846 10.0.0.129 - - [2025-10-27 03:55:18] "DELETE /project/7e667917-e944-4f63-b48c-8b79211b34f2 HTTP/1.1" 200 115 0.403022 10.0.0.249 - - [2025-10-27 03:55:29] "POST /neutron/network HTTP/1.1" 200 852 0.008334 10.0.0.129 - - [2025-10-27 03:55:30] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.249 - - [2025-10-27 03:55:30] "GET /project/68671093-a579-4add-ab40-473cd103567a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.063498 10.0.0.249 - - [2025-10-27 03:55:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007104 10.0.0.249 - - [2025-10-27 03:55:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007175 10.0.0.249 - - [2025-10-27 03:55:31] "POST /neutron/port HTTP/1.1" 200 1092 0.015766 10.0.0.249 - - [2025-10-27 03:55:31] "GET /virtual-machine/10369bb3-a3b9-48af-bc51-907f0a673fa8 HTTP/1.1" 401 293 0.000511 10.0.0.129 - - [2025-10-27 03:55:31] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000897 10.0.0.249 - - [2025-10-27 03:55:31] "POST /neutron/port HTTP/1.1" 200 1064 0.367903 10.0.0.249 - - [2025-10-27 03:55:31] "GET /virtual-machine/10369bb3-a3b9-48af-bc51-907f0a673fa8 HTTP/1.1" 200 1298 0.036279 10.0.0.249 - - [2025-10-27 03:55:31] "GET /virtual-machine-interface/bab54aab-2abf-4a47-9bbb-eacff732abfb HTTP/1.1" 200 2990 0.004861 10.0.0.249 - - [2025-10-27 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008251 10.0.0.249 - - [2025-10-27 03:55:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965 10.0.0.249 - - [2025-10-27 03:55:31] "GET /virtual-networks?parent_id=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003042 10.0.0.249 - - [2025-10-27 03:55:31] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.012632 10.0.0.249 - - [2025-10-27 03:55:31] "POST /neutron/port HTTP/1.1" 200 1118 0.184491 10.0.0.249 - - [2025-10-27 03:55:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.014253 10.0.0.249 - - [2025-10-27 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.249 - - [2025-10-27 03:55:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010188 10.0.0.249 - - [2025-10-27 03:55:32] "GET /virtual-networks?parent_id=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003073 10.0.0.249 - - [2025-10-27 03:55:32] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005350 10.0.0.249 - - [2025-10-27 03:55:33] "POST /neutron/port HTTP/1.1" 200 1092 0.031675 10.0.0.249 - - [2025-10-27 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017187 10.0.0.249 - - [2025-10-27 03:55:48] "POST /neutron/port HTTP/1.1" 200 1092 0.013714 10.0.0.249 - - [2025-10-27 03:55:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006674 10.0.0.33 - - [2025-10-27 03:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.33 - - [2025-10-27 03:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.129 - - [2025-10-27 03:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.129 - - [2025-10-27 03:55:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.33 - - [2025-10-27 03:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.33 - - [2025-10-27 03:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-10-27 03:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-10-27 03:55:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.129 - - [2025-10-27 03:56:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001615 10.0.0.129 - - [2025-10-27 03:56:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-10-27 03:56:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-10-27 03:56:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2025-10-27 03:56:04] "POST /neutron/port HTTP/1.1" 200 1092 0.017684 10.0.0.249 - - [2025-10-27 03:56:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008375 10.0.0.249 - - [2025-10-27 03:56:09] "POST /neutron/port HTTP/1.1" 200 1092 0.020493 10.0.0.249 - - [2025-10-27 03:56:09] "GET /virtual-machine/3abcf435-eecd-442b-b4d0-e02ffa1a3877 HTTP/1.1" 200 1298 0.009340 10.0.0.249 - - [2025-10-27 03:56:09] "GET /virtual-machine-interface/ccd9d04c-e785-4a60-b2bc-0fbc24b0c959 HTTP/1.1" 200 2990 0.005436 10.0.0.249 - - [2025-10-27 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.249 - - [2025-10-27 03:56:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003393 10.0.0.249 - - [2025-10-27 03:56:09] "GET /virtual-networks?parent_id=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003315 10.0.0.249 - - [2025-10-27 03:56:09] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006266 10.0.0.249 - - [2025-10-27 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.249 - - [2025-10-27 03:56:12] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004860 10.0.0.249 - - [2025-10-27 03:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.249 - - [2025-10-27 03:56:16] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005770 10.0.0.249 - - [2025-10-27 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.249 - - [2025-10-27 03:56:20] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005134 10.0.0.249 - - [2025-10-27 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2025-10-27 03:56:24] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006896 10.0.0.249 - - [2025-10-27 03:56:26] "POST /neutron/port HTTP/1.1" 200 1092 0.014050 10.0.0.249 - - [2025-10-27 03:56:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.009938 10.0.0.249 - - [2025-10-27 03:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.249 - - [2025-10-27 03:56:28] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005949 10.0.0.249 - - [2025-10-27 03:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-10-27 03:56:33] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005797 10.0.0.249 - - [2025-10-27 03:56:33] "POST /neutron/port HTTP/1.1" 200 1092 0.044939 10.0.0.249 - - [2025-10-27 03:56:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004909 10.0.0.249 - - [2025-10-27 03:56:33] "POST /neutron/network HTTP/1.1" 200 842 0.008421 10.0.0.249 - - [2025-10-27 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-10-27 03:56:37] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005246 10.0.0.249 - - [2025-10-27 03:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.249 - - [2025-10-27 03:56:41] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005034 10.0.0.249 - - [2025-10-27 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2025-10-27 03:56:45] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006453 10.0.0.249 - - [2025-10-27 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.249 - - [2025-10-27 03:56:49] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005207 10.0.0.249 - - [2025-10-27 03:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.249 - - [2025-10-27 03:56:53] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005140 10.0.0.249 - - [2025-10-27 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2025-10-27 03:56:57] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005162 10.0.0.249 - - [2025-10-27 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.249 - - [2025-10-27 03:57:01] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005399 10.0.0.249 - - [2025-10-27 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-10-27 03:57:05] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005327 10.0.0.249 - - [2025-10-27 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.249 - - [2025-10-27 03:57:09] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.011145 10.0.0.249 - - [2025-10-27 03:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.249 - - [2025-10-27 03:57:13] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007974 10.0.0.249 - - [2025-10-27 03:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.249 - - [2025-10-27 03:57:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003278 10.0.0.249 - - [2025-10-27 03:57:16] "GET /virtual-networks?parent_id=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003005 10.0.0.249 - - [2025-10-27 03:57:16] "GET /virtual-network/7368f41a-4ef3-4fb0-9b73-59b3117dc103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009580 10.0.0.249 - - [2025-10-27 03:57:16] "POST /neutron/port HTTP/1.1" 200 1092 0.015853 10.0.0.249 - - [2025-10-27 03:57:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007813 10.0.0.249 - - [2025-10-27 03:57:27] "POST /neutron/port HTTP/1.1" 200 1092 0.023904 10.0.0.249 - - [2025-10-27 03:57:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.249 - - [2025-10-27 03:57:27] "POST /neutron/network HTTP/1.1" 200 842 0.008293 10.0.0.249 - - [2025-10-27 03:57:34] "POST /neutron/port HTTP/1.1" 200 1092 0.015965 10.0.0.249 - - [2025-10-27 03:57:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.249 - - [2025-10-27 03:57:34] "POST /neutron/network HTTP/1.1" 200 842 0.006975 10.0.0.249 - - [2025-10-27 03:57:42] "POST /neutron/port HTTP/1.1" 200 1092 0.016536 10.0.0.249 - - [2025-10-27 03:57:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006944 10.0.0.249 - - [2025-10-27 03:57:57] "POST /neutron/port HTTP/1.1" 200 1092 0.016413 10.0.0.249 - - [2025-10-27 03:58:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010184 10.0.0.249 - - [2025-10-27 03:58:07] "POST /fqname-to-id HTTP/1.1" 404 240 0.004016 10.0.0.249 - - [2025-10-27 03:58:07] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.030391 10.0.0.249 - - [2025-10-27 03:58:08] "GET /bgp-as-a-service/ef5d1b3f-2762-4499-8605-1eb4c9f42ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.006680 10.0.0.249 - - [2025-10-27 03:58:08] "GET /virtual-machine-interface/ccd9d04c-e785-4a60-b2bc-0fbc24b0c959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005446 10.0.0.249 - - [2025-10-27 03:58:08] "POST /ref-update HTTP/1.1" 200 156 0.011688 10.0.0.249 - - [2025-10-27 03:58:08] "POST /neutron/network HTTP/1.1" 200 842 0.010754 10.0.0.33 - - [2025-10-27 03:58:08] "POST /ref-update HTTP/1.1" 200 156 0.050868 10.0.0.33 - - [2025-10-27 03:58:22] "GET /obj-perms HTTP/1.1" 200 5075 0.054532 10.0.0.129 - - [2025-10-27 03:58:22] "GET /obj-perms HTTP/1.1" 200 5075 0.055650 10.0.0.249 - - [2025-10-27 03:58:27] "POST /neutron/port HTTP/1.1" 200 1092 0.017955 10.0.0.249 - - [2025-10-27 03:58:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.008852 10.0.0.249 - - [2025-10-27 03:58:34] "GET /bgp-as-a-service/ef5d1b3f-2762-4499-8605-1eb4c9f42ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.011336 10.0.0.249 - - [2025-10-27 03:58:34] "GET /virtual-machine-interface/ccd9d04c-e785-4a60-b2bc-0fbc24b0c959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.009166 10.0.0.249 - - [2025-10-27 03:58:34] "POST /ref-update HTTP/1.1" 200 156 0.017694 10.0.0.33 - - [2025-10-27 03:58:35] "POST /ref-update HTTP/1.1" 200 156 0.035233 10.0.0.249 - - [2025-10-27 03:58:35] "DELETE /bgp-as-a-service/ef5d1b3f-2762-4499-8605-1eb4c9f42ee4 HTTP/1.1" 200 115 0.096870 10.0.0.249 - - [2025-10-27 03:58:35] "POST /neutron/port HTTP/1.1" 200 1092 0.074391 10.0.0.249 - - [2025-10-27 03:58:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005183 10.0.0.249 - - [2025-10-27 03:58:35] "POST /neutron/network HTTP/1.1" 200 842 0.007212 10.0.0.249 - - [2025-10-27 03:58:35] "POST /neutron/port HTTP/1.1" 200 1092 0.016587 10.0.0.249 - - [2025-10-27 03:58:35] "POST /neutron/port HTTP/1.1" 200 1092 0.019679 10.0.0.249 - - [2025-10-27 03:58:37] "POST /neutron/network HTTP/1.1" 200 842 0.007338 10.0.0.33 - - [2025-10-27 03:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.129 - - [2025-10-27 03:58:39] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.023461 10.0.0.249 - - [2025-10-27 03:58:39] "GET /project/68671093-a579-4add-ab40-473cd103567a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056678 10.0.0.129 - - [2025-10-27 03:58:39] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000919 10.0.0.249 - - [2025-10-27 03:58:39] "GET /project/68671093-a579-4add-ab40-473cd103567a?fields=virtual_networks HTTP/1.1" 200 1042 0.072925 10.0.0.129 - - [2025-10-27 03:58:39] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.249 - - [2025-10-27 03:58:39] "GET /project/68671093-a579-4add-ab40-473cd103567a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.033700 10.0.0.129 - - [2025-10-27 03:58:39] "GET /projects?obj_uuids=68671093-a579-4add-ab40-473cd103567a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001230 10.0.0.249 - - [2025-10-27 03:58:39] "GET /project/68671093-a579-4add-ab40-473cd103567a?fields=security_groups HTTP/1.1" 200 1273 0.042186 10.0.0.249 - - [2025-10-27 03:58:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.024415 10.0.0.129 - - [2025-10-27 03:58:40] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.129 - - [2025-10-27 03:58:40] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.129 - - [2025-10-27 03:58:40] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007184 10.0.0.129 - - [2025-10-27 03:58:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.004262 10.0.0.129 - - [2025-10-27 03:58:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003453 10.0.0.129 - - [2025-10-27 03:58:40] "POST /security-groups HTTP/1.1" 200 592 0.069424 10.0.0.129 - - [2025-10-27 03:58:40] "POST /projects HTTP/1.1" 200 587 0.267516 10.0.0.33 - - [2025-10-27 03:58:40] "POST /access-control-lists HTTP/1.1" 200 599 0.038002 10.0.0.129 - - [2025-10-27 03:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.338370 10.0.0.249 - - [2025-10-27 03:58:40] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.476439 10.0.0.249 - - [2025-10-27 03:58:41] "GET / HTTP/1.1" 200 36215 0.001524 10.0.0.249 - - [2025-10-27 03:58:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.249 - - [2025-10-27 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.055235 10.0.0.129 - - [2025-10-27 03:58:43] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.249 - - [2025-10-27 03:58:43] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.043702 10.0.0.129 - - [2025-10-27 03:58:44] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.249 - - [2025-10-27 03:58:44] "POST /neutron/network HTTP/1.1" 200 614 0.156658 10.0.0.33 - - [2025-10-27 03:58:44] "POST /route-targets HTTP/1.1" 200 328 0.015764 10.0.0.249 - - [2025-10-27 03:58:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.003989 10.0.0.249 - - [2025-10-27 03:58:44] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006674 10.0.0.249 - - [2025-10-27 03:58:44] "POST /neutron/network HTTP/1.1" 200 834 0.005605 10.0.0.249 - - [2025-10-27 03:58:44] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004498 10.0.0.249 - - [2025-10-27 03:58:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001279 10.0.0.249 - - [2025-10-27 03:58:44] "POST /neutron/network HTTP/1.1" 200 844 0.007129 10.0.0.129 - - [2025-10-27 03:58:45] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000897 10.0.0.249 - - [2025-10-27 03:58:45] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061813 10.0.0.249 - - [2025-10-27 03:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.006381 10.0.0.249 - - [2025-10-27 03:58:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001126 10.0.0.249 - - [2025-10-27 03:58:46] "POST /neutron/network HTTP/1.1" 200 844 0.006637 10.0.0.129 - - [2025-10-27 03:58:46] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.249 - - [2025-10-27 03:58:46] "POST /neutron/port HTTP/1.1" 200 1062 0.028322 10.0.0.249 - - [2025-10-27 03:58:46] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.096678 10.0.0.249 - - [2025-10-27 03:58:47] "POST /neutron/port HTTP/1.1" 200 1090 0.033138 10.0.0.249 - - [2025-10-27 03:58:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.249 - - [2025-10-27 03:58:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.002221 10.0.0.249 - - [2025-10-27 03:58:47] "POST /neutron/port HTTP/1.1" 200 117 0.001889 10.0.0.249 - - [2025-10-27 03:58:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016051 10.0.0.129 - - [2025-10-27 03:58:47] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.249 - - [2025-10-27 03:58:48] "POST /neutron/port HTTP/1.1" 200 1062 0.417080 10.0.0.249 - - [2025-10-27 03:58:48] "POST /neutron/port HTTP/1.1" 200 1116 0.140029 10.0.0.129 - - [2025-10-27 03:58:48] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.249 - - [2025-10-27 03:58:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.008588 10.0.0.249 - - [2025-10-27 03:58:48] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.111579 10.0.0.249 - - [2025-10-27 03:58:48] "POST /neutron/network HTTP/1.1" 200 834 0.056138 10.0.0.249 - - [2025-10-27 03:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.008178 10.0.0.249 - - [2025-10-27 03:58:49] "POST /neutron/network HTTP/1.1" 200 844 0.013473 10.0.0.249 - - [2025-10-27 03:58:50] "POST /neutron/port HTTP/1.1" 200 1062 0.026640 10.0.0.249 - - [2025-10-27 03:58:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005218 10.0.0.249 - - [2025-10-27 03:58:50] "POST /neutron/network HTTP/1.1" 200 834 0.013710 10.0.0.249 - - [2025-10-27 03:58:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014634 10.0.0.249 - - [2025-10-27 03:59:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008776 10.0.0.33 - - [2025-10-27 03:59:09] "DELETE /access-control-list/df3d620c-0be9-43c4-b79c-5c28755fb346 HTTP/1.1" 200 115 0.053355 10.0.0.249 - - [2025-10-27 03:59:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016616 10.0.0.129 - - [2025-10-27 03:59:19] "DELETE /project/68671093-a579-4add-ab40-473cd103567a HTTP/1.1" 404 177 0.002934 10.0.0.129 - - [2025-10-27 03:59:19] "DELETE /project/290ff9c2de2a40cc83e958bf66b2dd23 HTTP/1.1" 404 173 0.005595 10.0.0.249 - - [2025-10-27 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007637 10.0.0.249 - - [2025-10-27 03:59:23] "GET /obj-perms HTTP/1.1" 200 5075 0.053381 10.0.0.249 - - [2025-10-27 03:59:24] "POST /neutron/port HTTP/1.1" 200 1090 0.015420 10.0.0.249 - - [2025-10-27 03:59:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007186 10.0.0.249 - - [2025-10-27 03:59:25] "GET /virtual-machine/9ab795d6-4d00-475e-8767-16ae89348dd7 HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2025-10-27 03:59:25] "GET /virtual-machine/9ab795d6-4d00-475e-8767-16ae89348dd7 HTTP/1.1" 200 1295 0.034962 10.0.0.249 - - [2025-10-27 03:59:25] "GET /virtual-machine-interface/496f718d-1e81-4d5f-89c1-f5260a467a58 HTTP/1.1" 200 2964 0.011068 10.0.0.249 - - [2025-10-27 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.249 - - [2025-10-27 03:59:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003917 10.0.0.249 - - [2025-10-27 03:59:25] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003901 10.0.0.249 - - [2025-10-27 03:59:25] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008784 10.0.0.249 - - [2025-10-27 03:59:27] "POST /neutron/network HTTP/1.1" 200 844 0.006625 10.0.0.249 - - [2025-10-27 03:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.249 - - [2025-10-27 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.249 - - [2025-10-27 03:59:28] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006176 10.0.0.249 - - [2025-10-27 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.249 - - [2025-10-27 03:59:32] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006357 10.0.0.249 - - [2025-10-27 03:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.249 - - [2025-10-27 03:59:36] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005735 10.0.0.249 - - [2025-10-27 03:59:37] "POST /neutron/port HTTP/1.1" 200 1090 0.015714 10.0.0.249 - - [2025-10-27 03:59:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.012513 10.0.0.249 - - [2025-10-27 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.249 - - [2025-10-27 03:59:40] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005004 10.0.0.249 - - [2025-10-27 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.249 - - [2025-10-27 03:59:45] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005275 10.0.0.249 - - [2025-10-27 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.249 - - [2025-10-27 03:59:49] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005758 10.0.0.249 - - [2025-10-27 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-10-27 03:59:53] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007079 10.0.0.249 - - [2025-10-27 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-10-27 03:59:57] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005469 10.0.0.249 - - [2025-10-27 03:59:59] "POST /neutron/port HTTP/1.1" 200 1090 0.043292 10.0.0.249 - - [2025-10-27 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.249 - - [2025-10-27 04:00:01] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006160 10.0.0.249 - - [2025-10-27 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2025-10-27 04:00:05] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005175 10.0.0.249 - - [2025-10-27 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.249 - - [2025-10-27 04:00:09] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005085 10.0.0.249 - - [2025-10-27 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-10-27 04:00:13] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005187 10.0.0.249 - - [2025-10-27 04:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.249 - - [2025-10-27 04:00:17] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007294 10.0.0.249 - - [2025-10-27 04:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.249 - - [2025-10-27 04:00:21] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007429 10.0.0.249 - - [2025-10-27 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.249 - - [2025-10-27 04:00:26] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006837 10.0.0.249 - - [2025-10-27 04:00:29] "POST /neutron/port HTTP/1.1" 200 1090 0.019441 10.0.0.249 - - [2025-10-27 04:00:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.012050 10.0.0.249 - - [2025-10-27 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2025-10-27 04:00:30] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006047 10.0.0.249 - - [2025-10-27 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-10-27 04:00:34] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005489 10.0.0.249 - - [2025-10-27 04:00:37] "POST /neutron/port HTTP/1.1" 200 1090 0.018294 10.0.0.249 - - [2025-10-27 04:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.249 - - [2025-10-27 04:00:37] "POST /neutron/network HTTP/1.1" 200 834 0.007306 10.0.0.249 - - [2025-10-27 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.249 - - [2025-10-27 04:00:38] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005915 10.0.0.249 - - [2025-10-27 04:00:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017128 10.0.0.249 - - [2025-10-27 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.249 - - [2025-10-27 04:00:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005706 10.0.0.249 - - [2025-10-27 04:00:42] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004915 10.0.0.249 - - [2025-10-27 04:00:42] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005882 10.0.0.249 - - [2025-10-27 04:00:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008362 10.0.0.249 - - [2025-10-27 04:00:52] "POST /neutron/port HTTP/1.1" 200 1090 0.014764 10.0.0.249 - - [2025-10-27 04:00:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007095 10.0.0.33 - - [2025-10-27 04:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.33 - - [2025-10-27 04:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.129 - - [2025-10-27 04:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.129 - - [2025-10-27 04:00:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000552 10.0.0.33 - - [2025-10-27 04:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.33 - - [2025-10-27 04:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2025-10-27 04:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-10-27 04:00:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000961 10.0.0.129 - - [2025-10-27 04:01:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.129 - - [2025-10-27 04:01:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-10-27 04:01:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.249 - - [2025-10-27 04:01:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000577 10.0.0.249 - - [2025-10-27 04:01:08] "POST /neutron/port HTTP/1.1" 200 1090 0.015002 10.0.0.249 - - [2025-10-27 04:01:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007430 10.0.0.249 - - [2025-10-27 04:01:23] "POST /neutron/port HTTP/1.1" 200 1090 0.016043 10.0.0.249 - - [2025-10-27 04:01:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009056 10.0.0.249 - - [2025-10-27 04:01:31] "POST /neutron/network HTTP/1.1" 200 844 0.034956 10.0.0.249 - - [2025-10-27 04:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-10-27 04:01:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007635 10.0.0.249 - - [2025-10-27 04:01:34] "POST /neutron/port HTTP/1.1" 200 1090 0.016216 10.0.0.249 - - [2025-10-27 04:01:34] "GET /virtual-machine/d965aba4-e0e2-4e79-ac8e-9b9145ef9e8b HTTP/1.1" 200 1296 0.009323 10.0.0.249 - - [2025-10-27 04:01:34] "GET /virtual-machine-interface/6b5016c8-b005-4819-a90d-afb803322783 HTTP/1.1" 200 2965 0.005645 10.0.0.249 - - [2025-10-27 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.249 - - [2025-10-27 04:01:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003877 10.0.0.249 - - [2025-10-27 04:01:34] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003485 10.0.0.249 - - [2025-10-27 04:01:34] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006877 10.0.0.249 - - [2025-10-27 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.249 - - [2025-10-27 04:01:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003416 10.0.0.249 - - [2025-10-27 04:01:35] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003556 10.0.0.249 - - [2025-10-27 04:01:35] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005673 10.0.0.249 - - [2025-10-27 04:01:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007789 10.0.0.249 - - [2025-10-27 04:01:36] "POST /neutron/port HTTP/1.1" 200 1090 0.014734 10.0.0.249 - - [2025-10-27 04:01:36] "GET /virtual-machine/6f1d0272-fab2-4502-abf3-e914f92be3c0 HTTP/1.1" 200 1295 0.005546 10.0.0.249 - - [2025-10-27 04:01:36] "GET /virtual-machine-interface/e608fced-ecc2-42ae-99b8-36d79717f667 HTTP/1.1" 200 2966 0.005575 10.0.0.249 - - [2025-10-27 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-10-27 04:01:36] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057 10.0.0.249 - - [2025-10-27 04:01:36] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003578 10.0.0.249 - - [2025-10-27 04:01:36] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005682 10.0.0.249 - - [2025-10-27 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-10-27 04:01:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003701 10.0.0.249 - - [2025-10-27 04:01:37] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002941 10.0.0.249 - - [2025-10-27 04:01:37] "GET /virtual-network/7bcc9289-9640-4abb-a838-8e496b3bb9c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005943 10.0.0.249 - - [2025-10-27 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003813 10.0.0.249 - - [2025-10-27 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.249 - - [2025-10-27 04:01:37] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006713 10.0.0.249 - - [2025-10-27 04:01:37] "POST /control-node-zones HTTP/1.1" 200 571 0.040802 10.0.0.249 - - [2025-10-27 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.249 - - [2025-10-27 04:01:37] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004636 10.0.0.249 - - [2025-10-27 04:01:37] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005970 10.0.0.249 - - [2025-10-27 04:01:37] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.020239 10.0.0.249 - - [2025-10-27 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.007363 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.249 - - [2025-10-27 04:01:38] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007568 10.0.0.249 - - [2025-10-27 04:01:38] "POST /control-node-zones HTTP/1.1" 200 571 0.029896 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.249 - - [2025-10-27 04:01:38] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005854 10.0.0.249 - - [2025-10-27 04:01:38] "GET /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.007026 10.0.0.249 - - [2025-10-27 04:01:38] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.026605 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003978 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.249 - - [2025-10-27 04:01:38] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007970 10.0.0.249 - - [2025-10-27 04:01:38] "POST /control-node-zones HTTP/1.1" 200 571 0.035398 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.249 - - [2025-10-27 04:01:38] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004470 10.0.0.249 - - [2025-10-27 04:01:38] "GET /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005695 10.0.0.249 - - [2025-10-27 04:01:38] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.031899 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-10-27 04:01:38] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006903 10.0.0.249 - - [2025-10-27 04:01:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003053 10.0.0.249 - - [2025-10-27 04:01:38] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.037427 10.0.0.249 - - [2025-10-27 04:01:39] "POST /neutron/network HTTP/1.1" 200 834 0.008068 10.0.0.249 - - [2025-10-27 04:01:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.010220 10.0.0.249 - - [2025-10-27 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.249 - - [2025-10-27 04:01:39] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.005432 10.0.0.249 - - [2025-10-27 04:01:39] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003847 10.0.0.249 - - [2025-10-27 04:01:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.037935 10.0.0.249 - - [2025-10-27 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.020698 10.0.0.249 - - [2025-10-27 04:01:39] "POST /neutron/network HTTP/1.1" 200 834 0.009554 10.0.0.249 - - [2025-10-27 04:01:58] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006292 10.0.0.249 - - [2025-10-27 04:01:58] "GET /virtual-machine-interface/496f718d-1e81-4d5f-89c1-f5260a467a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005622 10.0.0.249 - - [2025-10-27 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.017054 10.0.0.33 - - [2025-10-27 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.033462 10.0.0.249 - - [2025-10-27 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-10-27 04:01:59] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006042 10.0.0.249 - - [2025-10-27 04:01:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002793 10.0.0.249 - - [2025-10-27 04:01:59] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.035446 10.0.0.249 - - [2025-10-27 04:01:59] "POST /neutron/network HTTP/1.1" 200 834 0.007048 10.0.0.249 - - [2025-10-27 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-10-27 04:01:59] "GET /bgp-as-a-service/7806d54f-2ec1-4c1e-8f4f-a058318cb45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006676 10.0.0.249 - - [2025-10-27 04:01:59] "GET /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006649 10.0.0.249 - - [2025-10-27 04:01:59] "POST /ref-update HTTP/1.1" 200 156 0.018279 10.0.0.249 - - [2025-10-27 04:02:08] "GET /bgp-as-a-service/7806d54f-2ec1-4c1e-8f4f-a058318cb45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1840 0.022492 10.0.0.249 - - [2025-10-27 04:02:08] "GET /virtual-machine-interface/6b5016c8-b005-4819-a90d-afb803322783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006858 10.0.0.249 - - [2025-10-27 04:02:08] "POST /ref-update HTTP/1.1" 200 156 0.011466 10.0.0.33 - - [2025-10-27 04:02:08] "POST /bgp-routers HTTP/1.1" 200 642 0.040833 10.0.0.33 - - [2025-10-27 04:02:08] "PUT /bgp-router/3a4cf319-4463-426b-946d-d26c8ef3511e HTTP/1.1" 200 255 0.034113 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004660 10.0.0.249 - - [2025-10-27 04:02:22] "POST /ref-update HTTP/1.1" 200 156 0.020541 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004589 10.0.0.249 - - [2025-10-27 04:02:22] "POST /ref-update HTTP/1.1" 200 156 0.020426 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004958 10.0.0.249 - - [2025-10-27 04:02:22] "POST /ref-update HTTP/1.1" 200 156 0.020048 10.0.0.249 - - [2025-10-27 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-10-27 04:02:22] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004645 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003584 10.0.0.249 - - [2025-10-27 04:02:22] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.021998 10.0.0.249 - - [2025-10-27 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006292 10.0.0.249 - - [2025-10-27 04:02:22] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007089 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004837 10.0.0.249 - - [2025-10-27 04:02:22] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.023621 10.0.0.249 - - [2025-10-27 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.249 - - [2025-10-27 04:02:22] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004737 10.0.0.249 - - [2025-10-27 04:02:22] "GET /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003570 10.0.0.249 - - [2025-10-27 04:02:22] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.019891 10.0.0.33 - - [2025-10-27 04:02:25] "GET /obj-perms HTTP/1.1" 200 5075 0.058030 10.0.0.249 - - [2025-10-27 04:02:32] "POST /neutron/port HTTP/1.1" 200 1090 0.018028 10.0.0.249 - - [2025-10-27 04:02:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.011850 10.0.0.249 - - [2025-10-27 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.249 - - [2025-10-27 04:02:34] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.011868 10.0.0.249 - - [2025-10-27 04:02:34] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004215 10.0.0.249 - - [2025-10-27 04:02:35] "POST /ref-update HTTP/1.1" 200 156 0.025826 10.0.0.249 - - [2025-10-27 04:02:35] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007508 10.0.0.249 - - [2025-10-27 04:02:35] "POST /ref-update HTTP/1.1" 200 156 0.036302 10.0.0.249 - - [2025-10-27 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.249 - - [2025-10-27 04:02:35] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006544 10.0.0.249 - - [2025-10-27 04:02:35] "POST /neutron/network HTTP/1.1" 200 834 0.007212 10.0.0.249 - - [2025-10-27 04:02:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.008686 10.0.0.249 - - [2025-10-27 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-10-27 04:02:35] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005198 10.0.0.249 - - [2025-10-27 04:02:35] "GET /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004271 10.0.0.249 - - [2025-10-27 04:02:35] "POST /ref-update HTTP/1.1" 200 156 0.013674 10.0.0.249 - - [2025-10-27 04:02:38] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007396 10.0.0.249 - - [2025-10-27 04:02:38] "GET /virtual-machine-interface/496f718d-1e81-4d5f-89c1-f5260a467a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.011779 10.0.0.249 - - [2025-10-27 04:02:40] "POST /neutron/network HTTP/1.1" 200 844 0.008424 10.0.0.249 - - [2025-10-27 04:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.249 - - [2025-10-27 04:02:51] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005686 10.0.0.249 - - [2025-10-27 04:02:51] "GET /virtual-machine-interface/496f718d-1e81-4d5f-89c1-f5260a467a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007212 10.0.0.249 - - [2025-10-27 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.014266 10.0.0.249 - - [2025-10-27 04:02:51] "GET /bgp-as-a-service/7806d54f-2ec1-4c1e-8f4f-a058318cb45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2452 0.009716 10.0.0.249 - - [2025-10-27 04:02:51] "GET /virtual-machine-interface/6b5016c8-b005-4819-a90d-afb803322783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008045 10.0.0.249 - - [2025-10-27 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.016491 10.0.0.249 - - [2025-10-27 04:02:51] "DELETE /bgp-as-a-service/7806d54f-2ec1-4c1e-8f4f-a058318cb45b HTTP/1.1" 200 115 0.044363 10.0.0.249 - - [2025-10-27 04:02:51] "GET /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.007788 10.0.0.249 - - [2025-10-27 04:02:51] "GET /virtual-machine-interface/496f718d-1e81-4d5f-89c1-f5260a467a58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.005405 10.0.0.249 - - [2025-10-27 04:02:51] "DELETE /bgp-as-a-service/e738d3d6-0a89-4a89-856f-91d2f75f7d0f HTTP/1.1" 200 115 0.035901 10.0.0.249 - - [2025-10-27 04:02:51] "GET /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007254 10.0.0.249 - - [2025-10-27 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.019499 10.0.0.249 - - [2025-10-27 04:02:51] "DELETE /control-node-zone/0e23a785-061b-40a9-bed6-1c2934474dd7 HTTP/1.1" 200 115 0.024812 10.0.0.249 - - [2025-10-27 04:02:51] "GET /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004194 10.0.0.249 - - [2025-10-27 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.018667 10.0.0.249 - - [2025-10-27 04:02:51] "DELETE /control-node-zone/ca479baa-5727-4f72-a4ea-2c1f8cceebd2 HTTP/1.1" 200 115 0.028627 10.0.0.249 - - [2025-10-27 04:02:51] "GET /control-node-zone/1e856140-6d14-452d-a32c-930893c51657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005006 10.0.0.33 - - [2025-10-27 04:02:51] "DELETE /bgp-router/9f0e5a66-905b-4998-ba78-35dd0d3363ca HTTP/1.1" 200 115 0.046450 10.0.0.249 - - [2025-10-27 04:02:52] "DELETE /control-node-zone/1e856140-6d14-452d-a32c-930893c51657 HTTP/1.1" 200 115 0.050117 10.0.0.249 - - [2025-10-27 04:02:52] "POST /neutron/network HTTP/1.1" 400 204 0.016538 10.0.0.249 - - [2025-10-27 04:02:52] "POST /neutron/port HTTP/1.1" 200 1116 0.010495 10.0.0.249 - - [2025-10-27 04:02:52] "POST /neutron/port HTTP/1.1" 200 151 0.226146 10.0.0.249 - - [2025-10-27 04:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.192189 10.0.0.33 - - [2025-10-27 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.249 - - [2025-10-27 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.129 - - [2025-10-27 04:02:57] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001858 10.0.0.249 - - [2025-10-27 04:02:57] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048204 10.0.0.249 - - [2025-10-27 04:02:57] "POST /neutron/network HTTP/1.1" 200 117 0.011623 10.0.0.33 - - [2025-10-27 04:02:57] "POST /ref-update HTTP/1.1" 200 156 0.021413 10.0.0.249 - - [2025-10-27 04:02:57] "POST /neutron/network HTTP/1.1" 200 833 0.009128 10.0.0.249 - - [2025-10-27 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001209 10.0.0.249 - - [2025-10-27 04:02:57] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005632 10.0.0.249 - - [2025-10-27 04:02:57] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005598 10.0.0.249 - - [2025-10-27 04:02:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.009948 10.0.0.249 - - [2025-10-27 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001555 10.0.0.129 - - [2025-10-27 04:02:58] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.249 - - [2025-10-27 04:02:58] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066426 10.0.0.249 - - [2025-10-27 04:02:58] "POST /neutron/port HTTP/1.1" 200 117 0.006633 10.0.0.249 - - [2025-10-27 04:02:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001828 10.0.0.249 - - [2025-10-27 04:02:59] "POST /neutron/network HTTP/1.1" 200 843 0.008170 10.0.0.249 - - [2025-10-27 04:02:59] "POST /neutron/port HTTP/1.1" 200 1061 0.017560 10.0.0.129 - - [2025-10-27 04:03:00] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.249 - - [2025-10-27 04:03:00] "POST /neutron/port HTTP/1.1" 200 1089 0.023300 10.0.0.249 - - [2025-10-27 04:03:00] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.077394 10.0.0.249 - - [2025-10-27 04:03:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.009702 10.0.0.249 - - [2025-10-27 04:03:00] "POST /neutron/port HTTP/1.1" 200 1089 0.018961 10.0.0.249 - - [2025-10-27 04:03:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001358 10.0.0.249 - - [2025-10-27 04:03:00] "POST /neutron/port HTTP/1.1" 200 1089 0.020278 10.0.0.249 - - [2025-10-27 04:03:00] "POST /neutron/network HTTP/1.1" 200 843 0.006632 10.0.0.249 - - [2025-10-27 04:03:01] "POST /neutron/port HTTP/1.1" 200 1061 0.013269 10.0.0.249 - - [2025-10-27 04:03:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.249 - - [2025-10-27 04:03:01] "POST /neutron/network HTTP/1.1" 200 833 0.006360 10.0.0.129 - - [2025-10-27 04:03:01] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.249 - - [2025-10-27 04:03:01] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.090058 10.0.0.249 - - [2025-10-27 04:03:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007941 10.0.0.249 - - [2025-10-27 04:03:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008182 10.0.0.249 - - [2025-10-27 04:03:02] "POST /neutron/port HTTP/1.1" 200 1089 0.019766 10.0.0.249 - - [2025-10-27 04:03:02] "GET /virtual-machine/4be09eff-f280-4149-9365-7f5a6ed9caf7 HTTP/1.1" 200 1295 0.007519 10.0.0.249 - - [2025-10-27 04:03:02] "GET /virtual-machine-interface/f6aa0843-2f44-42fa-b0f4-5e17be2d8740 HTTP/1.1" 200 2966 0.005895 10.0.0.249 - - [2025-10-27 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.249 - - [2025-10-27 04:03:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004733 10.0.0.249 - - [2025-10-27 04:03:02] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003159 10.0.0.249 - - [2025-10-27 04:03:02] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009216 10.0.0.129 - - [2025-10-27 04:03:02] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.249 - - [2025-10-27 04:03:02] "POST /neutron/port HTTP/1.1" 200 1061 0.285733 10.0.0.249 - - [2025-10-27 04:03:03] "POST /neutron/port HTTP/1.1" 200 1115 0.118164 10.0.0.249 - - [2025-10-27 04:03:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.012336 10.0.0.249 - - [2025-10-27 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-10-27 04:03:05] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005025 10.0.0.249 - - [2025-10-27 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.249 - - [2025-10-27 04:03:09] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006396 10.0.0.249 - - [2025-10-27 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.249 - - [2025-10-27 04:03:13] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005517 10.0.0.249 - - [2025-10-27 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.249 - - [2025-10-27 04:03:17] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004892 10.0.0.249 - - [2025-10-27 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.249 - - [2025-10-27 04:03:22] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005433 10.0.0.249 - - [2025-10-27 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.249 - - [2025-10-27 04:03:26] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006210 10.0.0.129 - - [2025-10-27 04:03:26] "GET /obj-perms HTTP/1.1" 200 5075 0.047460 10.0.0.249 - - [2025-10-27 04:03:26] "GET /obj-perms HTTP/1.1" 200 5075 0.052228 10.0.0.249 - - [2025-10-27 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.249 - - [2025-10-27 04:03:30] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006874 10.0.0.249 - - [2025-10-27 04:03:33] "POST /neutron/port HTTP/1.1" 200 1089 0.017017 10.0.0.249 - - [2025-10-27 04:03:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.249 - - [2025-10-27 04:03:33] "POST /neutron/network HTTP/1.1" 200 833 0.006787 10.0.0.249 - - [2025-10-27 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-10-27 04:03:34] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005529 10.0.0.249 - - [2025-10-27 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006194 10.0.0.249 - - [2025-10-27 04:03:38] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006087 10.0.0.249 - - [2025-10-27 04:03:40] "POST /neutron/network HTTP/1.1" 200 843 0.011580 10.0.0.249 - - [2025-10-27 04:03:40] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.249 - - [2025-10-27 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-10-27 04:03:42] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006009 10.0.0.249 - - [2025-10-27 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.032824 10.0.0.249 - - [2025-10-27 04:03:46] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005449 10.0.0.249 - - [2025-10-27 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.249 - - [2025-10-27 04:03:50] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006723 10.0.0.249 - - [2025-10-27 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.249 - - [2025-10-27 04:03:54] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006914 10.0.0.249 - - [2025-10-27 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.249 - - [2025-10-27 04:03:58] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006553 10.0.0.249 - - [2025-10-27 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007590 10.0.0.249 - - [2025-10-27 04:04:03] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009685 10.0.0.249 - - [2025-10-27 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.249 - - [2025-10-27 04:04:07] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005248 10.0.0.249 - - [2025-10-27 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.249 - - [2025-10-27 04:04:11] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007063 10.0.0.249 - - [2025-10-27 04:04:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007447 10.0.0.249 - - [2025-10-27 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-10-27 04:04:15] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005306 10.0.0.249 - - [2025-10-27 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2025-10-27 04:04:19] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005297 10.0.0.249 - - [2025-10-27 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2025-10-27 04:04:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004536 10.0.0.249 - - [2025-10-27 04:04:21] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003347 10.0.0.249 - - [2025-10-27 04:04:21] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005764 10.0.0.249 - - [2025-10-27 04:04:21] "POST /neutron/port HTTP/1.1" 200 1089 0.038731 10.0.0.249 - - [2025-10-27 04:04:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008950 10.0.0.249 - - [2025-10-27 04:04:32] "POST /neutron/port HTTP/1.1" 200 1089 0.020501 10.0.0.249 - - [2025-10-27 04:04:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015453 10.0.0.249 - - [2025-10-27 04:04:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.014440 10.0.0.249 - - [2025-10-27 04:04:37] "POST /neutron/port HTTP/1.1" 200 1089 0.017574 10.0.0.249 - - [2025-10-27 04:04:41] "POST /neutron/port HTTP/1.1" 200 1089 0.018257 10.0.0.249 - - [2025-10-27 04:04:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.008985 10.0.0.249 - - [2025-10-27 04:04:42] "POST /neutron/port HTTP/1.1" 200 1089 0.023836 10.0.0.249 - - [2025-10-27 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007670 10.0.0.249 - - [2025-10-27 04:04:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016585 10.0.0.249 - - [2025-10-27 04:05:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010057 10.0.0.249 - - [2025-10-27 04:05:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015288 10.0.0.249 - - [2025-10-27 04:05:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007674 10.0.0.249 - - [2025-10-27 04:05:13] "GET /virtual-machine/3502cfbe-a02d-4a3a-b9d9-5d7c12580c3e HTTP/1.1" 200 1295 0.028470 10.0.0.249 - - [2025-10-27 04:05:13] "GET /virtual-machine-interface/9f507b3c-af20-4840-8cd9-1a353e0a6b66 HTTP/1.1" 200 2966 0.005214 10.0.0.249 - - [2025-10-27 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-10-27 04:05:13] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003264 10.0.0.249 - - [2025-10-27 04:05:13] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003547 10.0.0.249 - - [2025-10-27 04:05:14] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006822 10.0.0.249 - - [2025-10-27 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.249 - - [2025-10-27 04:05:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003540 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003243 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006130 10.0.0.249 - - [2025-10-27 04:05:15] "POST /neutron/port HTTP/1.1" 200 1089 0.013888 10.0.0.249 - - [2025-10-27 04:05:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009159 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-machine/0dcdd00b-78b6-40af-8139-55857d855c42 HTTP/1.1" 200 1293 0.006985 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-machine-interface/e4fb2305-8fd4-45e6-9a64-749369703e5e HTTP/1.1" 200 2966 0.005714 10.0.0.249 - - [2025-10-27 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.249 - - [2025-10-27 04:05:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004000 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003137 10.0.0.249 - - [2025-10-27 04:05:15] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005731 10.0.0.249 - - [2025-10-27 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.249 - - [2025-10-27 04:05:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004401 10.0.0.249 - - [2025-10-27 04:05:16] "GET /virtual-networks?parent_id=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003596 10.0.0.249 - - [2025-10-27 04:05:16] "GET /virtual-network/96112003-7706-4571-8e30-890d1c36d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006825 10.0.0.249 - - [2025-10-27 04:05:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016093 10.0.0.249 - - [2025-10-27 04:05:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007065 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003304 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.249 - - [2025-10-27 04:05:27] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006454 10.0.0.249 - - [2025-10-27 04:05:27] "POST /control-node-zones HTTP/1.1" 200 571 0.028974 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.249 - - [2025-10-27 04:05:27] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006160 10.0.0.249 - - [2025-10-27 04:05:27] "GET /control-node-zone/13b194f8-2d7d-4d02-8b13-54c0d4a9cc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005142 10.0.0.249 - - [2025-10-27 04:05:27] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.021982 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.005977 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-10-27 04:05:27] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006511 10.0.0.249 - - [2025-10-27 04:05:27] "POST /control-node-zones HTTP/1.1" 200 571 0.024977 10.0.0.249 - - [2025-10-27 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.249 - - [2025-10-27 04:05:27] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004981 10.0.0.249 - - [2025-10-27 04:05:27] "GET /control-node-zone/46b73fa8-5e88-488d-b515-fe5e25752d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004789 10.0.0.249 - - [2025-10-27 04:05:27] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.018244 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003284 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.249 - - [2025-10-27 04:05:28] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006078 10.0.0.249 - - [2025-10-27 04:05:28] "POST /control-node-zones HTTP/1.1" 200 571 0.025681 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.249 - - [2025-10-27 04:05:28] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005096 10.0.0.249 - - [2025-10-27 04:05:28] "GET /control-node-zone/f032bc4a-45c2-454a-a791-e5fff9945fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006420 10.0.0.249 - - [2025-10-27 04:05:28] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.018651 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.249 - - [2025-10-27 04:05:28] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006323 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.002759 10.0.0.249 - - [2025-10-27 04:05:28] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.033527 10.0.0.249 - - [2025-10-27 04:05:28] "POST /neutron/network HTTP/1.1" 200 833 0.007345 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.249 - - [2025-10-27 04:05:28] "GET /bgp-as-a-service/2157b1e1-844f-4465-8889-0626591c2a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006261 10.0.0.249 - - [2025-10-27 04:05:28] "GET /control-node-zone/13b194f8-2d7d-4d02-8b13-54c0d4a9cc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004492 10.0.0.249 - - [2025-10-27 04:05:28] "POST /ref-update HTTP/1.1" 200 156 0.015244 10.0.0.249 - - [2025-10-27 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.249 - - [2025-10-27 04:05:28] "GET /bgp-as-a-service/2157b1e1-844f-4465-8889-0626591c2a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006110 10.0.0.249 - - [2025-10-27 04:05:28] "GET /control-node-zone/46b73fa8-5e88-488d-b515-fe5e25752d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003291 10.0.0.249 - - [2025-10-27 04:05:28] "POST /ref-update HTTP/1.1" 200 156 0.014613 10.0.0.249 - - [2025-10-27 04:05:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015507 10.0.0.249 - - [2025-10-27 04:05:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.008639 10.0.0.249 - - [2025-10-27 04:05:38] "GET /bgp-as-a-service/2157b1e1-844f-4465-8889-0626591c2a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006298 10.0.0.249 - - [2025-10-27 04:05:38] "GET /virtual-machine-interface/f6aa0843-2f44-42fa-b0f4-5e17be2d8740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005449 10.0.0.249 - - [2025-10-27 04:05:38] "POST /ref-update HTTP/1.1" 200 156 0.013257 10.0.0.33 - - [2025-10-27 04:05:39] "POST /ref-update HTTP/1.1" 200 156 0.060312 10.0.0.249 - - [2025-10-27 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.249 - - [2025-10-27 04:05:39] "GET /global-system-config/bfe98fc9-d503-482b-9cd6-5e9758d7d2ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.005808 10.0.0.249 - - [2025-10-27 04:05:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003063 10.0.0.249 - - [2025-10-27 04:05:39] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.032888 10.0.0.249 - - [2025-10-27 04:05:40] "POST /neutron/network HTTP/1.1" 200 833 0.008097 10.0.0.249 - - [2025-10-27 04:05:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.010429 10.0.0.249 - - [2025-10-27 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-10-27 04:05:40] "GET /bgp-as-a-service/4a879f88-4039-4e80-85fa-1bdc6bd0223e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006963 10.0.0.249 - - [2025-10-27 04:05:40] "GET /control-node-zone/13b194f8-2d7d-4d02-8b13-54c0d4a9cc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005713 10.0.0.249 - - [2025-10-27 04:05:40] "POST /ref-update HTTP/1.1" 200 156 0.017998 10.0.0.249 - - [2025-10-27 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.249 - - [2025-10-27 04:05:40] "GET /bgp-as-a-service/4a879f88-4039-4e80-85fa-1bdc6bd0223e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006135 10.0.0.249 - - [2025-10-27 04:05:40] "GET /control-node-zone/46b73fa8-5e88-488d-b515-fe5e25752d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004056 10.0.0.249 - - [2025-10-27 04:05:40] "POST /ref-update HTTP/1.1" 200 156 0.013622 10.0.0.249 - - [2025-10-27 04:05:43] "POST /neutron/network HTTP/1.1" 200 843 0.009845 10.0.0.249 - - [2025-10-27 04:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.249 - - [2025-10-27 04:05:48] "GET /bgp-as-a-service/4a879f88-4039-4e80-85fa-1bdc6bd0223e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006518 10.0.0.249 - - [2025-10-27 04:05:48] "GET /virtual-machine-interface/9f507b3c-af20-4840-8cd9-1a353e0a6b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005329 10.0.0.249 - - [2025-10-27 04:05:48] "POST /ref-update HTTP/1.1" 200 156 0.011145 10.0.0.33 - - [2025-10-27 04:05:48] "POST /bgp-routers HTTP/1.1" 200 642 0.035785 10.0.0.33 - - [2025-10-27 04:05:48] "PUT /bgp-router/14aa1b41-2119-445b-a8f3-a1703b90ed80 HTTP/1.1" 200 255 0.030178 10.0.0.33 - - [2025-10-27 04:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.33 - - [2025-10-27 04:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.129 - - [2025-10-27 04:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.129 - - [2025-10-27 04:05:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.33 - - [2025-10-27 04:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.33 - - [2025-10-27 04:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2025-10-27 04:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2025-10-27 04:05:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.129 - - [2025-10-27 04:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.129 - - [2025-10-27 04:06:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2025-10-27 04:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2025-10-27 04:06:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-10-27 04:06:10] "GET /bgp-as-a-service/4a879f88-4039-4e80-85fa-1bdc6bd0223e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.006307 10.0.0.249 - - [2025-10-27 04:06:10] "GET /virtual-machine-interface/9f507b3c-af20-4840-8cd9-1a353e0a6b66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.010430 10.0.0.249 - - [2025-10-27 04:06:10] "POST /ref-update HTTP/1.1" 200 156 0.015373 10.0.0.249 - - [2025-10-27 04:06:10] "DELETE /bgp-as-a-service/4a879f88-4039-4e80-85fa-1bdc6bd0223e HTTP/1.1" 200 115 0.066416 10.0.0.33 - - [2025-10-27 04:06:10] "DELETE /bgp-router/14aa1b41-2119-445b-a8f3-a1703b90ed80 HTTP/1.1" 200 115 0.069810 10.0.0.249 - - [2025-10-27 04:06:10] "GET /bgp-as-a-service/2157b1e1-844f-4465-8889-0626591c2a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.022036 10.0.0.249 - - [2025-10-27 04:06:10] "GET /virtual-machine-interface/f6aa0843-2f44-42fa-b0f4-5e17be2d8740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.010171 10.0.0.249 - - [2025-10-27 04:06:11] "POST /ref-update HTTP/1.1" 200 156 0.016896 10.0.0.249 - - [2025-10-27 04:06:11] "DELETE /bgp-as-a-service/2157b1e1-844f-4465-8889-0626591c2a0b HTTP/1.1" 200 115 0.071000 10.0.0.33 - - [2025-10-27 04:06:11] "DELETE /bgp-router/9bd961a4-2820-4809-8ef3-9422634df112 HTTP/1.1" 200 115 0.055741 10.0.0.249 - - [2025-10-27 04:06:11] "GET /control-node-zone/f032bc4a-45c2-454a-a791-e5fff9945fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008984 10.0.0.249 - - [2025-10-27 04:06:11] "POST /ref-update HTTP/1.1" 200 156 0.019365 10.0.0.249 - - [2025-10-27 04:06:11] "DELETE /control-node-zone/f032bc4a-45c2-454a-a791-e5fff9945fc2 HTTP/1.1" 200 115 0.026507 10.0.0.249 - - [2025-10-27 04:06:11] "GET /control-node-zone/46b73fa8-5e88-488d-b515-fe5e25752d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005381 10.0.0.249 - - [2025-10-27 04:06:11] "POST /ref-update HTTP/1.1" 200 156 0.018991 10.0.0.249 - - [2025-10-27 04:06:11] "DELETE /control-node-zone/46b73fa8-5e88-488d-b515-fe5e25752d6f HTTP/1.1" 200 115 0.023974 10.0.0.249 - - [2025-10-27 04:06:11] "GET /control-node-zone/13b194f8-2d7d-4d02-8b13-54c0d4a9cc30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004033 10.0.0.249 - - [2025-10-27 04:06:11] "POST /ref-update HTTP/1.1" 200 156 0.017685 10.0.0.249 - - [2025-10-27 04:06:11] "DELETE /control-node-zone/13b194f8-2d7d-4d02-8b13-54c0d4a9cc30 HTTP/1.1" 200 115 0.029474 10.0.0.249 - - [2025-10-27 04:06:11] "POST /neutron/network HTTP/1.1" 400 204 0.012869 10.0.0.249 - - [2025-10-27 04:06:12] "POST /neutron/port HTTP/1.1" 200 151 0.229125 10.0.0.249 - - [2025-10-27 04:06:12] "POST /neutron/port HTTP/1.1" 200 151 0.343197 10.0.0.249 - - [2025-10-27 04:06:12] "POST /neutron/port HTTP/1.1" 200 151 0.323029 10.0.0.129 - - [2025-10-27 04:06:15] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.048279 10.0.0.249 - - [2025-10-27 04:06:15] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.115066 10.0.0.129 - - [2025-10-27 04:06:15] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.249 - - [2025-10-27 04:06:15] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?fields=virtual_networks HTTP/1.1" 200 1035 0.045589 10.0.0.129 - - [2025-10-27 04:06:15] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002251 10.0.0.249 - - [2025-10-27 04:06:15] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044716 10.0.0.129 - - [2025-10-27 04:06:15] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.249 - - [2025-10-27 04:06:15] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?fields=security_groups HTTP/1.1" 200 1263 0.046376 10.0.0.249 - - [2025-10-27 04:06:16] "POST /fqname-to-id HTTP/1.1" 404 181 0.033725 10.0.0.129 - - [2025-10-27 04:06:16] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004544 10.0.0.129 - - [2025-10-27 04:06:16] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.129 - - [2025-10-27 04:06:16] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036375 10.0.0.129 - - [2025-10-27 04:06:16] "POST /id-to-fqname HTTP/1.1" 200 183 0.005466 10.0.0.129 - - [2025-10-27 04:06:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003011 10.0.0.129 - - [2025-10-27 04:06:16] "POST /security-groups HTTP/1.1" 200 584 0.032863 10.0.0.33 - - [2025-10-27 04:06:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.004427 10.0.0.129 - - [2025-10-27 04:06:17] "POST /projects HTTP/1.1" 200 571 0.247064 10.0.0.129 - - [2025-10-27 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.320123 10.0.0.33 - - [2025-10-27 04:06:17] "POST /access-control-lists HTTP/1.1" 200 589 0.034120 10.0.0.249 - - [2025-10-27 04:06:17] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.493716 10.0.0.249 - - [2025-10-27 04:06:18] "GET / HTTP/1.1" 200 36215 0.002077 10.0.0.129 - - [2025-10-27 04:06:19] "DELETE /project/0752a27b3aff4f82bc01d78b9ec5c5cc HTTP/1.1" 404 173 0.005849 10.0.0.129 - - [2025-10-27 04:06:19] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.129 - - [2025-10-27 04:06:19] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.037176 10.0.0.129 - - [2025-10-27 04:06:19] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.129 - - [2025-10-27 04:06:19] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?fields=security_groups HTTP/1.1" 200 1365 0.088482 10.0.0.129 - - [2025-10-27 04:06:19] "DELETE /security-group/13cdea8a-c9ea-466f-ab2a-e00fad325df3 HTTP/1.1" 200 115 0.048572 10.0.0.129 - - [2025-10-27 04:06:20] "GET /projects?obj_uuids=290ff9c2-de2a-40cc-83e9-58bf66b2dd23&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.129 - - [2025-10-27 04:06:20] "GET /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23?fields=application_policy_sets HTTP/1.1" 200 1404 0.058652 10.0.0.129 - - [2025-10-27 04:06:20] "DELETE /project/290ff9c2-de2a-40cc-83e9-58bf66b2dd23 HTTP/1.1" 200 115 0.447897 10.0.0.129 - - [2025-10-27 04:06:21] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002016 10.0.0.249 - - [2025-10-27 04:06:21] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.045086 10.0.0.129 - - [2025-10-27 04:06:21] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.249 - - [2025-10-27 04:06:21] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?fields=virtual_networks HTTP/1.1" 200 1019 0.045173 10.0.0.129 - - [2025-10-27 04:06:21] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001008 10.0.0.249 - - [2025-10-27 04:06:21] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.035794 10.0.0.129 - - [2025-10-27 04:06:21] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.249 - - [2025-10-27 04:06:21] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?fields=security_groups HTTP/1.1" 200 1239 0.036451 10.0.0.249 - - [2025-10-27 04:06:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.030813 10.0.0.129 - - [2025-10-27 04:06:22] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002912 10.0.0.129 - - [2025-10-27 04:06:22] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.129 - - [2025-10-27 04:06:22] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007056 10.0.0.129 - - [2025-10-27 04:06:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.002771 10.0.0.129 - - [2025-10-27 04:06:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.012013 10.0.0.129 - - [2025-10-27 04:06:22] "POST /security-groups HTTP/1.1" 200 592 0.026839 10.0.0.33 - - [2025-10-27 04:06:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.003216 10.0.0.129 - - [2025-10-27 04:06:22] "POST /projects HTTP/1.1" 200 587 0.231039 10.0.0.129 - - [2025-10-27 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.301809 10.0.0.33 - - [2025-10-27 04:06:22] "POST /access-control-lists HTTP/1.1" 200 597 0.026057 10.0.0.249 - - [2025-10-27 04:06:22] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.443825 10.0.0.249 - - [2025-10-27 04:06:24] "GET / HTTP/1.1" 200 36215 0.001367 10.0.0.129 - - [2025-10-27 04:06:27] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984 10.0.0.249 - - [2025-10-27 04:06:27] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044650 10.0.0.129 - - [2025-10-27 04:06:27] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.249 - - [2025-10-27 04:06:27] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?fields=virtual_networks HTTP/1.1" 200 1037 0.057624 10.0.0.129 - - [2025-10-27 04:06:27] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.249 - - [2025-10-27 04:06:27] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.035311 10.0.0.129 - - [2025-10-27 04:06:27] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.249 - - [2025-10-27 04:06:27] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?fields=security_groups HTTP/1.1" 200 1265 0.040282 10.0.0.249 - - [2025-10-27 04:06:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.333227 10.0.0.129 - - [2025-10-27 04:06:28] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003574 10.0.0.129 - - [2025-10-27 04:06:29] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.129 - - [2025-10-27 04:06:29] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009581 10.0.0.129 - - [2025-10-27 04:06:29] "POST /id-to-fqname HTTP/1.1" 200 197 0.004655 10.0.0.129 - - [2025-10-27 04:06:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003822 10.0.0.129 - - [2025-10-27 04:06:29] "POST /security-groups HTTP/1.1" 200 598 0.038011 10.0.0.129 - - [2025-10-27 04:06:29] "POST /projects HTTP/1.1" 200 599 0.273113 10.0.0.129 - - [2025-10-27 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.315326 10.0.0.33 - - [2025-10-27 04:06:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.011648 10.0.0.249 - - [2025-10-27 04:06:29] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.782969 10.0.0.249 - - [2025-10-27 04:06:30] "GET / HTTP/1.1" 200 36215 0.002216 10.0.0.249 - - [2025-10-27 04:06:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2025-10-27 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.063555 10.0.0.249 - - [2025-10-27 04:06:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003492 10.0.0.249 - - [2025-10-27 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.249 - - [2025-10-27 04:06:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.249 - - [2025-10-27 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.249 - - [2025-10-27 04:06:32] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.012904 10.0.0.249 - - [2025-10-27 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.129 - - [2025-10-27 04:06:33] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001018 10.0.0.249 - - [2025-10-27 04:06:33] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042006 10.0.0.249 - - [2025-10-27 04:06:33] "POST /neutron/network HTTP/1.1" 200 117 0.036233 10.0.0.33 - - [2025-10-27 04:06:33] "POST /ref-update HTTP/1.1" 200 156 0.023474 10.0.0.249 - - [2025-10-27 04:06:33] "POST /neutron/network HTTP/1.1" 200 808 0.010641 10.0.0.249 - - [2025-10-27 04:06:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001164 10.0.0.249 - - [2025-10-27 04:06:33] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005239 10.0.0.249 - - [2025-10-27 04:06:33] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005808 10.0.0.249 - - [2025-10-27 04:06:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.008942 10.0.0.249 - - [2025-10-27 04:06:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001231 10.0.0.129 - - [2025-10-27 04:06:34] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001793 10.0.0.249 - - [2025-10-27 04:06:34] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078323 10.0.0.249 - - [2025-10-27 04:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.008069 10.0.0.249 - - [2025-10-27 04:06:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001926 10.0.0.249 - - [2025-10-27 04:06:35] "POST /neutron/network HTTP/1.1" 200 818 0.008213 10.0.0.249 - - [2025-10-27 04:06:35] "POST /neutron/port HTTP/1.1" 200 1062 0.019640 10.0.0.129 - - [2025-10-27 04:06:35] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000993 10.0.0.249 - - [2025-10-27 04:06:36] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.125007 10.0.0.249 - - [2025-10-27 04:06:36] "POST /neutron/port HTTP/1.1" 200 1090 0.016782 10.0.0.249 - - [2025-10-27 04:06:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.008610 10.0.0.249 - - [2025-10-27 04:06:36] "POST /neutron/port HTTP/1.1" 200 1090 0.022457 10.0.0.249 - - [2025-10-27 04:06:36] "POST /neutron/network HTTP/1.1" 200 818 0.006830 10.0.0.249 - - [2025-10-27 04:06:37] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005712 10.0.0.249 - - [2025-10-27 04:06:37] "GET /obj-perms HTTP/1.1" 200 5063 0.104509 10.0.0.249 - - [2025-10-27 04:06:37] "POST /neutron/port HTTP/1.1" 200 1062 0.039598 10.0.0.33 - - [2025-10-27 04:06:38] "GET /obj-perms HTTP/1.1" 200 5063 0.080291 10.0.0.249 - - [2025-10-27 04:06:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.249 - - [2025-10-27 04:06:38] "POST /neutron/network HTTP/1.1" 200 808 0.007560 10.0.0.129 - - [2025-10-27 04:06:38] "GET /obj-perms HTTP/1.1" 200 5063 0.060788 10.0.0.249 - - [2025-10-27 04:06:38] "POST /neutron/port HTTP/1.1" 200 1090 0.016548 10.0.0.249 - - [2025-10-27 04:06:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008317 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.032512 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.016757 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.005832 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004207 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.008708 10.0.0.249 - - [2025-10-27 04:06:39] "GET /instance-ip/1f2d421e-7604-4b88-bae6-ca50d3825627 HTTP/1.1" 200 1623 0.005471 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004892 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.004632 10.0.0.249 - - [2025-10-27 04:06:39] "GET /instance-ip/1f2d421e-7604-4b88-bae6-ca50d3825627 HTTP/1.1" 200 1623 0.004106 10.0.0.249 - - [2025-10-27 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.249 - - [2025-10-27 04:06:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003277 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002630 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011062 10.0.0.249 - - [2025-10-27 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-10-27 04:06:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004457 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003112 10.0.0.249 - - [2025-10-27 04:06:39] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006144 10.0.0.249 - - [2025-10-27 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.249 - - [2025-10-27 04:06:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005032 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003275 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005984 10.0.0.249 - - [2025-10-27 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.249 - - [2025-10-27 04:06:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004394 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003124 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007803 10.0.0.249 - - [2025-10-27 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2025-10-27 04:06:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004283 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003034 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005360 10.0.0.249 - - [2025-10-27 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-10-27 04:06:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004799 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002826 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005718 10.0.0.249 - - [2025-10-27 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.249 - - [2025-10-27 04:06:40] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002866 10.0.0.249 - - [2025-10-27 04:06:40] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005791 10.0.0.249 - - [2025-10-27 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-10-27 04:06:43] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005167 10.0.0.249 - - [2025-10-27 04:06:44] "POST /neutron/port HTTP/1.1" 200 1090 0.043680 10.0.0.249 - - [2025-10-27 04:06:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004034 10.0.0.249 - - [2025-10-27 04:06:44] "POST /neutron/network HTTP/1.1" 200 808 0.006796 10.0.0.249 - - [2025-10-27 04:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.249 - - [2025-10-27 04:06:47] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006465 10.0.0.249 - - [2025-10-27 04:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.249 - - [2025-10-27 04:06:51] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005377 10.0.0.249 - - [2025-10-27 04:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.249 - - [2025-10-27 04:06:55] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007703 10.0.0.249 - - [2025-10-27 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.249 - - [2025-10-27 04:07:00] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005668 10.0.0.249 - - [2025-10-27 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.249 - - [2025-10-27 04:07:04] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005555 10.0.0.249 - - [2025-10-27 04:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-10-27 04:07:08] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005242 10.0.0.249 - - [2025-10-27 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.249 - - [2025-10-27 04:07:12] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004971 10.0.0.249 - - [2025-10-27 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.249 - - [2025-10-27 04:07:16] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005474 10.0.0.249 - - [2025-10-27 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-10-27 04:07:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003830 10.0.0.249 - - [2025-10-27 04:07:18] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003561 10.0.0.249 - - [2025-10-27 04:07:18] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006513 10.0.0.249 - - [2025-10-27 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.249 - - [2025-10-27 04:07:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004221 10.0.0.249 - - [2025-10-27 04:07:18] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002801 10.0.0.249 - - [2025-10-27 04:07:18] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005842 10.0.0.249 - - [2025-10-27 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-10-27 04:07:18] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004362 10.0.0.249 - - [2025-10-27 04:07:19] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004793 10.0.0.249 - - [2025-10-27 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-10-27 04:07:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003432 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002745 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005780 10.0.0.249 - - [2025-10-27 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.249 - - [2025-10-27 04:07:19] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004569 10.0.0.249 - - [2025-10-27 04:07:19] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004545 10.0.0.249 - - [2025-10-27 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-10-27 04:07:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004977 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003079 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005325 10.0.0.249 - - [2025-10-27 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.249 - - [2025-10-27 04:07:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005196 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003356 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007388 10.0.0.249 - - [2025-10-27 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.249 - - [2025-10-27 04:07:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004466 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002847 10.0.0.249 - - [2025-10-27 04:07:19] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005720 10.0.0.249 - - [2025-10-27 04:07:20] "GET /obj-perms HTTP/1.1" 200 5063 0.003858 10.0.0.129 - - [2025-10-27 04:07:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004509 10.0.0.249 - - [2025-10-27 04:07:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004032 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /project/e094e86ef0924f77b513eab4aae5510b HTTP/1.1" 404 173 0.008565 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /project/bea74599872844fb92cf1847d392501f HTTP/1.1" 404 173 0.010239 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000677 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040224 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.062212 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001702 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001076 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?fields=security_groups HTTP/1.1" 200 1367 0.070782 10.0.0.33 - - [2025-10-27 04:07:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004572 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?fields=security_groups HTTP/1.1" 200 1341 0.080326 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /security-group/65032e1f-34f3-4149-8181-ffd201a0b51c HTTP/1.1" 200 115 0.197324 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=e094e86e-f092-4f77-b513-eab4aae5510b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.249 - - [2025-10-27 04:07:20] "POST /neutron/port HTTP/1.1" 200 1090 0.027614 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /security-group/5f806a9a-c139-4df2-950a-dc2ddd765a7b HTTP/1.1" 200 115 0.212211 10.0.0.129 - - [2025-10-27 04:07:20] "GET /projects?obj_uuids=0752a27b-3aff-4f82-bc01-d78b9ec5c5cc&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001220 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/e094e86e-f092-4f77-b513-eab4aae5510b?fields=application_policy_sets HTTP/1.1" 200 1406 0.069545 10.0.0.33 - - [2025-10-27 04:07:20] "DELETE /access-control-list/73534676-8550-47d5-b6a7-624e2302fbec HTTP/1.1" 200 115 0.082773 10.0.0.129 - - [2025-10-27 04:07:20] "GET /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc?fields=application_policy_sets HTTP/1.1" 200 1380 0.097204 10.0.0.249 - - [2025-10-27 04:07:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011298 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /project/e094e86e-f092-4f77-b513-eab4aae5510b HTTP/1.1" 200 115 0.635766 10.0.0.129 - - [2025-10-27 04:07:20] "DELETE /project/0752a27b-3aff-4f82-bc01-d78b9ec5c5cc HTTP/1.1" 200 115 0.709373 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.006429 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.003665 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.005153 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.004761 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.004835 10.0.0.249 - - [2025-10-27 04:07:21] "GET /instance-ip/8adee784-d605-4f46-8aa9-942944f0f51e HTTP/1.1" 200 1623 0.007063 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.003026 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.004627 10.0.0.249 - - [2025-10-27 04:07:21] "GET /instance-ip/8adee784-d605-4f46-8aa9-942944f0f51e HTTP/1.1" 200 1623 0.003890 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006439 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004575 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002859 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005464 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006359 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004488 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007151 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004345 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002960 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006030 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004515 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003217 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005996 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003442 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006204 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004213 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003785 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006686 10.0.0.249 - - [2025-10-27 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-10-27 04:07:21] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004284 10.0.0.249 - - [2025-10-27 04:07:21] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003573 10.0.0.249 - - [2025-10-27 04:07:22] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005389 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2025-10-27 04:07:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003726 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002630 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005472 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.249 - - [2025-10-27 04:07:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003609 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002822 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005944 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.249 - - [2025-10-27 04:07:23] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004491 10.0.0.249 - - [2025-10-27 04:07:23] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004455 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-10-27 04:07:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004913 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003893 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005803 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.249 - - [2025-10-27 04:07:23] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004652 10.0.0.249 - - [2025-10-27 04:07:23] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004392 10.0.0.249 - - [2025-10-27 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.249 - - [2025-10-27 04:07:23] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.249 - - [2025-10-27 04:07:23] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002935 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006306 10.0.0.249 - - [2025-10-27 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.249 - - [2025-10-27 04:07:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004688 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007415 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007234 10.0.0.249 - - [2025-10-27 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2025-10-27 04:07:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003074 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006518 10.0.0.249 - - [2025-10-27 04:07:24] "GET /obj-perms HTTP/1.1" 200 5063 0.003963 10.0.0.129 - - [2025-10-27 04:07:24] "GET /obj-perms HTTP/1.1" 200 5063 0.003752 10.0.0.249 - - [2025-10-27 04:07:24] "GET /obj-perms HTTP/1.1" 200 5063 0.003782 10.0.0.33 - - [2025-10-27 04:07:24] "GET /obj-perms HTTP/1.1" 200 5063 0.003726 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.003814 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.004624 10.0.0.249 - - [2025-10-27 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.249 - - [2025-10-27 04:07:24] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003989 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003395 10.0.0.249 - - [2025-10-27 04:07:24] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007012 10.0.0.249 - - [2025-10-27 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.249 - - [2025-10-27 04:07:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003229 10.0.0.249 - - [2025-10-27 04:07:25] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002837 10.0.0.249 - - [2025-10-27 04:07:25] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005786 10.0.0.249 - - [2025-10-27 04:07:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017871 10.0.0.249 - - [2025-10-27 04:07:28] "POST /neutron/security_group HTTP/1.1" 200 2065 0.036583 10.0.0.129 - - [2025-10-27 04:07:30] "GET /obj-perms HTTP/1.1" 200 5075 0.057248 10.0.0.249 - - [2025-10-27 04:07:31] "POST /neutron/port HTTP/1.1" 200 1090 0.015415 10.0.0.249 - - [2025-10-27 04:07:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008812 10.0.0.249 - - [2025-10-27 04:07:36] "POST /neutron/network HTTP/1.1" 200 818 0.008763 10.0.0.249 - - [2025-10-27 04:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2025-10-27 04:07:41] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.005265 10.0.0.249 - - [2025-10-27 04:07:41] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.005724 10.0.0.249 - - [2025-10-27 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.249 - - [2025-10-27 04:07:41] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003682 10.0.0.249 - - [2025-10-27 04:07:41] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003009 10.0.0.249 - - [2025-10-27 04:07:41] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007064 10.0.0.249 - - [2025-10-27 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.249 - - [2025-10-27 04:07:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004359 10.0.0.249 - - [2025-10-27 04:07:42] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003051 10.0.0.249 - - [2025-10-27 04:07:42] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005768 10.0.0.249 - - [2025-10-27 04:07:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015567 10.0.0.249 - - [2025-10-27 04:07:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.008729 10.0.0.249 - - [2025-10-27 04:08:30] "GET /obj-perms HTTP/1.1" 200 5075 0.049425 10.0.0.249 - - [2025-10-27 04:08:38] "POST /neutron/port HTTP/1.1" 200 1090 0.015084 10.0.0.249 - - [2025-10-27 04:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003807 10.0.0.249 - - [2025-10-27 04:08:38] "POST /neutron/network HTTP/1.1" 200 808 0.010938 10.0.0.249 - - [2025-10-27 04:08:46] "POST /neutron/network HTTP/1.1" 200 818 0.006512 10.0.0.249 - - [2025-10-27 04:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.249 - - [2025-10-27 04:09:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007435 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004101 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.007889 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004195 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.005142 10.0.0.249 - - [2025-10-27 04:09:31] "GET /instance-ip/1f2d421e-7604-4b88-bae6-ca50d3825627 HTTP/1.1" 200 1623 0.004514 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004070 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-machine-interface/96bed202-6a27-4245-a0ba-78eb87b15415 HTTP/1.1" 200 2957 0.005160 10.0.0.249 - - [2025-10-27 04:09:31] "GET /instance-ip/1f2d421e-7604-4b88-bae6-ca50d3825627 HTTP/1.1" 200 1623 0.003889 10.0.0.249 - - [2025-10-27 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.249 - - [2025-10-27 04:09:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004349 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003868 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005563 10.0.0.33 - - [2025-10-27 04:09:31] "GET /virtual-router/6a3d6e29-6aa7-4b65-842b-dbe04eb48e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.030819 10.0.0.249 - - [2025-10-27 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.249 - - [2025-10-27 04:09:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003951 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003145 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005883 10.0.0.249 - - [2025-10-27 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.249 - - [2025-10-27 04:09:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004894 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003660 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006613 10.0.0.249 - - [2025-10-27 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2025-10-27 04:09:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004755 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003086 10.0.0.249 - - [2025-10-27 04:09:31] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006220 10.0.0.249 - - [2025-10-27 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.249 - - [2025-10-27 04:09:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006604 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003804 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008472 10.0.0.249 - - [2025-10-27 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.249 - - [2025-10-27 04:09:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006240 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004140 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007242 10.0.0.249 - - [2025-10-27 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.249 - - [2025-10-27 04:09:32] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005832 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003667 10.0.0.249 - - [2025-10-27 04:09:32] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007540 10.0.0.249 - - [2025-10-27 04:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.249 - - [2025-10-27 04:09:33] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003405 10.0.0.249 - - [2025-10-27 04:09:33] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002980 10.0.0.249 - - [2025-10-27 04:09:33] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008072 10.0.0.249 - - [2025-10-27 04:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.249 - - [2025-10-27 04:09:33] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003853 10.0.0.249 - - [2025-10-27 04:09:33] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004543 10.0.0.249 - - [2025-10-27 04:09:33] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005633 10.0.0.249 - - [2025-10-27 04:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.249 - - [2025-10-27 04:09:33] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005339 10.0.0.249 - - [2025-10-27 04:09:33] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004571 10.0.0.249 - - [2025-10-27 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.249 - - [2025-10-27 04:09:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004199 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004050 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005649 10.0.0.249 - - [2025-10-27 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.249 - - [2025-10-27 04:09:34] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005744 10.0.0.249 - - [2025-10-27 04:09:34] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005381 10.0.0.249 - - [2025-10-27 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.249 - - [2025-10-27 04:09:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004225 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003436 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005899 10.0.0.249 - - [2025-10-27 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.249 - - [2025-10-27 04:09:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004490 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003484 10.0.0.249 - - [2025-10-27 04:09:34] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005841 10.0.0.129 - - [2025-10-27 04:09:36] "GET /obj-perms HTTP/1.1" 200 5063 0.004415 10.0.0.249 - - [2025-10-27 04:09:40] "POST /neutron/network HTTP/1.1" 200 818 0.006317 10.0.0.249 - - [2025-10-27 04:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.129 - - [2025-10-27 04:09:42] "GET /obj-perms HTTP/1.1" 200 5063 0.004268 10.0.0.249 - - [2025-10-27 04:09:47] "POST /neutron/port HTTP/1.1" 200 1090 0.017501 10.0.0.249 - - [2025-10-27 04:09:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.009736 10.0.0.129 - - [2025-10-27 04:09:48] "GET /obj-perms HTTP/1.1" 200 5063 0.003965 10.0.0.249 - - [2025-10-27 04:09:48] "GET /obj-perms HTTP/1.1" 200 5063 0.003642 10.0.0.249 - - [2025-10-27 04:09:48] "GET /obj-perms HTTP/1.1" 200 5063 0.004545 10.0.0.129 - - [2025-10-27 04:09:48] "GET /obj-perms HTTP/1.1" 200 5063 0.003962 10.0.0.33 - - [2025-10-27 04:09:48] "GET /obj-perms HTTP/1.1" 200 5063 0.004104 10.0.0.249 - - [2025-10-27 04:09:49] "POST /neutron/port HTTP/1.1" 200 1090 0.018892 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.004870 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.007115 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.004066 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.005475 10.0.0.249 - - [2025-10-27 04:09:49] "GET /instance-ip/8adee784-d605-4f46-8aa9-942944f0f51e HTTP/1.1" 200 1623 0.004445 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.004128 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.005270 10.0.0.249 - - [2025-10-27 04:09:49] "GET /instance-ip/8adee784-d605-4f46-8aa9-942944f0f51e HTTP/1.1" 200 1623 0.005960 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003506 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003283 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005852 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004841 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003218 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006450 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003838 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003168 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007991 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005986 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003579 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005877 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003482 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009075 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005002 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003915 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006667 10.0.0.249 - - [2025-10-27 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.249 - - [2025-10-27 04:09:49] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004342 10.0.0.249 - - [2025-10-27 04:09:49] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003453 10.0.0.249 - - [2025-10-27 04:09:50] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005800 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.249 - - [2025-10-27 04:09:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003609 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002668 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005940 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-10-27 04:09:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003556 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002766 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006281 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2025-10-27 04:09:51] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004464 10.0.0.249 - - [2025-10-27 04:09:51] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004467 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-10-27 04:09:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004424 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003384 10.0.0.249 - - [2025-10-27 04:09:51] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005948 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2025-10-27 04:09:51] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005744 10.0.0.249 - - [2025-10-27 04:09:51] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006557 10.0.0.249 - - [2025-10-27 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.249 - - [2025-10-27 04:09:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004470 10.0.0.249 - - [2025-10-27 04:09:52] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003273 10.0.0.249 - - [2025-10-27 04:09:52] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007342 10.0.0.249 - - [2025-10-27 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.249 - - [2025-10-27 04:09:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005535 10.0.0.249 - - [2025-10-27 04:09:52] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003703 10.0.0.249 - - [2025-10-27 04:09:52] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008266 10.0.0.129 - - [2025-10-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5063 0.005523 10.0.0.249 - - [2025-10-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004988 10.0.0.249 - - [2025-10-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5063 0.003931 10.0.0.249 - - [2025-10-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5063 0.003874 10.0.0.129 - - [2025-10-27 04:09:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004079 10.0.0.249 - - [2025-10-27 04:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.249 - - [2025-10-27 04:10:12] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004950 10.0.0.249 - - [2025-10-27 04:10:12] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003979 10.0.0.249 - - [2025-10-27 04:10:12] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008911 10.0.0.249 - - [2025-10-27 04:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.249 - - [2025-10-27 04:10:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.249 - - [2025-10-27 04:10:14] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004109 10.0.0.249 - - [2025-10-27 04:10:14] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007233 10.0.0.249 - - [2025-10-27 04:10:29] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.005207 10.0.0.249 - - [2025-10-27 04:10:29] "GET /virtual-machine-interface/51dd0b3e-2a17-40fd-b03b-413a16a20279 HTTP/1.1" 200 2956 0.005442 10.0.0.249 - - [2025-10-27 04:10:29] "GET /instance-ip/8adee784-d605-4f46-8aa9-942944f0f51e HTTP/1.1" 200 1623 0.004149 10.0.0.249 - - [2025-10-27 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.249 - - [2025-10-27 04:10:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003590 10.0.0.249 - - [2025-10-27 04:10:29] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004312 10.0.0.249 - - [2025-10-27 04:10:29] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005632 10.0.0.249 - - [2025-10-27 04:10:33] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 200 1302 0.006447 10.0.0.249 - - [2025-10-27 04:10:33] "POST /neutron/port HTTP/1.1" 200 1116 0.011510 10.0.0.249 - - [2025-10-27 04:10:35] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003448 10.0.0.249 - - [2025-10-27 04:10:35] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003074 10.0.0.249 - - [2025-10-27 04:10:35] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004048 10.0.0.249 - - [2025-10-27 04:10:36] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.002951 10.0.0.249 - - [2025-10-27 04:10:37] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004450 10.0.0.249 - - [2025-10-27 04:10:38] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.005101 10.0.0.249 - - [2025-10-27 04:10:39] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003835 10.0.0.249 - - [2025-10-27 04:10:40] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003268 10.0.0.249 - - [2025-10-27 04:10:41] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003649 10.0.0.249 - - [2025-10-27 04:10:41] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.002657 10.0.0.249 - - [2025-10-27 04:10:42] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.005397 10.0.0.249 - - [2025-10-27 04:10:43] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003869 10.0.0.249 - - [2025-10-27 04:10:44] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003302 10.0.0.249 - - [2025-10-27 04:10:45] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004485 10.0.0.249 - - [2025-10-27 04:10:46] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003931 10.0.0.249 - - [2025-10-27 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.249 - - [2025-10-27 04:10:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006834 10.0.0.249 - - [2025-10-27 04:10:46] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004522 10.0.0.249 - - [2025-10-27 04:10:46] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007328 10.0.0.249 - - [2025-10-27 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.249 - - [2025-10-27 04:10:46] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004585 10.0.0.249 - - [2025-10-27 04:10:46] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005220 10.0.0.249 - - [2025-10-27 04:10:46] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003548 10.0.0.249 - - [2025-10-27 04:10:47] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004987 10.0.0.249 - - [2025-10-27 04:10:48] "POST /neutron/port HTTP/1.1" 200 1090 0.015524 10.0.0.249 - - [2025-10-27 04:10:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.010164 10.0.0.249 - - [2025-10-27 04:10:48] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004997 10.0.0.249 - - [2025-10-27 04:10:49] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003430 10.0.0.249 - - [2025-10-27 04:10:50] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003458 10.0.0.249 - - [2025-10-27 04:10:51] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003443 10.0.0.249 - - [2025-10-27 04:10:51] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003228 10.0.0.249 - - [2025-10-27 04:10:52] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003909 10.0.0.249 - - [2025-10-27 04:10:53] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003360 10.0.0.249 - - [2025-10-27 04:10:54] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.004139 10.0.0.249 - - [2025-10-27 04:10:55] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003496 10.0.0.249 - - [2025-10-27 04:10:56] "GET /virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546 HTTP/1.1" 404 171 0.003068 10.0.0.249 - - [2025-10-27 04:10:56] "GET /obj-perms HTTP/1.1" 200 5063 0.004020 10.0.0.249 - - [2025-10-27 04:10:56] "GET /obj-perms HTTP/1.1" 200 5063 0.003927 10.0.0.33 - - [2025-10-27 04:10:56] "GET /obj-perms HTTP/1.1" 200 5063 0.003168 10.0.0.249 - - [2025-10-27 04:10:56] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 200 1302 0.004258 10.0.0.249 - - [2025-10-27 04:10:57] "POST /neutron/port HTTP/1.1" 200 1090 0.028079 10.0.0.33 - - [2025-10-27 04:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.33 - - [2025-10-27 04:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-10-27 04:10:58] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003567 10.0.0.249 - - [2025-10-27 04:10:58] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003198 10.0.0.249 - - [2025-10-27 04:10:58] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003011 10.0.0.129 - - [2025-10-27 04:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.129 - - [2025-10-27 04:10:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-10-27 04:10:59] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003851 10.0.0.33 - - [2025-10-27 04:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.33 - - [2025-10-27 04:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2025-10-27 04:10:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-10-27 04:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2025-10-27 04:11:00] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003812 10.0.0.129 - - [2025-10-27 04:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.129 - - [2025-10-27 04:11:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-10-27 04:11:01] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003231 10.0.0.249 - - [2025-10-27 04:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2025-10-27 04:11:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2025-10-27 04:11:02] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003798 10.0.0.249 - - [2025-10-27 04:11:03] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003422 10.0.0.249 - - [2025-10-27 04:11:04] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003246 10.0.0.249 - - [2025-10-27 04:11:04] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.002813 10.0.0.249 - - [2025-10-27 04:11:05] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.004468 10.0.0.249 - - [2025-10-27 04:11:06] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003686 10.0.0.249 - - [2025-10-27 04:11:07] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.004140 10.0.0.249 - - [2025-10-27 04:11:08] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003496 10.0.0.249 - - [2025-10-27 04:11:09] "GET /virtual-machine/df329166-a077-473e-928a-7f11feeee23a HTTP/1.1" 404 171 0.003302 10.0.0.249 - - [2025-10-27 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2025-10-27 04:11:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536 10.0.0.249 - - [2025-10-27 04:11:09] "GET /virtual-networks?parent_id=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002470 10.0.0.249 - - [2025-10-27 04:11:09] "GET /virtual-network/0bfdabed-d72a-4068-845e-bad2faa6c19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006445 10.0.0.249 - - [2025-10-27 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-10-27 04:11:09] "GET /routing-instance/c3c3404e-4f3a-49b2-8e9d-38380d3615c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004759 10.0.0.249 - - [2025-10-27 04:11:09] "GET /route-target/cd060563-faae-4746-ba05-9f7047006c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004674 10.0.0.129 - - [2025-10-27 04:11:09] "GET /obj-perms HTTP/1.1" 200 5063 0.007212 10.0.0.249 - - [2025-10-27 04:11:15] "GET /obj-perms HTTP/1.1" 200 5063 0.003929 10.0.0.129 - - [2025-10-27 04:11:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004498 10.0.0.249 - - [2025-10-27 04:11:18] "GET /obj-perms HTTP/1.1" 200 5063 0.003806 10.0.0.249 - - [2025-10-27 04:11:18] "POST /neutron/network HTTP/1.1" 200 808 0.007012 10.0.0.33 - - [2025-10-27 04:11:19] "DELETE /route-target/cd060563-faae-4746-ba05-9f7047006c9b HTTP/1.1" 200 115 0.044872 10.0.0.249 - - [2025-10-27 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.249 - - [2025-10-27 04:11:19] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003195 10.0.0.249 - - [2025-10-27 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.249 - - [2025-10-27 04:11:19] "PUT /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a HTTP/1.1" 200 277 0.010282 10.0.0.129 - - [2025-10-27 04:11:21] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.027741 10.0.0.249 - - [2025-10-27 04:11:21] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.103678 10.0.0.129 - - [2025-10-27 04:11:21] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001294 10.0.0.249 - - [2025-10-27 04:11:21] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?fields=virtual_networks HTTP/1.1" 200 1049 0.047651 10.0.0.129 - - [2025-10-27 04:11:21] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000955 10.0.0.249 - - [2025-10-27 04:11:21] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.052931 10.0.0.129 - - [2025-10-27 04:11:22] "GET /projects?obj_uuids=bea74599-8728-44fb-92cf-1847d392501f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001362 10.0.0.249 - - [2025-10-27 04:11:22] "GET /project/bea74599-8728-44fb-92cf-1847d392501f?fields=security_groups HTTP/1.1" 200 1283 0.055338 10.0.0.249 - - [2025-10-27 04:11:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.025669 10.0.0.129 - - [2025-10-27 04:11:22] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003359 10.0.0.129 - - [2025-10-27 04:11:23] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.129 - - [2025-10-27 04:11:23] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034024 10.0.0.129 - - [2025-10-27 04:11:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.003624 10.0.0.129 - - [2025-10-27 04:11:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.006985 10.0.0.129 - - [2025-10-27 04:11:23] "POST /security-groups HTTP/1.1" 200 597 0.034194 10.0.0.129 - - [2025-10-27 04:11:23] "POST /projects HTTP/1.1" 200 597 0.242696 10.0.0.129 - - [2025-10-27 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.326199 10.0.0.33 - - [2025-10-27 04:11:23] "POST /fqname-to-id HTTP/1.1" 404 239 0.006814 10.0.0.249 - - [2025-10-27 04:11:23] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.522980 10.0.0.249 - - [2025-10-27 04:11:24] "GET / HTTP/1.1" 200 36215 0.001713 10.0.0.129 - - [2025-10-27 04:11:27] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001030 10.0.0.249 - - [2025-10-27 04:11:27] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.038634 10.0.0.129 - - [2025-10-27 04:11:27] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.249 - - [2025-10-27 04:11:27] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?fields=virtual_networks HTTP/1.1" 200 1045 0.045643 10.0.0.129 - - [2025-10-27 04:11:27] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000975 10.0.0.249 - - [2025-10-27 04:11:27] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045391 10.0.0.129 - - [2025-10-27 04:11:27] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.249 - - [2025-10-27 04:11:27] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?fields=security_groups HTTP/1.1" 200 1278 0.042484 10.0.0.249 - - [2025-10-27 04:11:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.034121 10.0.0.129 - - [2025-10-27 04:11:28] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004140 10.0.0.129 - - [2025-10-27 04:11:28] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.129 - - [2025-10-27 04:11:28] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009168 10.0.0.129 - - [2025-10-27 04:11:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.006119 10.0.0.129 - - [2025-10-27 04:11:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.008752 10.0.0.129 - - [2025-10-27 04:11:29] "POST /security-groups HTTP/1.1" 200 591 0.076296 10.0.0.129 - - [2025-10-27 04:11:29] "POST /projects HTTP/1.1" 200 585 0.286826 10.0.0.33 - - [2025-10-27 04:11:29] "POST /access-control-lists HTTP/1.1" 200 598 0.026379 10.0.0.129 - - [2025-10-27 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.363310 10.0.0.249 - - [2025-10-27 04:11:29] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.506184 10.0.0.249 - - [2025-10-27 04:11:30] "GET / HTTP/1.1" 200 36215 0.001448 10.0.0.129 - - [2025-10-27 04:11:33] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.249 - - [2025-10-27 04:11:33] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036413 10.0.0.129 - - [2025-10-27 04:11:33] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.249 - - [2025-10-27 04:11:33] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?fields=virtual_networks HTTP/1.1" 200 1034 0.036700 10.0.0.129 - - [2025-10-27 04:11:33] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.249 - - [2025-10-27 04:11:33] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036758 10.0.0.129 - - [2025-10-27 04:11:33] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.249 - - [2025-10-27 04:11:33] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?fields=security_groups HTTP/1.1" 200 1261 0.031451 10.0.0.249 - - [2025-10-27 04:11:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.028190 10.0.0.129 - - [2025-10-27 04:11:34] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003768 10.0.0.129 - - [2025-10-27 04:11:34] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.129 - - [2025-10-27 04:11:34] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007046 10.0.0.129 - - [2025-10-27 04:11:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.002488 10.0.0.129 - - [2025-10-27 04:11:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003979 10.0.0.129 - - [2025-10-27 04:11:34] "POST /security-groups HTTP/1.1" 200 599 0.030765 10.0.0.33 - - [2025-10-27 04:11:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.007694 10.0.0.129 - - [2025-10-27 04:11:34] "POST /projects HTTP/1.1" 200 601 0.241805 10.0.0.129 - - [2025-10-27 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.325073 10.0.0.33 - - [2025-10-27 04:11:34] "POST /access-control-lists HTTP/1.1" 200 604 0.034181 10.0.0.249 - - [2025-10-27 04:11:35] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.493576 10.0.0.249 - - [2025-10-27 04:11:36] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.249 - - [2025-10-27 04:11:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2025-10-27 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.071305 10.0.0.129 - - [2025-10-27 04:11:36] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.249 - - [2025-10-27 04:11:36] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051320 10.0.0.129 - - [2025-10-27 04:11:37] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.249 - - [2025-10-27 04:11:37] "POST /neutron/network HTTP/1.1" 200 601 0.140916 10.0.0.33 - - [2025-10-27 04:11:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.032648 10.0.0.249 - - [2025-10-27 04:11:37] "POST /neutron/network HTTP/1.1" 200 975 0.010478 10.0.0.249 - - [2025-10-27 04:11:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001629 10.0.0.249 - - [2025-10-27 04:11:37] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005735 10.0.0.249 - - [2025-10-27 04:11:37] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006170 10.0.0.249 - - [2025-10-27 04:11:37] "POST /neutron/subnet HTTP/1.1" 200 716 0.012280 10.0.0.249 - - [2025-10-27 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.129 - - [2025-10-27 04:11:37] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.249 - - [2025-10-27 04:11:38] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042807 10.0.0.129 - - [2025-10-27 04:11:38] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001630 10.0.0.249 - - [2025-10-27 04:11:38] "POST /neutron/network HTTP/1.1" 200 601 0.152999 10.0.0.33 - - [2025-10-27 04:11:38] "POST /route-targets HTTP/1.1" 200 328 0.016850 10.0.0.249 - - [2025-10-27 04:11:38] "POST /neutron/network HTTP/1.1" 200 974 0.015001 10.0.0.249 - - [2025-10-27 04:11:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001109 10.0.0.249 - - [2025-10-27 04:11:38] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.004949 10.0.0.249 - - [2025-10-27 04:11:38] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007023 10.0.0.249 - - [2025-10-27 04:11:38] "POST /neutron/subnet HTTP/1.1" 200 716 0.010847 10.0.0.249 - - [2025-10-27 04:11:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001855 10.0.0.129 - - [2025-10-27 04:11:39] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.249 - - [2025-10-27 04:11:39] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072092 10.0.0.249 - - [2025-10-27 04:11:40] "POST /neutron/network HTTP/1.1" 200 975 0.033466 10.0.0.249 - - [2025-10-27 04:11:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001339 10.0.0.249 - - [2025-10-27 04:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.008823 10.0.0.129 - - [2025-10-27 04:11:40] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/port HTTP/1.1" 200 1153 0.298074 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/port HTTP/1.1" 200 1207 0.113526 10.0.0.129 - - [2025-10-27 04:11:41] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.249 - - [2025-10-27 04:11:41] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.068549 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007607 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/port HTTP/1.1" 200 1181 0.023073 10.0.0.249 - - [2025-10-27 04:11:41] "POST /neutron/port HTTP/1.1" 200 1181 0.017707 10.0.0.129 - - [2025-10-27 04:11:42] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.249 - - [2025-10-27 04:11:42] "POST /neutron/port HTTP/1.1" 200 1152 0.300536 10.0.0.249 - - [2025-10-27 04:11:42] "POST /neutron/port HTTP/1.1" 200 1206 0.122995 10.0.0.249 - - [2025-10-27 04:11:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.249 - - [2025-10-27 04:11:42] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.249 - - [2025-10-27 04:11:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010366 10.0.0.249 - - [2025-10-27 04:11:47] "POST /neutron/port HTTP/1.1" 200 1181 0.017411 10.0.0.249 - - [2025-10-27 04:11:47] "GET /virtual-machine/b0dc66c3-7c9d-4f12-ab56-ae494d4c2900 HTTP/1.1" 401 293 0.000534 10.0.0.249 - - [2025-10-27 04:11:47] "GET /virtual-machine/b0dc66c3-7c9d-4f12-ab56-ae494d4c2900 HTTP/1.1" 200 1303 0.033574 10.0.0.249 - - [2025-10-27 04:11:47] "GET /virtual-machine-interface/486a501f-1c64-4cf7-a5a5-b708ef6e2fd0 HTTP/1.1" 200 3165 0.006239 10.0.0.249 - - [2025-10-27 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.249 - - [2025-10-27 04:11:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004162 10.0.0.249 - - [2025-10-27 04:11:47] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003872 10.0.0.249 - - [2025-10-27 04:11:47] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.012026 10.0.0.249 - - [2025-10-27 04:11:48] "POST /neutron/port HTTP/1.1" 200 1181 0.047892 10.0.0.249 - - [2025-10-27 04:11:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005538 10.0.0.249 - - [2025-10-27 04:11:48] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.249 - - [2025-10-27 04:11:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006446 10.0.0.249 - - [2025-10-27 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.249 - - [2025-10-27 04:11:50] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005085 10.0.0.249 - - [2025-10-27 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.249 - - [2025-10-27 04:11:52] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004620 10.0.0.249 - - [2025-10-27 04:11:52] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003931 10.0.0.249 - - [2025-10-27 04:11:52] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006156 10.0.0.249 - - [2025-10-27 04:11:53] "POST /neutron/port HTTP/1.1" 200 1180 0.018473 10.0.0.249 - - [2025-10-27 04:11:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009144 10.0.0.249 - - [2025-10-27 04:11:53] "GET /virtual-machine/a1ab98a8-f9e2-4cce-9140-db844455a7b6 HTTP/1.1" 200 1303 0.009031 10.0.0.249 - - [2025-10-27 04:11:53] "GET /virtual-machine-interface/1475c924-5e19-4b03-9ac0-e8d67e5039c8 HTTP/1.1" 200 3165 0.005086 10.0.0.249 - - [2025-10-27 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-10-27 04:11:53] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003571 10.0.0.249 - - [2025-10-27 04:11:53] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004634 10.0.0.249 - - [2025-10-27 04:11:53] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006490 10.0.0.249 - - [2025-10-27 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006368 10.0.0.249 - - [2025-10-27 04:11:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004073 10.0.0.249 - - [2025-10-27 04:11:54] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003216 10.0.0.249 - - [2025-10-27 04:11:54] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007171 10.0.0.249 - - [2025-10-27 04:11:54] "POST /neutron/port HTTP/1.1" 200 1180 0.015366 10.0.0.249 - - [2025-10-27 04:11:59] "POST /fqname-to-id HTTP/1.1" 404 209 0.003742 10.0.0.249 - - [2025-10-27 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.129 - - [2025-10-27 04:11:59] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.249 - - [2025-10-27 04:11:59] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040025 10.0.0.249 - - [2025-10-27 04:12:00] "POST /network-policys HTTP/1.1" 200 535 0.029440 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006846 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.249 - - [2025-10-27 04:12:00] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006010 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004087 10.0.0.33 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.007200 10.0.0.249 - - [2025-10-27 04:12:00] "POST /ref-update HTTP/1.1" 200 156 0.056010 10.0.0.33 - - [2025-10-27 04:12:00] "POST /access-control-lists HTTP/1.1" 200 580 0.036714 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005140 10.0.0.249 - - [2025-10-27 04:12:00] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.007184 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004343 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.249 - - [2025-10-27 04:12:00] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005875 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004086 10.0.0.249 - - [2025-10-27 04:12:00] "POST /ref-update HTTP/1.1" 200 156 0.053002 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007893 10.0.0.33 - - [2025-10-27 04:12:00] "POST /ref-update HTTP/1.1" 200 156 0.027281 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005980 10.0.0.249 - - [2025-10-27 04:12:00] "POST /neutron/network HTTP/1.1" 200 1060 0.015564 10.0.0.249 - - [2025-10-27 04:12:00] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.006033 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.249 - - [2025-10-27 04:12:00] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004230 10.0.0.249 - - [2025-10-27 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.129 - - [2025-10-27 04:12:00] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.249 - - [2025-10-27 04:12:00] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046832 10.0.0.33 - - [2025-10-27 04:12:01] "POST /ref-update HTTP/1.1" 200 156 0.024570 10.0.0.129 - - [2025-10-27 04:12:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004521 10.0.0.249 - - [2025-10-27 04:12:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.223627 10.0.0.249 - - [2025-10-27 04:12:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001498 10.0.0.249 - - [2025-10-27 04:12:01] "GET /virtual-network/7b2d5aaf-8263-4b3f-af58-4283d588f5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005620 10.0.0.249 - - [2025-10-27 04:12:01] "GET /virtual-network/7b2d5aaf-8263-4b3f-af58-4283d588f5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007267 10.0.0.249 - - [2025-10-27 04:12:01] "POST /neutron/network HTTP/1.1" 200 799 0.014231 10.0.0.249 - - [2025-10-27 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.129 - - [2025-10-27 04:12:01] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2025-10-27 04:12:01] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060274 10.0.0.129 - - [2025-10-27 04:12:01] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.249 - - [2025-10-27 04:12:01] "POST /neutron/network HTTP/1.1" 200 585 0.148752 10.0.0.249 - - [2025-10-27 04:12:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.003417 10.0.0.249 - - [2025-10-27 04:12:02] "GET /virtual-network/43144034-965f-4781-8a66-ab47d2ea51e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004961 10.0.0.249 - - [2025-10-27 04:12:02] "POST /neutron/network HTTP/1.1" 200 799 0.006486 10.0.0.249 - - [2025-10-27 04:12:02] "GET /virtual-network/43144034-965f-4781-8a66-ab47d2ea51e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004867 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 404 239 0.003487 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.129 - - [2025-10-27 04:12:02] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.249 - - [2025-10-27 04:12:02] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044994 10.0.0.249 - - [2025-10-27 04:12:02] "POST /network-policys HTTP/1.1" 200 589 0.034430 10.0.0.249 - - [2025-10-27 04:12:02] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.010795 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.249 - - [2025-10-27 04:12:02] "GET /virtual-network/7b2d5aaf-8263-4b3f-af58-4283d588f5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007759 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.249 - - [2025-10-27 04:12:02] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004663 10.0.0.33 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.004906 10.0.0.249 - - [2025-10-27 04:12:02] "POST /ref-update HTTP/1.1" 200 156 0.056470 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.249 - - [2025-10-27 04:12:02] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005987 10.0.0.249 - - [2025-10-27 04:12:02] "POST /neutron/network HTTP/1.1" 200 912 0.010755 10.0.0.249 - - [2025-10-27 04:12:02] "GET /virtual-network/7b2d5aaf-8263-4b3f-af58-4283d588f5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.006671 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.249 - - [2025-10-27 04:12:02] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004351 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.249 - - [2025-10-27 04:12:02] "GET /virtual-network/43144034-965f-4781-8a66-ab47d2ea51e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006235 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-10-27 04:12:02] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005466 10.0.0.249 - - [2025-10-27 04:12:02] "POST /ref-update HTTP/1.1" 200 156 0.071973 10.0.0.33 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.014214 10.0.0.249 - - [2025-10-27 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2025-10-27 04:12:03] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005404 10.0.0.249 - - [2025-10-27 04:12:03] "GET /virtual-network/43144034-965f-4781-8a66-ab47d2ea51e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.011518 10.0.0.249 - - [2025-10-27 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006653 10.0.0.249 - - [2025-10-27 04:12:03] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005707 10.0.0.249 - - [2025-10-27 04:12:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001667 10.0.0.249 - - [2025-10-27 04:12:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007432 10.0.0.129 - - [2025-10-27 04:12:04] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.249 - - [2025-10-27 04:12:04] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.058453 10.0.0.249 - - [2025-10-27 04:12:04] "POST /neutron/port HTTP/1.1" 200 2243 0.026392 10.0.0.249 - - [2025-10-27 04:12:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001405 10.0.0.249 - - [2025-10-27 04:12:04] "POST /neutron/port HTTP/1.1" 200 2243 0.020843 10.0.0.249 - - [2025-10-27 04:12:04] "POST /neutron/network HTTP/1.1" 200 922 0.007954 10.0.0.249 - - [2025-10-27 04:12:05] "POST /neutron/port HTTP/1.1" 200 1063 0.016127 10.0.0.249 - - [2025-10-27 04:12:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.249 - - [2025-10-27 04:12:05] "POST /neutron/network HTTP/1.1" 200 912 0.007522 10.0.0.129 - - [2025-10-27 04:12:05] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.249 - - [2025-10-27 04:12:05] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.098214 10.0.0.249 - - [2025-10-27 04:12:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006896 10.0.0.249 - - [2025-10-27 04:12:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003477 10.0.0.249 - - [2025-10-27 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-10-27 04:12:06] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005176 10.0.0.129 - - [2025-10-27 04:12:06] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.33 - - [2025-10-27 04:12:06] "PUT /access-control-list/6b74d51b-bfa3-4b61-924a-79ff0120a3ed HTTP/1.1" 200 273 0.021987 10.0.0.249 - - [2025-10-27 04:12:06] "POST /neutron/port HTTP/1.1" 200 1063 0.334633 10.0.0.249 - - [2025-10-27 04:12:06] "POST /neutron/port HTTP/1.1" 200 1117 0.095911 10.0.0.249 - - [2025-10-27 04:12:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.008097 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004557 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003997 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003679 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.022867 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.038813 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004448 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003275 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.037370 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.033012 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005210 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003825 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.038919 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.035560 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003809 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007837 10.0.0.249 - - [2025-10-27 04:12:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.021698 10.0.0.249 - - [2025-10-27 04:12:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003714 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005358 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004601 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.038342 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.036313 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006101 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004469 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.034760 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.046731 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005541 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004388 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.043084 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.051716 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009594 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004742 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.021361 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003361 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005190 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005573 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.031954 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.029735 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004025 10.0.0.249 - - [2025-10-27 04:12:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006438 10.0.0.249 - - [2025-10-27 04:12:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.036759 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.039325 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.012083 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004624 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.036045 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.050936 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005355 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006128 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.020597 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004640 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005226 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004604 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.025399 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.027282 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005384 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.003862 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.031007 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.037862 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004266 10.0.0.249 - - [2025-10-27 04:12:09] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006537 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.034959 10.0.0.249 - - [2025-10-27 04:12:09] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.044826 10.0.0.249 - - [2025-10-27 04:12:14] "POST /neutron/port HTTP/1.1" 200 1091 0.019238 10.0.0.249 - - [2025-10-27 04:12:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007538 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003950 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005419 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005270 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.032245 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.048650 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.010479 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005723 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.037970 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.040617 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007790 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007558 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.036012 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.038120 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005075 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007183 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.020545 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003945 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005446 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004813 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.035719 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.043907 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004750 10.0.0.249 - - [2025-10-27 04:12:20] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003836 10.0.0.249 - - [2025-10-27 04:12:20] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.040468 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.039369 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007127 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007494 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.035407 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.051119 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /project/bea74599-8728-44fb-92cf-1847d392501f HTTP/1.1" 404 177 0.015126 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /project/3da99b8fd061419b84940d2c9c46bded HTTP/1.1" 404 173 0.015434 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /project/a84e17931d0042a4ace5cba46c38e309 HTTP/1.1" 404 173 0.013088 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000949 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /project/71c02d9d65ef431c979f0d6e918fbd45 HTTP/1.1" 404 173 0.017135 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007356 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009902 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.078338 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.083901 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000763 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.062535 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?fields=security_groups HTTP/1.1" 200 1380 0.089270 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?fields=security_groups HTTP/1.1" 200 1363 0.094179 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006111 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004596 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005409 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /security-group/6da88b31-7961-41a6-98d0-e6c648f6e7e2 HTTP/1.1" 200 115 0.075066 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.051447 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=3da99b8f-d061-419b-8494-0d2c9c46bded&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /security-group/367de85a-1dba-440a-9ab6-396cf94629a2 HTTP/1.1" 200 115 0.089120 10.0.0.129 - - [2025-10-27 04:12:21] "GET /projects?obj_uuids=71c02d9d-65ef-431c-979f-0d6e918fbd45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.33 - - [2025-10-27 04:12:21] "DELETE /access-control-list/2213629f-12e1-477b-8b3b-c1cae28d8083 HTTP/1.1" 200 115 0.053996 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/3da99b8f-d061-419b-8494-0d2c9c46bded?fields=application_policy_sets HTTP/1.1" 200 1419 0.081227 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.108302 10.0.0.129 - - [2025-10-27 04:12:21] "GET /project/71c02d9d-65ef-431c-979f-0d6e918fbd45?fields=application_policy_sets HTTP/1.1" 200 1402 0.163386 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011417 10.0.0.249 - - [2025-10-27 04:12:21] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.012789 10.0.0.33 - - [2025-10-27 04:12:21] "DELETE /access-control-list/6c83e3cd-c697-43ae-8d8a-6bd247c61ebc HTTP/1.1" 200 115 0.105834 10.0.0.249 - - [2025-10-27 04:12:21] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.107176 10.0.0.129 - - [2025-10-27 04:12:21] "DELETE /project/3da99b8f-d061-419b-8494-0d2c9c46bded HTTP/1.1" 200 115 0.740760 10.0.0.129 - - [2025-10-27 04:12:22] "DELETE /project/71c02d9d-65ef-431c-979f-0d6e918fbd45 HTTP/1.1" 200 115 0.769054 10.0.0.249 - - [2025-10-27 04:12:22] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.080857 10.0.0.249 - - [2025-10-27 04:12:22] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005251 10.0.0.249 - - [2025-10-27 04:12:22] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004449 10.0.0.249 - - [2025-10-27 04:12:22] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.039511 10.0.0.249 - - [2025-10-27 04:12:22] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.045498 10.0.0.249 - - [2025-10-27 04:12:22] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010511 10.0.0.249 - - [2025-10-27 04:12:22] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006751 10.0.0.249 - - [2025-10-27 04:12:22] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.026160 10.0.0.249 - - [2025-10-27 04:12:22] "POST /ref-update HTTP/1.1" 200 156 0.060106 10.0.0.249 - - [2025-10-27 04:12:22] "GET /virtual-network/43144034-965f-4781-8a66-ab47d2ea51e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007551 10.0.0.249 - - [2025-10-27 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010472 10.0.0.249 - - [2025-10-27 04:12:22] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005552 10.0.0.249 - - [2025-10-27 04:12:22] "POST /ref-update HTTP/1.1" 200 156 0.067567 10.0.0.33 - - [2025-10-27 04:12:22] "DELETE /access-control-list/564445f2-a368-4924-ae44-0c57e1f95b32 HTTP/1.1" 200 115 0.034703 10.0.0.249 - - [2025-10-27 04:12:22] "GET /virtual-network/7b2d5aaf-8263-4b3f-af58-4283d588f5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.012158 10.0.0.249 - - [2025-10-27 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.249 - - [2025-10-27 04:12:22] "GET /network-policy/5059e79a-66bf-4926-be59-79794f1dc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004946 10.0.0.249 - - [2025-10-27 04:12:23] "POST /neutron/port HTTP/1.1" 200 1091 0.025457 10.0.0.249 - - [2025-10-27 04:12:23] "DELETE /network-policy/5059e79a-66bf-4926-be59-79794f1dc183 HTTP/1.1" 200 115 0.046782 10.0.0.249 - - [2025-10-27 04:12:23] "POST /neutron/port HTTP/1.1" 200 1117 0.020831 10.0.0.249 - - [2025-10-27 04:12:23] "POST /neutron/port HTTP/1.1" 200 151 0.223339 10.0.0.129 - - [2025-10-27 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004361 10.0.0.129 - - [2025-10-27 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.249 - - [2025-10-27 04:12:25] "POST /neutron/network HTTP/1.1" 200 151 0.136834 10.0.0.33 - - [2025-10-27 04:12:25] "DELETE /route-target/63c4a85a-d265-4c56-9b02-96149cd9335c HTTP/1.1" 200 115 0.031599 10.0.0.249 - - [2025-10-27 04:12:25] "POST /ref-update HTTP/1.1" 200 156 0.059013 10.0.0.33 - - [2025-10-27 04:12:25] "DELETE /access-control-list/dab7bc1a-150b-4fb2-b15b-070143150b98 HTTP/1.1" 200 115 0.038615 10.0.0.249 - - [2025-10-27 04:12:25] "POST /neutron/network HTTP/1.1" 200 974 0.023652 10.0.0.249 - - [2025-10-27 04:12:25] "GET /virtual-network/e43d3e30-76de-4c17-a272-a8cdbc7dd48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.014833 10.0.0.249 - - [2025-10-27 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009211 10.0.0.249 - - [2025-10-27 04:12:25] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004120 10.0.0.33 - - [2025-10-27 04:12:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.009143 10.0.0.249 - - [2025-10-27 04:12:25] "POST /ref-update HTTP/1.1" 200 156 0.062965 10.0.0.33 - - [2025-10-27 04:12:25] "POST /ref-update HTTP/1.1" 200 156 0.020188 10.0.0.249 - - [2025-10-27 04:12:25] "GET /virtual-network/0d235256-7da2-4355-8e32-6fe89282e700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.009510 10.0.0.249 - - [2025-10-27 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-10-27 04:12:25] "GET /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004170 10.0.0.249 - - [2025-10-27 04:12:25] "DELETE /network-policy/4160764a-9300-4f8a-9f07-04d60a691ff1 HTTP/1.1" 200 115 0.030830 10.0.0.249 - - [2025-10-27 04:12:26] "POST /neutron/network HTTP/1.1" 400 204 0.020881 10.0.0.249 - - [2025-10-27 04:12:26] "POST /neutron/port HTTP/1.1" 200 151 0.224993 10.0.0.249 - - [2025-10-27 04:12:27] "POST /neutron/port HTTP/1.1" 200 151 0.261265 10.0.0.249 - - [2025-10-27 04:12:28] "POST /neutron/network HTTP/1.1" 200 975 0.011739 10.0.0.33 - - [2025-10-27 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-10-27 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.129 - - [2025-10-27 04:12:29] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002065 10.0.0.249 - - [2025-10-27 04:12:29] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039747 10.0.0.129 - - [2025-10-27 04:12:29] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.249 - - [2025-10-27 04:12:30] "POST /neutron/network HTTP/1.1" 200 601 0.124391 10.0.0.33 - - [2025-10-27 04:12:30] "POST /ref-update HTTP/1.1" 200 156 0.022290 10.0.0.249 - - [2025-10-27 04:12:30] "POST /neutron/network HTTP/1.1" 200 976 0.010470 10.0.0.249 - - [2025-10-27 04:12:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001119 10.0.0.249 - - [2025-10-27 04:12:30] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005274 10.0.0.249 - - [2025-10-27 04:12:30] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006262 10.0.0.249 - - [2025-10-27 04:12:30] "POST /neutron/subnet HTTP/1.1" 200 716 0.009782 10.0.0.249 - - [2025-10-27 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.129 - - [2025-10-27 04:12:30] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.249 - - [2025-10-27 04:12:30] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043482 10.0.0.129 - - [2025-10-27 04:12:30] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.249 - - [2025-10-27 04:12:30] "POST /neutron/network HTTP/1.1" 200 601 0.119187 10.0.0.33 - - [2025-10-27 04:12:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.006698 10.0.0.249 - - [2025-10-27 04:12:31] "POST /neutron/network HTTP/1.1" 200 976 0.013768 10.0.0.249 - - [2025-10-27 04:12:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001653 10.0.0.249 - - [2025-10-27 04:12:31] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008292 10.0.0.249 - - [2025-10-27 04:12:31] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006228 10.0.0.249 - - [2025-10-27 04:12:31] "POST /neutron/subnet HTTP/1.1" 200 716 0.009308 10.0.0.249 - - [2025-10-27 04:12:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001343 10.0.0.129 - - [2025-10-27 04:12:32] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.249 - - [2025-10-27 04:12:32] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.069928 10.0.0.249 - - [2025-10-27 04:12:32] "POST /neutron/network HTTP/1.1" 200 976 0.012102 10.0.0.249 - - [2025-10-27 04:12:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001522 10.0.0.249 - - [2025-10-27 04:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.129 - - [2025-10-27 04:12:33] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.249 - - [2025-10-27 04:12:33] "POST /neutron/port HTTP/1.1" 200 1154 0.385641 10.0.0.249 - - [2025-10-27 04:12:33] "POST /neutron/port HTTP/1.1" 200 1208 0.128744 10.0.0.249 - - [2025-10-27 04:12:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004857 10.0.0.249 - - [2025-10-27 04:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.129 - - [2025-10-27 04:12:34] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002238 10.0.0.249 - - [2025-10-27 04:12:34] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.388128 10.0.0.249 - - [2025-10-27 04:12:34] "POST /neutron/port HTTP/1.1" 200 1182 0.018866 10.0.0.249 - - [2025-10-27 04:12:34] "POST /neutron/port HTTP/1.1" 200 1182 0.021865 10.0.0.129 - - [2025-10-27 04:12:34] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.249 - - [2025-10-27 04:12:35] "POST /neutron/port HTTP/1.1" 200 1154 0.443514 10.0.0.249 - - [2025-10-27 04:12:35] "POST /neutron/port HTTP/1.1" 200 1208 0.154711 10.0.0.249 - - [2025-10-27 04:12:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006826 10.0.0.249 - - [2025-10-27 04:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.249 - - [2025-10-27 04:12:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007566 10.0.0.249 - - [2025-10-27 04:12:39] "POST /neutron/port HTTP/1.1" 200 1182 0.014027 10.0.0.249 - - [2025-10-27 04:12:39] "GET /virtual-machine/148dd81e-f538-48f2-ae08-7f9154e0801b HTTP/1.1" 200 1302 0.006267 10.0.0.249 - - [2025-10-27 04:12:39] "GET /virtual-machine-interface/46789a47-ad5f-4b30-8699-45949cafd668 HTTP/1.1" 200 3164 0.005582 10.0.0.249 - - [2025-10-27 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-10-27 04:12:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004558 10.0.0.249 - - [2025-10-27 04:12:39] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003038 10.0.0.249 - - [2025-10-27 04:12:39] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006454 10.0.0.249 - - [2025-10-27 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.249 - - [2025-10-27 04:12:43] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006771 10.0.0.249 - - [2025-10-27 04:12:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035662 10.0.0.249 - - [2025-10-27 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2025-10-27 04:12:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004722 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003874 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008330 10.0.0.249 - - [2025-10-27 04:12:45] "POST /neutron/port HTTP/1.1" 200 1182 0.015117 10.0.0.249 - - [2025-10-27 04:12:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007231 10.0.0.249 - - [2025-10-27 04:12:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009191 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-machine/ab95d5a9-ce0d-4914-b81b-c9eb59f60a6c HTTP/1.1" 200 1303 0.005435 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-machine-interface/3b7cfeeb-92ec-4729-9568-26581a5f9430 HTTP/1.1" 200 3165 0.007648 10.0.0.249 - - [2025-10-27 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.249 - - [2025-10-27 04:12:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003313 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004367 10.0.0.249 - - [2025-10-27 04:12:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003075 10.0.0.249 - - [2025-10-27 04:12:45] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006868 10.0.0.249 - - [2025-10-27 04:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.249 - - [2025-10-27 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.249 - - [2025-10-27 04:12:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003509 10.0.0.249 - - [2025-10-27 04:12:46] "GET /virtual-networks?parent_id=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002705 10.0.0.249 - - [2025-10-27 04:12:46] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006531 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 209 0.003455 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.129 - - [2025-10-27 04:12:47] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.249 - - [2025-10-27 04:12:47] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.031677 10.0.0.249 - - [2025-10-27 04:12:47] "POST /network-policys HTTP/1.1" 200 535 0.030740 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006933 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.249 - - [2025-10-27 04:12:47] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006464 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004320 10.0.0.249 - - [2025-10-27 04:12:47] "POST /ref-update HTTP/1.1" 200 156 0.050018 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004258 10.0.0.249 - - [2025-10-27 04:12:47] "POST /neutron/network HTTP/1.1" 200 1062 0.011058 10.0.0.249 - - [2025-10-27 04:12:47] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005067 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004256 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.249 - - [2025-10-27 04:12:47] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005862 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004114 10.0.0.33 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.003158 10.0.0.33 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.006263 10.0.0.249 - - [2025-10-27 04:12:47] "POST /ref-update HTTP/1.1" 200 156 0.063943 10.0.0.249 - - [2025-10-27 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.33 - - [2025-10-27 04:12:47] "POST /access-control-lists HTTP/1.1" 200 580 0.043417 10.0.0.249 - - [2025-10-27 04:12:47] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005358 10.0.0.249 - - [2025-10-27 04:12:48] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.024543 10.0.0.249 - - [2025-10-27 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008754 10.0.0.249 - - [2025-10-27 04:12:48] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004631 10.0.0.249 - - [2025-10-27 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.129 - - [2025-10-27 04:12:48] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.249 - - [2025-10-27 04:12:48] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038045 10.0.0.129 - - [2025-10-27 04:12:48] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.249 - - [2025-10-27 04:12:48] "POST /neutron/network HTTP/1.1" 200 585 0.130576 10.0.0.33 - - [2025-10-27 04:12:48] "POST /route-targets HTTP/1.1" 200 328 0.019456 10.0.0.249 - - [2025-10-27 04:12:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.003152 10.0.0.249 - - [2025-10-27 04:12:48] "GET /virtual-network/c729ecaf-369b-48be-841e-ee4269f72aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005333 10.0.0.249 - - [2025-10-27 04:12:48] "POST /neutron/network HTTP/1.1" 200 799 0.006284 10.0.0.249 - - [2025-10-27 04:12:48] "GET /virtual-network/c729ecaf-369b-48be-841e-ee4269f72aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.004643 10.0.0.249 - - [2025-10-27 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.129 - - [2025-10-27 04:12:48] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.249 - - [2025-10-27 04:12:48] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040327 10.0.0.249 - - [2025-10-27 04:12:48] "POST /neutron/network HTTP/1.1" 200 117 0.014772 10.0.0.249 - - [2025-10-27 04:12:49] "POST /neutron/port HTTP/1.1" 200 1182 0.028876 10.0.0.33 - - [2025-10-27 04:12:49] "POST /ref-update HTTP/1.1" 200 156 0.034771 10.0.0.249 - - [2025-10-27 04:12:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.249 - - [2025-10-27 04:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.249 - - [2025-10-27 04:12:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.003749 10.0.0.249 - - [2025-10-27 04:12:49] "GET /virtual-network/6b2a1d77-aff9-405e-8ce0-4b4d102b9771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009165 10.0.0.249 - - [2025-10-27 04:12:49] "POST /neutron/network HTTP/1.1" 200 1062 0.019149 10.0.0.249 - - [2025-10-27 04:12:49] "GET /virtual-network/6b2a1d77-aff9-405e-8ce0-4b4d102b9771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006486 10.0.0.249 - - [2025-10-27 04:12:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.008581 10.0.0.249 - - [2025-10-27 04:12:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.003691 10.0.0.249 - - [2025-10-27 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.129 - - [2025-10-27 04:12:49] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.249 - - [2025-10-27 04:12:49] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045408 10.0.0.249 - - [2025-10-27 04:12:49] "POST /network-policys HTTP/1.1" 200 589 0.031484 10.0.0.249 - - [2025-10-27 04:12:49] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005967 10.0.0.249 - - [2025-10-27 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.249 - - [2025-10-27 04:12:49] "GET /virtual-network/c729ecaf-369b-48be-841e-ee4269f72aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005611 10.0.0.249 - - [2025-10-27 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-10-27 04:12:49] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004555 10.0.0.249 - - [2025-10-27 04:12:49] "POST /ref-update HTTP/1.1" 200 156 0.062169 10.0.0.249 - - [2025-10-27 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009100 10.0.0.249 - - [2025-10-27 04:12:49] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004259 10.0.0.249 - - [2025-10-27 04:12:50] "GET /virtual-network/c729ecaf-369b-48be-841e-ee4269f72aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.007758 10.0.0.249 - - [2025-10-27 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.249 - - [2025-10-27 04:12:50] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004315 10.0.0.249 - - [2025-10-27 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.249 - - [2025-10-27 04:12:50] "GET /virtual-network/6b2a1d77-aff9-405e-8ce0-4b4d102b9771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005959 10.0.0.249 - - [2025-10-27 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.249 - - [2025-10-27 04:12:50] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004600 10.0.0.33 - - [2025-10-27 04:12:50] "PUT /access-control-list/d7118bf9-c12a-478a-a6eb-81e41c953d47 HTTP/1.1" 200 273 0.017041 10.0.0.249 - - [2025-10-27 04:12:50] "POST /ref-update HTTP/1.1" 200 156 0.055014 10.0.0.249 - - [2025-10-27 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.33 - - [2025-10-27 04:12:50] "POST /ref-update HTTP/1.1" 200 156 0.032294 10.0.0.249 - - [2025-10-27 04:12:50] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.021784 10.0.0.249 - - [2025-10-27 04:12:50] "GET /virtual-network/6b2a1d77-aff9-405e-8ce0-4b4d102b9771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.009235 10.0.0.249 - - [2025-10-27 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.249 - - [2025-10-27 04:12:50] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006370 10.0.0.249 - - [2025-10-27 04:12:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001884 10.0.0.249 - - [2025-10-27 04:12:50] "POST /neutron/port HTTP/1.1" 200 2246 0.021085 10.0.0.129 - - [2025-10-27 04:12:51] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.249 - - [2025-10-27 04:12:51] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.063592 10.0.0.249 - - [2025-10-27 04:12:51] "POST /neutron/network HTTP/1.1" 200 912 0.007750 10.0.0.249 - - [2025-10-27 04:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.008393 10.0.0.249 - - [2025-10-27 04:12:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001924 10.0.0.249 - - [2025-10-27 04:12:52] "POST /neutron/network HTTP/1.1" 200 922 0.007278 10.0.0.249 - - [2025-10-27 04:12:52] "POST /neutron/port HTTP/1.1" 200 1063 0.014055 10.0.0.249 - - [2025-10-27 04:12:52] "POST /neutron/port HTTP/1.1" 200 1091 0.016595 10.0.0.249 - - [2025-10-27 04:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.129 - - [2025-10-27 04:12:52] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.249 - - [2025-10-27 04:12:52] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.066119 10.0.0.249 - - [2025-10-27 04:12:53] "POST /neutron/port HTTP/1.1" 200 3220 0.022858 10.0.0.249 - - [2025-10-27 04:12:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003851 10.0.0.249 - - [2025-10-27 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.249 - - [2025-10-27 04:12:53] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004766 10.0.0.249 - - [2025-10-27 04:12:53] "POST /neutron/network HTTP/1.1" 200 922 0.006525 10.0.0.249 - - [2025-10-27 04:12:54] "POST /neutron/port HTTP/1.1" 200 1063 0.019269 10.0.0.249 - - [2025-10-27 04:12:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.249 - - [2025-10-27 04:12:54] "POST /neutron/network HTTP/1.1" 200 912 0.008097 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003424 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004080 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003565 10.0.0.249 - - [2025-10-27 04:12:54] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.024490 10.0.0.249 - - [2025-10-27 04:12:54] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.028014 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.017948 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004094 10.0.0.249 - - [2025-10-27 04:12:54] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.026104 10.0.0.249 - - [2025-10-27 04:12:54] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.035264 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004309 10.0.0.249 - - [2025-10-27 04:12:54] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003973 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.030550 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.028908 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004487 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003718 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.019049 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003637 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005468 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003917 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.025237 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.043746 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006730 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007956 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.040451 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.034179 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006570 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005262 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.028872 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.032466 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004867 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004192 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.015504 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003814 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006726 10.0.0.249 - - [2025-10-27 04:12:55] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004206 10.0.0.249 - - [2025-10-27 04:12:55] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.026769 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.031290 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008122 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006386 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.030639 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.030608 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011018 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005633 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.026335 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.030756 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004578 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011038 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.023931 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004688 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003925 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.014806 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005510 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003616 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.019157 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004760 10.0.0.249 - - [2025-10-27 04:12:56] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005895 10.0.0.249 - - [2025-10-27 04:12:56] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.016742 10.0.0.249 - - [2025-10-27 04:13:03] "POST /neutron/port HTTP/1.1" 200 1091 0.018371 10.0.0.249 - - [2025-10-27 04:13:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003957 10.0.0.249 - - [2025-10-27 04:13:06] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004696 10.0.0.249 - - [2025-10-27 04:13:06] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.003967 10.0.0.249 - - [2025-10-27 04:13:06] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.027514 10.0.0.249 - - [2025-10-27 04:13:06] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.049798 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006511 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005798 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.037328 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.032875 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004834 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011689 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.038461 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.041946 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.010189 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008003 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.026988 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003289 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004686 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004982 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.031577 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.045899 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.015764 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009039 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.041574 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.042678 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008342 10.0.0.249 - - [2025-10-27 04:13:07] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004936 10.0.0.249 - - [2025-10-27 04:13:07] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.036296 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.040744 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.012693 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005861 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.021899 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003935 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004587 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004254 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.025192 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/a7212eeb-812d-4afc-9de3-53953456778c HTTP/1.1" 200 255 0.043171 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006153 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009100 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.038559 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/054ed39e-ab98-47ba-aeda-e2e58b1957f8 HTTP/1.1" 200 255 0.058156 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004117 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006160 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.041908 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.056668 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004883 10.0.0.249 - - [2025-10-27 04:13:08] "GET /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004877 10.0.0.249 - - [2025-10-27 04:13:08] "PUT /bgp-router/18044c6b-3607-409f-86bc-3f7730a3d595 HTTP/1.1" 200 255 0.023558 10.0.0.249 - - [2025-10-27 04:13:09] "POST /ref-update HTTP/1.1" 200 156 0.067279 10.0.0.249 - - [2025-10-27 04:13:09] "GET /virtual-network/6b2a1d77-aff9-405e-8ce0-4b4d102b9771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.018838 10.0.0.249 - - [2025-10-27 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007219 10.0.0.33 - - [2025-10-27 04:13:09] "POST /ref-update HTTP/1.1" 200 156 0.021269 10.0.0.249 - - [2025-10-27 04:13:09] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004110 10.0.0.249 - - [2025-10-27 04:13:09] "POST /ref-update HTTP/1.1" 200 156 0.057016 10.0.0.249 - - [2025-10-27 04:13:09] "POST /neutron/network HTTP/1.1" 200 799 0.018300 10.0.0.249 - - [2025-10-27 04:13:09] "GET /virtual-network/c729ecaf-369b-48be-841e-ee4269f72aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006395 10.0.0.249 - - [2025-10-27 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.249 - - [2025-10-27 04:13:09] "GET /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004476 10.0.0.249 - - [2025-10-27 04:13:09] "DELETE /network-policy/666fc825-fd2d-45c1-b916-58b5320f7781 HTTP/1.1" 200 115 0.041759 10.0.0.249 - - [2025-10-27 04:13:09] "POST /neutron/network HTTP/1.1" 400 204 0.017105 10.0.0.249 - - [2025-10-27 04:13:09] "POST /neutron/port HTTP/1.1" 200 1091 0.013646 10.0.0.249 - - [2025-10-27 04:13:11] "POST /neutron/network HTTP/1.1" 200 799 0.006638 10.0.0.33 - - [2025-10-27 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.129 - - [2025-10-27 04:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003632 10.0.0.129 - - [2025-10-27 04:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006443 10.0.0.249 - - [2025-10-27 04:13:11] "POST /neutron/network HTTP/1.1" 200 151 0.121489 10.0.0.33 - - [2025-10-27 04:13:11] "DELETE /route-target/407433e7-381d-40c1-b9ce-3d8f3f4bec3a HTTP/1.1" 200 115 0.033345 10.0.0.249 - - [2025-10-27 04:13:12] "POST /ref-update HTTP/1.1" 200 156 0.078741 10.0.0.249 - - [2025-10-27 04:13:12] "GET /virtual-network/581de3e4-28c1-4a5d-b002-125857ef307d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.010051 10.0.0.249 - - [2025-10-27 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-10-27 04:13:12] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004137 10.0.0.249 - - [2025-10-27 04:13:12] "POST /ref-update HTTP/1.1" 200 156 0.076600 10.0.0.33 - - [2025-10-27 04:13:12] "DELETE /access-control-list/e8654d2b-29e2-4d0f-a11e-8df88c2e2b2d HTTP/1.1" 200 115 0.057700 10.0.0.249 - - [2025-10-27 04:13:12] "GET /virtual-network/cdda5436-3f3f-46d6-8ce5-267e9d8ff733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.011896 10.0.0.249 - - [2025-10-27 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.249 - - [2025-10-27 04:13:12] "GET /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003906 10.0.0.249 - - [2025-10-27 04:13:12] "DELETE /network-policy/2e3f6171-bece-43f1-bf3e-2b80e974f742 HTTP/1.1" 200 115 0.040491 10.0.0.249 - - [2025-10-27 04:13:12] "POST /neutron/network HTTP/1.1" 200 976 0.012521 10.0.0.249 - - [2025-10-27 04:13:13] "POST /neutron/port HTTP/1.1" 200 1208 0.013625 10.0.0.249 - - [2025-10-27 04:13:13] "POST /neutron/port HTTP/1.1" 200 1208 0.015708 10.0.0.129 - - [2025-10-27 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003952 10.0.0.129 - - [2025-10-27 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.129 - - [2025-10-27 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001896 10.0.0.129 - - [2025-10-27 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002204 10.0.0.249 - - [2025-10-27 04:13:14] "POST /neutron/network HTTP/1.1" 200 151 0.149703 10.0.0.33 - - [2025-10-27 04:13:14] "DELETE /route-target/996d113e-d1b6-418a-ad94-c22b6ffff8b6 HTTP/1.1" 200 115 0.040095 10.0.0.129 - - [2025-10-27 04:13:16] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001544 10.0.0.249 - - [2025-10-27 04:13:16] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049507 10.0.0.129 - - [2025-10-27 04:13:16] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.249 - - [2025-10-27 04:13:16] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?fields=virtual_networks HTTP/1.1" 200 1051 0.042476 10.0.0.129 - - [2025-10-27 04:13:16] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002202 10.0.0.249 - - [2025-10-27 04:13:16] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.056508 10.0.0.129 - - [2025-10-27 04:13:16] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001227 10.0.0.249 - - [2025-10-27 04:13:16] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?fields=security_groups HTTP/1.1" 200 1286 0.039048 10.0.0.249 - - [2025-10-27 04:13:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.038267 10.0.0.129 - - [2025-10-27 04:13:17] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003412 10.0.0.129 - - [2025-10-27 04:13:17] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.129 - - [2025-10-27 04:13:17] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007521 10.0.0.129 - - [2025-10-27 04:13:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.002424 10.0.0.129 - - [2025-10-27 04:13:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.005108 10.0.0.129 - - [2025-10-27 04:13:18] "POST /security-groups HTTP/1.1" 200 586 0.077541 10.0.0.33 - - [2025-10-27 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.003464 10.0.0.129 - - [2025-10-27 04:13:18] "POST /projects HTTP/1.1" 200 575 0.297403 10.0.0.129 - - [2025-10-27 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.376860 10.0.0.33 - - [2025-10-27 04:13:18] "POST /access-control-lists HTTP/1.1" 200 591 0.026462 10.0.0.249 - - [2025-10-27 04:13:18] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.518125 10.0.0.249 - - [2025-10-27 04:13:19] "GET / HTTP/1.1" 200 36215 0.002235 10.0.0.249 - - [2025-10-27 04:13:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000715 10.0.0.249 - - [2025-10-27 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031138 10.0.0.249 - - [2025-10-27 04:13:21] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004689 10.0.0.249 - - [2025-10-27 04:13:21] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004768 10.0.0.249 - - [2025-10-27 04:13:21] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004599 10.0.0.249 - - [2025-10-27 04:13:21] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.014130 10.0.0.129 - - [2025-10-27 04:13:22] "DELETE /project/a2bedfc586f840d8a660285dc130a764 HTTP/1.1" 404 173 0.004162 10.0.0.129 - - [2025-10-27 04:13:22] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.129 - - [2025-10-27 04:13:22] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.060904 10.0.0.129 - - [2025-10-27 04:13:22] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.129 - - [2025-10-27 04:13:22] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?fields=security_groups HTTP/1.1" 200 1388 0.060126 10.0.0.129 - - [2025-10-27 04:13:22] "DELETE /security-group/b3876133-edc9-4e59-84a8-7306e33e0593 HTTP/1.1" 200 115 0.043940 10.0.0.129 - - [2025-10-27 04:13:22] "GET /projects?obj_uuids=a84e1793-1d00-42a4-ace5-cba46c38e309&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.129 - - [2025-10-27 04:13:22] "GET /project/a84e1793-1d00-42a4-ace5-cba46c38e309?fields=application_policy_sets HTTP/1.1" 200 1427 0.043053 10.0.0.129 - - [2025-10-27 04:13:22] "DELETE /project/a84e1793-1d00-42a4-ace5-cba46c38e309 HTTP/1.1" 200 115 0.419770 10.0.0.249 - - [2025-10-27 04:13:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.021359 10.0.0.129 - - [2025-10-27 04:13:23] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.129 - - [2025-10-27 04:13:23] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.129 - - [2025-10-27 04:13:24] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009096 10.0.0.129 - - [2025-10-27 04:13:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.005165 10.0.0.129 - - [2025-10-27 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.004826 10.0.0.129 - - [2025-10-27 04:13:24] "POST /security-groups HTTP/1.1" 200 586 0.079834 10.0.0.33 - - [2025-10-27 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.004025 10.0.0.129 - - [2025-10-27 04:13:24] "POST /projects HTTP/1.1" 200 575 0.289212 10.0.0.129 - - [2025-10-27 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.370153 10.0.0.33 - - [2025-10-27 04:13:24] "POST /access-control-lists HTTP/1.1" 200 591 0.037883 10.0.0.249 - - [2025-10-27 04:13:24] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.512373 10.0.0.249 - - [2025-10-27 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.028412 10.0.0.129 - - [2025-10-27 04:13:24] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004374 10.0.0.129 - - [2025-10-27 04:13:24] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002965 10.0.0.129 - - [2025-10-27 04:13:24] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010140 10.0.0.129 - - [2025-10-27 04:13:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.004988 10.0.0.129 - - [2025-10-27 04:13:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.004529 10.0.0.129 - - [2025-10-27 04:13:25] "POST /security-groups HTTP/1.1" 200 586 0.081521 10.0.0.129 - - [2025-10-27 04:13:25] "POST /projects HTTP/1.1" 200 575 0.308323 10.0.0.33 - - [2025-10-27 04:13:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.008408 10.0.0.129 - - [2025-10-27 04:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.380757 10.0.0.249 - - [2025-10-27 04:13:25] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.528702 10.0.0.249 - - [2025-10-27 04:13:25] "GET / HTTP/1.1" 200 36215 0.002553 10.0.0.249 - - [2025-10-27 04:13:26] "GET / HTTP/1.1" 200 36215 0.001517 10.0.0.249 - - [2025-10-27 04:13:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.003691 10.0.0.249 - - [2025-10-27 04:13:27] "POST /api-access-lists HTTP/1.1" 200 523 0.020054 10.0.0.249 - - [2025-10-27 04:13:27] "GET /api-access-list/50c2067a-1090-43d2-a04b-0b99a4b3b0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006082 10.0.0.249 - - [2025-10-27 04:13:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2025-10-27 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.104166 10.0.0.129 - - [2025-10-27 04:13:28] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001395 10.0.0.249 - - [2025-10-27 04:13:28] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.074518 10.0.0.249 - - [2025-10-27 04:13:28] "GET /virtual-networks?parent_id=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018764 10.0.0.249 - - [2025-10-27 04:13:28] "POST /virtual-networks HTTP/1.1" 200 570 0.098628 10.0.0.249 - - [2025-10-27 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.037960 10.0.0.33 - - [2025-10-27 04:13:28] "POST /ref-update HTTP/1.1" 200 156 0.031134 10.0.0.249 - - [2025-10-27 04:13:28] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018643 10.0.0.129 - - [2025-10-27 04:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009121 10.0.0.249 - - [2025-10-27 04:13:28] "POST /ref-update HTTP/1.1" 200 156 0.114946 10.0.0.249 - - [2025-10-27 04:13:28] "POST /neutron/network HTTP/1.1" 200 834 0.056382 10.0.0.249 - - [2025-10-27 04:13:28] "GET /virtual-network/57691cda-1657-4b9d-a966-b7afe85d1a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.017311 10.0.0.249 - - [2025-10-27 04:13:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.043576 10.0.0.249 - - [2025-10-27 04:13:29] "POST /id-to-fqname HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-10-27 04:13:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.038425 10.0.0.129 - - [2025-10-27 04:13:31] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.249 - - [2025-10-27 04:13:31] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.066503 10.0.0.249 - - [2025-10-27 04:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.028203 10.0.0.249 - - [2025-10-27 04:13:32] "POST /neutron/network HTTP/1.1" 200 844 0.063286 10.0.0.249 - - [2025-10-27 04:13:32] "POST /neutron/port HTTP/1.1" 200 1057 0.016886 10.0.0.249 - - [2025-10-27 04:13:33] "POST /neutron/port HTTP/1.1" 200 1085 0.016498 10.0.0.249 - - [2025-10-27 04:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.33 - - [2025-10-27 04:13:34] "GET /obj-perms HTTP/1.1" 200 5075 0.046005 10.0.0.129 - - [2025-10-27 04:13:34] "GET /obj-perms HTTP/1.1" 200 5075 0.043832 10.0.0.249 - - [2025-10-27 04:13:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007947 10.0.0.249 - - [2025-10-27 04:13:37] "POST /neutron/port HTTP/1.1" 200 1085 0.019702 10.0.0.249 - - [2025-10-27 04:13:37] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007461 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 200 1290 0.041137 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 200 1290 0.014488 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a HTTP/1.1" 200 2536 0.019068 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 200 1290 0.015221 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a HTTP/1.1" 200 2536 0.027464 10.0.0.249 - - [2025-10-27 04:13:37] "GET /instance-ip/66163c01-580d-44cc-8b79-8803a99bbed4 HTTP/1.1" 200 1630 0.021749 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 200 1290 0.015040 10.0.0.249 - - [2025-10-27 04:13:37] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a HTTP/1.1" 200 2536 0.018795 10.0.0.249 - - [2025-10-27 04:13:37] "GET /instance-ip/66163c01-580d-44cc-8b79-8803a99bbed4 HTTP/1.1" 200 1630 0.016988 10.0.0.249 - - [2025-10-27 04:13:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.023535 10.0.0.249 - - [2025-10-27 04:13:37] "GET / HTTP/1.1" 200 36215 0.002811 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.037658 10.0.0.249 - - [2025-10-27 04:13:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003502 10.0.0.249 - - [2025-10-27 04:13:38] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020011 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.016629 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.249 - - [2025-10-27 04:13:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004664 10.0.0.249 - - [2025-10-27 04:13:38] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026331 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.015207 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2025-10-27 04:13:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004029 10.0.0.249 - - [2025-10-27 04:13:38] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015599 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.016599 10.0.0.249 - - [2025-10-27 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-10-27 04:13:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004140 10.0.0.249 - - [2025-10-27 04:13:39] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017083 10.0.0.249 - - [2025-10-27 04:13:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.017152 10.0.0.249 - - [2025-10-27 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-10-27 04:13:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003948 10.0.0.249 - - [2025-10-27 04:13:39] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013702 10.0.0.249 - - [2025-10-27 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017018 10.0.0.249 - - [2025-10-27 04:13:42] "GET /virtual-network/57691cda-1657-4b9d-a966-b7afe85d1a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.018890 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.013879 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-10-27 04:13:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003322 10.0.0.249 - - [2025-10-27 04:13:44] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014012 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.015238 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.249 - - [2025-10-27 04:13:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003082 10.0.0.249 - - [2025-10-27 04:13:44] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014236 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.014166 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-10-27 04:13:44] "GET /routing-instance/dd2d7733-3f26-4561-8367-001f27206550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004744 10.0.0.249 - - [2025-10-27 04:13:44] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014845 10.0.0.249 - - [2025-10-27 04:13:44] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004085 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.014451 10.0.0.249 - - [2025-10-27 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-10-27 04:13:44] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002833 10.0.0.249 - - [2025-10-27 04:13:45] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014332 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 403 361 0.017540 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-10-27 04:13:45] "GET /routing-instance/dd2d7733-3f26-4561-8367-001f27206550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003968 10.0.0.249 - - [2025-10-27 04:13:45] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014821 10.0.0.249 - - [2025-10-27 04:13:45] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003489 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.015075 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.249 - - [2025-10-27 04:13:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004047 10.0.0.249 - - [2025-10-27 04:13:45] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015945 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.014713 10.0.0.249 - - [2025-10-27 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.249 - - [2025-10-27 04:13:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003900 10.0.0.249 - - [2025-10-27 04:13:45] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014342 10.0.0.249 - - [2025-10-27 04:13:45] "POST /neutron/port HTTP/1.1" 200 1085 0.018032 10.0.0.249 - - [2025-10-27 04:13:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.249 - - [2025-10-27 04:13:45] "POST /neutron/network HTTP/1.1" 200 834 0.012958 10.0.0.249 - - [2025-10-27 04:13:46] "GET /obj-perms HTTP/1.1" 200 4934 0.059399 10.0.0.249 - - [2025-10-27 04:13:46] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.027007 10.0.0.249 - - [2025-10-27 04:13:46] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.021375 10.0.0.129 - - [2025-10-27 04:13:46] "GET /obj-perms HTTP/1.1" 200 4934 0.062599 10.0.0.249 - - [2025-10-27 04:13:46] "GET /virtual-machine-interface/21e50538-4099-43dc-91ad-1d99983abe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.022415 10.0.0.249 - - [2025-10-27 04:13:46] "GET /virtual-network/57691cda-1657-4b9d-a966-b7afe85d1a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.017673 10.0.0.129 - - [2025-10-27 04:13:47] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.016260 10.0.0.249 - - [2025-10-27 04:13:47] "GET /obj-perms HTTP/1.1" 200 4934 0.063491 10.0.0.249 - - [2025-10-27 04:13:48] "GET /obj-perms HTTP/1.1" 200 5039 0.053353 10.0.0.249 - - [2025-10-27 04:13:48] "GET /obj-perms HTTP/1.1" 200 4934 0.058505 10.0.0.249 - - [2025-10-27 04:13:48] "GET /obj-perms HTTP/1.1" 200 5039 0.004485 10.0.0.249 - - [2025-10-27 04:13:49] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 200 1290 0.017771 10.0.0.249 - - [2025-10-27 04:13:50] "POST /neutron/port HTTP/1.1" 200 151 0.175168 10.0.0.249 - - [2025-10-27 04:13:51] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 404 171 0.014786 10.0.0.249 - - [2025-10-27 04:13:51] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 404 171 0.010382 10.0.0.249 - - [2025-10-27 04:13:51] "GET /virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b HTTP/1.1" 404 171 0.012290 10.0.0.249 - - [2025-10-27 04:13:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.014293 10.0.0.249 - - [2025-10-27 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.249 - - [2025-10-27 04:13:51] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002989 10.0.0.249 - - [2025-10-27 04:13:51] "GET /virtual-networks?parent_id=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012254 10.0.0.249 - - [2025-10-27 04:13:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.015515 10.0.0.249 - - [2025-10-27 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2025-10-27 04:13:51] "GET /routing-instance/dd2d7733-3f26-4561-8367-001f27206550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003744 10.0.0.249 - - [2025-10-27 04:13:51] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013989 10.0.0.249 - - [2025-10-27 04:13:51] "GET /route-target/3e319083-9932-4a8d-9b13-fc3ddd8295b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003505 10.0.0.249 - - [2025-10-27 04:13:51] "GET /obj-perms HTTP/1.1" 200 4934 0.013785 10.0.0.249 - - [2025-10-27 04:13:52] "GET /obj-perms HTTP/1.1" 200 4934 0.080523 10.0.0.249 - - [2025-10-27 04:13:55] "GET /obj-perms HTTP/1.1" 200 5039 0.004049 10.0.0.249 - - [2025-10-27 04:13:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003751 10.0.0.249 - - [2025-10-27 04:14:04] "GET /obj-perms HTTP/1.1" 200 5039 0.005460 10.0.0.249 - - [2025-10-27 04:14:07] "GET /obj-perms HTTP/1.1" 200 5039 0.004205 10.0.0.249 - - [2025-10-27 04:14:11] "GET /obj-perms HTTP/1.1" 200 5039 0.004460 10.0.0.33 - - [2025-10-27 04:14:11] "GET /obj-perms HTTP/1.1" 200 5039 0.043584 10.0.0.129 - - [2025-10-27 04:14:11] "GET /obj-perms HTTP/1.1" 200 5039 0.059344 10.0.0.129 - - [2025-10-27 04:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005127 10.0.0.129 - - [2025-10-27 04:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.249 - - [2025-10-27 04:14:11] "DELETE /virtual-network/57691cda-1657-4b9d-a966-b7afe85d1a8a HTTP/1.1" 200 115 0.106726 10.0.0.249 - - [2025-10-27 04:14:11] "DELETE /api-access-list/50c2067a-1090-43d2-a04b-0b99a4b3b0c8 HTTP/1.1" 200 115 0.024140 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001288 10.0.0.249 - - [2025-10-27 04:14:12] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035473 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001203 10.0.0.249 - - [2025-10-27 04:14:12] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?fields=virtual_networks HTTP/1.1" 200 1025 0.086871 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.249 - - [2025-10-27 04:14:12] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.055382 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.249 - - [2025-10-27 04:14:12] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?fields=security_groups HTTP/1.1" 200 1247 0.052589 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.249 - - [2025-10-27 04:14:12] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035575 10.0.0.129 - - [2025-10-27 04:14:12] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001211 10.0.0.249 - - [2025-10-27 04:14:13] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?fields=virtual_networks HTTP/1.1" 200 1023 0.045446 10.0.0.129 - - [2025-10-27 04:14:13] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001398 10.0.0.249 - - [2025-10-27 04:14:13] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.042155 10.0.0.129 - - [2025-10-27 04:14:13] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.249 - - [2025-10-27 04:14:13] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?fields=security_groups HTTP/1.1" 200 1245 0.052084 10.0.0.249 - - [2025-10-27 04:14:15] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004086 10.0.0.249 - - [2025-10-27 04:14:15] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.010983 10.0.0.129 - - [2025-10-27 04:14:15] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.249 - - [2025-10-27 04:14:15] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036138 10.0.0.129 - - [2025-10-27 04:14:15] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.249 - - [2025-10-27 04:14:15] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?fields=virtual_networks HTTP/1.1" 200 1025 0.085533 10.0.0.129 - - [2025-10-27 04:14:15] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.249 - - [2025-10-27 04:14:15] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.043660 10.0.0.129 - - [2025-10-27 04:14:15] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.249 - - [2025-10-27 04:14:15] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?fields=security_groups HTTP/1.1" 200 1247 0.038080 10.0.0.249 - - [2025-10-27 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.028531 10.0.0.129 - - [2025-10-27 04:14:16] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004981 10.0.0.129 - - [2025-10-27 04:14:16] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001569 10.0.0.129 - - [2025-10-27 04:14:16] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009975 10.0.0.129 - - [2025-10-27 04:14:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001143 10.0.0.129 - - [2025-10-27 04:14:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.009947 10.0.0.129 - - [2025-10-27 04:14:17] "POST /security-groups HTTP/1.1" 200 591 0.028572 10.0.0.33 - - [2025-10-27 04:14:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003564 10.0.0.129 - - [2025-10-27 04:14:17] "POST /projects HTTP/1.1" 200 585 0.234377 10.0.0.129 - - [2025-10-27 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.303732 10.0.0.33 - - [2025-10-27 04:14:17] "POST /access-control-lists HTTP/1.1" 200 596 0.028926 10.0.0.249 - - [2025-10-27 04:14:17] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.439484 10.0.0.249 - - [2025-10-27 04:14:18] "GET / HTTP/1.1" 200 36215 0.001975 10.0.0.249 - - [2025-10-27 04:14:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000779 10.0.0.249 - - [2025-10-27 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029004 10.0.0.249 - - [2025-10-27 04:14:20] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004582 10.0.0.249 - - [2025-10-27 04:14:20] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003707 10.0.0.249 - - [2025-10-27 04:14:20] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003117 10.0.0.249 - - [2025-10-27 04:14:20] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.011048 10.0.0.249 - - [2025-10-27 04:14:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.021773 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003099 10.0.0.129 - - [2025-10-27 04:14:22] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.129 - - [2025-10-27 04:14:22] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006806 10.0.0.129 - - [2025-10-27 04:14:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.000972 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /project/636a7af639f14e7bb627a079ae7afe60 HTTP/1.1" 404 173 0.012942 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /project/3cdbf0ccaae94fc0893e82b5c6e8983f HTTP/1.1" 404 173 0.021071 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /project/9c78b49e57154e96b4d765c9c48a388e HTTP/1.1" 404 173 0.028071 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000740 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000764 10.0.0.129 - - [2025-10-27 04:14:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.008195 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.054527 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.063937 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073997 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001236 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001515 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000834 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?fields=security_groups HTTP/1.1" 200 1347 0.071969 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?fields=security_groups HTTP/1.1" 200 1349 0.071703 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?fields=security_groups HTTP/1.1" 200 1349 0.092422 10.0.0.129 - - [2025-10-27 04:14:22] "POST /security-groups HTTP/1.1" 200 591 0.098739 10.0.0.129 - - [2025-10-27 04:14:22] "POST /projects HTTP/1.1" 200 585 0.379734 10.0.0.33 - - [2025-10-27 04:14:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.022150 10.0.0.129 - - [2025-10-27 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.461732 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /security-group/dbcc8ce7-7996-496a-b90a-afd935f81f04 HTTP/1.1" 200 115 0.101562 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /security-group/2f3a1051-68e6-4aec-8e24-7afa8a48a000 HTTP/1.1" 200 115 0.099524 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=a2bedfc5-86f8-40d8-a660-285dc130a764&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.129 - - [2025-10-27 04:14:22] "DELETE /security-group/d9adfe1c-4cfd-4201-9b11-0209d4401734 HTTP/1.1" 200 115 0.106420 10.0.0.129 - - [2025-10-27 04:14:22] "GET /projects?obj_uuids=9c78b49e-5715-4e96-b4d7-65c9c48a388e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/a2bedfc5-86f8-40d8-a660-285dc130a764?fields=application_policy_sets HTTP/1.1" 200 1388 0.047795 10.0.0.249 - - [2025-10-27 04:14:22] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.613905 10.0.0.129 - - [2025-10-27 04:14:22] "GET /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f?fields=application_policy_sets HTTP/1.1" 200 1386 0.107383 10.0.0.129 - - [2025-10-27 04:14:23] "GET /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e?fields=application_policy_sets HTTP/1.1" 200 1388 0.131949 10.0.0.33 - - [2025-10-27 04:14:23] "DELETE /access-control-list/7e7039fe-d647-4d7e-b618-c3781a92d4ec HTTP/1.1" 200 115 0.063517 10.0.0.129 - - [2025-10-27 04:14:23] "DELETE /project/a2bedfc5-86f8-40d8-a660-285dc130a764 HTTP/1.1" 200 115 0.580376 10.0.0.129 - - [2025-10-27 04:14:23] "DELETE /project/3cdbf0cc-aae9-4fc0-893e-82b5c6e8983f HTTP/1.1" 200 115 0.602392 10.0.0.33 - - [2025-10-27 04:14:23] "DELETE /access-control-list/76a93546-bf93-4544-8693-cffe451a5e48 HTTP/1.1" 200 115 0.040138 10.0.0.129 - - [2025-10-27 04:14:23] "DELETE /project/9c78b49e-5715-4e96-b4d7-65c9c48a388e HTTP/1.1" 200 115 0.703646 10.0.0.249 - - [2025-10-27 04:14:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.029073 10.0.0.129 - - [2025-10-27 04:14:23] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003325 10.0.0.129 - - [2025-10-27 04:14:23] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.129 - - [2025-10-27 04:14:23] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007674 10.0.0.129 - - [2025-10-27 04:14:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001526 10.0.0.129 - - [2025-10-27 04:14:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.003506 10.0.0.129 - - [2025-10-27 04:14:23] "POST /security-groups HTTP/1.1" 200 591 0.072747 10.0.0.129 - - [2025-10-27 04:14:24] "POST /projects HTTP/1.1" 200 585 0.269140 10.0.0.33 - - [2025-10-27 04:14:24] "POST /access-control-lists HTTP/1.1" 200 598 0.026712 10.0.0.129 - - [2025-10-27 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.345809 10.0.0.249 - - [2025-10-27 04:14:24] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.491895 10.0.0.249 - - [2025-10-27 04:14:24] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.249 - - [2025-10-27 04:14:25] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.249 - - [2025-10-27 04:14:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.003874 10.0.0.249 - - [2025-10-27 04:14:25] "POST /api-access-lists HTTP/1.1" 200 523 0.020764 10.0.0.249 - - [2025-10-27 04:14:25] "GET /api-access-list/dde8c464-597a-47fa-a869-cec3b9ad0aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005601 10.0.0.249 - - [2025-10-27 04:14:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000736 10.0.0.249 - - [2025-10-27 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.042421 10.0.0.129 - - [2025-10-27 04:14:26] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.249 - - [2025-10-27 04:14:26] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050638 10.0.0.249 - - [2025-10-27 04:14:26] "GET /virtual-networks?parent_id=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017296 10.0.0.249 - - [2025-10-27 04:14:26] "POST /virtual-networks HTTP/1.1" 200 585 0.078878 10.0.0.33 - - [2025-10-27 04:14:27] "POST /route-targets HTTP/1.1" 200 328 0.013285 10.0.0.249 - - [2025-10-27 04:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026982 10.0.0.249 - - [2025-10-27 04:14:27] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.016369 10.0.0.129 - - [2025-10-27 04:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004621 10.0.0.249 - - [2025-10-27 04:14:27] "POST /ref-update HTTP/1.1" 200 156 0.071120 10.0.0.249 - - [2025-10-27 04:14:27] "GET /virtual-network/6ff500a7-068e-4952-8ade-39e3088a06e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.018024 10.0.0.249 - - [2025-10-27 04:14:27] "POST /neutron/network HTTP/1.1" 200 848 0.050187 10.0.0.249 - - [2025-10-27 04:14:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-10-27 04:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.037000 10.0.0.129 - - [2025-10-27 04:14:27] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.249 - - [2025-10-27 04:14:27] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050960 10.0.0.249 - - [2025-10-27 04:14:28] "GET /virtual-networks?parent_id=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015983 10.0.0.249 - - [2025-10-27 04:14:28] "POST /virtual-networks HTTP/1.1" 200 585 0.092505 10.0.0.33 - - [2025-10-27 04:14:28] "POST /ref-update HTTP/1.1" 200 156 0.030744 10.0.0.249 - - [2025-10-27 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.044498 10.0.0.249 - - [2025-10-27 04:14:28] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018532 10.0.0.129 - - [2025-10-27 04:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008949 10.0.0.249 - - [2025-10-27 04:14:28] "POST /ref-update HTTP/1.1" 200 156 0.092175 10.0.0.249 - - [2025-10-27 04:14:28] "POST /neutron/network HTTP/1.1" 200 847 0.050265 10.0.0.249 - - [2025-10-27 04:14:28] "GET /virtual-network/999582d7-c713-47a6-ac0d-99224a23575b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.016710 10.0.0.249 - - [2025-10-27 04:14:29] "PUT /virtual-network/6ff500a7-068e-4952-8ade-39e3088a06e9 HTTP/1.1" 200 265 0.055457 10.0.0.249 - - [2025-10-27 04:14:29] "PUT /virtual-network/6ff500a7-068e-4952-8ade-39e3088a06e9 HTTP/1.1" 200 265 0.053259 10.0.0.129 - - [2025-10-27 04:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007049 10.0.0.129 - - [2025-10-27 04:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003628 10.0.0.249 - - [2025-10-27 04:14:29] "DELETE /virtual-network/999582d7-c713-47a6-ac0d-99224a23575b HTTP/1.1" 200 115 0.123119 10.0.0.33 - - [2025-10-27 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007514 10.0.0.129 - - [2025-10-27 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.129 - - [2025-10-27 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.249 - - [2025-10-27 04:14:30] "DELETE /virtual-network/6ff500a7-068e-4952-8ade-39e3088a06e9 HTTP/1.1" 200 115 0.138542 10.0.0.249 - - [2025-10-27 04:14:30] "DELETE /api-access-list/dde8c464-597a-47fa-a869-cec3b9ad0aa4 HTTP/1.1" 200 115 0.039979 10.0.0.129 - - [2025-10-27 04:14:30] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.249 - - [2025-10-27 04:14:30] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053457 10.0.0.129 - - [2025-10-27 04:14:30] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.249 - - [2025-10-27 04:14:30] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?fields=virtual_networks HTTP/1.1" 200 1035 0.036159 10.0.0.129 - - [2025-10-27 04:14:30] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.249 - - [2025-10-27 04:14:30] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.040799 10.0.0.129 - - [2025-10-27 04:14:30] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.249 - - [2025-10-27 04:14:30] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?fields=security_groups HTTP/1.1" 200 1262 0.038608 10.0.0.129 - - [2025-10-27 04:14:31] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471 10.0.0.249 - - [2025-10-27 04:14:31] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046841 10.0.0.129 - - [2025-10-27 04:14:31] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.249 - - [2025-10-27 04:14:31] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?fields=virtual_networks HTTP/1.1" 200 1035 0.036309 10.0.0.129 - - [2025-10-27 04:14:31] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.249 - - [2025-10-27 04:14:31] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.039106 10.0.0.129 - - [2025-10-27 04:14:31] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.249 - - [2025-10-27 04:14:31] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?fields=security_groups HTTP/1.1" 200 1262 0.053720 10.0.0.249 - - [2025-10-27 04:14:35] "GET / HTTP/1.1" 200 36215 0.001659 10.0.0.249 - - [2025-10-27 04:14:36] "GET / HTTP/1.1" 200 36215 0.001423 10.0.0.249 - - [2025-10-27 04:14:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2025-10-27 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.047112 10.0.0.129 - - [2025-10-27 04:14:37] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.249 - - [2025-10-27 04:14:37] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057973 10.0.0.249 - - [2025-10-27 04:14:37] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012268 10.0.0.249 - - [2025-10-27 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.012829 10.0.0.249 - - [2025-10-27 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013016 10.0.0.129 - - [2025-10-27 04:14:37] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.249 - - [2025-10-27 04:14:37] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018023 10.0.0.249 - - [2025-10-27 04:14:37] "POST /service-templates HTTP/1.1" 403 264 0.011115 10.0.0.249 - - [2025-10-27 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.003302 10.0.0.249 - - [2025-10-27 04:14:37] "POST /api-access-lists HTTP/1.1" 200 557 0.032977 10.0.0.249 - - [2025-10-27 04:14:37] "GET /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.012166 10.0.0.249 - - [2025-10-27 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.018583 10.0.0.129 - - [2025-10-27 04:14:37] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.249 - - [2025-10-27 04:14:37] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062088 10.0.0.249 - - [2025-10-27 04:14:37] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.033358 10.0.0.249 - - [2025-10-27 04:14:38] "POST /virtual-networks HTTP/1.1" 200 585 0.106208 10.0.0.249 - - [2025-10-27 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.043052 10.0.0.33 - - [2025-10-27 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.044869 10.0.0.249 - - [2025-10-27 04:14:38] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.014679 10.0.0.129 - - [2025-10-27 04:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008905 10.0.0.249 - - [2025-10-27 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.089494 10.0.0.249 - - [2025-10-27 04:14:38] "POST /neutron/network HTTP/1.1" 200 850 0.057150 10.0.0.249 - - [2025-10-27 04:14:38] "GET /virtual-network/9940934c-7040-4bb6-b30e-ef8f2278253d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.022986 10.0.0.249 - - [2025-10-27 04:14:38] "POST /neutron/subnet HTTP/1.1" 200 686 0.054483 10.0.0.249 - - [2025-10-27 04:14:38] "GET /virtual-network/9940934c-7040-4bb6-b30e-ef8f2278253d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.005527 10.0.0.249 - - [2025-10-27 04:14:38] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003760 10.0.0.249 - - [2025-10-27 04:14:39] "GET /virtual-network/9940934c-7040-4bb6-b30e-ef8f2278253d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.005503 10.0.0.249 - - [2025-10-27 04:14:39] "GET /obj-perms HTTP/1.1" 200 5049 0.053738 10.0.0.249 - - [2025-10-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.017664 10.0.0.249 - - [2025-10-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.016061 10.0.0.129 - - [2025-10-27 04:14:40] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.249 - - [2025-10-27 04:14:40] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024745 10.0.0.249 - - [2025-10-27 04:14:40] "POST /service-templates HTTP/1.1" 403 264 0.015185 10.0.0.249 - - [2025-10-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.003472 10.0.0.249 - - [2025-10-27 04:14:40] "POST /api-access-lists HTTP/1.1" 200 523 0.022693 10.0.0.249 - - [2025-10-27 04:14:40] "GET /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.005666 10.0.0.249 - - [2025-10-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.015901 10.0.0.249 - - [2025-10-27 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014711 10.0.0.129 - - [2025-10-27 04:14:40] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.249 - - [2025-10-27 04:14:40] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021349 10.0.0.249 - - [2025-10-27 04:14:40] "POST /service-templates HTTP/1.1" 200 553 0.033357 10.0.0.249 - - [2025-10-27 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019234 10.0.0.249 - - [2025-10-27 04:14:41] "GET /service-template/ef38f8aa-1858-4683-9e34-67dec81272a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.016712 10.0.0.249 - - [2025-10-27 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.013429 10.0.0.249 - - [2025-10-27 04:14:41] "GET /service-template/ef38f8aa-1858-4683-9e34-67dec81272a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.016023 10.0.0.249 - - [2025-10-27 04:14:41] "GET /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005224 10.0.0.249 - - [2025-10-27 04:14:41] "PUT /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36 HTTP/1.1" 200 265 0.012937 10.0.0.249 - - [2025-10-27 04:14:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000581 10.0.0.249 - - [2025-10-27 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.042762 10.0.0.129 - - [2025-10-27 04:14:42] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001670 10.0.0.249 - - [2025-10-27 04:14:42] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062136 10.0.0.249 - - [2025-10-27 04:14:42] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.026217 10.0.0.249 - - [2025-10-27 04:14:42] "POST /virtual-networks HTTP/1.1" 403 263 0.014592 10.0.0.249 - - [2025-10-27 04:14:42] "GET /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003983 10.0.0.249 - - [2025-10-27 04:14:42] "PUT /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc HTTP/1.1" 200 265 0.012060 10.0.0.249 - - [2025-10-27 04:14:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.015625 10.0.0.249 - - [2025-10-27 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.015297 10.0.0.129 - - [2025-10-27 04:14:43] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.249 - - [2025-10-27 04:14:43] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021522 10.0.0.249 - - [2025-10-27 04:14:43] "POST /service-templates HTTP/1.1" 403 264 0.013151 10.0.0.249 - - [2025-10-27 04:14:43] "GET /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003940 10.0.0.249 - - [2025-10-27 04:14:43] "PUT /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36 HTTP/1.1" 200 265 0.011845 10.0.0.249 - - [2025-10-27 04:14:43] "GET /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004509 10.0.0.249 - - [2025-10-27 04:14:43] "PUT /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc HTTP/1.1" 200 265 0.013216 10.0.0.249 - - [2025-10-27 04:14:44] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004103 10.0.0.249 - - [2025-10-27 04:14:44] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.011444 10.0.0.249 - - [2025-10-27 04:14:44] "DELETE /api-access-list/6cf16e1b-4e57-465e-8213-8840283d3d36 HTTP/1.1" 200 115 0.030377 10.0.0.249 - - [2025-10-27 04:14:44] "DELETE /api-access-list/c29215c6-e80a-4076-a686-27af6c7207fc HTTP/1.1" 200 115 0.024106 10.0.0.249 - - [2025-10-27 04:14:44] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004547 10.0.0.249 - - [2025-10-27 04:14:45] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.013173 10.0.0.249 - - [2025-10-27 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017936 10.0.0.249 - - [2025-10-27 04:14:45] "DELETE /service-template/ef38f8aa-1858-4683-9e34-67dec81272a4 HTTP/1.1" 200 115 0.037912 10.0.0.249 - - [2025-10-27 04:14:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.017145 10.0.0.129 - - [2025-10-27 04:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004690 10.0.0.129 - - [2025-10-27 04:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.249 - - [2025-10-27 04:14:45] "DELETE /virtual-network/9940934c-7040-4bb6-b30e-ef8f2278253d HTTP/1.1" 200 115 0.114066 10.0.0.249 - - [2025-10-27 04:14:45] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004852 10.0.0.249 - - [2025-10-27 04:14:45] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.010536 10.0.0.249 - - [2025-10-27 04:14:45] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004236 10.0.0.249 - - [2025-10-27 04:14:45] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.011566 10.0.0.249 - - [2025-10-27 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.129 - - [2025-10-27 04:14:48] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.249 - - [2025-10-27 04:14:48] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037068 10.0.0.129 - - [2025-10-27 04:14:48] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.249 - - [2025-10-27 04:14:48] "POST /neutron/network HTTP/1.1" 200 643 0.186880 10.0.0.33 - - [2025-10-27 04:14:48] "POST /route-targets HTTP/1.1" 200 328 0.028602 10.0.0.249 - - [2025-10-27 04:14:48] "POST /id-to-fqname HTTP/1.1" 200 240 0.003391 10.0.0.249 - - [2025-10-27 04:14:48] "GET /virtual-network/9a248b4a-dfab-4aa1-b16e-15778bcb2044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005854 10.0.0.249 - - [2025-10-27 04:14:48] "POST /neutron/network HTTP/1.1" 200 862 0.006686 10.0.0.249 - - [2025-10-27 04:14:48] "GET /virtual-network/9a248b4a-dfab-4aa1-b16e-15778bcb2044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005104 10.0.0.249 - - [2025-10-27 04:14:48] "POST /neutron/network HTTP/1.1" 200 862 0.007116 10.0.0.249 - - [2025-10-27 04:14:48] "GET /virtual-network/9a248b4a-dfab-4aa1-b16e-15778bcb2044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005234 10.0.0.249 - - [2025-10-27 04:14:48] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003997 10.0.0.249 - - [2025-10-27 04:14:49] "GET /virtual-network/9a248b4a-dfab-4aa1-b16e-15778bcb2044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005657 10.0.0.33 - - [2025-10-27 04:14:49] "GET /obj-perms HTTP/1.1" 200 5049 0.049589 10.0.0.249 - - [2025-10-27 04:14:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.004053 10.0.0.249 - - [2025-10-27 04:14:49] "POST /api-access-lists HTTP/1.1" 200 557 0.027084 10.0.0.249 - - [2025-10-27 04:14:49] "GET /api-access-list/5be2a631-0e9c-4f4c-b83a-00354336317d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006726 10.0.0.249 - - [2025-10-27 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.014340 10.0.0.129 - - [2025-10-27 04:14:49] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.249 - - [2025-10-27 04:14:49] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058665 10.0.0.249 - - [2025-10-27 04:14:50] "POST /neutron/network HTTP/1.1" 200 693 0.023341 10.0.0.33 - - [2025-10-27 04:14:50] "POST /ref-update HTTP/1.1" 200 156 0.017719 10.0.0.249 - - [2025-10-27 04:14:50] "POST /neutron/network HTTP/1.1" 200 865 0.033368 10.0.0.249 - - [2025-10-27 04:14:50] "POST /id-to-fqname HTTP/1.1" 200 240 0.015075 10.0.0.249 - - [2025-10-27 04:14:50] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020530 10.0.0.249 - - [2025-10-27 04:14:50] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.016976 10.0.0.249 - - [2025-10-27 04:14:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.036338 10.0.0.249 - - [2025-10-27 04:14:50] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005552 10.0.0.249 - - [2025-10-27 04:14:50] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003986 10.0.0.249 - - [2025-10-27 04:14:50] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005580 10.0.0.129 - - [2025-10-27 04:14:51] "GET /obj-perms HTTP/1.1" 200 5049 0.042120 10.0.0.249 - - [2025-10-27 04:14:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.015108 10.0.0.33 - - [2025-10-27 04:14:51] "POST /fqname-to-id HTTP/1.1" 404 263 0.013692 10.0.0.129 - - [2025-10-27 04:14:51] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.249 - - [2025-10-27 04:14:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.074596 10.0.0.129 - - [2025-10-27 04:14:52] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.249 - - [2025-10-27 04:14:52] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.078241 10.0.0.33 - - [2025-10-27 04:14:52] "PUT /access-control-list/00b9e46a-5db1-431b-9c42-6668bf79dda5 HTTP/1.1" 200 273 0.024777 10.0.0.129 - - [2025-10-27 04:14:52] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.249 - - [2025-10-27 04:14:52] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.218195 10.0.0.249 - - [2025-10-27 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.025107 10.0.0.249 - - [2025-10-27 04:14:52] "GET /security-group/c02a0542-c6aa-4622-91d7-486f994481ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.015557 10.0.0.249 - - [2025-10-27 04:14:53] "POST /id-to-fqname HTTP/1.1" 200 240 0.021794 10.0.0.129 - - [2025-10-27 04:14:54] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.249 - - [2025-10-27 04:14:54] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059196 10.0.0.249 - - [2025-10-27 04:14:54] "POST /neutron/network HTTP/1.1" 200 865 0.007129 10.0.0.249 - - [2025-10-27 04:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.029981 10.0.0.129 - - [2025-10-27 04:14:55] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.249 - - [2025-10-27 04:14:55] "POST /neutron/port HTTP/1.1" 200 1061 0.424321 10.0.0.249 - - [2025-10-27 04:14:55] "POST /neutron/port HTTP/1.1" 200 1115 0.088241 10.0.0.249 - - [2025-10-27 04:14:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.008677 10.0.0.249 - - [2025-10-27 04:15:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016932 10.0.0.249 - - [2025-10-27 04:15:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007463 10.0.0.249 - - [2025-10-27 04:15:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015786 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.041147 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.020010 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine-interface/ae925b66-6f15-4318-a6fe-64eadc27b70d HTTP/1.1" 200 3031 0.019237 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.019547 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine-interface/ae925b66-6f15-4318-a6fe-64eadc27b70d HTTP/1.1" 200 3031 0.021262 10.0.0.249 - - [2025-10-27 04:15:00] "GET /instance-ip/2dd614d7-b93c-4f13-bc5d-053f9ec0f2ff HTTP/1.1" 200 1644 0.017995 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.018481 10.0.0.249 - - [2025-10-27 04:15:00] "GET /virtual-machine-interface/ae925b66-6f15-4318-a6fe-64eadc27b70d HTTP/1.1" 200 3031 0.023709 10.0.0.249 - - [2025-10-27 04:15:00] "GET /instance-ip/2dd614d7-b93c-4f13-bc5d-053f9ec0f2ff HTTP/1.1" 200 1644 0.019080 10.0.0.249 - - [2025-10-27 04:15:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.016057 10.0.0.249 - - [2025-10-27 04:15:01] "GET / HTTP/1.1" 200 36215 0.002066 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024314 10.0.0.249 - - [2025-10-27 04:15:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005146 10.0.0.249 - - [2025-10-27 04:15:01] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023643 10.0.0.249 - - [2025-10-27 04:15:01] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.019813 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.018748 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.249 - - [2025-10-27 04:15:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003985 10.0.0.249 - - [2025-10-27 04:15:01] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025071 10.0.0.249 - - [2025-10-27 04:15:01] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.023599 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.028986 10.0.0.249 - - [2025-10-27 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.249 - - [2025-10-27 04:15:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005108 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026521 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.024462 10.0.0.249 - - [2025-10-27 04:15:02] "POST /fqname-to-id HTTP/1.1" 403 354 0.014966 10.0.0.249 - - [2025-10-27 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.249 - - [2025-10-27 04:15:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004767 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022027 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.022430 10.0.0.249 - - [2025-10-27 04:15:02] "POST /fqname-to-id HTTP/1.1" 403 354 0.016947 10.0.0.249 - - [2025-10-27 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-10-27 04:15:02] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003810 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019277 10.0.0.249 - - [2025-10-27 04:15:02] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.019110 10.0.0.249 - - [2025-10-27 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016416 10.0.0.249 - - [2025-10-27 04:15:05] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.018555 10.0.0.249 - - [2025-10-27 04:15:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006462 10.0.0.249 - - [2025-10-27 04:15:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015756 10.0.0.249 - - [2025-10-27 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-10-27 04:15:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004406 10.0.0.249 - - [2025-10-27 04:15:07] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023931 10.0.0.249 - - [2025-10-27 04:15:07] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.029948 10.0.0.249 - - [2025-10-27 04:15:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.016011 10.0.0.249 - - [2025-10-27 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.249 - - [2025-10-27 04:15:07] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003416 10.0.0.249 - - [2025-10-27 04:15:07] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020841 10.0.0.249 - - [2025-10-27 04:15:08] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020604 10.0.0.249 - - [2025-10-27 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.015928 10.0.0.249 - - [2025-10-27 04:15:08] "GET /routing-instance/602df4c3-fa84-4460-abc3-50e17ce3c417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.020563 10.0.0.249 - - [2025-10-27 04:15:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.014358 10.0.0.249 - - [2025-10-27 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.249 - - [2025-10-27 04:15:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002939 10.0.0.249 - - [2025-10-27 04:15:08] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021064 10.0.0.249 - - [2025-10-27 04:15:08] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.017585 10.0.0.249 - - [2025-10-27 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033263 10.0.0.249 - - [2025-10-27 04:15:08] "GET /routing-instance/602df4c3-fa84-4460-abc3-50e17ce3c417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.017624 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.039019 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.011652 10.0.0.129 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.033065 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.011132 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.011386 10.0.0.129 - - [2025-10-27 04:15:09] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.021653 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.013966 10.0.0.249 - - [2025-10-27 04:15:09] "GET /obj-perms HTTP/1.1" 403 257 0.032100 10.0.0.249 - - [2025-10-27 04:15:10] "GET /obj-perms HTTP/1.1" 403 257 0.014462 10.0.0.249 - - [2025-10-27 04:15:10] "GET /obj-perms HTTP/1.1" 403 257 0.043196 10.0.0.249 - - [2025-10-27 04:15:10] "GET /obj-perms HTTP/1.1" 403 257 0.012053 10.0.0.33 - - [2025-10-27 04:15:11] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.041236 10.0.0.249 - - [2025-10-27 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.015051 10.0.0.129 - - [2025-10-27 04:15:11] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.249 - - [2025-10-27 04:15:11] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063439 10.0.0.249 - - [2025-10-27 04:15:11] "GET /virtual-network/9a248b4a-dfab-4aa1-b16e-15778bcb2044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.024526 10.0.0.249 - - [2025-10-27 04:15:11] "GET /floating-ip-pools?parent_id=9a248b4a-dfab-4aa1-b16e-15778bcb2044&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.022609 10.0.0.249 - - [2025-10-27 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.015164 10.0.0.249 - - [2025-10-27 04:15:11] "GET /floating-ip-pool/fae3f4b0-eac9-4b16-aadc-114e9a3e3237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.016945 10.0.0.129 - - [2025-10-27 04:15:11] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.249 - - [2025-10-27 04:15:11] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069957 10.0.0.249 - - [2025-10-27 04:15:11] "POST /floating-ips HTTP/1.1" 200 618 0.086301 10.0.0.249 - - [2025-10-27 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.018202 10.0.0.249 - - [2025-10-27 04:15:11] "GET /floating-ip/4be3200c-57fd-4e56-a844-2789654fb6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.020100 10.0.0.249 - - [2025-10-27 04:15:11] "GET /floating-ip/4be3200c-57fd-4e56-a844-2789654fb6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.017144 10.0.0.249 - - [2025-10-27 04:15:11] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.017047 10.0.0.249 - - [2025-10-27 04:15:11] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.017636 10.0.0.249 - - [2025-10-27 04:15:12] "GET /virtual-machine-interface/ae925b66-6f15-4318-a6fe-64eadc27b70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.022496 10.0.0.249 - - [2025-10-27 04:15:12] "POST /ref-update HTTP/1.1" 200 156 0.023828 10.0.0.249 - - [2025-10-27 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014342 10.0.0.249 - - [2025-10-27 04:15:12] "GET /routing-instance/04bcf80f-f23a-4e33-a4a8-a65d0671b48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036912 10.0.0.249 - - [2025-10-27 04:15:12] "POST /neutron/port HTTP/1.1" 200 1089 0.098241 10.0.0.249 - - [2025-10-27 04:15:12] "POST /neutron/port HTTP/1.1" 200 1156 0.231382 10.0.0.249 - - [2025-10-27 04:15:12] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.016180 10.0.0.249 - - [2025-10-27 04:15:13] "GET /virtual-machine-interface/ae925b66-6f15-4318-a6fe-64eadc27b70d HTTP/1.1" 200 3595 0.022355 10.0.0.249 - - [2025-10-27 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013608 10.0.0.249 - - [2025-10-27 04:15:13] "GET /security-group/c02a0542-c6aa-4622-91d7-486f994481ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.014946 10.0.0.249 - - [2025-10-27 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017474 10.0.0.249 - - [2025-10-27 04:15:13] "GET /security-group/c02a0542-c6aa-4622-91d7-486f994481ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.017838 10.0.0.249 - - [2025-10-27 04:15:13] "DELETE /floating-ip/4be3200c-57fd-4e56-a844-2789654fb6e4 HTTP/1.1" 200 115 0.073285 10.0.0.249 - - [2025-10-27 04:15:13] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 200 1292 0.021315 10.0.0.249 - - [2025-10-27 04:15:13] "POST /neutron/port HTTP/1.1" 200 1156 0.013404 10.0.0.249 - - [2025-10-27 04:15:15] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 404 171 0.016294 10.0.0.249 - - [2025-10-27 04:15:15] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 404 171 0.012336 10.0.0.249 - - [2025-10-27 04:15:15] "GET /virtual-machine/01217ba5-7126-4138-b982-f422adc8d566 HTTP/1.1" 404 171 0.012060 10.0.0.249 - - [2025-10-27 04:15:15] "POST /fqname-to-id HTTP/1.1" 403 354 0.025970 10.0.0.249 - - [2025-10-27 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2025-10-27 04:15:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002865 10.0.0.249 - - [2025-10-27 04:15:15] "GET /virtual-networks?parent_id=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023012 10.0.0.249 - - [2025-10-27 04:15:15] "GET /virtual-network/17e3b5aa-6bc6-4506-8543-81410cbb885f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.020319 10.0.0.249 - - [2025-10-27 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014194 10.0.0.249 - - [2025-10-27 04:15:15] "GET /routing-instance/602df4c3-fa84-4460-abc3-50e17ce3c417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.016930 10.0.0.249 - - [2025-10-27 04:15:16] "GET /obj-perms HTTP/1.1" 403 257 0.013449 10.0.0.249 - - [2025-10-27 04:15:16] "GET /obj-perms HTTP/1.1" 200 5049 0.005216 10.0.0.249 - - [2025-10-27 04:15:19] "GET /obj-perms HTTP/1.1" 200 5049 0.003880 10.0.0.129 - - [2025-10-27 04:15:23] "DELETE /project/a1d0df42453942a99e486f46e6f32774 HTTP/1.1" 404 173 0.006169 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000797 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000695 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.063901 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.071764 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001823 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?fields=security_groups HTTP/1.1" 200 1364 0.077380 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?fields=security_groups HTTP/1.1" 200 1364 0.079159 10.0.0.129 - - [2025-10-27 04:15:23] "DELETE /security-group/86bcf2f4-4b9e-4d97-ad4d-8eb5ea23bf19 HTTP/1.1" 200 115 0.065203 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=ab2c1e00-e3a9-455d-9521-1329da7e4ac1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.129 - - [2025-10-27 04:15:23] "DELETE /security-group/1698d69d-ce8c-4639-bc23-e5ec1b7893e4 HTTP/1.1" 200 115 0.073080 10.0.0.129 - - [2025-10-27 04:15:23] "GET /projects?obj_uuids=a1d0df42-4539-42a9-9e48-6f46e6f32774&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.33 - - [2025-10-27 04:15:23] "DELETE /access-control-list/b8d479b9-3634-4896-947c-416257c02f47 HTTP/1.1" 200 115 0.059788 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1?fields=application_policy_sets HTTP/1.1" 200 1403 0.050282 10.0.0.129 - - [2025-10-27 04:15:23] "GET /project/a1d0df42-4539-42a9-9e48-6f46e6f32774?fields=application_policy_sets HTTP/1.1" 200 1403 0.096364 10.0.0.33 - - [2025-10-27 04:15:23] "DELETE /access-control-list/5abee233-21b7-49cd-9c16-2d5b8c83a8a1 HTTP/1.1" 200 115 0.068997 10.0.0.129 - - [2025-10-27 04:15:23] "DELETE /project/ab2c1e00-e3a9-455d-9521-1329da7e4ac1 HTTP/1.1" 200 115 0.548160 10.0.0.129 - - [2025-10-27 04:15:23] "DELETE /project/a1d0df42-4539-42a9-9e48-6f46e6f32774 HTTP/1.1" 200 115 0.587255 10.0.0.249 - - [2025-10-27 04:15:25] "GET /obj-perms HTTP/1.1" 200 5049 0.003958 10.0.0.249 - - [2025-10-27 04:15:28] "GET /obj-perms HTTP/1.1" 200 5049 0.005373 10.0.0.249 - - [2025-10-27 04:15:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004250 10.0.0.129 - - [2025-10-27 04:15:36] "GET /obj-perms HTTP/1.1" 200 5075 0.050200 10.0.0.249 - - [2025-10-27 04:15:38] "GET /obj-perms HTTP/1.1" 200 5049 0.005072 10.0.0.249 - - [2025-10-27 04:15:41] "GET /obj-perms HTTP/1.1" 200 5049 0.005460 10.0.0.249 - - [2025-10-27 04:15:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.082554 10.0.0.249 - - [2025-10-27 04:15:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.027843 10.0.0.33 - - [2025-10-27 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-10-27 04:15:42] "DELETE /api-access-list/5be2a631-0e9c-4f4c-b83a-00354336317d HTTP/1.1" 200 115 0.045904 10.0.0.249 - - [2025-10-27 04:15:42] "POST /neutron/network HTTP/1.1" 200 862 0.008037 10.0.0.33 - - [2025-10-27 04:15:42] "DELETE /route-target/259150a8-ed5b-4230-95ee-331a86402a44 HTTP/1.1" 200 115 0.022439 10.0.0.249 - - [2025-10-27 04:15:44] "GET /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004648 10.0.0.249 - - [2025-10-27 04:15:44] "PUT /api-access-list/0ae282fb-971c-4891-b7cf-3722ad0472d6 HTTP/1.1" 200 265 0.012993 10.0.0.129 - - [2025-10-27 04:15:44] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.249 - - [2025-10-27 04:15:44] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037108 10.0.0.129 - - [2025-10-27 04:15:44] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002145 10.0.0.249 - - [2025-10-27 04:15:44] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?fields=virtual_networks HTTP/1.1" 200 1034 0.055096 10.0.0.129 - - [2025-10-27 04:15:44] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.249 - - [2025-10-27 04:15:44] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.034004 10.0.0.129 - - [2025-10-27 04:15:44] "GET /projects?obj_uuids=636a7af6-39f1-4e7b-b627-a079ae7afe60&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.249 - - [2025-10-27 04:15:44] "GET /project/636a7af6-39f1-4e7b-b627-a079ae7afe60?fields=security_groups HTTP/1.1" 200 1261 0.037957 10.0.0.129 - - [2025-10-27 04:15:45] "GET /projects?obj_uuids=6a3d5643-7b0b-4d25-aa9e-13864380aeff&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000944 10.0.0.249 - - [2025-10-27 04:15:45] "GET /project/6a3d5643-7b0b-4d25-aa9e-13864380aeff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.043597 [Introspect:8084]10.0.0.249 - - [2025-10-27 04:15:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001370 10.0.0.249 - - [2025-10-27 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.025151 10.0.0.129 - - [2025-10-27 04:15:49] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003974 10.0.0.129 - - [2025-10-27 04:15:49] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.129 - - [2025-10-27 04:15:49] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007296 10.0.0.129 - - [2025-10-27 04:15:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.002968 10.0.0.129 - - [2025-10-27 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.005159 10.0.0.129 - - [2025-10-27 04:15:49] "POST /security-groups HTTP/1.1" 200 592 0.026015 10.0.0.129 - - [2025-10-27 04:15:49] "POST /projects HTTP/1.1" 200 587 0.223222 10.0.0.33 - - [2025-10-27 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.004754 10.0.0.129 - - [2025-10-27 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.292559 10.0.0.249 - - [2025-10-27 04:15:49] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.426643 10.0.0.249 - - [2025-10-27 04:15:50] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.249 - - [2025-10-27 04:15:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2025-10-27 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.067063 10.0.0.129 - - [2025-10-27 04:15:52] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.249 - - [2025-10-27 04:15:52] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047457 10.0.0.129 - - [2025-10-27 04:15:52] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.249 - - [2025-10-27 04:15:52] "POST /neutron/network HTTP/1.1" 200 608 0.141134 10.0.0.249 - - [2025-10-27 04:15:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.003412 10.0.0.249 - - [2025-10-27 04:15:53] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006199 10.0.0.249 - - [2025-10-27 04:15:53] "POST /neutron/network HTTP/1.1" 200 825 0.008596 10.0.0.249 - - [2025-10-27 04:15:53] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006239 10.0.0.33 - - [2025-10-27 04:15:53] "POST /ref-update HTTP/1.1" 200 156 0.022193 10.0.0.249 - - [2025-10-27 04:15:53] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005314 10.0.0.249 - - [2025-10-27 04:15:54] "GET /obj-perms HTTP/1.1" 200 5051 0.052326 10.0.0.249 - - [2025-10-27 04:15:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001357 10.0.0.249 - - [2025-10-27 04:15:55] "POST /neutron/network HTTP/1.1" 200 835 0.007955 10.0.0.129 - - [2025-10-27 04:15:56] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.249 - - [2025-10-27 04:15:56] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056180 10.0.0.249 - - [2025-10-27 04:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.009721 10.0.0.249 - - [2025-10-27 04:15:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.249 - - [2025-10-27 04:15:56] "POST /neutron/network HTTP/1.1" 200 835 0.006851 10.0.0.249 - - [2025-10-27 04:15:57] "POST /neutron/port HTTP/1.1" 200 1059 0.014137 10.0.0.129 - - [2025-10-27 04:15:57] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.249 - - [2025-10-27 04:15:57] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083826 10.0.0.249 - - [2025-10-27 04:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.249 - - [2025-10-27 04:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.249 - - [2025-10-27 04:15:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008480 10.0.0.249 - - [2025-10-27 04:15:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006547 10.0.0.249 - - [2025-10-27 04:15:58] "POST /neutron/port HTTP/1.1" 200 1059 0.014586 10.0.0.249 - - [2025-10-27 04:15:58] "POST /neutron/port HTTP/1.1" 200 1087 0.015727 10.0.0.249 - - [2025-10-27 04:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.33 - - [2025-10-27 04:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.33 - - [2025-10-27 04:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.129 - - [2025-10-27 04:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.129 - - [2025-10-27 04:15:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.33 - - [2025-10-27 04:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.33 - - [2025-10-27 04:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000680 10.0.0.249 - - [2025-10-27 04:15:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-10-27 04:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.129 - - [2025-10-27 04:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.129 - - [2025-10-27 04:16:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2025-10-27 04:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2025-10-27 04:16:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2025-10-27 04:16:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008846 10.0.0.249 - - [2025-10-27 04:16:03] "POST /neutron/port HTTP/1.1" 200 1087 0.016884 10.0.0.249 - - [2025-10-27 04:16:03] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-10-27 04:16:03] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 200 1296 0.032492 10.0.0.249 - - [2025-10-27 04:16:03] "GET /virtual-machine-interface/20bc92b6-8663-4a6c-bf31-acd488207686 HTTP/1.1" 200 2956 0.006502 10.0.0.249 - - [2025-10-27 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.249 - - [2025-10-27 04:16:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003517 10.0.0.249 - - [2025-10-27 04:16:03] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003708 10.0.0.249 - - [2025-10-27 04:16:03] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007076 10.0.0.249 - - [2025-10-27 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.249 - - [2025-10-27 04:16:06] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007010 10.0.0.249 - - [2025-10-27 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2025-10-27 04:16:10] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004953 10.0.0.249 - - [2025-10-27 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.249 - - [2025-10-27 04:16:14] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006811 10.0.0.249 - - [2025-10-27 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2025-10-27 04:16:18] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005193 10.0.0.249 - - [2025-10-27 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.249 - - [2025-10-27 04:16:23] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005318 10.0.0.129 - - [2025-10-27 04:16:23] "DELETE /project/636a7af6-39f1-4e7b-b627-a079ae7afe60 HTTP/1.1" 404 177 0.029230 10.0.0.129 - - [2025-10-27 04:16:23] "DELETE /project/b435f8cab750435c8b3de2efce1649b7 HTTP/1.1" 404 173 0.042549 10.0.0.249 - - [2025-10-27 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.249 - - [2025-10-27 04:16:27] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006973 10.0.0.249 - - [2025-10-27 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.249 - - [2025-10-27 04:16:31] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005281 10.0.0.249 - - [2025-10-27 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.249 - - [2025-10-27 04:16:35] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008362 10.0.0.33 - - [2025-10-27 04:16:37] "GET /obj-perms HTTP/1.1" 200 5075 0.052212 10.0.0.129 - - [2025-10-27 04:16:37] "GET /obj-perms HTTP/1.1" 200 5075 0.063409 10.0.0.249 - - [2025-10-27 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.249 - - [2025-10-27 04:16:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004517 10.0.0.249 - - [2025-10-27 04:16:39] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003014 10.0.0.249 - - [2025-10-27 04:16:39] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008211 10.0.0.249 - - [2025-10-27 04:16:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006477 10.0.0.249 - - [2025-10-27 04:16:46] "POST /neutron/port HTTP/1.1" 200 1087 0.038955 10.0.0.249 - - [2025-10-27 04:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.249 - - [2025-10-27 04:16:46] "POST /neutron/network HTTP/1.1" 200 825 0.008478 10.0.0.249 - - [2025-10-27 04:16:49] "POST /neutron/port HTTP/1.1" 200 1087 0.014302 10.0.0.249 - - [2025-10-27 04:16:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007195 10.0.0.249 - - [2025-10-27 04:16:53] "POST /neutron/network HTTP/1.1" 200 835 0.028900 10.0.0.249 - - [2025-10-27 04:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.249 - - [2025-10-27 04:16:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006846 10.0.0.249 - - [2025-10-27 04:17:00] "POST /neutron/port HTTP/1.1" 200 1087 0.017035 10.0.0.249 - - [2025-10-27 04:17:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009444 10.0.0.249 - - [2025-10-27 04:17:00] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 200 1294 0.007716 10.0.0.249 - - [2025-10-27 04:17:00] "GET /virtual-machine-interface/1f3a6adb-e0e0-4605-873f-390842a9333e HTTP/1.1" 200 2955 0.006891 10.0.0.249 - - [2025-10-27 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.249 - - [2025-10-27 04:17:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004316 10.0.0.249 - - [2025-10-27 04:17:00] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003021 10.0.0.249 - - [2025-10-27 04:17:00] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007221 10.0.0.249 - - [2025-10-27 04:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.249 - - [2025-10-27 04:17:01] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005406 10.0.0.249 - - [2025-10-27 04:17:01] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003376 10.0.0.249 - - [2025-10-27 04:17:01] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006470 10.0.0.249 - - [2025-10-27 04:17:46] "POST /neutron/network HTTP/1.1" 200 835 0.007197 10.0.0.249 - - [2025-10-27 04:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.249 - - [2025-10-27 04:17:55] "POST /neutron/port HTTP/1.1" 200 1087 0.019372 10.0.0.249 - - [2025-10-27 04:17:55] "POST /neutron/subnet HTTP/1.1" 200 690 0.012016 10.0.0.249 - - [2025-10-27 04:18:25] "POST /neutron/port HTTP/1.1" 200 1087 0.015552 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 200 1296 0.004884 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine-interface/20bc92b6-8663-4a6c-bf31-acd488207686 HTTP/1.1" 200 2956 0.006724 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 200 1296 0.003844 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine-interface/20bc92b6-8663-4a6c-bf31-acd488207686 HTTP/1.1" 200 2956 0.005534 10.0.0.249 - - [2025-10-27 04:18:25] "GET /instance-ip/0386e06f-c1b8-492c-978a-fbecf3e17f12 HTTP/1.1" 200 1623 0.005836 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 200 1296 0.003836 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-machine-interface/20bc92b6-8663-4a6c-bf31-acd488207686 HTTP/1.1" 200 2956 0.005178 10.0.0.249 - - [2025-10-27 04:18:25] "GET /instance-ip/0386e06f-c1b8-492c-978a-fbecf3e17f12 HTTP/1.1" 200 1623 0.003565 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003297 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002640 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006140 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004067 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004320 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005714 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004702 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002728 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006052 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004169 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003056 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006495 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004126 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003114 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005598 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004176 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002879 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005985 10.0.0.249 - - [2025-10-27 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.249 - - [2025-10-27 04:18:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004113 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002947 10.0.0.249 - - [2025-10-27 04:18:25] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006672 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.249 - - [2025-10-27 04:18:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003407 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002750 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006770 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.249 - - [2025-10-27 04:18:26] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005364 10.0.0.249 - - [2025-10-27 04:18:26] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004004 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2025-10-27 04:18:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004324 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003027 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006145 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.249 - - [2025-10-27 04:18:26] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004241 10.0.0.249 - - [2025-10-27 04:18:26] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004050 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.249 - - [2025-10-27 04:18:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003987 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002952 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005820 10.0.0.249 - - [2025-10-27 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.249 - - [2025-10-27 04:18:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004558 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003386 10.0.0.249 - - [2025-10-27 04:18:26] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005957 10.0.0.249 - - [2025-10-27 04:18:27] "GET /obj-perms HTTP/1.1" 200 5051 0.005034 10.0.0.129 - - [2025-10-27 04:18:27] "GET /obj-perms HTTP/1.1" 200 5051 0.050377 10.0.0.249 - - [2025-10-27 04:18:27] "GET /obj-perms HTTP/1.1" 200 5051 0.003896 10.0.0.129 - - [2025-10-27 04:18:27] "GET /obj-perms HTTP/1.1" 200 5051 0.004571 10.0.0.249 - - [2025-10-27 04:18:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010216 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 200 1294 0.006008 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine-interface/1f3a6adb-e0e0-4605-873f-390842a9333e HTTP/1.1" 200 2955 0.007407 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 200 1294 0.005883 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine-interface/1f3a6adb-e0e0-4605-873f-390842a9333e HTTP/1.1" 200 2955 0.005602 10.0.0.249 - - [2025-10-27 04:18:27] "GET /instance-ip/5edc222f-7322-4280-95da-138f299128a2 HTTP/1.1" 200 1624 0.008556 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 200 1294 0.005290 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-machine-interface/1f3a6adb-e0e0-4605-873f-390842a9333e HTTP/1.1" 200 2955 0.007952 10.0.0.249 - - [2025-10-27 04:18:27] "GET /instance-ip/5edc222f-7322-4280-95da-138f299128a2 HTTP/1.1" 200 1624 0.005991 10.0.0.249 - - [2025-10-27 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.249 - - [2025-10-27 04:18:27] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007495 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003602 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007595 10.0.0.249 - - [2025-10-27 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006158 10.0.0.249 - - [2025-10-27 04:18:27] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005809 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003663 10.0.0.249 - - [2025-10-27 04:18:27] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007356 10.0.0.249 - - [2025-10-27 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003695 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006014 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004168 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003132 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005837 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003972 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003027 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007555 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005346 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003910 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007575 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004376 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003214 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005780 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.249 - - [2025-10-27 04:18:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003925 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003521 10.0.0.249 - - [2025-10-27 04:18:28] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007652 10.0.0.249 - - [2025-10-27 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.249 - - [2025-10-27 04:18:29] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005353 10.0.0.249 - - [2025-10-27 04:18:29] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004380 10.0.0.249 - - [2025-10-27 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.249 - - [2025-10-27 04:18:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003335 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003092 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005671 10.0.0.249 - - [2025-10-27 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.249 - - [2025-10-27 04:18:29] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004346 10.0.0.249 - - [2025-10-27 04:18:29] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005016 10.0.0.249 - - [2025-10-27 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.249 - - [2025-10-27 04:18:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005013 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003834 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005978 10.0.0.249 - - [2025-10-27 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005684 10.0.0.249 - - [2025-10-27 04:18:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004449 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003860 10.0.0.249 - - [2025-10-27 04:18:29] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005824 10.0.0.249 - - [2025-10-27 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.003920 10.0.0.249 - - [2025-10-27 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.003866 10.0.0.129 - - [2025-10-27 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.003923 10.0.0.249 - - [2025-10-27 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.004021 10.0.0.33 - - [2025-10-27 04:18:30] "GET /obj-perms HTTP/1.1" 200 5051 0.054490 10.0.0.249 - - [2025-10-27 04:18:35] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 200 1294 0.004394 10.0.0.249 - - [2025-10-27 04:18:35] "POST /neutron/port HTTP/1.1" 200 151 0.192381 10.0.0.249 - - [2025-10-27 04:18:37] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 404 171 0.003794 10.0.0.249 - - [2025-10-27 04:18:37] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 404 171 0.002797 10.0.0.249 - - [2025-10-27 04:18:37] "GET /virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6 HTTP/1.1" 404 171 0.003569 10.0.0.249 - - [2025-10-27 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.249 - - [2025-10-27 04:18:37] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004431 10.0.0.249 - - [2025-10-27 04:18:37] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003932 10.0.0.249 - - [2025-10-27 04:18:37] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006262 10.0.0.249 - - [2025-10-27 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.249 - - [2025-10-27 04:18:37] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004842 10.0.0.249 - - [2025-10-27 04:18:37] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004344 10.0.0.249 - - [2025-10-27 04:18:37] "GET /obj-perms HTTP/1.1" 200 5051 0.007650 10.0.0.249 - - [2025-10-27 04:18:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003907 10.0.0.249 - - [2025-10-27 04:18:41] "GET /obj-perms HTTP/1.1" 200 5051 0.004060 10.0.0.129 - - [2025-10-27 04:18:41] "GET /obj-perms HTTP/1.1" 200 5051 0.005204 10.0.0.249 - - [2025-10-27 04:18:41] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 200 1296 0.014496 10.0.0.249 - - [2025-10-27 04:18:41] "POST /neutron/port HTTP/1.1" 200 151 0.144869 10.0.0.249 - - [2025-10-27 04:18:43] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 404 171 0.004692 10.0.0.249 - - [2025-10-27 04:18:43] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 404 171 0.003106 10.0.0.249 - - [2025-10-27 04:18:43] "GET /virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c HTTP/1.1" 404 171 0.003001 10.0.0.249 - - [2025-10-27 04:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.249 - - [2025-10-27 04:18:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004390 10.0.0.249 - - [2025-10-27 04:18:43] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004749 10.0.0.249 - - [2025-10-27 04:18:43] "GET /virtual-network/767574c8-529b-44f3-9b11-d23efcce8a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010051 10.0.0.249 - - [2025-10-27 04:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.249 - - [2025-10-27 04:18:43] "GET /routing-instance/5020160b-656b-435d-ad86-8e8a6149c0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005739 10.0.0.249 - - [2025-10-27 04:18:43] "GET /route-target/840ace41-570a-4471-92fe-f92d7a77cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005217 10.0.0.249 - - [2025-10-27 04:18:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004049 10.0.0.129 - - [2025-10-27 04:18:49] "GET /obj-perms HTTP/1.1" 200 5051 0.003685 10.0.0.33 - - [2025-10-27 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.056468 10.0.0.249 - - [2025-10-27 04:18:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003453 10.0.0.249 - - [2025-10-27 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.129 - - [2025-10-27 04:18:52] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030561 10.0.0.249 - - [2025-10-27 04:18:52] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083134 10.0.0.249 - - [2025-10-27 04:18:53] "POST /network-policys HTTP/1.1" 200 524 0.026361 10.0.0.249 - - [2025-10-27 04:18:53] "GET /network-policy/f9b52fd2-7ad6-48ed-9631-3963575f25a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006109 10.0.0.249 - - [2025-10-27 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003122 10.0.0.249 - - [2025-10-27 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.129 - - [2025-10-27 04:18:53] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.249 - - [2025-10-27 04:18:53] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055063 10.0.0.249 - - [2025-10-27 04:18:53] "POST /network-policys HTTP/1.1" 200 524 0.034554 10.0.0.249 - - [2025-10-27 04:18:53] "GET /network-policy/b2028dd2-8872-457e-841c-c2fa45f787f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006433 10.0.0.249 - - [2025-10-27 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.129 - - [2025-10-27 04:18:53] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001347 10.0.0.249 - - [2025-10-27 04:18:53] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051916 10.0.0.249 - - [2025-10-27 04:18:53] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003742 10.0.0.249 - - [2025-10-27 04:18:53] "POST /virtual-networks HTTP/1.1" 200 548 0.072258 10.0.0.249 - - [2025-10-27 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2025-10-27 04:18:53] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003432 10.0.0.33 - - [2025-10-27 04:18:53] "POST /ref-update HTTP/1.1" 200 156 0.026230 10.0.0.129 - - [2025-10-27 04:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007286 10.0.0.249 - - [2025-10-27 04:18:53] "POST /ref-update HTTP/1.1" 200 156 0.061430 10.0.0.249 - - [2025-10-27 04:18:53] "POST /neutron/network HTTP/1.1" 200 809 0.014324 10.0.0.249 - - [2025-10-27 04:18:53] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005592 10.0.0.249 - - [2025-10-27 04:18:53] "POST /neutron/subnet HTTP/1.1" 200 672 0.008291 10.0.0.249 - - [2025-10-27 04:18:54] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005675 10.0.0.249 - - [2025-10-27 04:18:54] "GET /obj-perms HTTP/1.1" 200 5051 0.003868 10.0.0.33 - - [2025-10-27 04:18:54] "GET /obj-perms HTTP/1.1" 200 5051 0.003455 10.0.0.249 - - [2025-10-27 04:18:54] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007280 10.0.0.249 - - [2025-10-27 04:18:54] "PUT /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e HTTP/1.1" 200 265 0.043799 10.0.0.249 - - [2025-10-27 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.249 - - [2025-10-27 04:18:54] "GET /network-policy/f9b52fd2-7ad6-48ed-9631-3963575f25a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003770 10.0.0.249 - - [2025-10-27 04:18:54] "POST /ref-update HTTP/1.1" 200 156 0.048244 10.0.0.249 - - [2025-10-27 04:18:54] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005589 10.0.0.249 - - [2025-10-27 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.249 - - [2025-10-27 04:18:54] "GET /network-policy/f9b52fd2-7ad6-48ed-9631-3963575f25a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003935 10.0.0.249 - - [2025-10-27 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.129 - - [2025-10-27 04:18:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.249 - - [2025-10-27 04:18:54] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.036856 10.0.0.249 - - [2025-10-27 04:18:54] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004001 10.0.0.249 - - [2025-10-27 04:18:55] "POST /virtual-networks HTTP/1.1" 200 548 0.076715 10.0.0.33 - - [2025-10-27 04:18:55] "POST /route-targets HTTP/1.1" 200 328 0.016315 10.0.0.249 - - [2025-10-27 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007568 10.0.0.249 - - [2025-10-27 04:18:55] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004170 10.0.0.129 - - [2025-10-27 04:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006182 10.0.0.249 - - [2025-10-27 04:18:55] "POST /ref-update HTTP/1.1" 200 156 0.064132 10.0.0.249 - - [2025-10-27 04:18:55] "POST /neutron/network HTTP/1.1" 200 809 0.007073 10.0.0.249 - - [2025-10-27 04:18:55] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005294 10.0.0.249 - - [2025-10-27 04:18:55] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005218 10.0.0.129 - - [2025-10-27 04:18:55] "GET /obj-perms HTTP/1.1" 200 5051 0.003686 10.0.0.249 - - [2025-10-27 04:18:55] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007424 10.0.0.249 - - [2025-10-27 04:18:55] "PUT /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a HTTP/1.1" 200 265 0.046731 10.0.0.249 - - [2025-10-27 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-10-27 04:18:56] "GET /network-policy/b2028dd2-8872-457e-841c-c2fa45f787f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004233 10.0.0.249 - - [2025-10-27 04:18:56] "POST /ref-update HTTP/1.1" 200 156 0.054054 10.0.0.33 - - [2025-10-27 04:18:56] "POST /access-control-lists HTTP/1.1" 200 594 0.052477 10.0.0.249 - - [2025-10-27 04:18:56] "POST /neutron/network HTTP/1.1" 200 886 0.010705 10.0.0.249 - - [2025-10-27 04:18:56] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.011829 10.0.0.249 - - [2025-10-27 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2025-10-27 04:18:56] "GET /network-policy/b2028dd2-8872-457e-841c-c2fa45f787f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004261 10.0.0.249 - - [2025-10-27 04:18:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001003 10.0.0.129 - - [2025-10-27 04:18:57] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001777 10.0.0.249 - - [2025-10-27 04:18:57] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069453 10.0.0.249 - - [2025-10-27 04:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.008445 10.0.0.249 - - [2025-10-27 04:18:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001828 10.0.0.249 - - [2025-10-27 04:18:57] "POST /neutron/network HTTP/1.1" 200 896 0.006667 10.0.0.249 - - [2025-10-27 04:18:58] "POST /neutron/port HTTP/1.1" 200 1061 0.014011 10.0.0.129 - - [2025-10-27 04:18:58] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.249 - - [2025-10-27 04:18:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016187 10.0.0.249 - - [2025-10-27 04:18:58] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066070 10.0.0.249 - - [2025-10-27 04:18:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.012879 10.0.0.249 - - [2025-10-27 04:18:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017276 10.0.0.249 - - [2025-10-27 04:18:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017269 10.0.0.129 - - [2025-10-27 04:18:59] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.33 - - [2025-10-27 04:18:59] "PUT /access-control-list/21956bb8-3e85-4fac-a073-ca534625f657 HTTP/1.1" 200 273 0.064170 10.0.0.249 - - [2025-10-27 04:18:59] "POST /neutron/port HTTP/1.1" 200 1061 0.352192 10.0.0.249 - - [2025-10-27 04:18:59] "POST /neutron/port HTTP/1.1" 200 1115 0.114417 10.0.0.249 - - [2025-10-27 04:18:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.009644 10.0.0.249 - - [2025-10-27 04:19:03] "POST /neutron/port HTTP/1.1" 200 1089 0.016434 10.0.0.249 - - [2025-10-27 04:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008241 10.0.0.249 - - [2025-10-27 04:19:04] "GET /virtual-machine/1d581667-efc7-43be-b287-e26bee4d17ae HTTP/1.1" 200 1295 0.007106 10.0.0.249 - - [2025-10-27 04:19:04] "GET /virtual-machine-interface/80adbd44-a9d3-4288-909a-8b5594d142da HTTP/1.1" 200 2956 0.004936 10.0.0.249 - - [2025-10-27 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.249 - - [2025-10-27 04:19:04] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003395 10.0.0.249 - - [2025-10-27 04:19:04] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002860 10.0.0.249 - - [2025-10-27 04:19:04] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005839 10.0.0.249 - - [2025-10-27 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.249 - - [2025-10-27 04:19:07] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007404 10.0.0.249 - - [2025-10-27 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-10-27 04:19:11] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005351 10.0.0.249 - - [2025-10-27 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.249 - - [2025-10-27 04:19:15] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005462 10.0.0.249 - - [2025-10-27 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.249 - - [2025-10-27 04:19:19] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006333 10.0.0.249 - - [2025-10-27 04:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.249 - - [2025-10-27 04:19:23] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005504 10.0.0.249 - - [2025-10-27 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.249 - - [2025-10-27 04:19:27] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005376 10.0.0.249 - - [2025-10-27 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.249 - - [2025-10-27 04:19:31] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005449 10.0.0.249 - - [2025-10-27 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.249 - - [2025-10-27 04:19:35] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006809 10.0.0.249 - - [2025-10-27 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.249 - - [2025-10-27 04:19:40] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007226 10.0.0.249 - - [2025-10-27 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-10-27 04:19:42] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003855 10.0.0.249 - - [2025-10-27 04:19:42] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003531 10.0.0.249 - - [2025-10-27 04:19:42] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007675 10.0.0.249 - - [2025-10-27 04:19:42] "POST /neutron/port HTTP/1.1" 200 1089 0.015148 10.0.0.249 - - [2025-10-27 04:19:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007558 10.0.0.249 - - [2025-10-27 04:19:48] "POST /neutron/network HTTP/1.1" 200 896 0.008682 10.0.0.249 - - [2025-10-27 04:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.249 - - [2025-10-27 04:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029664 10.0.0.249 - - [2025-10-27 04:19:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015532 10.0.0.249 - - [2025-10-27 04:19:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007047 10.0.0.249 - - [2025-10-27 04:19:58] "POST /neutron/network HTTP/1.1" 200 896 0.008083 10.0.0.249 - - [2025-10-27 04:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2025-10-27 04:20:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008017 10.0.0.249 - - [2025-10-27 04:20:03] "POST /neutron/port HTTP/1.1" 200 1089 0.016950 10.0.0.249 - - [2025-10-27 04:20:03] "GET /virtual-machine/e8fecaba-88ef-4fa3-890b-02b815512c5a HTTP/1.1" 200 1295 0.006712 10.0.0.249 - - [2025-10-27 04:20:03] "GET /virtual-machine-interface/84fad2f6-f5f0-402d-841d-aeeb6c852726 HTTP/1.1" 200 2955 0.004979 10.0.0.249 - - [2025-10-27 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.249 - - [2025-10-27 04:20:03] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003248 10.0.0.249 - - [2025-10-27 04:20:03] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002866 10.0.0.249 - - [2025-10-27 04:20:03] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005559 10.0.0.249 - - [2025-10-27 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.249 - - [2025-10-27 04:20:06] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009205 10.0.0.249 - - [2025-10-27 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.249 - - [2025-10-27 04:20:08] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003663 10.0.0.249 - - [2025-10-27 04:20:08] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003824 10.0.0.249 - - [2025-10-27 04:20:08] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005628 10.0.0.33 - - [2025-10-27 04:20:40] "GET /obj-perms HTTP/1.1" 200 5075 0.046448 10.0.0.33 - - [2025-10-27 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.33 - - [2025-10-27 04:20:40] "GET /virtual-router/9038fa86-bdf4-48a1-aca5-b32fef23ce8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.004671 10.0.0.249 - - [2025-10-27 04:20:49] "POST /neutron/port HTTP/1.1" 200 1089 0.018231 10.0.0.249 - - [2025-10-27 04:20:49] "POST /neutron/subnet HTTP/1.1" 200 646 0.008854 10.0.0.249 - - [2025-10-27 04:20:58] "POST /neutron/port HTTP/1.1" 200 1089 0.014811 10.0.0.249 - - [2025-10-27 04:20:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.249 - - [2025-10-27 04:20:58] "POST /neutron/network HTTP/1.1" 200 886 0.007438 10.0.0.33 - - [2025-10-27 04:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000673 10.0.0.33 - - [2025-10-27 04:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.129 - - [2025-10-27 04:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.129 - - [2025-10-27 04:20:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.33 - - [2025-10-27 04:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.33 - - [2025-10-27 04:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2025-10-27 04:20:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2025-10-27 04:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001521 10.0.0.129 - - [2025-10-27 04:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.129 - - [2025-10-27 04:21:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.249 - - [2025-10-27 04:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2025-10-27 04:21:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 27 04:21:34 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 04:21:34 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ 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.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129: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.14,10.20.0.17,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.17,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.33,10.0.0.129 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.33,10.0.0.129 +++ local servers=10.0.0.249,10.0.0.33,10.0.0.129 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 3 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.129:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/27/2025 04:21:42.942 7f19f7b28700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 04:21:43.074 7f19f7b28700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/27/2025 04:21:43.086 7f19f7b28700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 04:21:43.086 7f19f7b28700 [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.129:8082/ Hit Ctrl-C to quit. 10.0.0.129 - - [2025-10-27 04:21:43] "GET / HTTP/1.1" 503 181 0.000413 10.0.0.129 - - [2025-10-27 04:21:43] "GET / HTTP/1.1" 503 181 0.000163 10.0.0.129 - - [2025-10-27 04:21:44] "GET / HTTP/1.1" 200 45871 0.001954 10.0.0.129 - - [2025-10-27 04:21:44] "GET / HTTP/1.1" 200 45871 0.000998 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.129 - - [2025-10-27 04:21:44] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000615 10.0.0.129 - - [2025-10-27 04:21:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000281 [Introspect:8084]10.0.0.249 - - [2025-10-27 04:21:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.001336 10.0.0.129 - - [2025-10-27 04:21:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.621599 10.0.0.129 - - [2025-10-27 04:21:45] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003921 10.0.0.129 - - [2025-10-27 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.346590 10.0.0.129 - - [2025-10-27 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 /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.129 - - [2025-10-27 04:21:46] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001410 10.0.0.129 - - [2025-10-27 04:21:46] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.060993 10.0.0.129 - - [2025-10-27 04:21:46] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001389 10.0.0.129 - - [2025-10-27 04:21:46] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=security_groups HTTP/1.1" 200 1089 0.033193 10.0.0.129 - - [2025-10-27 04:21:46] "GET /projects?obj_uuids=ff2164ea-4843-4e61-b099-ba3d588df4d0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000878 10.0.0.129 - - [2025-10-27 04:21:46] "GET /project/ff2164ea-4843-4e61-b099-ba3d588df4d0?fields=application_policy_sets HTTP/1.1" 200 1382 0.036289 10.0.0.129 - - [2025-10-27 04:21:46] "DELETE /project/ff2164ea-4843-4e61-b099-ba3d588df4d0 HTTP/1.1" 409 278 0.229357 10.0.0.249 - - [2025-10-27 04:21:49] "POST /neutron/network HTTP/1.1" 200 896 0.038294 10.0.0.249 - - [2025-10-27 04:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.001280 [Introspect:8084]10.0.0.249 - - [2025-10-27 04:21:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001250 [Introspect:8084]10.0.0.249 - - [2025-10-27 04:21:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001105 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2025-10-27 04:21:51] "GET /obj-perms HTTP/1.1" 200 5051 0.358193 10.0.0.249 - - [2025-10-27 04:21:51] "GET /obj-perms HTTP/1.1" 200 5051 0.003889 10.0.0.249 - - [2025-10-27 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.024797 10.0.0.129 - - [2025-10-27 04:21:51] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.249 - - [2025-10-27 04:21:51] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034511 10.0.0.249 - - [2025-10-27 04:21:51] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004278 10.0.0.249 - - [2025-10-27 04:21:51] "POST /virtual-networks HTTP/1.1" 200 548 0.071111 10.0.0.249 - - [2025-10-27 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-10-27 04:21:51] "GET /network-ipam/08ce97a6-7b69-4619-81d7-c8b970b09954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004880 10.0.0.129 - - [2025-10-27 04:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006600 10.0.0.249 - - [2025-10-27 04:21:51] "POST /ref-update HTTP/1.1" 200 156 0.062265 10.0.0.249 - - [2025-10-27 04:21:52] "POST /neutron/network HTTP/1.1" 200 809 0.028508 10.0.0.249 - - [2025-10-27 04:21:52] "GET /virtual-network/58ee7405-76c1-4f17-a7e9-de472fbdf247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005371 10.0.0.249 - - [2025-10-27 04:21:52] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008290 10.0.0.249 - - [2025-10-27 04:21:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004915 10.0.0.129 - - [2025-10-27 04:21:52] "GET /obj-perms HTTP/1.1" 200 5051 0.048800 10.0.0.249 - - [2025-10-27 04:21:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001712 10.0.0.249 - - [2025-10-27 04:21:52] "POST /neutron/port HTTP/1.1" 200 2062 0.022440 10.0.0.129 - - [2025-10-27 04:21:53] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.249 - - [2025-10-27 04:21:53] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062663 10.0.0.249 - - [2025-10-27 04:21:53] "POST /neutron/network HTTP/1.1" 200 886 0.030073 10.0.0.249 - - [2025-10-27 04:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.007483 10.0.0.129 - - [2025-10-27 04:21:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.249 - - [2025-10-27 04:21:54] "POST /neutron/port HTTP/1.1" 200 1061 0.253852 10.0.0.249 - - [2025-10-27 04:21:54] "POST /neutron/port HTTP/1.1" 200 1115 0.100248 10.0.0.249 - - [2025-10-27 04:21:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.008769 10.0.0.249 - - [2025-10-27 04:21:58] "POST /neutron/port HTTP/1.1" 200 1089 0.014325 10.0.0.249 - - [2025-10-27 04:21:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005355 10.0.0.249 - - [2025-10-27 04:21:58] "POST /neutron/network HTTP/1.1" 200 886 0.008980 10.0.0.249 - - [2025-10-27 04:21:59] "POST /neutron/port HTTP/1.1" 200 1089 0.014369 10.0.0.249 - - [2025-10-27 04:21:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009901 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.027288 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.003773 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine-interface/bbfc6d9b-0063-4eb6-8419-e04f939829ef HTTP/1.1" 200 2956 0.005208 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.003737 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine-interface/bbfc6d9b-0063-4eb6-8419-e04f939829ef HTTP/1.1" 200 2956 0.006880 10.0.0.249 - - [2025-10-27 04:21:59] "GET /instance-ip/a40b72ac-35b3-4d97-97d9-117866d76291 HTTP/1.1" 200 1627 0.007180 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.004266 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-machine-interface/bbfc6d9b-0063-4eb6-8419-e04f939829ef HTTP/1.1" 200 2956 0.005621 10.0.0.249 - - [2025-10-27 04:21:59] "GET /instance-ip/a40b72ac-35b3-4d97-97d9-117866d76291 HTTP/1.1" 200 1627 0.004428 10.0.0.249 - - [2025-10-27 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.249 - - [2025-10-27 04:21:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003671 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003080 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006189 10.0.0.249 - - [2025-10-27 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.249 - - [2025-10-27 04:21:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006304 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003113 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006022 10.0.0.249 - - [2025-10-27 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.249 - - [2025-10-27 04:21:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004468 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007179 10.0.0.249 - - [2025-10-27 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.249 - - [2025-10-27 04:21:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005737 10.0.0.249 - - [2025-10-27 04:21:59] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003988 10.0.0.249 - - [2025-10-27 04:22:00] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006251 10.0.0.249 - - [2025-10-27 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.249 - - [2025-10-27 04:22:00] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005157 10.0.0.249 - - [2025-10-27 04:22:00] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003444 10.0.0.249 - - [2025-10-27 04:22:00] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006431 10.0.0.249 - - [2025-10-27 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.249 - - [2025-10-27 04:22:03] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005223 10.0.0.249 - - [2025-10-27 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.249 - - [2025-10-27 04:22:07] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.013041 10.0.0.249 - - [2025-10-27 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2025-10-27 04:22:11] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005876 10.0.0.249 - - [2025-10-27 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.249 - - [2025-10-27 04:22:15] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005879 10.0.0.249 - - [2025-10-27 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.249 - - [2025-10-27 04:22:19] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005988 10.0.0.249 - - [2025-10-27 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.249 - - [2025-10-27 04:22:23] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006362 10.0.0.249 - - [2025-10-27 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.249 - - [2025-10-27 04:22:27] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006459 10.0.0.249 - - [2025-10-27 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.249 - - [2025-10-27 04:22:31] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007570 10.0.0.249 - - [2025-10-27 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005964 10.0.0.249 - - [2025-10-27 04:22:36] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009141 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.249 - - [2025-10-27 04:22:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005553 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005162 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008300 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.249 - - [2025-10-27 04:22:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004400 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003911 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007501 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.249 - - [2025-10-27 04:22:38] "GET /routing-instance/adc80bea-5f7c-47cf-90bd-aa21d62fc70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.007375 10.0.0.249 - - [2025-10-27 04:22:38] "GET /route-target/f7c988f7-bb31-436c-a5b2-a07e7aa8fa47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005095 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005026 10.0.0.249 - - [2025-10-27 04:22:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005343 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003772 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005670 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.249 - - [2025-10-27 04:22:38] "GET /routing-instance/adc80bea-5f7c-47cf-90bd-aa21d62fc70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005424 10.0.0.249 - - [2025-10-27 04:22:38] "GET /route-target/f7c988f7-bb31-436c-a5b2-a07e7aa8fa47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004321 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.249 - - [2025-10-27 04:22:38] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005243 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003684 10.0.0.249 - - [2025-10-27 04:22:38] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006527 10.0.0.249 - - [2025-10-27 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.249 - - [2025-10-27 04:22:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004583 10.0.0.249 - - [2025-10-27 04:22:39] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004425 10.0.0.249 - - [2025-10-27 04:22:39] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005731 10.0.0.249 - - [2025-10-27 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 04:22:39] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005326 10.0.0.249 - - [2025-10-27 04:22:39] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004454 10.0.0.249 - - [2025-10-27 04:22:39] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008073 10.0.0.249 - - [2025-10-27 04:22:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004479 10.0.0.129 - - [2025-10-27 04:22:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003783 10.0.0.249 - - [2025-10-27 04:22:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003802 10.0.0.129 - - [2025-10-27 04:22:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004260 10.0.0.249 - - [2025-10-27 04:22:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001283 10.0.0.249 - - [2025-10-27 04:22:39] "POST /neutron/port HTTP/1.1" 200 3034 0.017528 10.0.0.129 - - [2025-10-27 04:22:40] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.249 - - [2025-10-27 04:22:40] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066270 10.0.0.249 - - [2025-10-27 04:22:40] "POST /neutron/network HTTP/1.1" 200 886 0.006984 10.0.0.249 - - [2025-10-27 04:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.006518 10.0.0.129 - - [2025-10-27 04:22:41] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.249 - - [2025-10-27 04:22:41] "POST /neutron/port HTTP/1.1" 200 1061 0.264673 10.0.0.249 - - [2025-10-27 04:22:41] "POST /neutron/port HTTP/1.1" 200 1115 0.098400 10.0.0.249 - - [2025-10-27 04:22:41] "POST /neutron/subnet HTTP/1.1" 200 646 0.008542 10.0.0.33 - - [2025-10-27 04:22:42] "GET /obj-perms HTTP/1.1" 200 5075 0.058693 10.0.0.249 - - [2025-10-27 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014744 10.0.0.249 - - [2025-10-27 04:22:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006820 10.0.0.249 - - [2025-10-27 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014080 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.006268 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.003495 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine-interface/5f764087-cabd-4bb1-82eb-c2723a2475f8 HTTP/1.1" 200 2955 0.004687 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.003829 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine-interface/5f764087-cabd-4bb1-82eb-c2723a2475f8 HTTP/1.1" 200 2955 0.007554 10.0.0.249 - - [2025-10-27 04:22:46] "GET /instance-ip/979cb836-d591-4cf0-9d5a-68b2740451b3 HTTP/1.1" 200 1627 0.006148 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.005637 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-machine-interface/5f764087-cabd-4bb1-82eb-c2723a2475f8 HTTP/1.1" 200 2955 0.006505 10.0.0.249 - - [2025-10-27 04:22:46] "GET /instance-ip/979cb836-d591-4cf0-9d5a-68b2740451b3 HTTP/1.1" 200 1627 0.006987 10.0.0.249 - - [2025-10-27 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.249 - - [2025-10-27 04:22:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005354 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003924 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006139 10.0.0.249 - - [2025-10-27 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.249 - - [2025-10-27 04:22:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005802 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004455 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007379 10.0.0.249 - - [2025-10-27 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.249 - - [2025-10-27 04:22:46] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004401 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003733 10.0.0.249 - - [2025-10-27 04:22:46] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005508 10.0.0.249 - - [2025-10-27 04:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.249 - - [2025-10-27 04:22:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004331 10.0.0.249 - - [2025-10-27 04:22:47] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003762 10.0.0.249 - - [2025-10-27 04:22:47] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006219 10.0.0.249 - - [2025-10-27 04:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.249 - - [2025-10-27 04:22:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004198 10.0.0.249 - - [2025-10-27 04:22:47] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004207 10.0.0.249 - - [2025-10-27 04:22:47] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006655 10.0.0.249 - - [2025-10-27 04:22:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030899 10.0.0.249 - - [2025-10-27 04:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2025-10-27 04:22:50] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004961 10.0.0.249 - - [2025-10-27 04:22:50] "POST /neutron/network HTTP/1.1" 200 896 0.007922 10.0.0.249 - - [2025-10-27 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.249 - - [2025-10-27 04:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2025-10-27 04:22:54] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005759 10.0.0.249 - - [2025-10-27 04:22:58] "POST /neutron/port HTTP/1.1" 200 1089 0.015062 10.0.0.249 - - [2025-10-27 04:22:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.010218 10.0.0.249 - - [2025-10-27 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.249 - - [2025-10-27 04:22:58] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005118 10.0.0.249 - - [2025-10-27 04:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.249 - - [2025-10-27 04:23:02] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004924 10.0.0.249 - - [2025-10-27 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.249 - - [2025-10-27 04:23:06] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005347 10.0.0.249 - - [2025-10-27 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.249 - - [2025-10-27 04:23:10] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005594 10.0.0.249 - - [2025-10-27 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.249 - - [2025-10-27 04:23:14] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005008 10.0.0.249 - - [2025-10-27 04:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-10-27 04:23:19] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005816 10.0.0.249 - - [2025-10-27 04:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-10-27 04:23:23] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005719 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.249 - - [2025-10-27 04:23:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004784 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004388 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006759 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-10-27 04:23:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003339 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002923 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006431 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.249 - - [2025-10-27 04:23:25] "GET /routing-instance/b9d83657-83e5-459b-aab5-92d0ebb2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004307 10.0.0.249 - - [2025-10-27 04:23:25] "GET /route-target/f578f563-b82f-48f2-8c0c-e3f0b5305b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003727 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.249 - - [2025-10-27 04:23:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003661 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003021 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005710 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.249 - - [2025-10-27 04:23:25] "GET /routing-instance/b9d83657-83e5-459b-aab5-92d0ebb2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006004 10.0.0.249 - - [2025-10-27 04:23:25] "GET /route-target/f578f563-b82f-48f2-8c0c-e3f0b5305b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004531 10.0.0.249 - - [2025-10-27 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.249 - - [2025-10-27 04:23:25] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005591 10.0.0.249 - - [2025-10-27 04:23:25] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003455 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007681 10.0.0.249 - - [2025-10-27 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.249 - - [2025-10-27 04:23:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005188 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003504 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006448 10.0.0.249 - - [2025-10-27 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2025-10-27 04:23:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003425 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.011060 10.0.0.249 - - [2025-10-27 04:23:26] "GET /obj-perms HTTP/1.1" 200 5051 0.003880 10.0.0.129 - - [2025-10-27 04:23:26] "GET /obj-perms HTTP/1.1" 200 5051 0.003357 10.0.0.249 - - [2025-10-27 04:23:26] "GET /obj-perms HTTP/1.1" 200 5051 0.003556 10.0.0.33 - - [2025-10-27 04:23:26] "GET /obj-perms HTTP/1.1" 200 5051 0.062099 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.004890 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-machine-interface/bbfc6d9b-0063-4eb6-8419-e04f939829ef HTTP/1.1" 200 2956 0.005043 10.0.0.249 - - [2025-10-27 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.249 - - [2025-10-27 04:23:26] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003712 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003227 10.0.0.249 - - [2025-10-27 04:23:26] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006081 10.0.0.249 - - [2025-10-27 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.249 - - [2025-10-27 04:23:27] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003840 10.0.0.249 - - [2025-10-27 04:23:27] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003274 10.0.0.249 - - [2025-10-27 04:23:27] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006244 10.0.0.249 - - [2025-10-27 04:23:28] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.004362 10.0.0.249 - - [2025-10-27 04:23:28] "GET /virtual-machine-interface/5f764087-cabd-4bb1-82eb-c2723a2475f8 HTTP/1.1" 200 2955 0.005391 10.0.0.249 - - [2025-10-27 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.249 - - [2025-10-27 04:23:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003226 10.0.0.249 - - [2025-10-27 04:23:28] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003298 10.0.0.249 - - [2025-10-27 04:23:28] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006181 10.0.0.249 - - [2025-10-27 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.249 - - [2025-10-27 04:23:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003787 10.0.0.249 - - [2025-10-27 04:23:29] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003412 10.0.0.249 - - [2025-10-27 04:23:29] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006569 10.0.0.249 - - [2025-10-27 04:23:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014797 10.0.0.249 - - [2025-10-27 04:23:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009132 10.0.0.249 - - [2025-10-27 04:23:39] "POST /neutron/port HTTP/1.1" 200 1089 0.019581 10.0.0.249 - - [2025-10-27 04:23:43] "GET /obj-perms HTTP/1.1" 200 5075 0.060755 10.0.0.249 - - [2025-10-27 04:23:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006852 10.0.0.249 - - [2025-10-27 04:23:52] "POST /neutron/network HTTP/1.1" 200 896 0.006765 10.0.0.249 - - [2025-10-27 04:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.249 - - [2025-10-27 04:24:00] "POST /neutron/port HTTP/1.1" 200 1089 0.014453 10.0.0.249 - - [2025-10-27 04:24:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.009485 10.0.0.249 - - [2025-10-27 04:24:32] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 200 1296 0.004601 10.0.0.249 - - [2025-10-27 04:24:32] "POST /neutron/port HTTP/1.1" 200 1089 0.018729 10.0.0.249 - - [2025-10-27 04:24:34] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 404 171 0.003333 10.0.0.249 - - [2025-10-27 04:24:34] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 404 171 0.002510 10.0.0.249 - - [2025-10-27 04:24:34] "GET /virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26 HTTP/1.1" 404 171 0.003196 10.0.0.249 - - [2025-10-27 04:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.249 - - [2025-10-27 04:24:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003489 10.0.0.249 - - [2025-10-27 04:24:34] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003127 10.0.0.249 - - [2025-10-27 04:24:34] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007322 10.0.0.249 - - [2025-10-27 04:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.249 - - [2025-10-27 04:24:34] "GET /routing-instance/b9d83657-83e5-459b-aab5-92d0ebb2cd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005554 10.0.0.249 - - [2025-10-27 04:24:34] "GET /route-target/f578f563-b82f-48f2-8c0c-e3f0b5305b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003508 10.0.0.33 - - [2025-10-27 04:24:38] "GET /obj-perms HTTP/1.1" 200 5051 0.004436 10.0.0.249 - - [2025-10-27 04:24:41] "GET /obj-perms HTTP/1.1" 200 5051 0.006281 10.0.0.129 - - [2025-10-27 04:24:43] "GET /obj-perms HTTP/1.1" 200 5075 0.071620 10.0.0.249 - - [2025-10-27 04:24:47] "GET /obj-perms HTTP/1.1" 200 5051 0.003704 10.0.0.33 - - [2025-10-27 04:24:47] "GET /obj-perms HTTP/1.1" 200 5051 0.003761 10.0.0.249 - - [2025-10-27 04:24:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015393 10.0.0.249 - - [2025-10-27 04:24:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004359 10.0.0.249 - - [2025-10-27 04:24:54] "POST /neutron/network HTTP/1.1" 200 886 0.006658 10.0.0.249 - - [2025-10-27 04:24:56] "GET /obj-perms HTTP/1.1" 200 5051 0.003890 10.0.0.33 - - [2025-10-27 04:24:56] "GET /obj-perms HTTP/1.1" 200 5051 0.003608 10.0.0.249 - - [2025-10-27 04:25:02] "POST /neutron/network HTTP/1.1" 200 896 0.007632 10.0.0.249 - - [2025-10-27 04:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001739 10.0.0.249 - - [2025-10-27 04:25:02] "GET /obj-perms HTTP/1.1" 200 5051 0.004815 10.0.0.33 - - [2025-10-27 04:25:02] "GET /obj-perms HTTP/1.1" 200 5051 0.003819 10.0.0.249 - - [2025-10-27 04:25:03] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 200 1296 0.004180 10.0.0.249 - - [2025-10-27 04:25:03] "POST /neutron/port HTTP/1.1" 200 1115 0.012874 10.0.0.249 - - [2025-10-27 04:25:05] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 404 171 0.003347 10.0.0.249 - - [2025-10-27 04:25:05] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 404 171 0.003222 10.0.0.249 - - [2025-10-27 04:25:05] "GET /virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d HTTP/1.1" 404 171 0.002942 10.0.0.249 - - [2025-10-27 04:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-10-27 04:25:05] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003634 10.0.0.249 - - [2025-10-27 04:25:05] "GET /virtual-networks?parent_id=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003490 10.0.0.249 - - [2025-10-27 04:25:05] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006890 10.0.0.249 - - [2025-10-27 04:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.249 - - [2025-10-27 04:25:05] "GET /routing-instance/adc80bea-5f7c-47cf-90bd-aa21d62fc70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006390 10.0.0.249 - - [2025-10-27 04:25:05] "GET /route-target/f7c988f7-bb31-436c-a5b2-a07e7aa8fa47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004347 10.0.0.249 - - [2025-10-27 04:25:08] "GET /obj-perms HTTP/1.1" 200 5051 0.004083 10.0.0.129 - - [2025-10-27 04:25:08] "GET /obj-perms HTTP/1.1" 200 5051 0.003645 10.0.0.249 - - [2025-10-27 04:25:12] "GET /obj-perms HTTP/1.1" 200 5051 0.005577 10.0.0.129 - - [2025-10-27 04:25:12] "POST /useragent-kv HTTP/1.1" 200 115 0.056329 10.0.0.129 - - [2025-10-27 04:25:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.249 - - [2025-10-27 04:25:12] "DELETE /virtual-network/58ee7405-76c1-4f17-a7e9-de472fbdf247 HTTP/1.1" 200 115 0.161923 10.0.0.33 - - [2025-10-27 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.085230 10.0.0.249 - - [2025-10-27 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.249 - - [2025-10-27 04:25:12] "GET /network-policy/b2028dd2-8872-457e-841c-c2fa45f787f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.003936 10.0.0.249 - - [2025-10-27 04:25:12] "POST /ref-update HTTP/1.1" 200 156 0.072427 10.0.0.33 - - [2025-10-27 04:25:12] "POST /ref-update HTTP/1.1" 200 156 0.031160 10.0.0.249 - - [2025-10-27 04:25:12] "GET /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.033065 10.0.0.249 - - [2025-10-27 04:25:12] "DELETE /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a HTTP/1.1" 409 249 0.014966 10.0.0.249 - - [2025-10-27 04:25:12] "POST /neutron/port HTTP/1.1" 200 1089 0.014138 10.0.0.249 - - [2025-10-27 04:25:12] "POST /neutron/port HTTP/1.1" 200 1089 0.019997 10.0.0.129 - - [2025-10-27 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003046 10.0.0.129 - - [2025-10-27 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003501 10.0.0.249 - - [2025-10-27 04:25:14] "DELETE /virtual-network/4ddddd48-f223-4118-9251-365c151aee1a HTTP/1.1" 200 115 0.121669 10.0.0.249 - - [2025-10-27 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.249 - - [2025-10-27 04:25:15] "GET /network-policy/f9b52fd2-7ad6-48ed-9631-3963575f25a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003921 10.0.0.249 - - [2025-10-27 04:25:15] "POST /ref-update HTTP/1.1" 200 156 0.063567 10.0.0.33 - - [2025-10-27 04:25:15] "DELETE /access-control-list/1caeb3a9-667d-4cd7-baf0-cf44fba1ffa6 HTTP/1.1" 200 115 0.058224 10.0.0.249 - - [2025-10-27 04:25:15] "POST /neutron/network HTTP/1.1" 200 809 0.009021 10.0.0.249 - - [2025-10-27 04:25:15] "GET /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.004646 10.0.0.129 - - [2025-10-27 04:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.129 - - [2025-10-27 04:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002605 10.0.0.249 - - [2025-10-27 04:25:15] "DELETE /virtual-network/34afdedd-2439-470b-b8f8-96d6af5ec76e HTTP/1.1" 200 115 0.100731 10.0.0.249 - - [2025-10-27 04:25:15] "DELETE /network-policy/b2028dd2-8872-457e-841c-c2fa45f787f8 HTTP/1.1" 200 115 0.044473 10.0.0.249 - - [2025-10-27 04:25:15] "DELETE /network-policy/f9b52fd2-7ad6-48ed-9631-3963575f25a9 HTTP/1.1" 200 115 0.040761 10.0.0.129 - - [2025-10-27 04:25:45] "GET /obj-perms HTTP/1.1" 200 5075 0.075931 10.0.0.129 - - [2025-10-27 04:25:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.249 - - [2025-10-27 04:25:54] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.123848 10.0.0.129 - - [2025-10-27 04:25:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.249 - - [2025-10-27 04:25:54] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?fields=virtual_networks HTTP/1.1" 200 1037 0.045319 10.0.0.129 - - [2025-10-27 04:25:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.249 - - [2025-10-27 04:25:54] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.044068 10.0.0.129 - - [2025-10-27 04:25:54] "GET /projects?obj_uuids=b435f8ca-b750-435c-8b3d-e2efce1649b7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.249 - - [2025-10-27 04:25:54] "GET /project/b435f8ca-b750-435c-8b3d-e2efce1649b7?fields=security_groups HTTP/1.1" 200 1265 0.054178 10.0.0.249 - - [2025-10-27 04:25:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.030005 10.0.0.129 - - [2025-10-27 04:25:55] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.129 - - [2025-10-27 04:25:55] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.129 - - [2025-10-27 04:25:55] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007260 10.0.0.129 - - [2025-10-27 04:25:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.002895 10.0.0.129 - - [2025-10-27 04:25:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.005635 10.0.0.129 - - [2025-10-27 04:25:55] "POST /security-groups HTTP/1.1" 200 591 0.074043 10.0.0.33 - - [2025-10-27 04:25:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.004169 10.0.0.129 - - [2025-10-27 04:25:55] "POST /projects HTTP/1.1" 200 585 0.279038 10.0.0.129 - - [2025-10-27 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.348467 10.0.0.33 - - [2025-10-27 04:25:55] "POST /access-control-lists HTTP/1.1" 200 596 0.047568 10.0.0.249 - - [2025-10-27 04:25:55] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.486198 10.0.0.249 - - [2025-10-27 04:25:56] "GET / HTTP/1.1" 200 36215 0.002600 10.0.0.249 - - [2025-10-27 04:25:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000602 10.0.0.33 - - [2025-10-27 04:25:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.129 - - [2025-10-27 04:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-10-27 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.146583 10.0.0.129 - - [2025-10-27 04:25:59] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.249 - - [2025-10-27 04:25:59] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041489 10.0.0.33 - - [2025-10-27 04:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.129 - - [2025-10-27 04:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.33 - - [2025-10-27 04:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.33 - - [2025-10-27 04:25:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.129 - - [2025-10-27 04:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006552 10.0.0.249 - - [2025-10-27 04:25:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.342847 10.0.0.249 - - [2025-10-27 04:25:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001303 10.0.0.249 - - [2025-10-27 04:25:59] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005805 10.0.0.249 - - [2025-10-27 04:25:59] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006829 10.0.0.249 - - [2025-10-27 04:25:59] "POST /neutron/network HTTP/1.1" 200 825 0.008312 10.0.0.249 - - [2025-10-27 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.129 - - [2025-10-27 04:25:59] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.249 - - [2025-10-27 04:25:59] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051689 10.0.0.249 - - [2025-10-27 04:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000782 10.0.0.249 - - [2025-10-27 04:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.129 - - [2025-10-27 04:26:00] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.249 - - [2025-10-27 04:26:00] "POST /neutron/network HTTP/1.1" 200 605 0.125037 10.0.0.33 - - [2025-10-27 04:26:00] "POST /route-targets HTTP/1.1" 200 328 0.015944 10.0.0.129 - - [2025-10-27 04:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2025-10-27 04:26:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.003588 10.0.0.129 - - [2025-10-27 04:26:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000311 10.0.0.249 - - [2025-10-27 04:26:00] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006740 10.0.0.249 - - [2025-10-27 04:26:00] "POST /neutron/network HTTP/1.1" 200 825 0.009044 10.0.0.249 - - [2025-10-27 04:26:00] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006246 10.0.0.249 - - [2025-10-27 04:26:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001525 10.0.0.249 - - [2025-10-27 04:26:00] "POST /neutron/network HTTP/1.1" 200 835 0.008247 10.0.0.249 - - [2025-10-27 04:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2025-10-27 04:26:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.129 - - [2025-10-27 04:26:01] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001540 10.0.0.249 - - [2025-10-27 04:26:01] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067148 10.0.0.249 - - [2025-10-27 04:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.006258 10.0.0.249 - - [2025-10-27 04:26:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001222 10.0.0.249 - - [2025-10-27 04:26:02] "POST /neutron/network HTTP/1.1" 200 835 0.007877 10.0.0.129 - - [2025-10-27 04:26:02] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.249 - - [2025-10-27 04:26:02] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067765 10.0.0.249 - - [2025-10-27 04:26:02] "POST /neutron/port HTTP/1.1" 200 1061 0.020002 10.0.0.249 - - [2025-10-27 04:26:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017880 10.0.0.249 - - [2025-10-27 04:26:03] "POST /neutron/port HTTP/1.1" 200 1089 0.015357 10.0.0.249 - - [2025-10-27 04:26:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008374 10.0.0.249 - - [2025-10-27 04:26:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007494 10.0.0.249 - - [2025-10-27 04:26:03] "POST /neutron/port HTTP/1.1" 200 1061 0.017610 10.0.0.249 - - [2025-10-27 04:26:04] "POST /neutron/port HTTP/1.1" 200 1089 0.018648 10.0.0.249 - - [2025-10-27 04:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.249 - - [2025-10-27 04:26:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007660 10.0.0.249 - - [2025-10-27 04:26:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016171 10.0.0.249 - - [2025-10-27 04:26:08] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2025-10-27 04:26:09] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 200 1294 0.035229 10.0.0.249 - - [2025-10-27 04:26:09] "GET /virtual-machine-interface/4754d8fc-a136-44ec-bfee-2dc733e81caa HTTP/1.1" 200 2948 0.006119 10.0.0.249 - - [2025-10-27 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.249 - - [2025-10-27 04:26:09] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003719 10.0.0.249 - - [2025-10-27 04:26:09] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003361 10.0.0.249 - - [2025-10-27 04:26:09] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005799 10.0.0.249 - - [2025-10-27 04:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.249 - - [2025-10-27 04:26:12] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005421 10.0.0.249 - - [2025-10-27 04:26:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007273 10.0.0.249 - - [2025-10-27 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.249 - - [2025-10-27 04:26:14] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003235 10.0.0.249 - - [2025-10-27 04:26:14] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003527 10.0.0.249 - - [2025-10-27 04:26:14] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005506 10.0.0.249 - - [2025-10-27 04:26:14] "POST /neutron/port HTTP/1.1" 200 1089 0.034836 10.0.0.249 - - [2025-10-27 04:26:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014998 10.0.0.33 - - [2025-10-27 04:26:14] "DELETE /access-control-list/bc915131-3702-4081-976e-dc77851d564c HTTP/1.1" 200 115 0.052262 10.0.0.249 - - [2025-10-27 04:26:15] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 200 1294 0.011463 10.0.0.249 - - [2025-10-27 04:26:15] "GET /virtual-machine-interface/8d2f98c3-a6f2-45b0-a506-33e7dff3cce6 HTTP/1.1" 200 2949 0.009768 10.0.0.249 - - [2025-10-27 04:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.249 - - [2025-10-27 04:26:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011860 10.0.0.249 - - [2025-10-27 04:26:15] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004861 10.0.0.249 - - [2025-10-27 04:26:15] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005474 10.0.0.249 - - [2025-10-27 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.249 - - [2025-10-27 04:26:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004357 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002946 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006622 10.0.0.249 - - [2025-10-27 04:26:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016062 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 200 1294 0.004648 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine-interface/4754d8fc-a136-44ec-bfee-2dc733e81caa HTTP/1.1" 200 2948 0.006272 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 200 1294 0.004102 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine-interface/4754d8fc-a136-44ec-bfee-2dc733e81caa HTTP/1.1" 200 2948 0.005660 10.0.0.249 - - [2025-10-27 04:26:16] "GET /instance-ip/cba4d5f3-b9ac-47da-aff8-60ea542c413d HTTP/1.1" 200 1625 0.007164 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 200 1294 0.004760 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-machine-interface/4754d8fc-a136-44ec-bfee-2dc733e81caa HTTP/1.1" 200 2948 0.005761 10.0.0.249 - - [2025-10-27 04:26:16] "GET /instance-ip/cba4d5f3-b9ac-47da-aff8-60ea542c413d HTTP/1.1" 200 1625 0.004362 10.0.0.249 - - [2025-10-27 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-10-27 04:26:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003452 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003124 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005992 10.0.0.249 - - [2025-10-27 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2025-10-27 04:26:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004028 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002913 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005613 10.0.0.249 - - [2025-10-27 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.249 - - [2025-10-27 04:26:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004139 10.0.0.249 - - [2025-10-27 04:26:16] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002865 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007114 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.249 - - [2025-10-27 04:26:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005918 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004320 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007674 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.249 - - [2025-10-27 04:26:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004539 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003377 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007111 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005896 10.0.0.249 - - [2025-10-27 04:26:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003955 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006962 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.249 - - [2025-10-27 04:26:17] "GET /routing-instance/bd559da7-d4d6-4904-88bb-577e0de1d601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.007005 10.0.0.249 - - [2025-10-27 04:26:17] "GET /route-target/80559c6f-9357-4b42-ab2d-82bcca10161d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006768 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.249 - - [2025-10-27 04:26:17] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006612 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003798 10.0.0.249 - - [2025-10-27 04:26:17] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005884 10.0.0.249 - - [2025-10-27 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2025-10-27 04:26:17] "GET /routing-instance/bd559da7-d4d6-4904-88bb-577e0de1d601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004185 10.0.0.249 - - [2025-10-27 04:26:17] "GET /route-target/80559c6f-9357-4b42-ab2d-82bcca10161d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004101 10.0.0.249 - - [2025-10-27 04:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-10-27 04:26:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004717 10.0.0.249 - - [2025-10-27 04:26:18] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003093 10.0.0.249 - - [2025-10-27 04:26:18] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005978 10.0.0.249 - - [2025-10-27 04:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-10-27 04:26:18] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003949 10.0.0.249 - - [2025-10-27 04:26:18] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003416 10.0.0.249 - - [2025-10-27 04:26:18] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006089 10.0.0.129 - - [2025-10-27 04:26:22] "GET /obj-perms HTTP/1.1" 200 5049 0.061495 10.0.0.129 - - [2025-10-27 04:26:28] "GET /obj-perms HTTP/1.1" 200 5049 0.003964 10.0.0.129 - - [2025-10-27 04:26:33] "GET /obj-perms HTTP/1.1" 200 5049 0.003959 10.0.0.249 - - [2025-10-27 04:26:33] "GET /obj-perms HTTP/1.1" 200 5049 0.052801 10.0.0.33 - - [2025-10-27 04:26:33] "GET /obj-perms HTTP/1.1" 200 5049 0.051790 10.0.0.249 - - [2025-10-27 04:26:33] "GET /obj-perms HTTP/1.1" 200 5049 0.005390 10.0.0.249 - - [2025-10-27 04:26:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009487 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 200 1294 0.004486 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine-interface/8d2f98c3-a6f2-45b0-a506-33e7dff3cce6 HTTP/1.1" 200 2949 0.005878 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 200 1294 0.004064 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine-interface/8d2f98c3-a6f2-45b0-a506-33e7dff3cce6 HTTP/1.1" 200 2949 0.006105 10.0.0.249 - - [2025-10-27 04:26:34] "GET /instance-ip/ed5d3eda-b44d-4f31-9f45-5c701b4c8c54 HTTP/1.1" 200 1625 0.006774 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 200 1294 0.004266 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-machine-interface/8d2f98c3-a6f2-45b0-a506-33e7dff3cce6 HTTP/1.1" 200 2949 0.006020 10.0.0.249 - - [2025-10-27 04:26:34] "GET /instance-ip/ed5d3eda-b44d-4f31-9f45-5c701b4c8c54 HTTP/1.1" 200 1625 0.006288 10.0.0.249 - - [2025-10-27 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.249 - - [2025-10-27 04:26:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004155 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003964 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006059 10.0.0.249 - - [2025-10-27 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-10-27 04:26:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004695 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003335 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006141 10.0.0.249 - - [2025-10-27 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2025-10-27 04:26:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004537 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002958 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005552 10.0.0.249 - - [2025-10-27 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.249 - - [2025-10-27 04:26:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004735 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004856 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006472 10.0.0.249 - - [2025-10-27 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-10-27 04:26:34] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004270 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003492 10.0.0.249 - - [2025-10-27 04:26:34] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005555 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2025-10-27 04:26:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007837 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002754 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008766 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.249 - - [2025-10-27 04:26:35] "GET /routing-instance/b4e71546-522a-49d8-9273-512b8851a621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006600 10.0.0.249 - - [2025-10-27 04:26:35] "GET /route-target/9196ad57-c871-4b4c-be73-13368bba21d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005208 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.249 - - [2025-10-27 04:26:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003721 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003303 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005962 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-10-27 04:26:35] "GET /routing-instance/b4e71546-522a-49d8-9273-512b8851a621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005093 10.0.0.249 - - [2025-10-27 04:26:35] "GET /route-target/9196ad57-c871-4b4c-be73-13368bba21d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005661 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2025-10-27 04:26:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004810 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002989 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005523 10.0.0.249 - - [2025-10-27 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.249 - - [2025-10-27 04:26:35] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004381 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002724 10.0.0.249 - - [2025-10-27 04:26:35] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006277 10.0.0.129 - - [2025-10-27 04:26:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003784 10.0.0.249 - - [2025-10-27 04:26:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003895 10.0.0.249 - - [2025-10-27 04:26:36] "GET /obj-perms HTTP/1.1" 200 5049 0.004276 10.0.0.129 - - [2025-10-27 04:26:36] "GET /obj-perms HTTP/1.1" 200 5049 0.004075 10.0.0.33 - - [2025-10-27 04:26:36] "GET /obj-perms HTTP/1.1" 200 5049 0.006456 10.0.0.249 - - [2025-10-27 04:26:45] "GET /obj-perms HTTP/1.1" 200 5075 0.062138 10.0.0.129 - - [2025-10-27 04:26:46] "DELETE /project/08d95a6e0e11493e835ae066706d1181 HTTP/1.1" 404 173 0.032505 10.0.0.129 - - [2025-10-27 04:26:46] "DELETE /project/b435f8ca-b750-435c-8b3d-e2efce1649b7 HTTP/1.1" 404 177 0.058664 10.0.0.249 - - [2025-10-27 04:26:57] "POST /neutron/network HTTP/1.1" 200 835 0.029557 10.0.0.249 - - [2025-10-27 04:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.249 - - [2025-10-27 04:27:04] "POST /neutron/port HTTP/1.1" 200 1089 0.040046 10.0.0.249 - - [2025-10-27 04:27:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.014142 10.0.0.249 - - [2025-10-27 04:27:04] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 200 1294 0.003988 10.0.0.249 - - [2025-10-27 04:27:05] "POST /neutron/port HTTP/1.1" 200 1089 0.019778 10.0.0.249 - - [2025-10-27 04:27:06] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 404 171 0.003052 10.0.0.249 - - [2025-10-27 04:27:06] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 404 171 0.002693 10.0.0.249 - - [2025-10-27 04:27:06] "GET /virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794 HTTP/1.1" 404 171 0.002387 10.0.0.249 - - [2025-10-27 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006681 10.0.0.249 - - [2025-10-27 04:27:06] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004040 10.0.0.249 - - [2025-10-27 04:27:06] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002964 10.0.0.249 - - [2025-10-27 04:27:06] "GET /virtual-network/7dea9616-7d2e-47c9-aa5d-b1c215ac8597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009155 10.0.0.249 - - [2025-10-27 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.249 - - [2025-10-27 04:27:06] "GET /routing-instance/b4e71546-522a-49d8-9273-512b8851a621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006065 10.0.0.249 - - [2025-10-27 04:27:07] "GET /route-target/9196ad57-c871-4b4c-be73-13368bba21d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004627 10.0.0.129 - - [2025-10-27 04:27:07] "GET /obj-perms HTTP/1.1" 200 5049 0.004481 10.0.0.249 - - [2025-10-27 04:27:13] "GET /obj-perms HTTP/1.1" 200 5049 0.003697 10.0.0.129 - - [2025-10-27 04:27:13] "GET /obj-perms HTTP/1.1" 200 5049 0.003611 10.0.0.249 - - [2025-10-27 04:27:13] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 200 1294 0.004854 10.0.0.249 - - [2025-10-27 04:27:13] "POST /neutron/port HTTP/1.1" 200 1089 0.018050 10.0.0.249 - - [2025-10-27 04:27:15] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 404 171 0.003397 10.0.0.249 - - [2025-10-27 04:27:15] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 404 171 0.002970 10.0.0.249 - - [2025-10-27 04:27:15] "GET /virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7 HTTP/1.1" 404 171 0.002617 10.0.0.249 - - [2025-10-27 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.249 - - [2025-10-27 04:27:15] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003794 10.0.0.249 - - [2025-10-27 04:27:15] "GET /virtual-networks?parent_id=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002655 10.0.0.249 - - [2025-10-27 04:27:15] "GET /virtual-network/4367d145-a5d2-433f-a310-1b824f7e8e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009445 10.0.0.249 - - [2025-10-27 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2025-10-27 04:27:15] "GET /routing-instance/bd559da7-d4d6-4904-88bb-577e0de1d601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.007369 10.0.0.249 - - [2025-10-27 04:27:15] "GET /route-target/80559c6f-9357-4b42-ab2d-82bcca10161d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004085 10.0.0.249 - - [2025-10-27 04:27:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004321 10.0.0.33 - - [2025-10-27 04:27:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004059 10.0.0.249 - - [2025-10-27 04:27:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004501 10.0.0.33 - - [2025-10-27 04:27:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004314 10.0.0.249 - - [2025-10-27 04:27:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004397 10.0.0.33 - - [2025-10-27 04:27:34] "GET /obj-perms HTTP/1.1" 200 5049 0.003983 10.0.0.249 - - [2025-10-27 04:27:34] "POST /neutron/network HTTP/1.1" 200 825 0.006935 10.0.0.33 - - [2025-10-27 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.129 - - [2025-10-27 04:27:35] "POST /useragent-kv HTTP/1.1" 200 115 0.074359 10.0.0.129 - - [2025-10-27 04:27:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005837 10.0.0.249 - - [2025-10-27 04:27:35] "POST /neutron/network HTTP/1.1" 200 151 0.231744 10.0.0.129 - - [2025-10-27 04:27:36] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.249 - - [2025-10-27 04:27:36] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053660 10.0.0.129 - - [2025-10-27 04:27:36] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.249 - - [2025-10-27 04:27:36] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?fields=virtual_networks HTTP/1.1" 200 1032 0.054541 10.0.0.129 - - [2025-10-27 04:27:36] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.249 - - [2025-10-27 04:27:36] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.058233 10.0.0.129 - - [2025-10-27 04:27:36] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.249 - - [2025-10-27 04:27:36] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?fields=security_groups HTTP/1.1" 200 1259 0.053304 10.0.0.249 - - [2025-10-27 04:27:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.033515 10.0.0.129 - - [2025-10-27 04:27:37] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005498 10.0.0.129 - - [2025-10-27 04:27:37] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.129 - - [2025-10-27 04:27:37] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006704 10.0.0.129 - - [2025-10-27 04:27:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.001478 10.0.0.129 - - [2025-10-27 04:27:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.019606 10.0.0.129 - - [2025-10-27 04:27:38] "POST /security-groups HTTP/1.1" 200 599 0.037637 10.0.0.129 - - [2025-10-27 04:27:38] "POST /projects HTTP/1.1" 200 601 0.262738 10.0.0.33 - - [2025-10-27 04:27:38] "POST /access-control-lists HTTP/1.1" 200 606 0.028156 10.0.0.129 - - [2025-10-27 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.341722 10.0.0.249 - - [2025-10-27 04:27:38] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.524852 10.0.0.249 - - [2025-10-27 04:27:39] "GET / HTTP/1.1" 200 36215 0.001899 10.0.0.249 - - [2025-10-27 04:27:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000710 10.0.0.249 - - [2025-10-27 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.078204 10.0.0.129 - - [2025-10-27 04:27:43] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.249 - - [2025-10-27 04:27:43] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039893 10.0.0.33 - - [2025-10-27 04:27:43] "POST /route-targets HTTP/1.1" 200 328 0.015797 10.0.0.129 - - [2025-10-27 04:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006137 10.0.0.249 - - [2025-10-27 04:27:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.286170 10.0.0.33 - - [2025-10-27 04:27:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.046033 10.0.0.249 - - [2025-10-27 04:27:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001352 10.0.0.249 - - [2025-10-27 04:27:44] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008830 10.0.0.249 - - [2025-10-27 04:27:44] "POST /neutron/network HTTP/1.1" 200 1005 0.010101 10.0.0.249 - - [2025-10-27 04:27:44] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005310 10.0.0.249 - - [2025-10-27 04:27:44] "POST /neutron/subnet HTTP/1.1" 200 823 0.009497 10.0.0.249 - - [2025-10-27 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.129 - - [2025-10-27 04:27:44] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.249 - - [2025-10-27 04:27:44] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043465 10.0.0.33 - - [2025-10-27 04:27:44] "POST /ref-update HTTP/1.1" 200 156 0.035052 10.0.0.129 - - [2025-10-27 04:27:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008670 10.0.0.249 - - [2025-10-27 04:27:44] "POST /neutron/subnet HTTP/1.1" 200 705 0.163272 10.0.0.249 - - [2025-10-27 04:27:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001342 10.0.0.249 - - [2025-10-27 04:27:45] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007674 10.0.0.249 - - [2025-10-27 04:27:45] "POST /neutron/network HTTP/1.1" 200 1002 0.010333 10.0.0.249 - - [2025-10-27 04:27:45] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005124 10.0.0.249 - - [2025-10-27 04:27:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.009320 10.0.0.249 - - [2025-10-27 04:27:45] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008049 10.0.0.249 - - [2025-10-27 04:27:46] "GET /obj-perms HTTP/1.1" 200 5065 0.098329 10.0.0.129 - - [2025-10-27 04:27:47] "DELETE /project/79aa2d8a5ea24449811f8c119ae54ddc HTTP/1.1" 404 173 0.008100 10.0.0.129 - - [2025-10-27 04:27:47] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.129 - - [2025-10-27 04:27:47] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.042414 10.0.0.129 - - [2025-10-27 04:27:47] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.129 - - [2025-10-27 04:27:47] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?fields=security_groups HTTP/1.1" 200 1361 0.047504 10.0.0.129 - - [2025-10-27 04:27:47] "DELETE /security-group/cde53e2d-637f-47cb-8537-cfa8cbf96f37 HTTP/1.1" 200 115 0.055748 10.0.0.129 - - [2025-10-27 04:27:47] "GET /projects?obj_uuids=08d95a6e-0e11-493e-835a-e066706d1181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.129 - - [2025-10-27 04:27:47] "GET /project/08d95a6e-0e11-493e-835a-e066706d1181?fields=application_policy_sets HTTP/1.1" 200 1400 0.047263 10.0.0.129 - - [2025-10-27 04:27:47] "DELETE /project/08d95a6e-0e11-493e-835a-e066706d1181 HTTP/1.1" 200 115 0.413945 10.0.0.129 - - [2025-10-27 04:27:47] "GET /obj-perms HTTP/1.1" 200 5065 0.052768 10.0.0.249 - - [2025-10-27 04:27:48] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007444 10.0.0.33 - - [2025-10-27 04:27:48] "GET /obj-perms HTTP/1.1" 200 5065 0.053892 10.0.0.249 - - [2025-10-27 04:27:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.010748 10.0.0.249 - - [2025-10-27 04:27:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001306 10.0.0.129 - - [2025-10-27 04:27:49] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2025-10-27 04:27:49] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.074989 10.0.0.249 - - [2025-10-27 04:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.006557 10.0.0.249 - - [2025-10-27 04:27:50] "POST /neutron/network HTTP/1.1" 200 1015 0.008979 10.0.0.249 - - [2025-10-27 04:27:50] "POST /neutron/port HTTP/1.1" 200 1174 0.017382 10.0.0.249 - - [2025-10-27 04:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.249 - - [2025-10-27 04:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.249 - - [2025-10-27 04:27:55] "POST /neutron/port HTTP/1.1" 200 1202 0.021355 10.0.0.249 - - [2025-10-27 04:27:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007186 10.0.0.249 - - [2025-10-27 04:27:55] "GET /virtual-machine/014a6f0d-e420-44e2-b59e-8461eb1b8b0d HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2025-10-27 04:27:55] "GET /virtual-machine/014a6f0d-e420-44e2-b59e-8461eb1b8b0d HTTP/1.1" 200 1300 0.032002 10.0.0.249 - - [2025-10-27 04:27:55] "GET /virtual-machine-interface/52d6159a-9970-4102-8559-a613b24031cb HTTP/1.1" 200 3182 0.009108 10.0.0.249 - - [2025-10-27 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.249 - - [2025-10-27 04:27:55] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003804 10.0.0.249 - - [2025-10-27 04:27:55] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002907 10.0.0.249 - - [2025-10-27 04:27:55] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006723 10.0.0.249 - - [2025-10-27 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.249 - - [2025-10-27 04:27:59] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006193 10.0.0.249 - - [2025-10-27 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2025-10-27 04:28:03] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005059 10.0.0.249 - - [2025-10-27 04:28:05] "POST /neutron/port HTTP/1.1" 200 1202 0.015698 10.0.0.249 - - [2025-10-27 04:28:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.249 - - [2025-10-27 04:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001745 10.0.0.249 - - [2025-10-27 04:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.249 - - [2025-10-27 04:28:07] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004881 10.0.0.249 - - [2025-10-27 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.249 - - [2025-10-27 04:28:11] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005538 10.0.0.249 - - [2025-10-27 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.249 - - [2025-10-27 04:28:15] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005239 10.0.0.249 - - [2025-10-27 04:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.249 - - [2025-10-27 04:28:19] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005223 10.0.0.249 - - [2025-10-27 04:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.249 - - [2025-10-27 04:28:23] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005137 10.0.0.249 - - [2025-10-27 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.249 - - [2025-10-27 04:28:27] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005644 10.0.0.249 - - [2025-10-27 04:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.249 - - [2025-10-27 04:28:31] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003164 10.0.0.249 - - [2025-10-27 04:28:31] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003293 10.0.0.249 - - [2025-10-27 04:28:31] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006142 10.0.0.249 - - [2025-10-27 04:28:31] "POST /neutron/port HTTP/1.1" 200 1202 0.015023 10.0.0.249 - - [2025-10-27 04:28:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008278 10.0.0.249 - - [2025-10-27 04:28:42] "POST /neutron/port HTTP/1.1" 200 1202 0.058395 10.0.0.249 - - [2025-10-27 04:28:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008527 10.0.0.249 - - [2025-10-27 04:28:52] "POST /neutron/port HTTP/1.1" 200 1202 0.015825 10.0.0.249 - - [2025-10-27 04:28:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007429 10.0.0.249 - - [2025-10-27 04:28:53] "POST /neutron/network HTTP/1.1" 200 979 0.013273 10.0.0.249 - - [2025-10-27 04:28:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001194 10.0.0.249 - - [2025-10-27 04:28:53] "GET /virtual-machine/014a6f0d-e420-44e2-b59e-8461eb1b8b0d HTTP/1.1" 200 1300 0.004662 10.0.0.249 - - [2025-10-27 04:28:53] "GET /virtual-machine-interface/52d6159a-9970-4102-8559-a613b24031cb HTTP/1.1" 200 3182 0.005206 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/0ca8fcee-91dd-47c0-9fba-ea3af21a6058 HTTP/1.1" 200 1657 0.005768 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/77ea01d6-d53f-4353-b28e-ca31162150fc HTTP/1.1" 200 1639 0.005100 10.0.0.249 - - [2025-10-27 04:28:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.002745 10.0.0.249 - - [2025-10-27 04:28:53] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005321 10.0.0.129 - - [2025-10-27 04:28:53] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001892 10.0.0.249 - - [2025-10-27 04:28:53] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045092 10.0.0.249 - - [2025-10-27 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.249 - - [2025-10-27 04:28:53] "GET /security-group/463ff214-e0fb-43fa-810b-1a890d30b97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004948 10.0.0.249 - - [2025-10-27 04:28:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.071398 10.0.0.249 - - [2025-10-27 04:28:53] "POST /instance-ips HTTP/1.1" 200 358 0.035941 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/d5b34b69-9734-477a-9c70-b4409baa6f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.006362 10.0.0.249 - - [2025-10-27 04:28:53] "POST /instance-ips HTTP/1.1" 200 358 0.038220 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/3ef4bd06-b050-41ab-b304-385533613295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005695 10.0.0.249 - - [2025-10-27 04:28:53] "GET /virtual-machine-interface/0e61d2fb-e56c-47c3-978a-0429afcba532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005484 10.0.0.249 - - [2025-10-27 04:28:53] "GET /virtual-machine-interface/0e61d2fb-e56c-47c3-978a-0429afcba532?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.006181 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/3ef4bd06-b050-41ab-b304-385533613295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005202 10.0.0.249 - - [2025-10-27 04:28:53] "GET /instance-ip/d5b34b69-9734-477a-9c70-b4409baa6f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.003553 10.0.0.249 - - [2025-10-27 04:28:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001445 10.0.0.249 - - [2025-10-27 04:28:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007213 10.0.0.249 - - [2025-10-27 04:28:54] "POST /neutron/network HTTP/1.1" 200 1005 0.036141 10.0.0.249 - - [2025-10-27 04:28:54] "POST /neutron/port HTTP/1.1" 200 1202 0.021775 10.0.0.249 - - [2025-10-27 04:28:54] "POST /neutron/port HTTP/1.1" 200 117 0.009835 10.0.0.249 - - [2025-10-27 04:28:54] "POST /neutron/port HTTP/1.1" 200 1080 0.012793 10.0.0.249 - - [2025-10-27 04:28:55] "POST /neutron/port HTTP/1.1" 200 1147 0.015769 10.0.0.249 - - [2025-10-27 04:28:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014440 10.0.0.249 - - [2025-10-27 04:28:55] "POST /neutron/network HTTP/1.1" 200 1005 0.009655 10.0.0.249 - - [2025-10-27 04:28:59] "POST /neutron/port HTTP/1.1" 200 1147 0.021916 10.0.0.249 - - [2025-10-27 04:28:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007211 10.0.0.249 - - [2025-10-27 04:28:59] "GET /virtual-machine/703854d5-ed01-4313-b2ac-114a767dcd1d HTTP/1.1" 200 1280 0.006306 10.0.0.249 - - [2025-10-27 04:28:59] "GET /virtual-machine-interface/0e61d2fb-e56c-47c3-978a-0429afcba532 HTTP/1.1" 200 3233 0.006173 10.0.0.249 - - [2025-10-27 04:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.249 - - [2025-10-27 04:28:59] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003565 10.0.0.249 - - [2025-10-27 04:28:59] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002601 10.0.0.249 - - [2025-10-27 04:28:59] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005580 10.0.0.249 - - [2025-10-27 04:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.249 - - [2025-10-27 04:29:03] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005828 10.0.0.249 - - [2025-10-27 04:29:05] "POST /neutron/network HTTP/1.1" 200 1015 0.008974 10.0.0.249 - - [2025-10-27 04:29:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013173 10.0.0.249 - - [2025-10-27 04:29:05] "POST /neutron/network HTTP/1.1" 200 1005 0.009457 10.0.0.249 - - [2025-10-27 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.249 - - [2025-10-27 04:29:07] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006621 10.0.0.249 - - [2025-10-27 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.249 - - [2025-10-27 04:29:11] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005664 10.0.0.249 - - [2025-10-27 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.249 - - [2025-10-27 04:29:15] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005724 10.0.0.249 - - [2025-10-27 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.249 - - [2025-10-27 04:29:19] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006396 10.0.0.249 - - [2025-10-27 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-10-27 04:29:23] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005708 10.0.0.249 - - [2025-10-27 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.249 - - [2025-10-27 04:29:27] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009908 10.0.0.249 - - [2025-10-27 04:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.249 - - [2025-10-27 04:29:31] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005185 10.0.0.249 - - [2025-10-27 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-10-27 04:29:35] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005570 10.0.0.249 - - [2025-10-27 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.249 - - [2025-10-27 04:29:39] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005709 10.0.0.249 - - [2025-10-27 04:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.249 - - [2025-10-27 04:29:43] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003879 10.0.0.249 - - [2025-10-27 04:29:43] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002856 10.0.0.249 - - [2025-10-27 04:29:44] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006396 10.0.0.249 - - [2025-10-27 04:29:48] "GET /obj-perms HTTP/1.1" 200 5075 0.059170 10.0.0.249 - - [2025-10-27 04:29:49] "POST /neutron/port HTTP/1.1" 200 1147 0.016271 10.0.0.249 - - [2025-10-27 04:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007505 10.0.0.249 - - [2025-10-27 04:29:59] "POST /neutron/port HTTP/1.1" 200 1147 0.019970 10.0.0.249 - - [2025-10-27 04:30:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007959 10.0.0.249 - - [2025-10-27 04:30:06] "POST /neutron/network HTTP/1.1" 200 1015 0.006768 10.0.0.249 - - [2025-10-27 04:30:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013350 10.0.0.249 - - [2025-10-27 04:30:06] "POST /neutron/network HTTP/1.1" 200 1005 0.008873 10.0.0.249 - - [2025-10-27 04:30:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001304 10.0.0.249 - - [2025-10-27 04:30:10] "POST /neutron/network HTTP/1.1" 200 1012 0.007594 10.0.0.129 - - [2025-10-27 04:30:11] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.249 - - [2025-10-27 04:30:11] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.080738 10.0.0.249 - - [2025-10-27 04:30:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010481 10.0.0.249 - - [2025-10-27 04:30:11] "POST /neutron/network HTTP/1.1" 200 1012 0.008938 10.0.0.249 - - [2025-10-27 04:30:12] "POST /neutron/port HTTP/1.1" 200 1171 0.023762 10.0.0.249 - - [2025-10-27 04:30:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.249 - - [2025-10-27 04:30:12] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.249 - - [2025-10-27 04:30:16] "POST /neutron/port HTTP/1.1" 200 1199 0.021049 10.0.0.249 - - [2025-10-27 04:30:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007171 10.0.0.249 - - [2025-10-27 04:30:16] "GET /virtual-machine/5d2124f8-1df5-41ef-8e4d-ca8dd1052eed HTTP/1.1" 200 1302 0.007791 10.0.0.249 - - [2025-10-27 04:30:16] "GET /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f HTTP/1.1" 200 3183 0.006253 10.0.0.249 - - [2025-10-27 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.249 - - [2025-10-27 04:30:16] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004103 10.0.0.249 - - [2025-10-27 04:30:16] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003209 10.0.0.249 - - [2025-10-27 04:30:16] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005976 10.0.0.249 - - [2025-10-27 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.249 - - [2025-10-27 04:30:19] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006059 10.0.0.249 - - [2025-10-27 04:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.249 - - [2025-10-27 04:30:24] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007359 10.0.0.249 - - [2025-10-27 04:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.249 - - [2025-10-27 04:30:28] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006001 10.0.0.249 - - [2025-10-27 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.249 - - [2025-10-27 04:30:32] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006943 10.0.0.249 - - [2025-10-27 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2025-10-27 04:30:36] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005450 10.0.0.249 - - [2025-10-27 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-10-27 04:30:40] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005665 10.0.0.249 - - [2025-10-27 04:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.249 - - [2025-10-27 04:30:44] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005145 10.0.0.249 - - [2025-10-27 04:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.249 - - [2025-10-27 04:30:48] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005752 10.0.0.129 - - [2025-10-27 04:30:49] "GET /obj-perms HTTP/1.1" 200 5075 0.049860 10.0.0.249 - - [2025-10-27 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.249 - - [2025-10-27 04:30:52] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005574 10.0.0.249 - - [2025-10-27 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.249 - - [2025-10-27 04:30:54] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003981 10.0.0.249 - - [2025-10-27 04:30:54] "GET /virtual-networks?parent_id=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003076 10.0.0.249 - - [2025-10-27 04:30:54] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007275 10.0.0.249 - - [2025-10-27 04:30:54] "POST /neutron/port HTTP/1.1" 200 1199 0.016114 10.0.0.33 - - [2025-10-27 04:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.33 - - [2025-10-27 04:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.129 - - [2025-10-27 04:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.129 - - [2025-10-27 04:30:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.33 - - [2025-10-27 04:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.33 - - [2025-10-27 04:30:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-10-27 04:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-10-27 04:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2025-10-27 04:31:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010441 10.0.0.129 - - [2025-10-27 04:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.129 - - [2025-10-27 04:31:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-10-27 04:31:00] "POST /neutron/network HTTP/1.1" 200 1012 0.007999 10.0.0.249 - - [2025-10-27 04:31:00] "POST /neutron/subnet HTTP/1.1" 200 1365 0.012928 10.0.0.249 - - [2025-10-27 04:31:00] "POST /neutron/network HTTP/1.1" 200 1002 0.011354 10.0.0.249 - - [2025-10-27 04:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2025-10-27 04:31:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-10-27 04:31:06] "POST /neutron/port HTTP/1.1" 200 1199 0.016948 10.0.0.249 - - [2025-10-27 04:31:08] "POST /neutron/port HTTP/1.1" 200 1202 0.017230 10.0.0.249 - - [2025-10-27 04:31:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006132 10.0.0.249 - - [2025-10-27 04:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.249 - - [2025-10-27 04:31:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007836 10.0.0.249 - - [2025-10-27 04:31:20] "POST /neutron/port HTTP/1.1" 200 1199 0.018868 10.0.0.249 - - [2025-10-27 04:31:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017366 10.0.0.249 - - [2025-10-27 04:31:21] "POST /neutron/port HTTP/1.1" 200 1199 0.018691 10.0.0.249 - - [2025-10-27 04:31:21] "POST /neutron/network HTTP/1.1" 200 1002 0.012761 10.0.0.249 - - [2025-10-27 04:31:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.249 - - [2025-10-27 04:31:21] "GET /virtual-machine/5d2124f8-1df5-41ef-8e4d-ca8dd1052eed HTTP/1.1" 200 1302 0.003872 10.0.0.249 - - [2025-10-27 04:31:21] "GET /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f HTTP/1.1" 200 3183 0.006954 10.0.0.249 - - [2025-10-27 04:31:21] "GET /instance-ip/3a4a560e-4eea-496b-aa0a-3ea6e5a97ca7 HTTP/1.1" 200 1659 0.008529 10.0.0.249 - - [2025-10-27 04:31:21] "GET /instance-ip/a82ad679-c8d1-4517-82d5-089f1e876cca HTTP/1.1" 200 1635 0.006088 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 404 230 0.003625 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.129 - - [2025-10-27 04:31:21] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-10-27 04:31:21] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046362 10.0.0.249 - - [2025-10-27 04:31:21] "POST /network-policys HTTP/1.1" 200 571 0.030719 10.0.0.249 - - [2025-10-27 04:31:21] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006238 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.249 - - [2025-10-27 04:31:21] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007034 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.249 - - [2025-10-27 04:31:21] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004319 10.0.0.249 - - [2025-10-27 04:31:21] "POST /ref-update HTTP/1.1" 200 156 0.047261 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2025-10-27 04:31:21] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003976 10.0.0.249 - - [2025-10-27 04:31:21] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008808 10.0.0.249 - - [2025-10-27 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.249 - - [2025-10-27 04:31:22] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005861 10.0.0.249 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2025-10-27 04:31:22] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005299 10.0.0.249 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.249 - - [2025-10-27 04:31:22] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005026 10.0.0.33 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.054510 10.0.0.33 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.006275 10.0.0.249 - - [2025-10-27 04:31:22] "POST /ref-update HTTP/1.1" 200 156 0.054395 10.0.0.249 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.249 - - [2025-10-27 04:31:22] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006112 10.0.0.249 - - [2025-10-27 04:31:22] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007639 10.0.0.33 - - [2025-10-27 04:31:22] "POST /access-control-lists HTTP/1.1" 200 598 0.037776 10.0.0.249 - - [2025-10-27 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.015624 10.0.0.249 - - [2025-10-27 04:31:22] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004436 10.0.0.249 - - [2025-10-27 04:31:22] "GET /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.009745 10.0.0.249 - - [2025-10-27 04:31:22] "PUT /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f HTTP/1.1" 200 285 0.020518 10.0.0.249 - - [2025-10-27 04:31:22] "GET /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.006049 10.0.0.249 - - [2025-10-27 04:31:22] "PUT /virtual-machine-interface/52c64fd0-0607-47b8-aeef-ac62a08f5f2f HTTP/1.1" 200 285 0.027777 10.0.0.33 - - [2025-10-27 04:31:50] "GET /obj-perms HTTP/1.1" 200 5075 0.056678 10.0.0.249 - - [2025-10-27 04:32:01] "POST /neutron/port HTTP/1.1" 200 1199 0.043118 10.0.0.249 - - [2025-10-27 04:32:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005157 10.0.0.249 - - [2025-10-27 04:32:01] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.249 - - [2025-10-27 04:32:10] "POST /neutron/port HTTP/1.1" 200 1147 0.037725 10.0.0.249 - - [2025-10-27 04:32:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004208 10.0.0.249 - - [2025-10-27 04:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.249 - - [2025-10-27 04:33:02] "POST /neutron/port HTTP/1.1" 200 1199 0.014816 10.0.0.249 - - [2025-10-27 04:33:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.249 - - [2025-10-27 04:33:02] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.249 - - [2025-10-27 04:33:11] "POST /neutron/port HTTP/1.1" 200 1202 0.015676 10.0.0.249 - - [2025-10-27 04:33:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004350 10.0.0.249 - - [2025-10-27 04:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2025-10-27 04:33:26] "POST /ref-update HTTP/1.1" 200 156 0.095634 10.0.0.33 - - [2025-10-27 04:33:26] "DELETE /access-control-list/a411c5a7-1488-4156-82b6-a743d2c8d5ff HTTP/1.1" 200 115 0.072196 10.0.0.249 - - [2025-10-27 04:33:26] "POST /neutron/network HTTP/1.1" 200 1002 0.063483 10.0.0.249 - - [2025-10-27 04:33:26] "GET /virtual-network/50c13316-aa6c-41ba-9a85-04540115d4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010040 10.0.0.249 - - [2025-10-27 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.249 - - [2025-10-27 04:33:26] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004084 10.0.0.249 - - [2025-10-27 04:33:27] "POST /ref-update HTTP/1.1" 200 156 0.047285 10.0.0.249 - - [2025-10-27 04:33:27] "GET /virtual-network/2cf36347-7767-4fae-b2ea-3297b9797dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007965 10.0.0.249 - - [2025-10-27 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.249 - - [2025-10-27 04:33:27] "GET /network-policy/f354872c-af78-4825-a266-4fd3077ee63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004414 10.0.0.249 - - [2025-10-27 04:33:27] "DELETE /network-policy/f354872c-af78-4825-a266-4fd3077ee63f HTTP/1.1" 200 115 0.033418 10.0.0.33 - - [2025-10-27 04:33:27] "POST /ref-update HTTP/1.1" 200 156 0.035559 10.0.0.249 - - [2025-10-27 04:33:27] "DELETE /instance-ip/3ef4bd06-b050-41ab-b304-385533613295 HTTP/1.1" 200 115 0.071208 10.0.0.249 - - [2025-10-27 04:33:27] "DELETE /instance-ip/d5b34b69-9734-477a-9c70-b4409baa6f96 HTTP/1.1" 200 115 0.063939 10.0.0.249 - - [2025-10-27 04:33:27] "DELETE /virtual-machine-interface/0e61d2fb-e56c-47c3-978a-0429afcba532 HTTP/1.1" 200 115 0.093515 10.0.0.249 - - [2025-10-27 04:33:27] "POST /neutron/network HTTP/1.1" 400 204 0.015153 10.0.0.249 - - [2025-10-27 04:33:28] "POST /neutron/port HTTP/1.1" 200 151 0.257879 10.0.0.249 - - [2025-10-27 04:33:28] "POST /neutron/port HTTP/1.1" 200 151 0.267236 10.0.0.249 - - [2025-10-27 04:33:30] "POST /neutron/network HTTP/1.1" 200 1005 0.009041 10.0.0.33 - - [2025-10-27 04:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.249 - - [2025-10-27 04:33:32] "POST /neutron/port HTTP/1.1" 400 205 0.007501 10.0.0.129 - - [2025-10-27 04:33:33] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030599 10.0.0.249 - - [2025-10-27 04:33:33] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.100367 10.0.0.129 - - [2025-10-27 04:33:33] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.249 - - [2025-10-27 04:33:33] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?fields=virtual_networks HTTP/1.1" 200 1049 0.045781 10.0.0.129 - - [2025-10-27 04:33:33] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.249 - - [2025-10-27 04:33:33] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045527 10.0.0.129 - - [2025-10-27 04:33:33] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.249 - - [2025-10-27 04:33:33] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?fields=security_groups HTTP/1.1" 200 1284 0.048787 10.0.0.249 - - [2025-10-27 04:33:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.028005 10.0.0.129 - - [2025-10-27 04:33:34] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003672 10.0.0.129 - - [2025-10-27 04:33:34] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.129 - - [2025-10-27 04:33:34] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036870 10.0.0.129 - - [2025-10-27 04:33:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.006292 10.0.0.129 - - [2025-10-27 04:33:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.008843 10.0.0.129 - - [2025-10-27 04:33:35] "POST /security-groups HTTP/1.1" 200 595 0.039270 10.0.0.129 - - [2025-10-27 04:33:35] "POST /projects HTTP/1.1" 200 593 0.266149 10.0.0.129 - - [2025-10-27 04:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.335863 10.0.0.33 - - [2025-10-27 04:33:35] "POST /access-control-lists HTTP/1.1" 200 602 0.049158 10.0.0.249 - - [2025-10-27 04:33:35] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.554700 10.0.0.249 - - [2025-10-27 04:33:36] "GET / HTTP/1.1" 200 36215 0.001872 10.0.0.249 - - [2025-10-27 04:33:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2025-10-27 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.066069 10.0.0.129 - - [2025-10-27 04:33:38] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000820 10.0.0.249 - - [2025-10-27 04:33:38] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037367 10.0.0.33 - - [2025-10-27 04:33:39] "POST /route-targets HTTP/1.1" 200 328 0.021088 10.0.0.129 - - [2025-10-27 04:33:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009958 10.0.0.249 - - [2025-10-27 04:33:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.311888 10.0.0.33 - - [2025-10-27 04:33:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.086555 10.0.0.249 - - [2025-10-27 04:33:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.249 - - [2025-10-27 04:33:39] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007994 10.0.0.249 - - [2025-10-27 04:33:39] "POST /neutron/network HTTP/1.1" 200 1001 0.010064 10.0.0.249 - - [2025-10-27 04:33:39] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004714 10.0.0.249 - - [2025-10-27 04:33:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.011498 10.0.0.249 - - [2025-10-27 04:33:40] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005722 10.0.0.249 - - [2025-10-27 04:33:41] "GET /obj-perms HTTP/1.1" 200 5057 0.059404 10.0.0.249 - - [2025-10-27 04:33:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001377 10.0.0.129 - - [2025-10-27 04:33:42] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.249 - - [2025-10-27 04:33:42] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.069070 10.0.0.249 - - [2025-10-27 04:33:43] "POST /neutron/port HTTP/1.1" 200 117 0.009826 10.0.0.249 - - [2025-10-27 04:33:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.002385 10.0.0.249 - - [2025-10-27 04:33:43] "POST /neutron/network HTTP/1.1" 200 1011 0.007421 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/port HTTP/1.1" 200 1170 0.021912 10.0.0.129 - - [2025-10-27 04:33:44] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003980 10.0.0.249 - - [2025-10-27 04:33:44] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.132739 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/port HTTP/1.1" 200 1198 0.024492 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007438 10.0.0.249 - - [2025-10-27 04:33:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001323 10.0.0.249 - - [2025-10-27 04:33:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006798 10.0.0.129 - - [2025-10-27 04:33:45] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.249 - - [2025-10-27 04:33:45] "POST /neutron/port HTTP/1.1" 200 1170 0.322748 10.0.0.249 - - [2025-10-27 04:33:45] "POST /neutron/port HTTP/1.1" 200 1224 0.158865 10.0.0.129 - - [2025-10-27 04:33:45] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001327 10.0.0.249 - - [2025-10-27 04:33:45] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.099159 10.0.0.249 - - [2025-10-27 04:33:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.249 - - [2025-10-27 04:33:46] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.249 - - [2025-10-27 04:33:46] "POST /neutron/port HTTP/1.1" 200 2278 0.018364 10.0.0.249 - - [2025-10-27 04:33:46] "POST /neutron/port HTTP/1.1" 200 1198 0.017011 10.0.0.249 - - [2025-10-27 04:33:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007243 10.0.0.249 - - [2025-10-27 04:33:46] "GET /virtual-machine/b519e725-de3e-4305-b82b-de884630c1e4 HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-10-27 04:33:46] "POST /neutron/network HTTP/1.1" 200 1011 0.007109 10.0.0.249 - - [2025-10-27 04:33:47] "GET /virtual-machine/b519e725-de3e-4305-b82b-de884630c1e4 HTTP/1.1" 200 1299 0.040228 10.0.0.249 - - [2025-10-27 04:33:47] "GET /virtual-machine-interface/ce992dd9-48ce-4e9e-b297-63061b441405 HTTP/1.1" 200 3164 0.020306 10.0.0.249 - - [2025-10-27 04:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.249 - - [2025-10-27 04:33:47] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006143 10.0.0.249 - - [2025-10-27 04:33:47] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003257 10.0.0.249 - - [2025-10-27 04:33:47] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005816 10.0.0.249 - - [2025-10-27 04:33:47] "POST /neutron/port HTTP/1.1" 200 1170 0.018970 10.0.0.249 - - [2025-10-27 04:33:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003748 10.0.0.249 - - [2025-10-27 04:33:47] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.129 - - [2025-10-27 04:33:48] "DELETE /project/ce7ce5266f0d41c6bac5e20613a0a05b HTTP/1.1" 404 173 0.005612 10.0.0.129 - - [2025-10-27 04:33:48] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000801 10.0.0.129 - - [2025-10-27 04:33:48] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.034848 10.0.0.129 - - [2025-10-27 04:33:48] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.129 - - [2025-10-27 04:33:48] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?fields=security_groups HTTP/1.1" 200 1386 0.093693 10.0.0.129 - - [2025-10-27 04:33:48] "DELETE /security-group/463ff214-e0fb-43fa-810b-1a890d30b97e HTTP/1.1" 200 115 0.058030 10.0.0.129 - - [2025-10-27 04:33:48] "GET /projects?obj_uuids=79aa2d8a-5ea2-4449-811f-8c119ae54ddc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.129 - - [2025-10-27 04:33:48] "GET /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc?fields=application_policy_sets HTTP/1.1" 200 1425 0.056033 10.0.0.33 - - [2025-10-27 04:33:48] "DELETE /access-control-list/6a3c008d-67ca-4000-84d5-cba95b147bcb HTTP/1.1" 200 115 0.065224 10.0.0.129 - - [2025-10-27 04:33:48] "DELETE /project/79aa2d8a-5ea2-4449-811f-8c119ae54ddc HTTP/1.1" 200 115 0.455103 10.0.0.249 - - [2025-10-27 04:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.249 - - [2025-10-27 04:33:50] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005962 10.0.0.129 - - [2025-10-27 04:33:51] "GET /obj-perms HTTP/1.1" 200 5075 0.060968 10.0.0.249 - - [2025-10-27 04:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.249 - - [2025-10-27 04:33:54] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004957 10.0.0.249 - - [2025-10-27 04:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.249 - - [2025-10-27 04:33:58] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010401 10.0.0.249 - - [2025-10-27 04:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.249 - - [2025-10-27 04:34:02] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006015 10.0.0.249 - - [2025-10-27 04:34:04] "POST /neutron/port HTTP/1.1" 200 1198 0.021555 10.0.0.249 - - [2025-10-27 04:34:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005532 10.0.0.249 - - [2025-10-27 04:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.249 - - [2025-10-27 04:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.249 - - [2025-10-27 04:34:06] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006416 10.0.0.249 - - [2025-10-27 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.249 - - [2025-10-27 04:34:10] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005133 10.0.0.249 - - [2025-10-27 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2025-10-27 04:34:14] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006069 10.0.0.249 - - [2025-10-27 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.249 - - [2025-10-27 04:34:18] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004891 10.0.0.249 - - [2025-10-27 04:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.249 - - [2025-10-27 04:34:23] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005857 10.0.0.249 - - [2025-10-27 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-10-27 04:34:27] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005448 10.0.0.249 - - [2025-10-27 04:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-10-27 04:34:31] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004980 10.0.0.249 - - [2025-10-27 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.249 - - [2025-10-27 04:34:35] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009079 10.0.0.249 - - [2025-10-27 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-10-27 04:34:39] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005200 10.0.0.249 - - [2025-10-27 04:34:41] "POST /neutron/port HTTP/1.1" 200 1198 0.038947 10.0.0.249 - - [2025-10-27 04:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.249 - - [2025-10-27 04:34:43] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005504 10.0.0.249 - - [2025-10-27 04:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.249 - - [2025-10-27 04:34:45] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003526 10.0.0.249 - - [2025-10-27 04:34:45] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003380 10.0.0.249 - - [2025-10-27 04:34:45] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005840 10.0.0.249 - - [2025-10-27 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006827 10.0.0.33 - - [2025-10-27 04:34:52] "GET /obj-perms HTTP/1.1" 200 5075 0.063474 10.0.0.249 - - [2025-10-27 04:34:53] "POST /neutron/port HTTP/1.1" 200 1198 0.015774 10.0.0.249 - - [2025-10-27 04:34:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007629 10.0.0.249 - - [2025-10-27 04:35:04] "POST /neutron/port HTTP/1.1" 200 1198 0.015289 10.0.0.249 - - [2025-10-27 04:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005496 10.0.0.249 - - [2025-10-27 04:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.249 - - [2025-10-27 04:35:06] "POST /neutron/port HTTP/1.1" 200 1198 0.015163 10.0.0.249 - - [2025-10-27 04:35:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007324 10.0.0.249 - - [2025-10-27 04:35:13] "POST /neutron/port HTTP/1.1" 200 1198 0.019695 10.0.0.249 - - [2025-10-27 04:35:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.249 - - [2025-10-27 04:35:13] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.249 - - [2025-10-27 04:35:16] "POST /neutron/port HTTP/1.1" 200 1198 0.016962 10.0.0.249 - - [2025-10-27 04:35:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007357 10.0.0.249 - - [2025-10-27 04:35:27] "POST /neutron/port HTTP/1.1" 200 1198 0.013893 10.0.0.249 - - [2025-10-27 04:35:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007008 10.0.0.249 - - [2025-10-27 04:35:27] "GET /virtual-machine/30691021-cf66-4ad6-8738-f6a57f0e0e63 HTTP/1.1" 200 1297 0.005096 10.0.0.249 - - [2025-10-27 04:35:27] "GET /virtual-machine-interface/e1525291-b949-4aa2-b0a2-5e2c2f0fa2b3 HTTP/1.1" 200 3164 0.005137 10.0.0.249 - - [2025-10-27 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.249 - - [2025-10-27 04:35:27] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004048 10.0.0.249 - - [2025-10-27 04:35:27] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003037 10.0.0.249 - - [2025-10-27 04:35:27] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005888 10.0.0.249 - - [2025-10-27 04:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.249 - - [2025-10-27 04:35:28] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.249 - - [2025-10-27 04:35:28] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004048 10.0.0.249 - - [2025-10-27 04:35:28] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007412 10.0.0.249 - - [2025-10-27 04:35:28] "POST /neutron/port HTTP/1.1" 200 1198 0.019201 10.0.0.249 - - [2025-10-27 04:35:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007813 10.0.0.249 - - [2025-10-27 04:35:29] "GET /virtual-machine/62bf65fb-9db9-4062-b7b8-7f5b92d8f58b HTTP/1.1" 200 1298 0.007724 10.0.0.249 - - [2025-10-27 04:35:29] "GET /virtual-machine-interface/97a76529-8aba-4a0e-bf93-fa94ee5b7aff HTTP/1.1" 200 3164 0.007571 10.0.0.249 - - [2025-10-27 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2025-10-27 04:35:29] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004021 10.0.0.249 - - [2025-10-27 04:35:29] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002596 10.0.0.249 - - [2025-10-27 04:35:29] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006150 10.0.0.249 - - [2025-10-27 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.249 - - [2025-10-27 04:35:30] "GET /global-vrouter-config/04e349a2-4b91-489b-b24a-ec25dd24304a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005509 10.0.0.249 - - [2025-10-27 04:35:30] "GET /virtual-networks?parent_id=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003722 10.0.0.249 - - [2025-10-27 04:35:30] "GET /virtual-network/c6453ecc-2790-49c9-88dc-a72422346f5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005883 10.0.0.249 - - [2025-10-27 04:35:30] "GET /virtual-machine-interface/97a76529-8aba-4a0e-bf93-fa94ee5b7aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007148 10.0.0.249 - - [2025-10-27 04:35:30] "PUT /virtual-machine-interface/97a76529-8aba-4a0e-bf93-fa94ee5b7aff HTTP/1.1" 200 285 0.013589 10.0.0.33 - - [2025-10-27 04:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.33 - - [2025-10-27 04:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000552 10.0.0.129 - - [2025-10-27 04:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.129 - - [2025-10-27 04:35:58] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.33 - - [2025-10-27 04:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.33 - - [2025-10-27 04:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2025-10-27 04:35:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000554 10.0.0.249 - - [2025-10-27 04:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000560 10.0.0.129 - - [2025-10-27 04:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.002158 10.0.0.129 - - [2025-10-27 04:36:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-10-27 04:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-10-27 04:36:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-10-27 04:36:04] "POST /neutron/network HTTP/1.1" 200 1011 0.008311 10.0.0.249 - - [2025-10-27 04:36:04] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018189 10.0.0.249 - - [2025-10-27 04:36:04] "POST /neutron/network HTTP/1.1" 200 1001 0.009700 10.0.0.249 - - [2025-10-27 04:36:14] "POST /neutron/network HTTP/1.1" 200 1011 0.007212 10.0.0.249 - - [2025-10-27 04:36:14] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012890 10.0.0.249 - - [2025-10-27 04:36:14] "POST /neutron/network HTTP/1.1" 200 1001 0.008746 10.0.0.249 - - [2025-10-27 04:36:54] "GET /obj-perms HTTP/1.1" 200 5075 0.051366 10.0.0.249 - - [2025-10-27 04:37:06] "POST /neutron/network HTTP/1.1" 200 1011 0.029490 10.0.0.249 - - [2025-10-27 04:37:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013546 10.0.0.249 - - [2025-10-27 04:37:06] "POST /neutron/network HTTP/1.1" 200 1001 0.009874 10.0.0.249 - - [2025-10-27 04:37:15] "POST /neutron/network HTTP/1.1" 200 1011 0.035101 10.0.0.249 - - [2025-10-27 04:37:15] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014192 10.0.0.249 - - [2025-10-27 04:37:15] "POST /neutron/network HTTP/1.1" 200 1001 0.009245 10.0.0.129 - - [2025-10-27 04:37:54] "GET /obj-perms HTTP/1.1" 200 5075 0.054467 10.0.0.249 - - [2025-10-27 04:38:06] "POST /neutron/network HTTP/1.1" 200 1011 0.008156 10.0.0.249 - - [2025-10-27 04:38:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012779 10.0.0.249 - - [2025-10-27 04:38:06] "POST /neutron/network HTTP/1.1" 200 1001 0.009253 10.0.0.249 - - [2025-10-27 04:38:14] "POST /neutron/port HTTP/1.1" 200 1198 0.017806 10.0.0.249 - - [2025-10-27 04:38:14] "POST /neutron/port HTTP/1.1" 200 1198 0.018294 10.0.0.249 - - [2025-10-27 04:38:14] "POST /neutron/port HTTP/1.1" 200 1198 0.031280 10.0.0.249 - - [2025-10-27 04:38:16] "POST /neutron/network HTTP/1.1" 200 1001 0.009546 10.0.0.129 - - [2025-10-27 04:38:18] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000960 10.0.0.249 - - [2025-10-27 04:38:18] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.040473 10.0.0.129 - - [2025-10-27 04:38:18] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000985 10.0.0.249 - - [2025-10-27 04:38:18] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?fields=virtual_networks HTTP/1.1" 200 1043 0.049077 10.0.0.129 - - [2025-10-27 04:38:18] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.249 - - [2025-10-27 04:38:18] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.035915 10.0.0.129 - - [2025-10-27 04:38:18] "GET /projects?obj_uuids=ce7ce526-6f0d-41c6-bac5-e20613a0a05b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004 10.0.0.249 - - [2025-10-27 04:38:18] "GET /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b?fields=security_groups HTTP/1.1" 200 1274 0.036803 10.0.0.249 - - [2025-10-27 04:38:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.031626 10.0.0.129 - - [2025-10-27 04:38:19] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004470 10.0.0.129 - - [2025-10-27 04:38:19] "GET /domains?obj_uuids=8213efff-6224-4943-8f79-85cc33013f73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.129 - - [2025-10-27 04:38:19] "GET /domain/8213efff-6224-4943-8f79-85cc33013f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009891 10.0.0.129 - - [2025-10-27 04:38:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.004379 10.0.0.129 - - [2025-10-27 04:38:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.005176 10.0.0.129 - - [2025-10-27 04:38:19] "POST /security-groups HTTP/1.1" 200 591 0.078313 10.0.0.129 - - [2025-10-27 04:38:19] "POST /projects HTTP/1.1" 200 585 0.311835 10.0.0.129 - - [2025-10-27 04:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.348130 10.0.0.33 - - [2025-10-27 04:38:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.036993 10.0.0.249 - - [2025-10-27 04:38:19] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.544834 10.0.0.33 - - [2025-10-27 04:38:19] "POST /access-control-lists HTTP/1.1" 200 596 0.052647 10.0.0.249 - - [2025-10-27 04:38:21] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.129 - - [2025-10-27 04:38:26] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.249 - - [2025-10-27 04:38:26] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064396 10.0.0.129 - - [2025-10-27 04:38:26] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001559 10.0.0.249 - - [2025-10-27 04:38:26] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?fields=virtual_networks HTTP/1.1" 200 1034 0.045882 10.0.0.129 - - [2025-10-27 04:38:26] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.249 - - [2025-10-27 04:38:26] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039705 10.0.0.129 - - [2025-10-27 04:38:26] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.249 - - [2025-10-27 04:38:26] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?fields=security_groups HTTP/1.1" 200 1261 0.038471 10.0.0.129 - - [2025-10-27 04:38:49] "DELETE /project/6fc501ab72b244ab8caea5944df4646e HTTP/1.1" 404 173 0.052688 10.0.0.129 - - [2025-10-27 04:38:49] "DELETE /project/ce7ce526-6f0d-41c6-bac5-e20613a0a05b HTTP/1.1" 404 177 0.068500 10.0.0.129 - - [2025-10-27 04:38:49] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.129 - - [2025-10-27 04:38:49] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.101732 10.0.0.129 - - [2025-10-27 04:38:49] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.129 - - [2025-10-27 04:38:49] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?fields=security_groups HTTP/1.1" 200 1363 0.053763 10.0.0.129 - - [2025-10-27 04:38:49] "DELETE /security-group/0abcfd20-70e9-4137-b807-16df91a5d8ae HTTP/1.1" 200 115 0.058649 10.0.0.129 - - [2025-10-27 04:38:49] "GET /projects?obj_uuids=6fc501ab-72b2-44ab-8cae-a5944df4646e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.33 - - [2025-10-27 04:38:49] "DELETE /access-control-list/7811e92e-3179-4878-bd25-9451dd5b6d4e HTTP/1.1" 200 115 0.049803 10.0.0.129 - - [2025-10-27 04:38:49] "GET /project/6fc501ab-72b2-44ab-8cae-a5944df4646e?fields=application_policy_sets HTTP/1.1" 200 1402 0.052387 10.0.0.129 - - [2025-10-27 04:38:49] "DELETE /project/6fc501ab-72b2-44ab-8cae-a5944df4646e HTTP/1.1" 200 115 0.507349 10.0.0.33 - - [2025-10-27 04:38:55] "GET /obj-perms HTTP/1.1" 200 5075 0.079009 [Introspect:8084]10.0.0.129 - - [2025-10-27 04:39:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000930 [Introspect:8084]10.0.0.129 - - [2025-10-27 04:39:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000816